@charset "utf-8";
/* CSS Document */

/* COMMON PROPERTIES
=================================================================*/

.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}
.align_center {
	text-align:center;
}
.page_title {
	float:left;
	width: 15em;
	text-align:left;
	padding-right:1em;
	min-height:35em;
	border-right: 0.3em solid #dddddd;
}
.page_contain {
	float:left;
	width: 42em;
	min-height:35em;
	padding-left:1em;
	margin-right:1em;
	border: 0em solid #dddddd;
}

.page_address {
	float:left;
	width: 15em;
	min-height:35em;
	padding-left:1em;
	border-left: 0.1em solid #dddddd;
}

.page_address a {
	
	color:#424242;
	font-weight:lighter;
	}

.page_address a:hover {
	
	color: #C35617
	}

.page_title, .page_contain, .page_address {
	margin-top:3em;
}
h1.page_title_1 {
	height:1.7em;
	width:10em;
	font-size:1.4em;
	font-family:arial, verdana, sans-serif;
	text-align:left;
	padding-top:0.5em;
	padding-left:1em;
	color:#FFFFFF;
	border-bottom: 0em solid #dddddd;
	background:url('../../templates/images/services_menu_title_background.gif');
}


.page_contain_text {
	font-size:1em;
	color:#424242;
	line-height:1.4em;
	text-align:left;
	display:block;
}

.page_contain_address_text {
	font-size:1em;
	color:#805817;
	line-height:1.4em;
	text-align:left;
	display:block;
}

 h1.page_contact_formular_title {
	height:1.8em;
	font-size: 1.6em;
	font-weight:bold;
	text-align:left;
	padding-top:0.5em;
	padding-left:0em;
	color:#805817;
	border-bottom: 0.05em solid #dddddd;
	
}

.page_contact_area {
	padding-top:0.5em;
	font-size:1em;
	
	}

.page_contact_area input{
	width:10em;
	 border: thin silver solid;
}

.page_contact_formular_title_text {
	font-size:1em;
	color:#424242;
}

/* FOOTER
=====================================================================*/
table.footer_menu {
	width:100%;
	margin-top:0.5em;
	border: 0em  solid #dddddd;
}

table.footer_menu td {
	color:#424242;
	text-align:center;
	font-size:0.89em;
    height:2em;
	padding-left:1em;
	border: 0em solid #F00;
}

table.footer_menu a {
	color: #82bfed;
	text-decoration:none;
}

table.footer_menu a:hover{
	text-decoration:underline;
	color: #82bfed;
}

#verticalmenu {
	float:left;
	z-index: 500;
	}
	
	
