/* Hauptnaviagtion */
@import "menu.css";
@import "forms.css";

html {
	width: 100%;
	height: 100%;
	}

BODY {
	color: #444;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin:0%;
 	padding:0%;
	background-color: #FFF;
	background: url(bg_head.jpg) center top repeat-x;
	font-size: 13px;
}

#pageWrap {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	/*background: url(bg_head.jpg) center top repeat-x;*/
}


ul, li, hr, h3, h2, h1, form, img, p, span {
 	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse:collapse;
	}

html>body {
	height:auto;
}

.simpleclear {clear:both;}
.tdtext > .simpleclear { height: 10px; }
.nodisplay {display:none;}
.floatleft {float:left}
.floatright {float:right}
.clear {
	clear: both;
	width: 200px;
	height: 0px;
}

#pageHead, #pageBody, #pageFoot { width: 100%; }
#pageHead > div.centerElements, #pageBody > div.centerElements, #pageFoot div > div.centerElements { width: 940px; margin: 0 auto; position: relative; }
#pageFoot div > div.centerElements { overflow: hidden; }

#pageHead { min-height: 150px; height: 320px; padding-top: 10px; overflow: hidden; }
#pageBody { background: url(bg_content.png) left top repeat-x; min-height: 300px; padding-bottom: 50px; }
#pageFoot {	/*background: url(bg_footer.png) left bottom repeat-x;*/ min-height: 259px; }

a.logo { float: right; padding-top: 10px; }
.tdtext { margin-right: 20px; }

/* Container Breiten */
.col12 { width: 700px; clear: left; margin-bottom:30px; }
.col9 { width: 520px; float: left; margin-bottom:30px; clear: left; }
.col8 { width: 460px; float: left; margin-bottom:30px; clear: left; }
.col6 { width: 340px; float: left; margin-bottom:30px; clear: left; }
.col4 { width: 220px; float: left; margin-bottom:30px; clear: left; }
.col3 { width: 160px; float: left; margin-bottom:30px; clear: left; }

/* Content Container Breiten */
#colMain .col12 { margin-right:20px; }
#colMain .col9 { margin-right:20px; clear: none; }
#colMain .col8 { margin-right:20px; clear: none; }
#colMain .col6 { margin-right:20px; clear: none; }
#colMain .col4 { margin-right:20px; clear: none; }
#colMain .col3 { margin-right:20px; clear: none; }
#colMain.col12 { width: 720px; }
#colMain.col8 { width: 540px; }


#pageHead .col4 { clear: none; }
#pageHead .col12 { clear: none; margin: 0 20px 0 0; float: left; }


/* margins */
.grid { margin-left: 20px; clear: none; }

/* ------------ FONTS ----------------- */
h1 {font-size: 2em; color: #003399; font-weight:normal; margin: 0px 0px 0.5em 0px; clear: left;}
h2 {font-size: 1.7em; color: #003399; font-weight:normal; margin: 0px 0px 0.5em 0px;}
h3 {font-size: 1.4em; color: #003399; font-weight:normal; margin: 0px 0px 0.2em 0px;}
h4 {font-size: 1.2em; color: #003399; font-weight:normal; margin: 0px 0px 0.2em 0px;}
h5 {font-size: 1em; color: #003399; font-weight:bold; margin: 0px 0px 0.2em 0px;}

#colLeft h3 { color: #003399; font-weight:normal; margin: 0px 0px 0.5em 0px;}

.tdtext h2 { margin-top: 5px; }


p, .tdtext ul, .tdtext ol  {line-height: 1.45; font-size: 1em; color: #333333; margin-bottom: 0.8em}

.tdtext ul li ul, 
.tdtext ol li ol {
	font-size: 1em;
}

a:link, a:visited {color:#003399; text-decoration:none; outline: none;}
a:hover, a:active {color:#99cc00; text-decoration:none}

.tdtext a, .tdtext a:visited { border-bottom: 1px dotted; }

#metanavi a:link, #metanavi a:visited { color: #999999; }
#metanavi a:hover, #metanavi a:active, #metanavi a:focus { color: #99cc00; }

a.mail {
	display: inline-block;
	padding-left: 20px;
	background: url(email.png) left center no-repeat;
}

a.vcard {
	display: inline-block;
	padding-left: 20px;
	background: url(vcard.png) left center no-repeat;
}

h2.phone {
	padding-left: 25px;
	color: #fff;
	clear: left;
	background: url(pi_phone.png) left 0px no-repeat;
}

span.phone {
	display: inline-block;
	padding-left: 20px;
	background: url(phone.png) left center no-repeat;
}

p.claim {
	color: #999999;
	margin-top: -1em;
	font-size: 1.2em;
}

.small {font-size:0.9em;}
.smaller {font-size:0.8em;} 
.smallest {font-size:0.6em}

a.btnBlue {
	cursor: pointer;
	padding-right: 10px;
	background: url(bu_blue_end.png) right top no-repeat;
	display: inline-block;
	height: 26px;
	border-bottom: 0;
}

	a.btnBlue span {
		line-height: 26px;
		background: url(bu_blue.png) left top no-repeat;
		display: block;
		color: #FFF;
		padding-left: 10px;
		font-weight: bold;
	}
	
	a.btnBlue:hover span {
		color: #99cc00;
	}
	
#quicklinks a.btnGrey {
	display: block;
	background: url(bu_btnGrey.png) left top no-repeat;
	line-height: 25px;
	height: 26px;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	padding-left: 10px;
	margin-bottom: 5px;
}

	#quicklinks a.btnGrey:hover {
		background: url(bu_btnGrey.png) left bottom no-repeat;
		color: #99cc00;
	}

#pageBody a.inlinePic {
	float: left;
	margin: 0 15px 5px 0;
}
	
h1 img {
	display: inline-block;
    vertical-align: text-bottom;
}

.wohnberechtigung { color: #999; font-weight: bold; }

table {font-size: 1em; }

/* ------------ Head ----------------- */	
#pageHead .col4 h3, #pageHead .col4 p, #pageHead .col4 table {
	color: #fff;
}
#pageHead .col4 table td { padding: 2px 0; }
#pageHead .col4 table { margin-bottom: 1em; }

#pageHead #headimg #imgslider > ul {
	height: 180px;
	overflow: hidden;
	margin-left: 0;
}

/* ------------ whiteBar ----------------- */	
.whiteBar {
	clear: both;
}

/* ------------ Breadcrumbs ----------------- */	
.breadcrumbs {
	margin-bottom: 10px;
	font-size: 1em;
	float: left;
	color: #999;
	line-height: 62px;
	height: 62px;
	overflow: hidden;
}
	.breadcrumbs a,
	.breadcrumbs a:link {
		color: #999;
		padding: 0 5px;
	}
	.breadcrumbs a:hover,
	.breadcrumbs a:focus {
		color: #99cc00;
	}
	.breadcrumbs span.active {
		padding: 0 5px;
	}
	.breadcrumbs img.delimiter {
		padding-bottom: 2px;
	}
#colLeft {
	float: left;
	max-width: 700px;
	padding-top: 8px;
}
#colMain {
	float: left;
	max-width: 720px;
}
#colMain.col8{
	width: 540px;
}
#colMain.sitemap {
	float: left;
	max-width: 940px;
	width: 940px;
}
#colRight {
	float: right;
	width: 220px;
}

/* ------------ Search ----------------- */
#colMain .searchBreadcrumbs {
	color: #999999;
}

#colMain .searchBreadcrumbs:hover {
	color: #99cc00;
}

#colMain .searchBreadcrumbs span {
	padding-right:15px;
	background: url(pi_delimiter.png) right center no-repeat;
	margin-left: 10px;
}

	#colMain .searchBreadcrumbs span:first-child { margin-left: 0; }
	#colMain .searchBreadcrumbs span:last-child { padding-right:0; background: none; }

/* ------------ Footer ----------------- */		
#pageFoot .blueBar {
	background: #074ca3 url(bg_footer_top.png) center top repeat-x;
}

#pageFoot .greyBar {
	background: #474747 url(bg_footer_bottom.png) center top repeat-x;
}

#pageFoot .sitemap, #pageFoot .servicecall {
	padding-top: 15px;
	float: left;
	min-height:182px;
	overflow: hidden;
	margin-bottom: 10px;
}

#pageFoot p {
	float: left;
	color: #999;
	margin-bottom: 1em;
}

#pageFoot .greyBar p {
	margin-top: 25px;
}

#pageFoot .sitemap div.navMeta {
	line-height: 1.5;
	color: #FFF;
}
	#pageFoot .sitemap ul {
		list-style: none;
		margin-left: 0;
	}
	
		#pageFoot .sitemap ul > li {
			float: left;
			width: 160px;
			margin-left: 20px;
		}
		
			#pageFoot .sitemap ul li a {
				font-weight: bold;
				color: #FFF;
			}
				#pageFoot .sitemap ul li a:hover {
					color: #99cc00;
				}
		
		#pageFoot .sitemap ul > li:first-child {
			margin-left: 0;
		}
		
			#pageFoot .sitemap ul li ul li {
				float: none;
				margin-left: 0;
			}
			
			#pageFoot .sitemap ul li ul li.Arbeiten_bei_der_bauvereinag { width: 145px; }
			
				#pageFoot .sitemap ul li ul li a {
					font-weight: normal;
				}
				
				#pageFoot .sitemap ul li ul li ul {
					display: none;
				}
	
	#pageFoot .servicecall h3 {
		font-size: 1em;
		color: #FFF;
		font-weight: bold;
	}
	
	#pageFoot .servicecall p { color: #FFF;	}
	
	#pageFoot .servicecall p.phone { font-size: 1.5em; }

/* ------------ Diverse Container ----------------- */
#contentTeaser { padding-bottom: 20px; }

.featuredJobs p { width: 80%; }

/* ------------ Formular Error ----------------- */

.errorBox {
	padding: 7px; 
	border: 1px solid #900;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 1em;
	width:92%;
	}

.errorBox ul {
	margin: 0; 
}

.errorBox ul li {
	font-size: 1em;
	margin-bottom: 0.3em;
	color: #990000;
	font-weight:bold;
}


/* ------------ Meta Navi ----------------- */
div#metanavi {
	height: 20px;
	float: left;
	color: #999;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 36px;
	width: 50%;
}

	#metanavi a {
		font-weight: normal;
	}
	
	#metanavi a.FSminus { font-size: 0.8em; }
	#metanavi a.FSreset { font-size: 1em; }
	#metanavi a.FSplus { font-size: 1.1em; }

/* ------------ LogIn Data ----------------- */
div#loginData {
	position:absolute;
	right: 0px;
	top:80px;
	height: 20px;
	color: #999;
	font-size: 0.75em;
	font-weight: normal;
}
	
/* ------------ Boxen ----------------- */
.dlBoxWrap { margin-bottom: 30px; }
.dlBox {
	list-style: none;
	}
	
	.inBox .headline {
		padding-bottom: 2px;
	}
	
	.inBox .headline h3 {
		margin-bottom: 0;
	}

	.dlBox, .inBox .body, .webwohnplaner .body {
		padding: 7px; 
		border: 1px solid #EBEBEB;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		line-height: 1.45em;
	}
	
	#colMain .dlBoxWrap ul { margin-left: 0; }
	#colMain .inBox .body { padding: 7px 0 0 7px; }	
	#pageHead .inBox .body { padding: 0; border: none; }
	
	.dlBox li {
		display: block;
		clear: left;
		margin-bottom: 10px;
		min-height: 32px;
	}

	.dlBox img {
		width: 32px;
		float: left;
		margin: 0 5px 5px 0;
	}
	
	.dlBox span.title {
		clear: right;
	}	
	
	.dlBox span.description { color: #333; }
	.dlBox span.filesize {
		color: #999;
		font-size: 0.9em;
	}
	
	.dlBox span.filesize span {
		text-transform: uppercase;
	}
	
.dlPreview {
	margin-right:0px;
	float:left;
	width:48px;
	height:55px;
	padding:2px;
	text-align:left;
	}
	
	.dlPreview img {
		width:48px;
		height:48px;
	}
	
hr {
	border-bottom: 1px dotted #e5e5e5;
	height: 0px;
	margin: 15px 0px;
	padding: 0px;
	line-height: 1px;
	}
	
div.shadow {
	margin-bottom: 12px;
}

/* Aufzhlung */
ul {
	list-style:none;
}

#colMain ul {
	margin-left: 0.5em;
}
	
.tdtext ul,
#contentTeaser ul,
.featuredJobs ul {
	margin-bottom: 1em;
}

.tdtext ul li,
#contentTeaser ul li,
.featuredJobs ul li,
.faq ul li {
	background: url('ul_bullet.png') 0 7px no-repeat;
	padding: 2px 0px 2px 15px;
	line-height: 1.5em;
}

.tdtext ul li ul li { background: url('ul_sub_bullet.png') 0 7px no-repeat; }
.tdtext.simpleclear { margin-right: 0; }
.tdtext ol {
	margin-left: 0.5em;
	padding-left: 20px;
	}



/* PAGESELECTION */
.pagenrContainer {
	margin:0 0 20px 0;
	height: 20px;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	padding: 7px 10px 7px 7px;
	border: 1px solid #F2f2f2;
	-webkit-border-radius: 05px;
	-moz-border-radius: 05px;
	border-radius: 05px;
	color: #999999;
	background-color: #FFF;
}

.pagenrContainer ul.pageNrs {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.pagenrContainer ul.pageNrs li {
	float:left;
	text-align:center;
	margin: 0 5px 0 0;
	background:none;
	}

.pagenrContainer ul.pageNrs li a,
.pagenrContainer ul.pageNrs li span {
	margin: 0;
	text-align:left;
	display:block; 
	border:solid 1px #EBEBEB;
	background: #FFF;
	-webkit-border-radius: 05px;
	-moz-border-radius: 05px;
	border-radius: 05px;
	padding: 0 6px;
	color: #666;
	}
	
.pagenrContainer ul.pageNrs li span {
	color: #003399;
}
	
.pagenrContainer ul.pageNrs li a:link,
.pagenrContainer ul.pageNrs li a:visited {
	}
	
	.pagenrContainer ul.pageNrs li a:hover,
	.pagenrContainer ul.pageNrs li a:focus {
		border:solid 1px #e3e3e3;
		background: #FFF;
		color: #99cc00;
	}

.newsList {
	margin-right: 20px;
}
	
.newsList p.date {
	margin-bottom: 0;
	color: #bcccd9;
    display: block;
    font-size: 0.9em;
    text-decoration: none;
}

.searchResult {
	display:block;
	border-bottom:1px dotted #a2d4d9;
	}

.searchResult:hover {
	background:#d7edef;
	}	

.searchResult h3 {
	font-size: 1.2em;
	padding: 10px 0px 4px 0px;
	margin-bottom:3px;
	}

.searchResult p {
	font-size:1em;
	color:#666;
	}
	

/* ALLG */
.nomargin,
h4.nomargin,
.snBox .nomargin {
	margin:0px;
	padding-right:0px;
	border:none;
	}
	
/* Browserwarnung */
div.warningIE6 {
	background: #ffc;
	padding: 5px;
	border: 1px solid #900;
	position: absolute;
	top:0px;
	left:0px;
	z-index:999;
	width:100%;
	}

/* Tabellen */
#pageBody .tdtext table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

#pageBody .tdtext table.formated tbody tr:nth-child(2n){
	background-color: #f5f5f5;
}

#pageBody .tdtext table.formated tbody tr th,
#pageBody .tdtext table.formated tbody tr td {
	border: 1px solid #f2f2f2;
	padding: 5px;
	font-size: 1em;
	text-align: left;
}

#pageBody .tdtext table tbody tr td {
	padding: 5px 0;
	font-size: 1em;
}

#pageBody .tdtext table.formated tbody tr th {
	background-color: #e5e5e5;
}

#pageBody .tdtext table.formated tbody td {
	border: 1px solid #e5e5e5;
}

#pageBody .tdtext table.onlyBorder tbody td {
	border: 1px solid #e5e5e5;
}

/* USERDOWNLOADS */
#aktuellesAcc .accWrap {
	padding-bottom: 3px;
}

#aktuellesAcc h3 {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	margin-bottom: 0;
	background: url(bg_accTrigger.png) left 0 no-repeat;
	color: #999;
	padding-left: 10px;
}

	#aktuellesAcc h3:hover { background: url(bg_accTrigger.png) left -30px no-repeat; color: #99cc00; cursor: pointer; }
	#aktuellesAcc h3.ui-state-active { background: url(bg_accTrigger.png) left -60px no-repeat; color: #fff; }
	#aktuellesAcc h3.open:hover,
	#aktuellesAcc h3.open:focus,
	#aktuellesAcc h3.open:active { background: url(bg_accTrigger.png) left -90px no-repeat; color: #99cc00; }

#aktuellesAcc .accWrap div {
	padding: 10px 10px 0 10px;
	overflow: hidden;
	height:160px;
}

#aktuellesAcc .accWrap img { width: 137px; }

#aktuellesAcc .accWrap a.btnBlue {float:right}


/*USERDOWNLOADS*/

ul.dlList li {
	padding: 0;
	background: none;
	padding: 10px 10px 0px 0;
	border-bottom: 1px solid #f0f0f0;
}
ul.dlList li:nth-child(2n+1) {
	background: #fafafa;
}

	ul.dlList li h3 {
		font-size: 1.25em;
		font-weight: bold;
		margin-left: 65px;
	}
	
	ul.dlList li a.image {
		float: left;
	}
	
	ul.dlList li ins {
		text-decoration: none;
		font-size: 0.9em;
		float: right;
		color: #999;
	}
	ul.dlList li p,
	ul.dlList li a.download {
		font-size: 1em;
		margin-left: 65px;
	}
		
	ul.dlList li a.download {
		display: block;
		padding-left: 8px;
		background: url("css/ul_bullet.png") 0 center no-repeat;
	}
	
	ul.dlList div.activeuntil {border-top:1px dotted #f0f0f0;overflow:auto;margin-top:5px;}
	ul.dlList div.activeuntil p {float:right;margin:0px;padding:0px; font-size:0.9em;color:#999;}

/* VERTEILERSEITE */
#vtList, #colMain #vtList {
	margin: 35px 0;
}
#vtList li {
	display: block; 
	width: 340px;
	background: url(bg_vtContHead.png) left top no-repeat;
	padding-top: 10px;
	margin: 0 0 20px 0;
	float: left;
	clear: left;
}

#vtList li.grid {
	margin-left: 20px;
	clear: none;
}

	#vtList li div {
		display: block; 
		width: 320px;
		padding: 0 10px 25px 10px;
		background: url(bg_vtContBody.png) left bottom no-repeat;
		position: relative;
		overflow: hidden;
		min-height: 145px;
	}
	
	#vtList li div .headline {
		display: block;
		font-weight: bold;
		margin-bottom: 0.6em;
		font-size: 1.2em;
	}
	
	#vtList li div .image {
		width: 80px;
		height: 62px;
		display: block;
		margin-right: 7px;
		float: left;
		clear: left;
		border: 1px solid #f3f3f3;
	}
	
	#vtList li div .image:hover {
		border: 1px solid #e5e5e5;
	}
	
		#vtList li div .image img {
			border: 3px solid #FFF;
			width: 74px;
		}
	
	#vtList li div .description {
		color: #333;
		margin-bottom: 1em;
		display: block;
		line-height: 1.4em;
	}
	
	#vtList li div .more {
		color: #003399;
		font-weight: bold;
		width: auto;
		position: absolute;
		bottom: 10px;
		right: 15px;
	}
	
	#vtList li div a.more:hover  {
		color: #99cc00;
	}
	

	
	#vtList li div a.securiumC4,
	#vtList li div a.flitecubeC4,
	#vtList li div a.consultingC4 {
		height: 15px;
		display: block;
		margin-bottom: 1em;
		background: url(pi_vt_securium.png) left top no-repeat;
		
	}
	
	#vtList li div a.flitecubeC4 {
		background: url(pi_vt_flitecube.png) left top no-repeat;
		
	}
	
	#vtList li div a.consultingC4 {
		background: url(pi_vt_consulting.png) left top no-repeat;
		
	}
	
	#vtList li div a.securiumC4 span,
	#vtList li div a.flitecubeC4 span,
	#vtList li div a.consultingC4 span {
		display: none;
	}


	
/* SITEMAP */
#colMain ul.sitemap {
	list-style: none;
}

	#colMain ul.sitemap li {
		margin-bottom: 1.5em;
		float: left;
		width: 33%;
		min-height: 100px;
	}
	
	#colMain ul.sitemap li.Eigentum { clear: left; }
	
	#colMain.sitemap ul.sitemap > li {
		width: 22%;
		clear: none;
		margin-right: 3%;
	}
	
	#colMain ul.sitemap li.Case_Studies {
		clear: left;
	}

	#colMain ul.sitemap li > a {
		font-weight: bold;
	}
	
	#colMain ul.sitemap li ul {
		padding-left: 0;
		list-style: none;
		margin-left: 0;
	}
	
		#colMain ul.sitemap li ul li {
			margin: 0.25em 0;
			padding-left: 18px;
			background: url(ul_bullet.png) 5px 5px no-repeat;
			width: 100%;
			float: none;
			min-height: 0;
		}
		
		#colMain ul.sitemap li ul li a {
			font-weight: normal;
		}
		
			#colMain ul.sitemap li ul li ul li {
				background: url(ul_sub_bullet.png) 5px 5px no-repeat;
			}
		
		
/* WEBWOHNPLANER */
#webwohnplaner {
	overflow: hidden;
}

#webwohnplaner ul.navWwp {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	list-style: none;
	min-height: 32px;
	border-right: 1px solid #ececec;
	width: 162px;
	float: left;
	/*height: 100%;*/
}
#webwohnplaner ul.navWwp li {
	float: left;
	margin: 0;
	padding: 0;
	min-height: 31px;
	width: 160px;
	border-right: none;
	position: relative;
	background: #fff;
	margin-bottom: 2px;
	border: 1px solid #fff;
	border-right: 1px solid #ececec;
}
#webwohnplaner ul.navWwp li a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 40px;
	outline: none;
	border-bottom: 0;
	color: #333;
	display: block;
	min-height: 35px;
	border: 1px solid #fff;
}
html #webwohnplaner ul.navWwp li.active {
	background: #fff url(bg_webwohnplaner_tab.png) left top repeat-y;
	border: 1px solid #ececec;
	border-right: 1px solid #fff;
}

#webwohnplaner ul.navWwp li.active a { color: #003399; }
#webwohnplaner ul.navWwp li.navWwp-1 a { background: url(pi_webwohnplaner1.png) 5px center no-repeat; }
#webwohnplaner ul.navWwp li.navWwp-2 a { background: url(pi_webwohnplaner2.png) 3px center no-repeat; }
#webwohnplaner ul.navWwp li.navWwp-3 a { background: url(pi_webwohnplaner3.png) 3px center no-repeat; }
#webwohnplaner ul.navWwp li.navWwp-4 a { background: url(pi_webwohnplaner4.png) 3px center no-repeat; }

#webwohnplaner ul.navWwp li a:hover {
	color: #99cc00;
}

html #webwohnplaner ul.navWwp li.active a:hover{
	border: 1px solid #fff;
}

#webwohnplaner .tab_container {
	overflow: hidden;
	float: left; 
	width: 530px;
	height: 275px;
	background: #fff;
	margin-left: -2px;
	border: 1px solid #ececec;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#webwohnplaner .tab_content {
	padding: 15px;
	overflow: hidden;
}

#webwohnplaner .tab_content a.inlinePic {
	float: right;
	margin: 0 0 15px 10px;
}

p.btnRow { text-align: right; clear: both; }

#webwohnplaner .btnGrey {
	cursor: pointer;
	padding-right: 10px;
	background: url(bu_btnGrey_end.png) right top no-repeat;
	display: inline-block;
	height: 27px;
	border-bottom: 0;
}

	#webwohnplaner .btnGrey span {
		line-height: 27px;
		background: url(bu_btnGrey_start.png) left top no-repeat;
		display: block;
		color: #FFF;
		padding-left: 10px;
		font-weight: bold;
		font-size: 1.2em;
	}
	
	#webwohnplaner .btnGrey:hover span {
		color: #003399;
	}
	
#webwohnplaner .btnGreen {
	cursor: pointer;
	padding-right: 24px;
	background: url(bu_btnGreen_endArrow.png) right top no-repeat;
	display: inline-block;
	height: 27px;
	border-bottom: 0;
	color: #fff;
	font-size: 1em;
	margin-left: 10px;
}

	#webwohnplaner .btnGreen span {
		line-height: 27px;
		background: url(bu_btnGreen.png) left top no-repeat;
		display: block;
		color: #FFF;
		padding-left: 10px;
		font-weight: bold;
		font-size: 1em;
	}
	
	#webwohnplaner .btnGreen:hover {
		background: url(bu_btnGreen_endArrow.png) right bottom no-repeat;
	}
	
	#webwohnplaner .btnGreen:hover span {
		color: #003399;
	}

/* IMMOBILIENSUCHE */
.immobiliensuche .immosearch { overflow: hidden; }
.immobiliensuche .immosearch h1 { width: 300px; float: left;}
.immobiliensuche .immosearch p { width: auto; float: right; margin-top: 10px; color: #999999; }
.immobiliensuche .immosearch p strong ins { text-decoration: none; }
.immobiliensuche .immosearch p strong ins header { display: none !important; }
	
/* IMMOBILIENSUCHE ERGEBNISSEITE */
.immoSearchInfo {
	padding-top: 10px;
	background: url(bg_immoSearchInfo_start.png) left top no-repeat;
}

.immoSearchInfo .inner {
	padding: 0 10px 10px;
	background: url(bg_immoSearchInfo_end.png) left bottom no-repeat;
	overflow: hidden;
}

.immoSearchInfo .inner .pagenrContainer {
	border: 0;
    float: left;
    height: 22px;
    margin: 0;
    width: 350px;
	float: left;
	background: none;
	padding: 0;
}

.immoSearchInfo .changeView { float: right; padding-top: 5px; }
.immoSearchInfo .changeView li { float: left; margin-right: 5px; }

.immoSearchInfo .changeView li a { display: block; width: 16px; height: 16px; opacity: 0.35; }
.immoSearchInfo .changeView li a.active,
.immoSearchInfo .changeView li a:hover { opacity: 0.6; }
.immoSearchInfo .changeView li a.listview { background: url(ic_listview.png) left top no-repeat; }
.immoSearchInfo .changeView li a.mapview { background: url(ic_mapview.png) left top no-repeat; }
.immoSearchInfo .changeView li a span { display: none; }

#pageBody .immoSearchInfo .inner form {
	width: 275px;
	height: 28px;
	overflow: hidden;
	float: right;
}

#pageBody .immoSearchInfo .inner form label { float: left; font-weight: normal; color: #666; line-height: 27px; padding-right: 10px; }
#pageBody .immoSearchInfo .inner form select { float: left; margin-right: 10px; clear: none; margin-bottom: 0; }

#pageBody .immoSearchInfo .inner form input[type=submit] {
	float: left;
	width: 26px;
	height: 26px;
	background: url(bu_arrow.png) left top no-repeat;
}

#pageBody .immoSearchInfo .inner form input[type=submit]:hover {
	background: url(bu_arrow_hover.png) left top no-repeat;
}

.immoSearchInfo .inner .pagenrContainer > div {
	display: none;
}



ul.immoList {
	margin-left: 0;
}

ul.immoList li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ececec;
	overflow: hidden;
}

ul.immoList li div.map {
	overflow: hidden;
	clear: left;
	height: 1px;
}

ul.immoList li div.map > div {
	width: 520px; 
	height: 250px;
}

#pageBody ul.immoList li a.inlinePic {
	height: 107px;
	width: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

#pageBody ul.immoList li a.inlinePic span {
	display: block;
    height: 101px;
    overflow: hidden;
    margin: 3px;
    width: 138px;
}

#pageBody ul.immoList li a.inlinePic span img,
#pageBody ul.immoList li a.inlinePic:hover span img { border: none; }

#pageBody ul.immoList li p.immoData span {
	width: 60px;
	display: inline-block;
	font-weight: bold;
}

#pageBody ul.immoList li p.immoData,
#pageBody ul.immoList li p.immoAddress { display: block; margin-left: 160px; }


/* Immobiliendetailseite */
#pageBody table.expose { color: #333; border: 1px solid #ECECEC; border-radius: 5px 5px 5px 5px; color: #333333; padding: 5px 8px; }
#pageBody table.expose td { line-height: 1.6em; }
#pageBody table.expose td.dt { font-weight: bold; width: 30%; }

.textlinks p,
.textlinks #continueToMbw { margin-bottom: 0.4em; }
.textlinks .btnBlue span, .webwohnplaner .btnBlue span { width: 140px; }

/* Infolayer Projekte */
#projectsMap { 
	overflow: hidden; 
	border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    width: 678px;	
}

	#colMain #mapWrap { 
		margin-bottom: 0;
		width: 450px;
	}
	
	#colMain #mapWrapImmo { 
		margin-bottom: 0;
		position: relative;
	}
	
	#colMain #anfahrtsmapwrap { position: relative; }

#colMain #parkhausmapWrap {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    width: 678px;
	margin-bottom: 0;
}

#infolayer .contents h4 { margin-bottom: 0.8em; }
#infolayer .contents .info,
#immoInfolayer .contents .info {
	font-weight: bold;
	width: 70px;
	display: inline-block;
}

#infolayer img { margin-bottom: 5px; }

#immoInfolayer,
#anfahrtsmapwrap .anfahrtinfolayer {
	background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    display: none;
    padding: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 147px;
	-webkit-box-shadow: 0px 2px 2px #333; /* webkit browser*/ 
	-moz-box-shadow: 0px 2px 2px #333; /* firefox */ 
	box-shadow: 0px 2px 2px #333;
	margin-right: 0;
}

#colMain .projectsFilter { margin-bottom: 0; width: 205px; }

#colMain .projectsFilter { margin-right: 0; }

/* Accordion Subsite */
#colMain.subsiteacc .tdtext h2 { cursor: pointer; }
#colMain.subsiteacc .tdtext h2:hover { color: #99cc00; }

/* Downloadliste Content */
#colMain #downloadList {
	margin-left: 0;
	border: 0;
	padding: 0;
}

#colMain #downloadList.col9 {
	border: 1px solid #EBEBEB;
    border-radius: 5px 5px 5px 5px;
    padding: 7px;
	width: 504px;
	background-color: #fff;
}

#colMain #downloadList.col9 h3 { margin-bottom: 0.4em; }

#colMain #downloadList li {
	display: block;
	margin-bottom: 1em;
}

#colMain #downloadList.col9 li { border-bottom: 1px dotted #EBEBEB; }
#colMain #downloadList.col9 li:last-child { border-bottom: none; margin-bottom: 0; }

/*#colMain #downloadList li table tr td.fileicon { width: 40px; }*/
#colMain #downloadList li table tr td.fileicon { width: 68px; }
#colMain #downloadList li table tr td { vertical-align: top; }

#colMain #downloadList li table tr td.fileicon a {
	border: 1px solid #EBEBEB;
    display: block;
    height: auto;
    overflow: hidden;
    width: 56px;
	background-color: #fff;
}
#colMain #downloadList li table tr td.fileicon a:hover {
	border: 1px solid #e3e3e3;
}

	#colMain #downloadList li table tr td.fileicon a img { border: 3px solid #fff; width: 50px; }
	
/* Staff Liste */
#colMain .staffList { 
	margin-left: 0; 
	border: 1px solid #EBEBEB;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 30px 0;
    overflow: hidden;
    padding: 7px; 
}
#colMain .staffList li.col4 { margin-bottom: 0; }


#colMain .listOfContents { 
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 2em;
    padding: 10px;
}

#colMain .listOfContents a { border-bottom: 0; }
