@charset "UTF-8";
body {
	margin: 0px;
	background-color: #C69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {
	border: 0px;
}
#main {
	width: 960px;
	margin: auto;
	background-color: #906;
}
#header {
	width: 960px;
	height: 170px;
	margin: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#navigation {
	width: auto;
	height: 20px;
	margin: auto;
	padding-top: 5px;
	background-color: #603;
	text-align: center;
}
#navigation a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}
#sidebar {
	width: 250px;
	float: left;
	margin: 4px;
	border: 1px solid #FCF;
}
#sidebar_oben  {
	margin: 0px;
	color: #FFF;
	text-align: center;
	background-color: #606;
	height: 18px;
	padding: 4px;
}
#content {
	width: 690px;
	float: right;
	border: 1px solid #FCF;
	margin: 4px;
}
#content_oben {
	color: #FFF;
	text-align: center;
	background-color: #606;
	height: 18px;
	padding: 4px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	margin: 5px;
}
.partner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	margin: 5px;
}
.toplisten {
	font-family: Arial, Helvetica, sans-serif;
	color: #9F0;
	font-size: 14px;
	margin: 5px;
	height: 50px;
	padding: 4px;
	text-align: center;
}
toplisten a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9F0;
	text-decoration: underline;
}
#navi_top {
	width: 180px;
	margin: auto;
}
#footer {
	width: 960px;
	height: 20px;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	background-color: #603;
}
#footer a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#clear {
	clear: both;
}

