/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:#f87e00 /*url(../images/site_bg.jpg) top center;*/;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:11px;
}
#header {
	height:250px;
	background:url(../images/header.jpg) top center no-repeat;
	text-align:center;
}
#header img {
	width:450px;
	height:120px;
	margin-top:80px;
	border:none;
}
#container {
	width:900px;
	margin:0 auto;
	position:relative;
	margin-top:-30px;
}
#container-left {
	float:left;
	width:150px;
}
* html #container-left {
	overflow:hidden;
}
#menu {
	padding-top:10px;
	padding-left:20px;
	font-size:15px;
	text-transform:uppercase;
}
#menu a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:8px;
}
#banner {
	margin-top:20px;
	margin-left:50px;
	position:relative;
}
#banner img {
	border:none;
}
#container-right {
	float:right;
	width:740px;
}
#button {
	position:absolute;
	top:-50px;
	right:-19px;
}
#wrapper {
	width:707px;
	/*background:url(../images/content_top.gif) top center no-repeat;*/
	padding-bottom:33px;
	overflow:hidden;
}
#wrapper a {
	color:#e3341c;
}
#content {
	/*background:url(../images/content_repeat.jpg) top center repeat-y;*/
	padding:0 25px;
	padding-right:70px;
	margin-top:33px;
	overflow:hidden;
}
* html #content {
	height:1%;
}
#footer {
	height:33px;
	/*background:url(../images/content_bottom.gif) bottom center no-repeat;*/
	text-align:center;
	line-height:33px;
	font-size:11px;
	text-transform:uppercase;
}
#footer a {
	color:#333;
	text-decoration:none;
	padding:0 2px;
}

.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}

.neuigkeiten_index {
	font-weight:bold;
}