html, body{
	padding:0 0 1px 0;
	margin:0;
	font-family:verdana;
	font-size:0.82em;
	height:100%;
}

*{
	padding:0;
	margin:0;
}

img{
	border:none;
}

.clear{
	clear:both;
	height:0.1px;
	overflow:hidden;
}

a{
	color:#5777A8;
}

a:hover{
	text-decoration:none;
}

h1{
	font-size:1em;
	line-height:1.5em;
}

h2{
	font-size:1em;
	color:#EA2A2A;
	line-height:1.5em;
	margin-bottom:5px;
}

h3{
	font-size:1em;
	color:black;
	line-height:1.5em;
	padding-bottom:10px;
}

p.bodytext{
	padding-bottom:1em;
	line-height:1.5em;
}

/* layout */
#container{
	width:754px;
	margin:0 auto;
	background:url(../images/blauelinie.gif) top left repeat-y;  /*simuliert blaue Linie neben subnavi*/
	position:relative;
	min-height:100%;
	height:auto;
}

* html #container{
	height:100%;
}

#container2{	/*für die Suche, hier wird keine blaue Linie benötigt*/
	width:754px;
	margin:0 auto;
	position:relative;
	padding-bottom:20px;	
}

#header{
	height:99px;
	padding-bottom:1px;
	border-bottom:1px solid #BFD1E9;
	background:url(../images/logo.jpg) top left no-repeat;
}

#header a img.homeref{
	width:300px;
	height:80px;
	float:left;
}

#mainnav{
	position:absolute;
	top:101px;
	left:228px;
}

#left{
	float:left;
	width:228px;
	margin-top:-16px;
}

#navcontainer{
	background:#BFD1E9 url(../images/navoben.jpg) top left no-repeat;
	float:left;
	width:168px;
	padding:25px 30px 25px 30px;
}

* html #navcontainer{
	overflow:hidden;
	
}

#leftcontent{
	padding:25px 0px 25px 30px;
	width:190px;
	height:auto;
	clear:left;
}

#center{
	padding:40px 0px 40px 20px;
	width:500px;
	float:left;
}

#footer{
	border-top:1px solid #BFD1E9;
	margin-top:20px;
	padding-top:5px;
	margin-left:30px;
}

/*schnellsuche*/

#schnellsuche fieldset{
	border:none;
}

#schnellsuche legend{
	padding-bottom:15px;
	font-weight:bold;
	color:#EA2A2A;
	padding-left:7px;
	text-transform:uppercase;
}

* html #schnellsuche legend{ 
	margin-left:-7px; /*verringert für IE den abstand von Legend zum linken Rand*/
}

#schnellsuche label{
	padding-left:7px;
	font-weight:bold;
	color:#3F3D3D;
	padding-bottom:3px;
	display:block;
	float:left;
}

#schnellsuche select{
	clear:left;
	margin-bottom:10px;
	width:165px;
	font-size:1em;
}

#schnellsuche input.suchbutton{
	border:none;
	background:url(../images/suchbuttongrau.gif) right 50% no-repeat;
	padding:5px 45px 5px 0;
	color:#EA2A2A;
	font-weight:bold;
	width:10.5em;
	cursor:pointer;
	font-size:0.95em;
	float:right;
}


/*Hauptnavigation*/

#mainnav{
	list-style:none;
	padding-left:10px;
	padding-right:0px;
	font-size:0.9em;
	background:url(../images/ullinie.gif) bottom left no-repeat;
}

#mainnav li{
	display:block;
	float:left;
	margin-right:0px;
}

#mainnav li.first{
	background:url(../images/navinact.gif) bottom right no-repeat;
}

#mainnav li.first a:link span, #mainnav li.first a:visited span{
	background:url(../images/navactspan2.gif) bottom left no-repeat;
}

#mainnav li.first a:hover, #mainnav li.first a:visited.active, #mainnav li.first a.active{
	background:url(../images/navact.gif) bottom right no-repeat;
}

#mainnav a:link, #mainnav a:visited, #mainnav a:hover{
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

#mainnav a:link, #mainnav a:visited{
	background:url(../images/navinact.gif) bottom right no-repeat;
	display:block;
}

#mainnav a:link span, #mainnav a:visited span{
	background:url(../images/navinactspan.gif) bottom left no-repeat;
	display:block;
	padding:3px 5px 5px 10px;
}

#mainnav a:hover, #mainnav a:visited.active, #mainnav a.active{
	background:url(../images/navact.gif) bottom right no-repeat;
	display:block;
}

#mainnav a:hover span, #mainnav a:visited.active span, #mainnav a.active span{
	background:url(../images/navactspan.gif) bottom left no-repeat;
	display:block;
	padding:3px 5px 5px 10px;
}

/*footernavigation*/

#footernav{
	list-style:none;
	float:left;
}

#footernav li{
	float:left;
	margin-right:15px;
}

#footernav a{
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}



/*subnavigation*/

#navcontainer ul{
	list-style:none;
	padding:33px 0px 0px 8px;
	line-height:1.8em;
}

#navcontainer ul a.active, #navcontainer ul a:visited.active, #navcontainer ul a:hover{
	color:#5777A8;
	font-weight:bold;
}

#navcontainer ul a:hover{
	background:url(../images/linkbg.gif) bottom left repeat-x;
	font-weight:normal;
}

#navcontainer ul a:hover.active{
	font-weight:bold;
}

#navcontainer ul ul{
	padding:0 0 0 2px;
}

#navcontainer ul a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	color:#5777A8;
	padding-bottom:1px;
}

#navcontainer ul ul li{
	background:url(../images/linkstrich.gif) left 50% no-repeat;
	padding-left:14px;
}

#navcontainer ul ul a{
	color:#5777A8;
}

#navcontainer ul ul a:hover, #navcontainer ul ul a:visited.active, #navcontainer ul ul a:link.active, #navcontainer ul ul a.active{
	background:url(../images/linkbg.gif) bottom left repeat-x;
}

/*positionierter Link zur erweiterten Suche*/

#header p{
	background:#EA2A2A;
	float:right;
	margin-top:60px;
	padding:7px 17px 7px 7px;
	text-transform:uppercase;
}

#header p a, #header p a:link, #header p a:visited{
	color:white;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/linkpfeilrot.gif) right 50% no-repeat;
	padding:8px 25px 8px 0;
}

/*positionierter Link zur Startseite*/

#header p.start{
	background:none;
	float:right;
	margin-top:60px;
	padding:7px 17px 7px 7px;
	text-transform:uppercase;
}

#header p.start a, #header p.start a:link, #header p.start a:visited{
	color:#D9DAE4;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/linkpfeilgrau.gif) right 50% no-repeat;
	padding:8px 25px 8px 0;
}

/*Styles für Erweiterte Suche*/

.oben{
	background:#F06969 url(../images/suchebgoben.gif) left top no-repeat;
	height:58px;
	width:535px;
	margin-top:-16px;
	color:white;
	float:left;
}

h1.objektsuche{
	text-align:right;
	margin-top:21px;
	margin-right:15px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.6em;
	float:right;
}

.suchemain{
	padding-left:30px;
}

#sucheerweitert{
	float:left;
	padding:25px 0 0 0px;
	width:100%;
	border-bottom:1px solid #7F9DB9;
	padding-bottom:15px;
}

#sucheerweitert label{
	font-weight:bold;
}

#sucheerweitert fieldset.suche1{
	width:45%;
	float:left;
	border:none;
	padding:0 0px 0 5px;
}

#sucheerweitert fieldset.suche2{
	width:64%;
	clear:left;
	float:left;
	border:none;
	padding:10px 0px 0 5px;
}

#sucheerweitert fieldset.suche2 label{
	margin-bottom:5px;
	float:left;
}

#sucheerweitert fieldset.suche2 input.radio{
	float:left;
}

#sucheerweitert fieldset.suche2 span{
	float:left;
	display:block;
	padding:0px 15px 0 3px;
}

* html #sucheerweitert fieldset.suche2 span{
	padding-top:3px;
}

#sucheerweitert fieldset.suche3{
	width:34%;
	float:left;
	border:none;
	padding:0 0px 0 0;
	height:4em;
	position:relative;
}

#sucheerweitert fieldset.suche3 input.suchbutton{
	position:absolute;
	bottom:0;
	right:0;
	border:none;
	background:url(../images/suchbuttongrau.gif) right 50% no-repeat;
	padding-right:15px;
	color:#EA2A2A;
	font-weight:bold;
	width:10em;
	cursor:pointer;
}

#sucheerweitert label.suchlabel{
	float:left;
	padding-right:5px;
	width:11em;
	clear:left;
}

#sucheerweitert label.suchlabelschmal{
	float:left;
	padding-right:0.5em;
	padding-left:0.5em;
	width:2em;
}

#sucheerweitert input.plz{
	float:left;
	width:5em;
	margin-bottom:5px;
	border:1px solid #7F9DB9;
	font-size:1em;
	font-family:verdana;
	padding:2px;
}

#sucheerweitert input.inputstandard{
	float:left;
	width:16em;
	margin-bottom:5px;
	border:1px solid #7F9DB9;
	font-size:1em;
	font-family:verdana;		
	padding:2px;
}

#sucheerweitert select{
	float:left;
	width:16.5em;
	margin-bottom:5px;
	border:1px solid #7F9DB9;	
	font-size:1em;
	font-family:verdana;
	padding:2px;	
}

#suchergebnis h2{
	padding:10px 0 20px 5px;
}

table.ergebnis{
	border:none;
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
}

table.ergebnis a{
	font-weight:bold;
	color:black;
}

table.ergebnis a:hover{
	text-decoration:none;
}


.ergebnis td, .ergebnis th{
	vertical-align:top;
	background:#E1DFDF;
	padding:5px 5px;
	border:2px solid #ffffff;
	border-bottom:7px;
	text-align:center;
	line-height:1.3em;
}	

#plz{
	width:6%;
}

#thort{
	width:12.5%;
}

#thbezeichnung{
	width:32%;
}

#thflaeche{
	width:9.5%;
}

#thtyp{
	width:10%;
}

#thkauf{
	width:12.5%;
}

#thmiete{
	width:9%;
}

#thfoto{
	width:8%;
}

td.tdort, td.tdbezeichnung{
	text-align:left;
}

.pager{
	
}

.pager a:link.pageractiv, .pager a:visited.pageractiv{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.pager a:link.pagernonactiv, .pager a:visited.pagernonactiv{
	color:#000;
	text-decoration:underline;
}

.pager a:hover{
	text-decoration:none;
}

#objekt{
	float:left;
	width:100%;
}

#objekt h2{
	padding:10px 0 20px 5px;
	float:left;
}

#objekt p.back{
	padding:5px 0 15px 5px;
	float:right;
}

#objekt p.back a{
	background:url(../images/suchbuttongrau.gif) right 50% no-repeat;
	padding-right:15px;
	color:#EA2A2A;
	color:#666666;
	font-weight:bold;
	width:18em;
	cursor:pointer;
	display:block;
	padding:5px;
	margin-right:9px;
}



.objektbild1{
	width:29%;
	float:right;
	padding-left:5px;
	text-align:right;
}

.objektbeschreibung{
	width:69%;
	float:left;
	padding-left:5px;
}

.objektbeschreibung p.bodytext{
	padding-bottom:0.6em;
}

hr{
	background-color:#7F9DB9; /* Mozilla 1.4 */
	color:#7F9DB9; /* IE 6 */
	border: #7F9DB9; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin:5px 0 10px 0;
}

* html hr{
	margin:0px 0 5px 0;
}

#objekt h3{
	font-size:1em;
	color:black;
	line-height:1.5em;
	padding-bottom:10px;
	padding-left:0px;
}

.weiterebilder{
	padding-left:5px;
	float:left;
	width:100%;
}

.weiterebilder img{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

#objektkontakt{
	float:left;
	padding:0px 0 0 0px;
	width:100%;
}

#objektkontakt h2{
	padding:0 0 15px 5px;
	margin:0;
}

#objektkontakt label{
	font-weight:bold;
}

#objektkontakt fieldset{
	border:none;
	padding:0 0px 0 5px;
	float:left;
}

#objektkontakt p.bodytext{
	padding-left:5px;
}

#objektkontakt label{
	margin-bottom:5px;
	float:left;
}

#objektkontakt input.suchbutton{
	border:none;
	background:url(../images/suchbuttongrau.gif) right 50% no-repeat;
	padding-right:15px;
	color:#EA2A2A;
	font-weight:bold;
	cursor:pointer;
	height:25px;
	float:left;
	margin:0;
	padding:0 30px 0 0;
}

* html #objektkontakt input.suchbutton{
	width:8em;
}

#objektkontakt label.suchlabel{
	float:left;
	padding-right:5px;
	width:11em;
	clear:left;
}

#objektkontakt input.plz{
	float:left;
	width:5em;
	margin-bottom:5px;
	border:1px solid #7F9DB9;
	font-size:1em;
	font-family:verdana;
	padding:2px;
}

#objektkontakt input.inputstandard{
	float:left;
	width:16em;
	margin-bottom:5px;
	border:1px solid #7F9DB9;
	font-size:1em;
	font-family:verdana;		
	padding:2px;
}

#objektkontakt textarea{
	width:16em;
	padding:2px;
	border:1px solid #7F9DB9;
	height:3em;
	float:left;
}

/*mailform*/

form, fieldset{
	padding:0;
	margin:0;
	border:0;
}

form#mailform label{
	width:15em;
	float:left;
}

form#mailform div{
	margin-bottom:5px;
	clear:both;
}

form#mailform input{
	border:1px solid #cccccc;
	font-family:arial;
	font-size:1em;
	padding:2px;
}

form#mailform input#mailformtv{
	border:none;
	font-family:arial;
	font-size:1em;
}

form#mailform textarea{
	border:1px solid #cccccc;
	font-family:verdana;
	font-size:1em;
	padding:2px;
}

form#mailform input#mailformformtype_mail{
	font-family:verdana;
	font-size:1em;
	padding:0;
	margin:0;
	float:left;
	border:1px solid #5777A8;
	background:none;
	padding:0 0 2px 0;
	height:21px;
	width:10em;
	margin:0px 0 0 0;
	color:#666666;
	font-weight:normal;
	text-transform:uppercase;
	font-family:verdana;
	cursor:pointer;	
}

p.error{
	color:#F06969;
}

p.errormessage{
	color: #F06969;
	margin-bottom:10px;
}

.error{
	background-color:#F06969;
	color:#ffffff;
	font-weight:bold;
}

