/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#888;
	font-size:11px;
	
}
#site {
	background:url(../images/site_bg.gif) top left repeat-x;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
#header img {
	float:left;
}
#container {
	clear:left;
	padding-top:10px;
	background:url(../images/page_bg.jpg) top left repeat-y;
	width:1000px;
}
#container-left {
	float:left;
	width:157px;
}
#menu {
	padding-left:20px;
}
#menu a {
	display:block;
	color:#888;
	text-decoration:none;
	margin-bottom:8px;
}
#menu a.sub {
	padding-left:15px;
}
#menu a:hover, #menu a.active {
	color:#602548;
	background:url(../images/menu_over.gif) right center no-repeat;
}
#menu a.sub:hover, #menu a.sub.active {
	background:none;
}
#container-middle {
	float:left;
	width:681px;
}
h1, h2, h3, h4 {
	font-size:14px;
	font-weight:normal;
}
#content {
	width:600px;
	margin:0 auto;
	overflow:hidden;
}
#content a {
	color:#888;
}
#content a:hover, #footer a:hover {
	color:#602548;
}
#footer {
	text-align:center;
	padding-top:35px;
	clear:both;
}
#footer a {
	color:#888;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 4px;
}
#credits {
	font-size:10px;
	margin-top:15px;
}
#credits a {
	color:#888;
	text-decoration:none;
}
#container-right {
	float:right;
	width:155px;
}
#suche input {
	font-size:10px;
}
.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}
.links_index .liste {
	border-bottom:1px solid #CCC;
}