html, body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f2f2f2;
	font-size: 12px;
	color:#414141;
}



a,
a:hover {
	text-decoration:none;
}

a {
	color:#474747;
}

a:hover,
a.active {
	color:#858585;
}

.hidden {display:none;}

/*.shadow {
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=2);
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
}*/

#headbar,
#footbar,
#headbar_container {
	width:100%;
	height:36px;
}

#footbar {
	z-index:0;
	line-height:36px;
}

#footbar a {
	color:#FFFFFF;
}

#footbar a:hover {
	color:#2f75cd;
}

#footbar img {
	border:0;
	vertical-align:middle;
}

#footbar p {
	padding:0px 10px;
	margin:0;
}

#headbar,
#footbar {
	background-color:#8db3e7;
}

#headbar_container {
	overflow:hidden;
	padding-bottom: 10px;
}

#body {
	position:relative;
	width:1000px;
	margin:auto;
	z-index:0;
}

#header {
	position:absolute;
	height:101px;
	top:-31px;
	z-index:1;
}	

#navigation {
	position:absolute;
	top:70px;
	right:0px;
	height:64px;
	z-index:3;
	text-transform:uppercase;
}

#content {
	position:relative;
	margin-top:118px;
	line-height:20px;
	width:972px;
	border:14px solid #FFFFFF;
	background-color:#FFFFFF;
	z-index:2;
}

#content h2 {
	color:#3780DF;
	border-bottom:1px dotted #000000;
}

#immo .left {
	width:240px;
}

#immo .right {
	width:710px;
}

.notice,
.error {
	margin:10px auto;
	padding:5px;
	width:90%;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #5D5D5D;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.notice {
	background-color:#3D9C43;
}

.error {
	background-color:#E50000;
}

/* Allgemeine Klassen */
#body .block {
	text-align:justify;
}

#body .left { float:left; }
#body .right { float:right; }
#body .clear { clear:both; }

.immoliste th { text-align:left; }
.immoliste a.title { color:#2B64AF; }

.immo_row1 { background-color:#eee; }
.immo_row2 { background-color:#ddd; }

.onlyprinter {display:none}

input, select, textarea {
	background-color:#F9F9F9;
	border:1px solid #999999;
}

input.checkbox {
	border:0px;
}