/* General Style */

@import "forms.css";

*{padding: 0; margin: 0;}

body {
	text-align:left; 
	font-family: 'Verdana', Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height:17px;
	color:#7e7f81; 
	padding:0; 
	border:0; 
	margin:0;
	/*
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color: #ebebec;
	padding-left: 16px;
	padding-top: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%
}

a {
	color:#9c9d9e;
	text-decoration: none; 
	letter-spacing: 0;
}

a:hover {
	color: #faab13;
	text-decoration: none; 
	letter-spacing: 0em;
}

div, p, span {
	padding:0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}

hr {
	height: 1px;
	border: none;
	margin: 10px 0 10px 0;
	clear: both;
	border-top: dotted #bcbec0 1px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px; 
	color: #faab13;
	line-height: 16px;
	margin-top: 28px;
	margin-bottom: 20px;
}

h2 {
	font-size: 12px; line-height: 14px;
	margin: 25px 0 20px 0;
	color: #b3b4b5;
}

h3 {
	font-size: 11px; line-height: 14px;
	font-weight: bold;
	color: #faab13;
	margin: 10px 0 10px 0;
}

ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
	list-style-position:inside;
}

li {
	/*list-style-type:none;*/
	margin-bottom: 6px;
}


.center {
	text-align: center;
	}

a img {
	border: none;
	}

.clear {
	clear: both;
}

div.error {
	border: 1px solid red;
	padding: 10px;
}

p.narrow, div.narrow {
	width: 80%;
}

p.error {
	color: red;
	line-height: 16px;
}

p.success {
	margin-bottom: 8px;
	color: green;
}


/* Template Bereiche */

#wrapper {
	width:950px; 
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 6px;
	padding-bottom: 100px;
	text-align:left; 
	position: relative;
	clear: both;
	background: #fdfeff;
}

#page_mid {
	position: relative;
	top: 68px;
	left: 0px;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: -28px;
	width: 100%;
	float: left; 
}

#footer {
	position: relative;
	width:950px; 
	padding-left: 26px;
	padding-right: 26px;
	top: 5px;
	margin-bottom: 100px;
}

#header {
	height: 74px;
	background-color: #fdfeff;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	top: 0px;
	left: 26px;
	width: 950px;
	margin: 0px;
}

#header .logo {
	position: absolute;
	top: 8px;
	left: 0px;
}

.funktionsnavi, .funktionsnavi a {	/* gilt sowohl für header als auch für footer */
	font-size: 10px;
	color: #9c9d9e;
	padding: 0;
}

#header .kontonavi {
	height: 10px;
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: right;
	width: 700px;
	vertical-align: bottom;
}

#header .kontonavi label {
	width: auto;

	font-weight: normal;
	float: none;
	margin-left: 16px;
	vertical-align: bottom;
}

#header .kontonavi input {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	width: 60px;
	border: 1px solid #ccc;
	padding: 2px;
	margin:0;
	vertical-align: bottom;
}

#header .kontonavi input.submit {
	border: none;
	width: 16px;
	height: 16px;
}

#header .funktionsnavi {

	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	text-align: right;
}

#footer .funktionsnavi {
	float: left;
}
#footer .partner_network {
	float: right;	
}

#header a, #footer a {
	color: #9c9d9e;
}

#header a:hover, #footer a:hover {
	color: #f89a06;
}

#content {
	line-height: 17px;
	position: relative; 
	float: right;
	width: 670px;
	background-image: none;
	background-color: #fdfeff;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-top: 4px;
	min-height: 380px;
}

* html #content {
	height: 380px;		/* ie fix - height will expand */
}

#content a {
	text-decoration: none;
}

.themenbild {
	background-image: url(images/top_bg_trennlinie.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 9px;
	float: right;
	clear: none;
	width: 700px;
}

.themenbild img {
	float: right;
	clear: none;
	width: auto;
}

#sidebar {
	position: absolute;
	
	top: 0px;
	left: 0px;
	width: 241px;
	line-height: 17px;
	height: auto;
	padding: 0;
	margin: 0;
}

#sidebar a {
	font-weight: bold;
}

#sidebar h3.hauptnavi_ueberschrift {
	display: none;
}

.breadcrumb {
	letter-spacing: 0;
	font-size: 10px;
}

.breadcrumb, .breadcrumb a {
	color: #878787;
	background: none;
	padding: 0;
	margin: 0;
}

.breadcrumb a:hover {
	color: #f89a06;
}

/* Hauptnavi */
#hauptnavi {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	background-color: #fff;
	list-style-position: outside;
}

#hauptnavi li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

* html #hauptnavi li {
	margin-bottom: 2px; /* ie6-fix */
}

#hauptnavi a {
	display: block; 
	width: auto;
	height: 11px;
	background-color: #f5f6f8;
	color: #808c8e;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 46px;
	line-height: 11px;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: -38px 0px;
}

#hauptnavi a:hover, #hauptnavi a.sel {
	background-position: -38px -37px;
	background-color: #ebecee;
	color: #f89a06;
}

#hauptnavi .wohnen a{
	background-image: url(images/hauptnavi_wohnen.jpg);
}

#hauptnavi .kapitalanlage a{
	background-image: url(images/hauptnavi_kapital.jpg);
}

#hauptnavi .unternehmen a{
	background-image: url(images/hauptnavi_unternehmen.jpg);
}

#hauptnavi .zv a{
	background-image: url(images/hauptnavi_zv.jpg);
}

#hauptnavi .presse a{
	background-image: url(images/hauptnavi_presse.jpg);
}

#hauptnavi .wendeling_gruppe a{
	background-image: url(images/hauptnavi_wendeling_gruppe.jpg);
}

/* Hauptnavi Unterkategorien */

#hauptnavi .sub {
	margin: 0;
	margin-top: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-position: outside;
	background-image: url(images/submenu_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#hauptnavi .sub li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	
}

#hauptnavi .sub li a {
	background-image: none;
	background: none;
	margin: 0;
	padding: 4px 0 4px 46px;
	font-weight: normal;
	height: auto;
	line-height: 15px;
	font-size: 10px;
}

#hauptnavi .sub li a:hover {
	background-color: transparent;
	background: none;
}

* html #hauptnavi .sub, * html #hauptnavi .sub li, * html #hauptnavi .sub li a { /* some fixes for ie - height will expand... */
	height: 1px;					
}

/* *********************** Content *************************** */


.infobox h2{
	margin: 0;
	background-color: #bcbec0;
	color: #fff;
	padding-top: 8px;
	padding-left: 20px;
	background-image: url(images/box_header_bg.gif);
	font-size: 11px;
	line-height: 11px;
	height: 16px;
	margin-top: 20px;
	margin-bottom: 12px;
}

.infobox .box_content {
	background-color: #f0f1f2;
	padding: 23px;
	font-size: 10px;
	color: #7e7f81;
	margin-top: 2px;
}

.infobox .box_content hr {
	margin: 0;
	margin-bottom: 10px;
	border: none;
}

.infobox a.objekt_der_woche {
	background-color: #ccc;
	display: block;
	text-align: left;
	margin-bottom: 16px;
	width: 233px;
	position: relative;
	text-decoration: none !important;
}

.infobox a.objekt_der_woche .go{
	position: absolute;
	right: 0px;
	bottom: 0px;
	
}

.infobox a.objekt_der_woche img { }

.infobox .box_content h3, .infobox .box_content h3 a {
	font-size: 10px;
	color: #7e7f81;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.infobox .box_content hr {
	border: none;
	height: 0;		/* ignored by ie7 */
	margin: 0;
	margin-bottom: 26px;
	color: #f0f1f2;		/* same color as background to make it invisible in ie7 */
}

.infobox .box_content a:hover {
	color: #faab13;
}

* html .infobox .box_content hr {	/* css hack only for ie */
	color: #f0f1f2;	
	margin-bottom: 6px;
}


a span.go {
	padding-right: 20px;
	background-image: url(images/arrow_go.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #fff;
	
}

a:hover span.go {
	background-position: right -16px;
	color: #faab13;
}

a.more {
	color: #b0b1b4;
	font-weight: bold;
}

a.more:hover {
	color: #faab13;
}












fieldset {
	float: left;
	margin: 0;
	margin-top: 10px;
	padding: 0px;
	margin-right: 10px;
	border: none;
}

fieldset legend {
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
	background: #bcbec0;
	color: #fff;
	padding: 0px;
	margin-bottom: 10px;
}

fieldset legend a {
	text-decoration: underline;
	background-image: none ! important;
	padding: 0px ! important;
}

fieldset h3 {
	background: #bcbec0;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	padding: 7px;
	margin: 0;
	margin-bottom: 8px;
	display: block; 
	width: 100%;
}

fieldset legend a:hover {
	color: #ffa101;
	text-decoration: underline;
	background-image: none ! important;
	padding: 0px ! important;
}

fieldset label {
	width: 110px; 
	font-weight: bold;
	float:left;
}

fieldset input, fieldset select, fieldset textarea {
	border: 1px  solid #c0c0c0;
	background: url(images/input_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 4px;
}

.content_box {
	background-image: url(images/fieldset_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 30px;
	border-bottom: solid 4px #bcbec0;
}

.content_box label {

	width: 90px;
	background-color: #f5f6f7;
	margin-right: 12px;
	line-height: 17px;
	padding: 5px;
	clear: left;
	margin-bottom: 2px;
}

.content_box input, select {
	margin-bottom: 2px;
	height: 18px;
}

.content_box input.submit {
	 height: auto;
}

.content_box p {
	line-height: 17px;
	padding: 0 10px 0 10px;
}




ul.unterkategorien, ul.auflistung {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.unterkategorien li {
	list-style-position: outside;
	margin: 0;
	padding: 0;
	border-bottom: dotted #bcbec0 1px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}

* html ul.unterkategorien li {
	width: 340px;
}


ul.unterkategorien li a {
	display: block; 
	height: 20px;
	float: left; 
	margin-right: 10px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(images/arrow_go_simple.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

ul.unterkategorien li a:hover {
	/* background-position: left -16px; */
	color: #faab13;
}


ul.auflistung li {
	list-style-position: outside;
	margin: 0;
	padding: 0;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 20px;
	display: block; 
	font-weight: bold;
	padding-left: 30px;
	background-image: url(images/arrow_go_simple.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.news .box_content {
	padding: 10px 10px 30px 10px;	
}

.news .unterkategorien li {
	height: auto;
	width: auto;
}

.news .unterkategorien li a {
	height: auto;
	margin: 10px 0 0px 0;
	float: none;
}


/* Expose Ansicht */ 

.expose h1 {
	color: #fff;
	background-color: #bcbec0 !important;
	padding: 8px;
	line-height: 18px;
	min-height: 12px;
	font-size: 12px;
	margin-bottom: 10px;
}

* html .expose h1 {
}

.expose .titelbild {
	float: left;
	width: 258px;
	overflow: hidden; 
}

.expose .kerndaten, .expose .sonst_daten {
	background-color: #f5f6f7;
	line-height: 29px;
}

.expose .kerndaten label, .expose .sonst_daten label {
	font-weight: bold;
	float: left;
	height: 11px;
	clear: both;
	background-color: #ebecee;
	border-bottom: 2px solid #fff;
	border-right: 10px solid #fff;
	margin-right: 10px;
	padding: 8px; 
	line-height: 11px;
}

.expose .kerndaten {
	width: 400px;
	float: right;
}

.expose .kerndaten label {
	width: 100px;
}

.expose .freitexte {
	width: 85%;
}

.expose .sonst_daten {
	margin-top: 20px;
	margin-bottom: 20px;
}

.expose .sonst_daten label{
	width: 160px;
}

.expose .kontaktperson .name {
	font-weight: bold;
	color: #faab13;
	margin-bottom: 10px;
}

.expose .kontaktperson img.foto {
	float: left; 
	margin-right: 20px;
	padding-right: 10px;
	background-color: #dddfe1;
}


.expose .bilder {
	clear: both;
	background-color: #f5f6f7;
	padding: 8px;
	height: 35px;
	min-height: 35px;
	margin-top: 10px;
}

.expose .bilder a {
	float: left; 
	margin-right: 10px;
}

.expose .funktionsnavi {
	padding: 12px 0 12px 0;
	margin: 10px 0 10px 0;
	border: dotted #bcbec0 1px;
	border-left: none;
	border-right: none;
	
}

.expose .funktionsnavi a {
	float: right; 
	margin-left: 10px;
}

.expose .kategorien ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.expose .kategorien ul li {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.expose .kategorien a {
	background-image: none ! important;
	padding: 0 ! important;
}

.expose .images_fullsize {
	display: none;
	position: relative;
}

.expose .images_fullsize div {
	display: block;
	width: 600px;;
	height: 400px;
	vertical-align: middle;
	text-align: center;
}

.expose .images_fullsize div img {
	margin-left: 150px;
}


.weiterempfehlen label {
	width: 160px;
}

.weiterempfehlen .submit_image {
	margin-left: 182px;
}




/* Kundenkonto */ 

.kundenkonto h2 {
	color: #7e7f81;
	background-color: #ebecee !important;
	padding: 4px 8px 4px 8px;
	line-height: 16px;
	min-height: 12px;
	font-size: 12px;
	margin-bottom: 10px;
}

.kundenkonto_kundendaten, .kundenkonto_gesuche {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

table.vermarktung_stadium {
	margin: 10px 0 10px 0;
	width: 100%;
}

table.vermarktung_stadium tr td {
	background-color: #f5f6f8;
	padding: 10px;
	border: 5px solid #fdfeff; 
	border-top: none; border-left: none;
	vertical-align: top;
}

table.vermarktung_stadium tr td.name {
	font-weight: bold;
	
}

table.vermarktung_stadium tr.active td.name {
	color: #faab13;
}

table.vermarktung_stadium tr.active td {
	font-weight: bold;
}

table.vermarktungstools {
	margin: 10px 0 10px 0;
	width: 100%;
}

table.vermarktungstools tr td {
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	border-bottom: 2px solid #fdfeff; 
	background-color: #f5f6f8;
}

table.vermarktungstools tr td.name {
	font-weight: bold;
	background-color: #ebecee;
	border-right: 5px solid #fdfeff; 
}

table.vermarktungstools tr.odd td {
	
}




/* Gesuche */

.neues_gesuch_anlegen fieldset label {
	width: 200px;
}


/* Ende Kundenkonto */



/* Unser Team -Seite */

.team .vcard {
	float: left;
	width: 310px;
	height: 180px;
	margin-bottom: 36px;
	margin-right: 10px;
	overflow: visible;
	position: relative;
}

.team .vcard img.foto {
	float: left; 
	margin-right: 20px;
	padding-right: 14px;
	background-color: #dddfe1;
}

.team .vcard .kontaktdaten {
	position: absolute;
	bottom: 0px;
	left: 160px;
}

.team .vcard .kontaktdaten a {
	font-size: 9px;
}

.team .vcard .name {
	font-weight: bold;
}

.team .vcard .beruf {
	font-weight: bold;
	color: #faab13;
}


/* Referenzen */

table.referenzen {
	width: 100%;
	margin-bottom: 15px;
}

table.referenzen caption {
	color: #fff;
	background-color: #bcbec0;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom: 6px solid #fdfeff;
	border-right: 4px solid #fdfeff;
}

table.referenzen tr td {
	background-color: #fdfeff;
	padding: 5px;
	border-right: 4px solid #fdfeff;
	border-bottom: 4px solid #fdfeff;
	width: 50%;
}

table.referenzen tr td h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;	
}

table.referenzen tr td * .vkw {
	color: #faab13;
}

table.referenzen tr.odd td {
	background-color: #ebecee;
}





/* Begin Various Tags & Classes */

a.download_pdf {
	padding-left: 22px;
	display: block;
	height: 18px;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	width: auto;
}

input.submit {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
}

input.submit_image {
	padding: 0;
	border: none;
	height: 21px;
	width: 131px;
}

input.special {
	background-image: none;
	background-color: #fff6e8;
}
/* End Various Tags & Classes*/

/* Tables */

.uebersicht table { 
	border-spacing:0px;
	width: 100%;
	margin-bottom: 15px;
}

.uebersicht table, .border_bottom {
	padding-bottom: 5px;
	border-bottom: solid 4px #bcbec0;
}


.uebersicht table caption{
	color: #666666;
	text-align: left;
	padding:10px 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

.uebersicht table td, th{
	padding:4px;
	line-height: 12px;
}

.uebersicht table thead th{
	text-align: left;
	background:#bcbec0;
	color:#fff;
	border: 0;
}

.uebersicht table thead th a{
	color:#fff;
	text-decoration: underline !important;
}

.uebersicht table tbody th{
	font-weight:bold;
}

.uebersicht table tbody tr.odd{
	background-color: transparent;
}

.uebersicht table tbody th a:link, tbody th a:visited{
	
}

.uebersicht table tbody th a:hover{
	color:#009900;
}

.uebersicht table tbody tr td {
	background-color:#f5f6f7;
	border: 0px;
	vertical-align: top;
	line-height: 17px;
}

.uebersicht table tbody tr.odd td{
	background-color: transparent;
}

.uebersicht table tbody tr td.objekttitel {
	width: 240px;
	
}

.uebersicht table td a:link, table td a:visited{
	text-decoration:underline;
	font-weight: bold;
}

.uebersicht table td a:hover{
	
}

.uebersicht table tfoot th, tfoot td{
	background:url(images/TableCaption.jpg);
	padding:10px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}







/* ************************* Sitemap ********************************* */
div#sitemap {
   padding: 1em 1.5em;
   line-height: 20px;
   }

div#sitemap li {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
div#sitemap li {
   background: url(images/sitemap/extm.gif)
               no-repeat
               0% 0%;
   }
div#sitemap li.last {
   background: url(images/sitemap/exlm.gif)
               no-repeat
               0% 0%;
   }
div#sitemap ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
div#sitemap ul {
   background: url(images/sitemap/exim.gif)
               repeat-y
               0% 0%;
   }
div#sitemap ul.last {
   background-image: none;
   }

div#sitemap a {

	text-decoration: none;
}

#investment-info-teaser { margin-top: 56px; }
#inv-info-head, #inv-info-body { padding: 10px 10px 10px 26px; }
#inv-info-head { clear: both; background: url(images/cite_head_bg.gif) top left repeat-y; height: 4em; }
#inv-info-body { clear: both; background: url(images/cite_body_bg.gif) top left repeat-y; padding-left: 46px; }
#investment-info-teaser blockquote { background: url(images/quotes_topleft.gif) top left no-repeat; padding-left: 20px; padding-top: 5px; float: left; clear: both; font-size: 1.1em; font-weight: bold;}
#investment-info-teaser blockquote div { background: url(images/quotes_bottomright.gif) bottom right no-repeat; display: block; float: left; clear: both; padding-right: 20px;}
#inv-info-link { background: url(images/quote_arrowright.gif) bottom right no-repeat; padding-right: 32px;}

a.kontakt_link { background: transparent url(images/arrow_go_simple.gif) right -2px no-repeat; padding-right: 20px; color: #faab13; }
