/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#C5C5C5 url(../images/site_bg.jpg) top left repeat-x;
}
#site {
	width:884px;
	margin:0 auto;
}
#header {
	background: url(../images/header.jpg) top left no-repeat;
	height:104px;
}
.logo {
	float:right;
	height:70px;
	width:290px;
	border:none;
}
#menu {
	clear:right;
	padding-left:15px;
	line-height:34px;
	font-size:16px;
}
#menu a {
	color:#000;
	text-decoration:none;
	padding:0 10px;
	float:left;
	display:block;
	height:34px;
}
#menu a:hover, #menu a.active {
	background:#BCD1CE url(../images/menu_over.gif) top left repeat-x;
	color:#FFF;
}
#container {
	background:#BCD1CE url(../images/page2_bg.gif) bottom left no-repeat;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
#wrapper1 {
	background:url(../images/page1_bg.gif) top left no-repeat;
	
}
#wrapper2 {
	padding-top:47px;
	padding-left:20px;
}
#container-left {
	float:left;
	width:145px;
	margin-top:65px;
	margin-right:10px;
}
#submenu {
	border:1px solid #e3ecea;
	background:url(../images/alpha.png);
}
#submenu a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:5px;
}
#submenu a:hover, #submenu a.active {
	background:#e3ecea;
	color:#587d75;
}
#submenu a.termenu {
	padding:2px;
	padding-left:10px;
	font-size:11px;
}
#container-middle {
	float:left;
	width:680px;
}
/* html #container-middle {
	background:#FFF;
	filter:alpha(opacity=20);
}*/
#content {
	border:1px solid #e3ecea;
	background:url(../images/alpha.png);
	padding:0 20px;
}
/*
* html #content {
	background:none;
	position:relative;
}*/
h1, h2, h3, h4 {
	color:#587d75;
	font-size:15px;
}
#content a {
	color:#587d75;
	text-decoration:none;
} 
.clear {
	clear:both;
}
#footer {
	height:36px;
	line-height:36px;
	text-align:center;
	background:url(../images/footer_bg.jpg) top left no-repeat;
	font-size:11px;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer .left a {
	padding:0 5px;
}
.left {
	float:left;
	padding-left:20px;
}
.right {
	float:right;
	padding-right:20px;
}
.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}
.rzte #container-left {
	width:200px;
}
.rzte #container-middle {
	width:420px;
}

textarea {
	width:260px;
}
select.feld {
	width:auto;
}