#container
{
	width: 998px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	border: 2px solid #666;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
}

#header
{
	padding: 0px;
	background-image: none;
	height: 306px;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-topleft: 14px;
	-webkit-border-radius-topright: 14px;
	-webkit-border-radius-topleft: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 998px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation li a:hover {
	background-color: #CCC;
}

#content
{
	clear: left;
	padding: 15px;
	background-color: #333;
	overflow: auto;
}

#footer
{
	padding-top: 0px;
	height: 100px;
	background-image: none;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-bottomleft: 14px;
	-webkit-border-radius-bottomright: 14px;
	-webkit-border-radius-bottomleft: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.pic
{
	float:right;
	margin-left: 10px;
}
a.singleRollover {  
    display: block;    
    height: 306px;  
    background: url(Bilder/head2.jpg) no-repeat 0 0;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-topleft: 14px;
	-webkit-border-radius-topright: 14px;
	-webkit-border-radius-topleft: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}  
a:hover.singleRollover {  
    background-position: 0 -306px;  
}  
a.singleRolloverfoot {  
    display: block; 
    height: 100px;  
    background: url(Bilder/foot2.jpg) no-repeat 0 0;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-bottomleft: 14px;
	-webkit-border-radius-bottomright: 14px;
	-webkit-border-radius-bottomleft: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}  
a:hover.singleRolloverfoot {  
    background-position: 0 -100px;  
}  
.round {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.roundsmall {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.lauftext {
	font-style: normal;
	color: #FFF;
	text-align: left;
}
.lauftextfett {
	font-style: normal;
	text-align: left;
	font-weight: bold;
}
.titel {
	font-size: 16px;
	font-weight: bold;
}
.titel_fett {
	font-size: 16px;
	font-weight: bolder;
}
.lauftext___ {
	font-weight: normal;
	text-decoration: underline;
}
.titelgross {
	font-size: 18px;
	font-weight: bolder;
}
.titelunderline {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.titelfettunder {
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}

