@charset "UTF-8";
body {
	background: #46463d;
}
#headerLinks {
	font-size: 10px;
	position: absolute;
	left: 35px;
	top: 45px;
	width: 200px;
	padding-bottom: 6px;
	background: url(bilder/linie_weiss.gif) repeat-x left bottom;
}
#headerRechts {
	font-size: 10px;
	position: absolute;
	left: 275px;
	top: 45px;
	width: 690px;
	padding-bottom: 6px;
	background: url(bilder/linie_weiss.gif) repeat-x left bottom;
}
#logo {
	position: absolute;
	left: 35px;
	top: 95px;
	width: 200px;
}
#navi {
	position: absolute;
	left: 35px;
	top: 210px;
	width: 200px;
}
#navi a {
	color: #D9DADB;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 4px;
	background: url(bilder/linie_weiss.gif) repeat-x left bottom;
}
#navi a:hover, #navi .selected {
	color: #FFF381;
}
#content {
	position: absolute;
	left: 275px;
	top: 210px;
	width: 690px;
	/**/
	font-size:28px;
	line-height: 32px;
}
#content a {
	color: #FFF381;
	text-decoration: none;
}
#content a:hover {
	color: #FFF381;
	text-decoration: underline;
}
#footerLinks {
	font-size: 11px;
	position: absolute;
	left: 35px;
	top: 570px;
	width: 200px;
	padding-top: 9px;
	background: url(bilder/linie_weiss.gif) repeat-x left top;
}
#footerRechts {
	font-size: 11px;
	position: absolute;
	left: 275px;
	top: 570px;
	width: 690px;
	padding-top: 9px;
	background: url(bilder/linie_weiss.gif) repeat-x left top;
}
