/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#222;
	background:url(../images/menu_bg.jpg) top left no-repeat;
}
a img {
	border:none;
}
#siteWrap {
	background:url(../images/body_repeat.jpg) top left repeat-x;
}
#site {
	width:1000px;
	height:600px;
	background:url(../images/background.jpg) top left no-repeat;
	position:relative;
}
#header {
	height:103px;
}
#header img {
	margin:20px 0 0 20px;
}
#submenu {
	height:31px;
	font-size:11px;
	padding-left:145px;
}
#submenu a {
	text-decoration:none;
	background:url(../images/submenu.gif) top left no-repeat;
	float:left;
	display:block;
	width:118px;
	margin:0 4px;
	text-align:center;
	color:#00117a;
	height:25px;
	line-height:11px;
	padding-top:6px;
}
#submenu a.active {
	background:url(../images/submenu_over.gif) top left no-repeat;
}
#container-left {
	float:left;
	width:126px;
	padding-left:16px;
	padding-top:20px;
}
#menu a {
	display:block;
	height:33px;
	background:url(../images/menu.gif) top left no-repeat;
	width:126px;
	line-height:21px;
	color:#1c2149;
	text-decoration:none;
	text-align:center;
	font-size:12px;
}
#menu a:hover, #menu a.active {
	font-weight:bold;

}
#menu a.active {
	background:url(../images/menu_over.gif) top left no-repeat;
}
#container-right {
	float:left;
	width:850px;
	position:relative;
	background:url(../images/content_repeat.jpg) top left repeat-y;
	position:relative;
} 
#anfrage {
	margin-top:20px;
}
#wrapper {
	background:url(../images/content_top.jpg) top left no-repeat;
}
#bottom {
	background:url(../images/content_bottom.jpg) bottom left no-repeat;
	padding-right:25px;
	overflow:hidden;
	padding-bottom:25px;
}
* html #bottom {
	height:1%;
	padding-bottom:20px;
}
#content {
	margin:20px;
	color:#191970;
	min-height:400px;
}
#content a {
	color:#191970;
}
#credits, #footer {
	text-align:center;
	padding-right:35px;
	line-height:30px;
	font-size:10px;
	color:#191970;
}
#credits {
	line-height:12px;
}
#footer a, #credits a {
	color:#191970;
}
a {
	color:#222;
}
h1, h2, h3, h1 a, h2 a, h3 a {
	font-size:14px;
	color:#1e214a;
	color:#8F8FBD;
	color:#191970;
	/*text-decoration:none;*/
}
/*h2, h2 a {
	font-size:16px;
}
h3, h3 a {
	font-size:14px;
}*/

.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}
.neuigkeiten_detail_bildtext .listen_content {
	padding:0;
}
.neuigkeiten_detail_bildtext img {
	padding-right:15px;
}
input, select, textarea {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#191970;
}