/* CSS Document */

html {
		}
	
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background:#f3f3f3 url(../images/body_bg2.jpg) top left repeat-x;
	color: #333;
	text-align:center

}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags */

p, li {
	font-size: 120%;
	margin: 0 0 1em 0;
	line-height: 1.3em
}

ul {
	margin: 0 0 0 20px
}

ol {
	margin: 0 0 0 30px
}

a {
	color: #00264D;
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #7E7E7E;
}

img {
	border: 0
}

td, th { 
	font-size: 120%;
	}
	
#col2 label {
		font-size: 120%;
	}
	
#col2 input {
		font-size: 110%;
		padding:1px;
		margin-bottom:5px;
	}
	
#col2 label.zemCheckbox {
		font-size: 100%;
		padding:0 10px 0 0;
		vertical-align:top;
	}	
	
#col2 label.zemTextarea {
		font-size: 100%;
	}
	
#col2 textarea {
		font-size: 120%;
	}

#col2 textarea.zemTextarea {
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 100%;
		padding:1px 1px 1px 2px;
		margin-bottom:10px;
	}

#col1 label {
		font-size: 120%;
	}
	
#col1 input {
		font-size: 110%;
		padding:1px;
		margin-bottom:5px;
	}
	
#col1 label.zemTextarea {
		font-size: 110%;
	}
	
#col1 textarea {
		font-size: 120%;
	}
	
#col1 textarea.zemTextarea {
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 110%;
		padding:1px 1px 1px 2px;
		margin-bottom:10px;
	}
	



h1 {
	font-size: 220%;
	font-weight:normal;
	font-style: italic;
	color: #C14E00;
	margin: 0 0 1em 0;
	
}

h2 {
	font-size: 170%;
	font-weight:normal;
	font-style: italic;
	color: #C14E00;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 170%;
	font-weight:normal;
	font-style: italic;
	color: #333;
	margin: 0 0 1em 0;
}


h4 {
	font-size: 150%;
	font-weight:normal;
	color: #333;
	margin: 0 0 1em 0;
}

h5 {
	font-size: 120%;
	color: #333;
	margin: 0 0 0.5em 0;
}


h6 {
	font-size: 110%;
}

h2 span {
	color: #333;
	}

sup {
	font-size: 80%;
	margin: 0 0 0 -4px
}


hr {
	color: #ccc;
	height: 1px;
	border:0;
	background:#ccc;
	margin: 5px 0 5px 0
}
/* Klassen */



.bild {
	padding: 1px;
	border: 1px solid #ccc;
	background:#fff
}

.bild_text {
	float:left;
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #ccc;
	background:#fff
}

.bild_text_re {
	float:right;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #ccc;
	background:#fff
}
p.bild_unterschrift {
	float: left; 
	margin: 10px 5px 10px 5px; 
	width: 200px; 
	height: 200px;
	
	  }

p.bild_unterschrift img {
	display: block; 
	width: 200px; 
	padding: 1px; 
	background: #fff; 
	margin: 0 0 5px 0; 
	border: 1px solid #ccc
	 }
	 
p.bild_unterschrift_re {
	float: right; 
	margin: 0px 0px 20px 10px; 
	
	  }

p.bild_unterschrift_re img {
	display: block; 
	padding: 1px; 
	background: #fff; 
	margin: 0 0 5px 0; 
	border: 1px solid #ccc
	 }
	 
p.print a {
	background: url(../images/print_bg.gif) left center no-repeat;
	padding: 0 0 0 30px;
	
}

/* Layout */

#container {
	text-align:left;
	width: 980px;
	margin:auto;
	
}

#container_eincol {
	text-align:left;
	width: 980px;
	margin:auto;
	background:url(../images/container_bg.jpg) repeat-y
}
#container_zweicol {
	text-align:left;
	width: 980px;
	margin:auto;
	background: url(../images/container_bg_2col.jpg) repeat-y
}

#accessibility {
	display:none
}

#header {
	width: 980px;
	height: 121px;
	margin:auto;
	background: url(../images/header_bg.jpg) top center no-repeat;
	position: relative;
	
}
#header p {
	padding: 10px 70px 0 0;
	text-align:right;
	color: #ccc
}

#header p a {
	color: #ccc
}
#header p a:hover {
	color: #fff
}
#header a.home {
	display: block;
	width: 250px;
	height: 160px;
	position: absolute;
	top:0;
	left: 370px;
	background: url(../images/px_clear.gif);
}
#header a.home img {
	display:none
}
#header a.kontakt {
	position: absolute;
	top:0;
	right:0;
	display:block;
	width: 46px;
	height: 33px;
	outline:none;
	text-indent: -3000px;
	background: url(../images/header_a_kontakt_bg2.jpg) 0 0 no-repeat;
}

#header a.kontakt:hover {
	background: url(../images/header_a_kontakt_bg2.jpg) 0 -33px  no-repeat;
}





#nav {
	background: url(../images/nav_bg4.jpg) top center no-repeat;
	margin:auto;
	width: 980px;
	height: 130px;
	padding: 0;
	overflow:hidden;
	
}



.navcol {
	float:left;
	width: 196px;
	padding: 50px 0 25px 14px;
	margin: 0 3px 0px  0 ;
	
}

.ncleft {
	width: 280px;
	
}



.ncmitte {
	width: 280px;
	margin: 0 50px 0 65px;
	
	
}

.ncright {
	width: 220px;
	float:right
	
}



.navcol ul {
	list-style-type:none;
	margin:0
}

.navcol ul li {
	float:left;
	margin:0 0 0 0
}


.navcol ul li a {
	display:block;
	background: none;
	width: 110px;
	margin: 1px 5px 1px 1px;
	font-size: 100%;
	background:url(../images/nav_a_bg.gif) left center no-repeat;
	padding: 0 0 0 15px
}

.navcol ul li a:hover {
	color: #fff
}
.ncright ul {
	float:right;
	padding: 0 5px 0 0
}

.ncright ul li a {
	width: 80px;
	margin: 1px 1px 1px 5px;
}


/*content###############################################*/

#content_wrap {
	clear:both;
	padding: 5px;
	overflow:hidden;
	

}
#content_wrap_eincol {
	clear:both;
	padding: 5px;
	overflow:hidden;
	background: url(../images/content_wrap_bg.jpg) top left no-repeat;
	}

#content_wrap_zweicol {
	clear:both;
	padding: 5px;
	overflow:hidden;
	background: url(../images/content_wrap_bg_2col.jpg) top left no-repeat;
	}
	
#content_wrap_start {
	clear:both;
	padding: 5px;
	overflow:hidden;
	background: url(../images/content_wrap_bg_start.jpg) top left no-repeat;
}	

#content {
	margin:auto;
	width: 970px;
	background: url(../images/content_bg.gif) right bottom no-repeat;
	padding: 10px;
	min-height: 400px;
	overflow:hidden
}

#content.spack {
	padding:0
}
/*linke Spalte*/
#col1 {
	width: 246px;
	float:left;
	
}

#col1 h6 {
	font-size: 220%;
	font-weight:normal;
	font-style: italic;
	margin: 0 0 1em 0;

}

#col1 ul {
	list-style-image:url(../images/stcol3_a_bg.gif);
	margin: 0 0 15px 30px;
}

#col1 ul li {
	padding: 0 0 0 0px;
	margin: 0 0 0.7em 0
	}


p.btn_grundst a {
	display:block;
	width: 244px;
	height: 103px;
	background:url(../images/btn_grundst.jpg) 0 0 no-repeat;
	text-indent: -3000px;
	outline:none
}
p.btn_grundst a:hover {
	background:url(../images/btn_grundst.jpg) 0 -150px no-repeat;
}

p.btn_traumhaus a {
	display:block;
	width: 244px;
	height: 103px;
	background:url(../images/btn_traumhaus.jpg) 0 0 no-repeat;
	text-indent: -3000px;
	outline:none
}
p.btn_traumhaus a:hover {
	background:url(../images/btn_traumhaus.jpg) 0 -150px no-repeat;
}

p.btn_standort a {
	display:block;
	width: 244px;
	height: 103px;
	background:url(../images/btn_standort.jpg) 0 0 no-repeat;
	text-indent: -3000px;
	outline:none
}
p.btn_standort a:hover {
	background:url(../images/btn_standort.jpg) 0 -150px no-repeat;
}

p.btn_wpump a {
	display:block;
	width: 244px;
	height: 103px;
	background:url(../images/btn_wpumpe.jpg) 0 0 no-repeat;
	text-indent: -3000px;
	outline:none
}
p.btn_wpump a:hover {
	background:url(../images/btn_wpumpe.jpg) 0 -150px no-repeat;
}
/*rechte Spalte mit Content*/

#col2 {
	margin: 0 0 0 270px;
	width: 680px;
	position: relative;
}



/*Startseite #######################*/


#start_teaser {
	height: 379px;
	background: url(../images/start_teaser_bg.jpg) bottom center no-repeat;
}

#start_teaser h3 {
	font-size: 17px;
	padding: 20px 0 0 0;
	margin:0 0 10px 0;
	color: #C14E00;	
}	

.st_col1 {
	width: 290px;
	float:left;
	padding: 0 20px 0 20px;
	position: relative;
	height: 300px;
	margin:0 10px 0 0
}

.st_col1 p.absatz {
	padding: 150px 0 0 0
}


.st_col1 a.start_btn {
	display:block;
	width: 130px;
	height: 30px;
	background:url(../images/start_teaser_btn_col1.jpg) 0 -60px no-repeat;
	padding: 10px 0 0 40px;
	position: absolute;
	bottom:0;
	font-size: 12px;
	color: #00264D;
	}
.st_col1 a.start_btn:hover {
	background:url(../images/start_teaser_btn_col1.jpg) 0 0px no-repeat;
	}

.st_col2 {
	width: 250px;
	float:left;
	padding: 0px 0px 0 30px;
	position: relative;
	height: 300px;
	
}

.st_col2 p.absatz{
	height: 70px
}
.st_col2 a.start_btn {
	display:block;
	width: 130px;
	height: 30px;
	background:url(../images/start_teaser_btn_col2.jpg) 0 -60px no-repeat;
	padding: 10px 0 0 40px;
	position: absolute;
	bottom:0;
	font-size: 12px;
	color: #00264D;
	}
.st_col2 a.start_btn:hover {
	background:url(../images/start_teaser_btn_col2.jpg) 0 0px no-repeat;
	}

.st_col3 {
	width: 290px;
	float:right;
	padding: 0px 20px 0 0;
	position: relative;
	height: 330px;
}


.st_col3 p.absatz{
	height: 50px
}

/*Teaser auf Col3*/
.sb_immo_teaser {
	width: 290px;
	height: 100px;
	background: #fff url(../images/sb_immo_teaser_bg.gif) bottom right no-repeat;
	border: 1px solid #ccc;
	padding: 1px;
	position: relative
}

.sb_immo_teaser img {
	float:left;
	
	width: 133px;
	height: 100px
}
.sb_immo_teaser h4 {
	float:right; 
	width: 150px;
	font-size: 110%
}
.sb_immo_teaser p {
font-size: 200%;
float:right;
width: 150px;
margin:0
}

.sb_immo_teaser span {
	font-size: 110%;
	background: #E85C00;
	color: #fff;
	padding: 0 0 0 5px;
	display:block;
	width: 129px;
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
}

.st_col3 ul { 
	position: absolute;
	bottom:10px;
	left:0;
	list-style-type:none;
	margin:0px 0 0 0
	}
.st_col3 ul li{ 
	float:left 
	}	
	
.st_col3 ul li a {
	display:block;
	width: 90px;
	background: url(../images/stcol3_a_bg.gif) left center no-repeat;
	padding: 0 0 0 10px;
	margin: 0 25px 0 0;
	font-size: 110%
	}

.st_col4 {
	width: 290px;
	float:left;
	padding: 0 20px 0 20px;
	position: relative;
	height: 360px;
	margin:0 10px 0 0
}



.st_col4 a.start_btn {
	display:block;
	width: 200px;
	height: 50px;
	background:url(../images/start_teaser_btn.jpg) 0 10px no-repeat;
	padding: 10px 0 0 50px;
	position: absolute;
	bottom:30px;
	left:20px;
	font-size: 12px;
	color: #00264D;
	}

.st_col4 a.start_btn:hover {
	background:url(../images/start_teaser_btn.jpg) 0 -60px no-repeat;
	}

.st_col5 {
	width: 250px;
	float:left;
	padding: 0px 0px 0 30px;
}
.st_col6 {
	width: 290px;
	float:right;
	padding: 0px 20px 0 0;
	position: relative;
	height: 330px;
}
.st_col6 a {
	display:block;
	width: 150px;
	background: url(../images/stcol3_a_bg.gif) left center no-repeat;
	padding: 0 0 0 10px;
	margin: 0 25px 0 0;
	font-size: 110%
	}

/*Neubaugebiet###########################*/

#mapwrap {
	width: 944px;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 0 30px 0
}

#nbg_content table {
	width: 220px;
	margin: 0 5px 0 0;
	float:left;
}



#nbg_content td strong {
	color:#C14E00;
	padding: 2px 1px 0 2px;
	background:url(../images/nbg_td_strong_bg.gif) center no-repeat;
	display:block;
	height: 20px;
	width: 20px;
	text-align:center
	
	}

#nbg_content del {
	
	}


/*Baubeschreibungen###########################*/

p.baube {
	width: 213px;
	height: 160px;
	float:left;
	margin: 0 12px 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 110%
	}
	
p.baube a {
	background:url(../images/baube_a_bg.jpg) left center no-repeat;
	padding: 0 0 0 15px;
	
	}

p.seitenanfang {
	text-align:right;
	font-size: 110%
	
}

p.seitenanfang a {
	background:url(../images/seitenanfang_a_bg.jpg) left center no-repeat;
	padding: 0 0 0 15px;
	
	}


/*Hausprogramm###########################*/
.hp_teaser {
	width: 137px;
	text-align:center;
	background: #f2f2f2 url(../images/hp_teaser_bg.jpg) bottom no-repeat;
	padding: 2px 0 0 0;
	float:left;
	margin: 10px
}

.hp_teaser img {
	width: 133px;
	height: 100px;
	border: 1px solid #ddd
}

/*Haustyp Bild*/

#haustyp_content {
	
}


#haustyp_content ul {
	list-style-type:none;
	padding:0;
	position:absolute;
	top:50px;
	right:10px
}

#haustyp_content ul li {
	margin:0 0 10px 0;
	font-size: 110%
}

#haustyp_content ul li img {
	display: block;
	margin: 0 0 3px 0
}

#haustyp_content table {
	margin: 0 0 1em 0;
	border:0;
	width: 40%
}
#haustyp_content td  {
	padding: 2px 20px 2px 0;
}

#haustyp_content th {
	padding: 2px 20px 2px 0;
	border-bottom: 1px solid #ccc
}
/*Download Datenblatt*/



/*Immobilien*/
.immo_teaser {
	width: 150px;
	height: 230px;
	background: url(../images/immo_teaser_bg.jpg) top no-repeat;
	padding: 5px 2px 0 2px;
	margin: 3px;
	float:left;
	position: relative;
	text-align: center;
}

.immo_teaser img {
	width: 133px;
	height: 100px;
	padding: 1px 1px;
	border: 1px solid #ccc;
	
}

.immo_teaser p {
	font-size: 200%;
	margin:0;
	padding: 0 0 5px 5px;
	text-align: left;
}

.immo_teaser h3 {
	font-size: 120%;
	font-style: normal;
	margin:0;
	padding: 0 0 0 5px;
	text-align: left;
}
.immo_teaser span{
	font-size: 110%;
	background: #E85C00;
	color: #fff;
	padding: 0 0 0 5px;
	display:block;
	width: 148px;
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
}


/*Immobilien Galerie-Objekt*/
h1.obj_headline span {
	color: #333;
	display:block;
	width: 190px;
	height: 40px;
	float:right;
	border-left: 1px solid #ccc;
	text-align: left;
	padding: 0 0 0 10px
}


div.objektstatus {
	font-size: 110%;
	background: #E85C00;
	color: #fff;
	padding: 0 0 0 5px;
	display:block;
	width: 148px;
	position: absolute;
	top: 100px;
	left: 0;
	
}

#fullsize {
		
}

/*#desc {
	float:right;
	width: 183px;
	font-size: 110%;
	margin: 0 0 0px 0;
	padding: 0 0 0 17px;
	font-size: 130%;
	font-weight: bold
}*/

#desc {
	position: absolute;
	right:0px;
	top:60px;
	width: 183px;
	font-size: 110%;
	margin: 0 0 0px 0;
	padding: 0 0 0 17px;
	font-size: 130%;
	font-weight: bold
}

img#placeholder {
	padding: 1px;
	background: #fff;
	border:1px solid #ccc;
	margin: 0 0 10px 0;
	
}

/*.rssThumbs {
	width: 200px;
	float:right;
	margin: -330px 0 0 0
}*/

.rssThumbs {
	width: 200px;
	position: absolute;
	right:0px;
	top:90px;
	
}

.rssThumbFloat a {
	font-size: 110%;
	padding: 2px 0 2px 15px;
	border-left: 3px solid #ccc
}
.rssThumbFloat a:hover {
	border-left: 3px solid #C14E00;
	
}

.rssThumbFloat a:active {
	border-left: 3px solid #333
}

ol.plaene {
	list-style-type:none;
	margin: 0 0 20px 0;
	overflow:hidden
	
}

ol.plaene li{
	float:left;
	font-size: 110%;
	
}

ol.plaene a {
	padding: 0 0 0 20px;
	display:block;
	width: 100px;
	margin: 0 10px 0 0;
	background: url(../images/ol_plaene_a_bg2.gif) 0 2px no-repeat;
}

ol.plaene a:hover {
	background: url(../images/ol_plaene_a_bg2.gif) 0 -36px no-repeat;
	
}


ol.plaene li a img {
	display:none
}

#immo_content table {
	margin: 0 0 1em 0;
	border:0;
	width: 60%;
	
}
#immo_content table td {
	padding: 2px 20px 2px 0;
	vertical-align:top;
	
	
}

/*DIALOG#################################################*/

/*Aktuell*/
.teaser_aktuell {
	height: 150px
	}

.teaser_aktuell h2 {
	float:right;
	width: 500px;
}

.teaser_aktuell p {
	float:right;
	width: 500px;
}

.posted {
	background:url(../images/posted.png) left center no-repeat;
	padding: 0 0 0 20px
	}

/*FOOTER###############################################*/

#footer {
clear:both;
	width: 980px;
	height: 180px;
	margin:auto;
	background: url(../images/footer_bg2.jpg) top left no-repeat;
	text-align:left;
	color: #fff;
	padding: 100px 0 0 0;
	overflow:hidden;
	position: relative;
}

#footer h6 {
	display:none
}

#footer a {
	color: #F99B39
}

#footer a:hover {
	color: #fff
}

#footer p {
	padding: 5px 0 0 80px
}

#footer a.top {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width: 46px;
	height: 33px;
	outline:none;
	text-indent: -3000px;
	background: url(../images/footer_a_top_bg2.jpg) 0 0 no-repeat;
	
}

#footer a.top:hover {
	background: url(../images/footer_a_top_bg2.jpg) 0 -33px no-repeat;
}



#suche {
	width: 340px;
	float:left;
	margin: 0 0 0 0;
}



#suche div {
	padding: 10px 0px 0 30px
}

#suche p {
	color: #888;
	margin:50px 0 0 20px;
	padding: 10px 0 0 20px;
	border-top: 1px solid #666;
	width: 290px;
}

.suchfeld {
	background: #fff;
	border: 1px solid #666;
	font-size: 11px;
	width: 200px;
	height: 16px;
	background: #fff url(../images/suchfeld_bg.jpg) left bottom repeat-x;
	padding: 4px 2px 2px 2px
}
.suchbtn {
	margin: 5px 0 0 10px;
	background: #fff url(../images/suchfeld_bg.jpg) left bottom repeat-x;
	border: 1px solid #666;
	padding: 2px;
	font-size: 12px;
	color:#D76B00
}


#rss {
	width: 230px;
	float:left;
	
}



#rss h6 {
	
}

#adresse {
	width: 400px;
	float:right;
	
}

#adresse h6 {
	
}


#impressum {
	clear:both;
}

/*Clearing*/

.clear_b {
	clear:both
}

.clear {
	overflow:hidden
}

* html .clear {
	height: 1%;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

/* Für Safari-Browser !! */
.clearfix { display: block; } 

/* Clearfix-Anpassung für IE */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatbox { overflow:hidden; }