body {
	font-variant: small-caps;
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, times, arial, helvetica, tahoma, verdana, sans-serif;
	background-color: black;
	color:#999;
	}
a:link{
	color:#999;
	}
a:visited{
	color:#999;
	}
a:hover{
	color:#fff;
	}
a:active{
	color:#fff;
	}
	
#container {
	line-height: 22px;
	font-size: 14px;
	background-position: 175px 0px;
	background-image: url(../bilder_content/oben.png);
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -495px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: absolute;
	/*border: 1px solid white;*/
	height: 765px;
	width: 990px;
	}

#topbar {
	line-height:45px;
	padding: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 35px;
	margin: 10px;
	height: 190px;
	position: relative;
	}

#navbar {
	margin: 10px;
	font-weight: bold;
	font-size: 18px;
	height: 25px;
	position: relative;
	}

#main {
	height: 460px;
	position: relative;
	margin: 10px;
	}

#sidebar {
	padding: 5px;
	float: left;
	height: 430px;
	width: 200px;
	position: relative;
	}

#content {
	padding: 5px;
	margin-left: 220px;
	height: 430px;
	position: relative;
	}

#footer {
	padding: 0px;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	font-size: 11px;
	position: relative;
	height: 15px;
	border-top: 1px solid #fff;
	}

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #fff;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	background: transparent;
	color: #ffff;
	}

#navlist a:hover { 
	color: #fff; 
	}

h1 {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 20px;
	}

h2 {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 18px;
	}