html, body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#5b7ddc;
	background-image:url(../gfx/background.gif);
	background-attachment:top;
	background-repeat:repeat-x;
	font-size: 12px;
	color:#123855;
}

p {
	border:0 none;
	margin:0;
	padding:0;
}

.headline {
	color:#2e5ba5;
	font-size: 14px; 
	font-weight: bold; 
	width:450px;
	padding-bottom:5px;
	border-bottom:solid 1px #2e5ba5;
}

.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; /*Mozilla-basierte Browser (z.B. Firefox)*/
	-webkit-box-shadow: 0 0 10px #999999; /*WebKit-basierte Browser (z.B. Safari/Chrome)*/
	box-shadow: 0 0 10px #999999; /*CSS3 Standard*/
}

form {
	margin:0;
	padding:0;
}

a,
a:hover {
	color:#3339CF;
	text-decoration:none;
}

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

.hidden {display:none;}

#body {
	width:950px;
	min-height:334px;
	margin:0px auto;
	margin-bottom:10px;
	background-image:url(../gfx/body_background.gif);
	background-repeat:no-repeat;
}

#header {
	position:relative;
	width:950px;
	height:182px;
}

#header .logo {
	position:absolute;
	left:92px;
	top:26px;
}

#navigation {
	position:absolute;
	left:406px;
	top:46px;
	width:510px;
	height:82px;
}

#navigation .logo {
	position:absolute;
	left:86px;
	top:0px;
}

#navigation .main {
	position:absolute;
	right:0px;
	top:38px;
	background:url(../gfx/navi_bg.gif);
}

#navigation .sub {
	position:absolute;
	right:0px;
	top:86px;
	background:url(../gfx/subnavi_bg.gif);
	z-index:4;
}

#navigation .main .spacer {
	width:2px;
	float:left;
	background:url(../gfx/navi_spacer.gif);
}

#navigation .sub .spacer {
	width:3px;
	float:left;
	background:url(../gfx/subnavi_spacer.gif);
}

#navigation .left,
#navigation .right {
	width:8px;
}

#navigation .main .left {
	background:url(../gfx/navi_left.gif);
}
#navigation .main .right {
	background:url(../gfx/navi_right.gif);
}
#navigation .sub .left {
	background:url(../gfx/subnavi_left.gif);
}
#navigation .sub .right {
	background:url(../gfx/subnavi_right.gif);
}

#navigation .main,
#navigation .main a,
#navigation .main .spacer,
#navigation .main .left,
#navigation .main .right {
	height:36px;
	line-height:36px;
}
#navigation .sub,
#navigation .sub a,
#navigation .sub .spacer,
#navigation .sub .left,
#navigation .sub .right {
	height:33px;
	line-height:33px;
}

#navigation .main a,
#navigation .sub a {
	display:block;
	padding:0px 10px;
	float:left;
	text-align:center;
	font-size:16px;
	color:#6168DF;
}

#navigation .main a:hover,
#navigation .sub a:hover,
#navigation .main a.active,
#navigation .sub a.active {
	color:#00029d;
}

#navigation .main a.active {
	font-weight:bold;
}

#header img,
#footer img {
	border:0;
	margin:0px;
	padding:0px;
}

#content {
	position:relative;
	margin:0px auto;
	width:916px;
	z-index:1;
}

#content .header {
	position:relative;
	width:100%;
	height:14px;
	background:url(../gfx/content_header.png) no-repeat;
}

#content .body {
	position:relative;
	width:100%;
	background:url(../gfx/content_bg.png);
}

#content h2 {
font-size:14px;
	color:#00029d;
}

#content h4 {
	display:inline;
	font-size:12px;
}

#content h4,
#content h5 {
	font-weight:normal;
}

#content h5 {
	font-size:10px;
}

#content a {
	font-weight:bold;
}

#content .bg {
	position:relative;
	width:905px;
	min-height:250px;
	background:url(../gfx/content_inner_bg.gif) no-repeat bottom right;
}

#content .logobar {
	clear:both;
	height:66px;
	width:900px;
	text-align:right;
}

#content .logobar img {
	border:0px;
	margin:8px 2px;
}

#content_inner {
	padding:35px;
	min-height:184px;
}

#content_inner a.button {
	height:24px;
	width:140px;
	line-height:24px;
	display:block;
	font-weight:normal;
	padding-left:30px;
	margin:7px 0px;
	overflow:hidden;
	border:1px solid #CCC;
	background:url(../gfx/link_arrow.gif) 7px center no-repeat;
}

#content_inner a.button:hover {
	background-image:url(../gfx/link_arrow_hover.gif);
}

#masked_image,
#masked_galery {
	position:absolute;
	z-index:3;
	top:-70px;
}

#masked_subtitle {
	position:absolute;
	width:150px;
	z-index:4;
	top:140px;
	left:10px;
	font-size:16px;
	color:#123855;
	font-weight:bold;
}

#masked_galery {
	width:700px;
	height:260px;
}

#masked_image {
	width:300px;
	height:273px;
}

#mask_spacer {
	width:310px;
	height:130px;
	float:left;
}

#content .blockA {
	position:relative;
	z-index:2;
	width:906px;
	height:66px;
	background:url(../gfx/title_bg.gif);
	background-repeat:repeat-x;
	clear:both;
}

#content .blockA h2,
#content .blockA h4,
#content h5 {
	margin:0;
	padding:0;
}

#content .blockA h2 {
	margin-top:0px;
}

#content .blockA .title {
	width:400px;
	height:65px;
	margin-right:10px;
	float:right;
}

#content .blockA .search {
	padding:5px;
	margin:14px 0px;
	margin-right:30px;
	float:right;
	border:1px solid #999999;
	background:#F9F9F9;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .blockA .search input {
	border:0px;
	background:none;
}

#content .blockA .search .image {
	position:absolute;
}

#content .blockA .search .input {
	margin-left:30px;
	font-size:11px;
	color:#8a8a8a;
	width:120px;
}

#content .blockB {
	position:relative;
	z-index:2;
	width:906px;
	height:134px;
	background:url(../gfx/blockB_bg.gif);
	background-repeat:repeat-x;
	clear:both;
}
#infotable {
	position:relative;
	top:0px;
	left:-8px;
	z-index:11;
}
#infotable th {
	text-align:right;
	vertical-align:bottom;
	line-height:16px;
}

#infotable td {
	text-align:left;
	vertical-align:bottom;
	line-height:16px;
}
#content .blockB .info {
	width:170px;
	padding-top:15px;
	color:#000;
	line-height:22px;
	float:right;
}

#content .blockB .wide {
	width:220px !important;
	line-height:12px;
	overflow:hidden;
}

#content .blockB .impressum {
	width:250px !important;
	padding-top:10px !important;
	font-size:11px;
	line-height:16px;
}

.impressum2 {
	right:0px;
	font-size:11px;
}

#content .blockB .info a {
	display:block;
	color:#123855;
	margin-top:5px;
	padding-left:20px;
	background:url(../gfx/link_arrow.gif) left center no-repeat;
}

.impressum_mail {
	position:relative;
	left:8px;
	font-size:0.85em;
}

#content .blockB .info a:hover {
	color:#006699;
	background-image:url(../gfx/link_arrow_hover.gif);
}

#content .blockB .spacer {
	width:1px;
	margin:10px;
	margin-bottom:0px;
	height:89px;
	background:url(../gfx/blockB_spacer.gif) no-repeat;
	float:right;
	z-index:10;
}

#content_reiter {
	position:relative;
	height:30px;
	background:url(../gfx/reiter_bg.gif) repeat-x;
	z-index:2;
}

#content_reiter {
	width:596px;
	margin-left:310px;
}

.bg #content_reiter {
	width:906px;
	margin-left:0px;
}

#content_reiter a {
	outline:none;
	display:block;
	padding:0px 15px;
	line-height:29px;
	float:left;
	border-right:1px solid #a7a7a7;
	border-left:1px solid #d3d3d3;
}

#content_reiter a.active {
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#footer {
	height:27px;
	line-height:18px;
	width:896px;
	background:#00192d url(../gfx/footer_bg.gif);
	text-align:right;
	color:#CCCCCC;
	padding-right:20px;
}

#footer a {
	color:#CCCCCC;
	margin:0px 15px;
	font-weight:normal;
}

#footer a:hover {
	font-weight:bold;
}

.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 */
.table_top td {
	vertical-align:top;
}

#body .block {
	text-align:justify;
}

#body .left { float:left; }
#body .right { float:right; }
#body .clear { clear:both; }
#body .left_margin10 { float:left; margin:10px; }
#body .light { color: #000000; }

/* Immo-Map */
#immo_block {
	width:299px;
	float:right;
/*	font-size:10px;*/
	background:url(../gfx/block_bg.gif) repeat-y;
}

#immo_block .head {
	width:299px;
	height:103px;
	background:url(../gfx/block_head.gif) no-repeat;
}

#immo_block .body {
	min-height:237px;
	background:url(../gfx/block_foot.gif) bottom no-repeat !important;
}

#immo_block .content {
	padding:10px 30px 50px 30px;
}

#immo_block table {
	width:100%;
	border-collapse:collapse;
}

#immo_block td, th {
	border-bottom:1px solid #CCCCCC;
	padding:0px;
	height:14px;
	line-height:14px;
}

#immo_block th {
	padding-left:30px;
}

#immo_map {
	position:relative;
	width:420px;
	float:left;
	z-index:1;
}

#immo_map input {
	position:absolute;
}

#immo_map_stadtinfo {
	position:absolute;
	z-index:3;
	top:10px;
	left:10px;
}

#immo_map_stadtinfo a:hover {
	color:#64B1F9;
}

#immo_map .ort_1 {
	left:118px;
	top:136px;
}

#immo_map .ort_2 {
	left:286px;
	top:118px;
}

#immo_map .ort_3 {
	left:155px;
	top:209px;
}

#immo_map .ort_4 {
	left:309px;
	top:222px;
}

#immo_map .ort_5 {
	left:169px;
	top:252px;
}

#ort_add {
	position:relative;
	z-index:2;
}

/* Immo-Liste */
.immoliste {
	border-collapse:collapse;
}

.immoliste_ausstattung {
	width:60%;
}

.immoliste_ausstattung table td {
	border:0px;
}

.immoliste th {
	color:#FFFFFF;
	background:url('../gfx/object_list_th.gif');
	height:26px;
	line-height:26px;
}

.immoliste td.field {
	background-color:#D8D8D8;
}

.immoliste td.field2 {
	background-color:#CFE0FF;
}

.immoliste td, th {
	color:#123855;
	border:1px solid #FFFFFF;
	padding:0px 5px;
	vertical-align:top;
}
.immoliste a { color: #3845B5; }
.immoliste .no_bottom { border-bottom: 0px }
.immoliste .no_top { border-top: 0px }
.immoliste .more { color: #274A66; }
.onlyprinter {display:none}

