* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;

	font-family: arial, sans-serif;
	font-size: 10pt;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	width: 1000px;
	margin: 0px auto;
	background: #FFF url(../images/torso_bg.png) repeat-y;
	height: 100%;
	position: relative;
	line-height: 130%;
}

html>body .layout_center {
	height: auto !important;
	min-height: 100%;
}

.layout_page {
	float: left;
	width: 1000px;
}

html>body .layout_page {
	height: auto !important;
	min-height: 100%;
}
	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		float: left;
		width: 1000px;
		height: 155px;
		background: #FFF url(../images/layout_head_bg.png) no-repeat bottom;
		overflow: hidden;
		text-align: right;
		position: relative;
	}
	
	.layout_sec_head {
		float: left;
		position: relative;
		width: 1000px;
		height: 150px;
		overflow: hidden;
		background: #E5E7F2 url(../images/layout_sec_head_bg.png) right top no-repeat;
	}
	
		.layout_sec_head img {
			position: absolute;
			top: 0;
		}
	
		#sec_head_img1 {
			left: 0;
		}
		
		#sec_head_img2 {
			left: 247px;
		}
		
		#sec_head_img3 {
			left: 494px;
		}
		
		#sec_head_img4 {
			left: 742px;
		}
	
	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		float: left;
		width: 1000px;
		background: #FFF url(../images/torso_bg.png) repeat-y;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
			float: left;
			width: 220px;
			position: relative;
			background: url(../images/layout_left_bg.png) no-repeat top left;
			overflow: hidden;
		}
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
			float: left;
			width: 520px;
			padding: 25px 26px 25px 10px;
			background: url(../images/layout_content_bg.png) no-repeat top left;
			overflow: hidden;
		}

		.layout_content h3 {
			color: #002b71;
			font-size: 12px;
		}

		.layout_content p {
			padding: 5px 0 10px 0;
		}


		/*##############################################################*/
		/* foot
		/*##############################################################*/
		.layout_right {
			float: left;
		}

		/*##############################################################*/
		/* right
		/*##############################################################*/
		.layout_right {
			float: left;
			width: 224px;
			overflow: hidden;
		}
		
	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {

	}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
	color: #5B75A5;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul, ol {
	margin: 0 0 0.5em 1.5em;
}

option {
	margin-right: 6px;
}
/*##################################################################*/
/* globale Klassen
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.print_header {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*##################################################################*/
/* rechte Spalte
/*##################################################################*/
.contact_top {
	float: left;
	height: 10px;
	width: 224px;
	font-size: 0.0em;
	background: #FFF url(../images/contact_top_bg.png) top no-repeat;
}

.contact_data {
	float: left;
	width: 224px;
	background: #FFF url(../images/contact_data_bg.png) repeat-y;
}

.contact_bottom {
	float: left;
	width: 224px;
	height: 10px;
	font-size: 0.0em;
	background: #FFF url(../images/contact_bottom_bg.png) no-repeat top;
}

.contact_content {
	float: left;
	font-size: 11px;
	line-height: 130%;
	padding: 10px 20px 10px 10px;
	text-align: right;
	width: 194px;
	color: #333;
}

.promo_top {
	float: left;
	height: 10px;
	width: 224px;
	font-size: 0.0em;
	background: #FFF url(../images/promo_top_bg.png) top no-repeat;
}

.promo_data {
	float: left;
	width: 224px;
	background: #FFF url(../images/promo_data_bg.png) repeat-y;
}

.promo_bottom {
	float: left;
	width: 224px;
	height: 10px;
	font-size: 0.0em;
	background: #FFF url(../images/promo_bottom_bg.png) no-repeat top;
}

.promo_content {
	float: left;
	width: 194px;
	padding: 0 20px 10px 10px;
	text-align: right;
}

.info_top {
	float: left;
	height: 10px;
	width: 224px;
	font-size: 0.0em;
	background: #FFF url(../images/info_top_bg.png) top no-repeat;
}

.info_data {
	float: left;
	width: 224px;
	background: #FFF url(../images/info_data_bg.png) repeat-y;
}

.info_bottom {
	float: left;
	width: 224px;
	height: 10px;
	font-size: 0.0em;
	background: #FFF url(../images/info_bottom_bg.png) no-repeat top;
}

.info_content {
	float: left;
	width: 194px;
	padding: 0 20px 10px 10px;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	color: #333;
}

.info_content a {
	font-weight: bold;
	color: #002B71;
}

/*##################################################################*/
/* Menu
/*##################################################################*/
ul.mmenu1 {
	float: left;
	list-style: none;
	margin-left: 45px;
	margin-top: 25px;
	display: inline;
}

ul.mmenu1 li {
	clear: both;
	float: left;
	/*padding-left: 15px;*/
}

ul.mmenu1 li.active {
	background: url(../images/mmenu_li_active.gif) no-repeat center left;
	line-height: 23px;
}

ul.mmenu1 li a {
		background-repeat:no-repeat; 
        display:block; 
        overflow:hidden;
        text-indent: -9999em;  
        height:23px;
		margin-left: 15px;
}
 
ul.mmenu1 li a:hover{
	background-position: 0px -23px;
}

/*##################################################################*/
/* Head-Data
/*##################################################################*/
.head_company {
	font-size: 2.3em;
	position: absolute;
	right: 30px;
	top: 23px;
}

.head_name {
	font-size: 3.3em;
	position: absolute;
	right: 30px;
	top: 57px;
}

.head_region {
	font-size: 1.3em;
	position: absolute;
	right: 30px;
	top: 120px;;
}

/*##################################################################*/
/* Foot
/*##################################################################*/
.layout_foot {
	clear: both;
	position: relative;
	width: 1000px;
	margin: 0px auto;
	height: 0px;
}

.foot_functions {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 756px;
	padding-right: 20px;
	list-style: none;
	text-align: right;
	margin: 0px;
	height: 25px;
	line-height: 25px;
}

.foot_functions li{
	float: right;
	margin: 0px 10px;
}

.foot_functions li a {
	color: #002B71;
	font-weight: bold;
}

.copyright {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 180px;
	padding: 0px 20px;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
}

.copyright a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


/*##################################################################*/
/* ImmoDB Listenansicht
/*##################################################################*/
.immodb_list_item {
	clear: both;
	float: left;
	width: 506px;
	margin: 7px 0;
	padding: 7px;
	border: 1px dashed #5B75A5;
}

.immodb_list_item_image {
	float: left;
	width: 185px;
}

.immodb_list_item_data {
	float: left;
	width: 321px;
}

.immodb_list_item_data .first_line {
	color: #5B75A5;
}

.immodb_list_item a {
	color: #5B75A5;
	font-weight: bold;
}

/*###### Pagebrowser #######*/
.pagebrowser {
	text-align: center;
}

.lastpage {
	
}

.firstpage {
	
}

.lastpage,
.firstpage {
	font-size: 1.2em;
}

.pagebrowser .active {
	background-color: #66CC00;
	font-weight: bold;
}

.pagebrowser,
.pagebrowser a {
	color: #002B71;
}

/*###### Filter #######*/

.immodb_filterform_submit {
	padding: 0px 10px;
	background-color: #002B71;
	color: #FFF;
	border: none;
	margin-left: 50%;
	width: 200px;
}

.filter_left_col,
.filter_right_col {
	width: 50%;
	float: left;
	margin-top: 15px;
}

.filter_full {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
/*##################################################################*/
/* ImmoDB Detailansicht
/*##################################################################*/
.immo_detail_first_image {
	float: left;
}

.tx-immodb-pi1 p {
	margin-bottom: 15px;
	float: left;
}

.tx-immodb-pi1 .first_line {
	color: #5B75A5;
	margin-bottom: 8px;
	display: block;
}

.tx-immodb-pi1 .thumblist_outer {
	clear: both;
	float: left;
	width: 490px;
	height: 70px;
	margin: 15px 0px;
	overflow: hidden;
}

#immodb_left_arrow,
#immodb_right_arrow {
	float: left;
	width: 15px;
	height: 70px;
	cursor: pointer;
}

.detail_right_col {
	float: left;
	width: 250px;
	margin-left: 10px;
}

#immodb_left_arrow {
	background-image: url(../images/arrow_left.gif);
}

#immodb_right_arrow {
	background-image: url(../images/arrow_right.gif);
}

.tx-immodb-pi1 .thumblist_outer a {
	float: left;
}

.tx-immodb-pi1 #thumblist_inner {
	float: left;
	height: 70px;
	width: 460px;
	overflow: hidden;
	position: relative;
}

#thumblist_thumbs {
	position: relative;
}

#immodb_request_form {
	float: left;
	width: 520px;
}

.error_message {
	color: #F00;
}

.request_form_right,
.request_form_left {
	float: left;
	width: 260px;
}

.request_form_left div {
	float: left;
}

.request_form_left .immodb_requestform_label {
	width: 100px;
}

.request_form_right .immodb_requestform_label {
	width: 260px;
}

.immodb_requestform_input,
.immodb_requestform_label {
	margin-bottom: 4px;
}

.request_form_bottom {
	float: left;
	width: 520px;
	margin: 10px 0px;
	position: relative;
}

.immodb_request_form_submit {
	position: absolute;
	left: 260px;
	top: 0px;
	border: none;
	background-color: #002B71;
	color: #FFF;
	padding: 0px 15px;
}

.request_form_second_head,
.request_form_head {
	float: left;
	color: #002B71;
	width: 520px;
	line-height: normal;
}

.request_form_head {
	font-size: 1.6em;
}

.request_form_second_head {
	font-weight: bold;
	margin-bottom: 10px;
}