html {
	height:100%;
}

body {
	height:100%;
	margin:0;
	padding:0;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width:100%;
	height:90px;
	background: url(../gfx/head_bg_a.jpg) repeat-x;
	border-bottom:1px solid #fff;

}
#header_in {
	height:90px;
	background: url(../gfx/head_bg_b.jpg) no-repeat;
}

#content {
	height:100%;
	width:100%;
	background:#3B64AB;
	color:#134192;
	font-size:9pt;
	border:none;
}

* html #content {}

.sidebar {
	background: url(../gfx/side_color.png);
	vertical-align:top;
}
.sidebar_in {
	float:left;
	display:block;
	width:100%;
	background: url(../gfx/side_bg.png) 0 33px repeat-x;
}
.top_side {
	width:100%;
	height:35px;
	background:#fff url(../gfx/top_bg.png) repeat-x;
	color:#fff;
	font-size:10pt;
	display:block;
}
.top_side b {color:#FFFF95;}

ul.side_ul {
	width:238px;
	list-style:none;
	padding:0;
	margin:0;
	background: url(../gfx/list_bg_a.png) 0 1px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

ul.side_ul li a {
	color:#2A5BAE;
	text-decoration:none;
	padding-left:19px;
	border-top:1px solid #fff;
	background: url(../gfx/bullet_a.png) 4px 0px no-repeat;
	line-height:20px;
	display:block;
	font-weight:bold;
}
ul.side_ul li a:hover {
	background:#85A3DA url(../gfx/bullet_a.png) 4px 0px no-repeat;
	color:#fff;
}

ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
	height:33px;
	width:233px;
	display:block;
	float:left;
}
ul.tabs li {float:left;}

ul.tabs li.hinzu a {
	display:block;
	height:33px;
	width:95px;
	background: url(../gfx/men_hinzu_a.png) no-repeat;
	color:#666;
	display:block;
	float:left;
}
ul.tabs li.suche a {
	display:block;
	height:33px;
	width:54px;
	background: url(../gfx/men_suche_a.png) no-repeat;
	color:#666;
	display:block;
	float:left;
}
ul.tabs li.forum a {
	display:block;
	height:33px;
	width:74px;
	background: url(../gfx/men_forum_a.png) no-repeat;
	color:#666;
	display:block;
	float:left;
}
ul.tabs li.hinzu a:hover, ul.tabs li.hinzu a.active {
	display:block;
	height:33px;
	width:95px;
	background: url(../gfx/men_hinzu_o.png) no-repeat;
	color:#666;
	display:block;
	float:left;
}
ul.tabs li.suche a:hover, ul.tabs li.suche a.active {
	display:block;
	height:33px;
	width:54px;
	background: url(../gfx/men_suche_o.png) no-repeat;
	color:#666;
	display:block;
	float:left;
}
ul.tabs li.forum a:hover, ul.tabs li.forum a.active {
	display:block;
	height:33px;
	width:74px;
	background: url(../gfx/men_forum_o.png) no-repeat;
	color:#666;
	display:block;
	float:left;
}

.content_mid, .content_mid_b {
	float:left;
	background:#3B64AB;
}

.content_mid_b {background: url(../gfx/side_color.png);height:100%;}

.content_mid, .content_mid_in_b {
	width:100%;
	background:#3B64AB;
	float:left;
}

.content_mid_in_b {
	width:100%;
	background:#E0EAFC;
	background: url(../gfx/side_bg.png) repeat-x;
	float:left;
}

.content_left {
	margin: 0 0 0 13px;
	width:240px;
}
.content_right {
	margin: 10px 0 0 13px;
	width:300px;
}

.map_border {
	border:1px solid #869DBC;
	float:left;
}

.content_under {
	width:400px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:0px 20px 20px 20px;
	color:#fff;
	background:#3B64AB;
	border:1px solid #fff;
	text-align:justify;
	line-height:16px;
}
* html .content_under {width:440px;}

.content_under ul{
	padding:0;
	margin:0 0 0 20px;
	list-style-type:decimal;
}

.content_under a:link, .content_under a:visited {text-decoration:none;color:#FFFF89;font-weight:bold;}
.content_under a:hover {color:#fff;text-decoration:underline;}


h1, h2, h3, h4 {padding:0;margin:0;}
h1 {font-size:12pt;padding:10px 0 10px 0;}
h2 {font-size:10pt;padding:8px 0 8px 0;}
h3 {font-size:9pt;padding:12px 0 3px 0;color:#FFFF89;}
h4 {font-size:11pt;padding:16px 0 4px 0;color:#FFFF89;}

.spacer_a {
	display:block;
	height:25px;
	width:100%;
	background: url(../gfx/line_a.png) repeat-x center;
	clear:both;
}

#karte a:link, #karte a:visited {
	color:#134192;
}

.legende {
	background:#3B64AB;
	color:#fff;
	border-top:1px solid #869DBC;
	width:100%;
	font-size:9pt;
}
.legende span {
	display:block;
	height:21px;
}

.legende a:link, .legende a:visited {
	color:#fff;
}
.legende a:hover {color:#FFFF89;}

.footer {
	height:59px;
	margin:1px 0;
	background:#134192;
	color:#fff;
	display:block;
	border-top:1px solid #fff;
}
.footer span {
	padding-top:6px;
	padding-left:13px;
	display:block;
	font-size:8pt;
}

.footer a:link, .footer a:visited {color:#fff;text-decoration:none;}
.footer a:hover {color:#FFFF95;text-decoration:none;}


#infowin, #infowin_cluster {
	max-width:200px;
	background:#C3D9FA;
	padding:5px;
}
#infowin_cluster {
	max-width:700px;
}
#infowin_cluster span{
	float:left;
	display:block;
	padding-top:5px;
	margin-right:5px;
}


.marker_a, .marker_b{
	width:77px;
	display:block;
	float:left;
}
.marker_b {
	width:118px;
}

#infowin a:link, #infowin_cluster a:link{
	display:block;
	width:49px;
	height:24px;
	background: url(../gfx/zoom_but.png) no-repeat;
}
#infowin_cluster a:link{
	float:right;
}

#infowin a:hover, #infowin_cluster a:hover {
	background: url(../gfx/zoom_but_o.png) no-repeat;
}
#infowin_cluster a:hover {
	float:right;
}

