html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#000000;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

body{
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
}

h1{
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px; 0;
	padding:0;
}

h2{
	margin:0 0 10px 0;
	font-size:15px;
}

th{
	font-size:13px;
	font-weight:bold;
}

td{ 
	border:0; 
	padding:5px; 
	vertical-align:top;
}

img{
	border:0;
}

.leerzeile{
	height:5px;
}

a, a:link, a:visited{
	font-weight:bold;
	color:#3399ff;
	text-decoration:none;
}

a:hover, a:active, a:focus{
	border-bottom: 1px dashed #3399ff;
}

.einleitung{
	font-weight:bold;
	font-size:13px;
}

.klein{
	font-size:10px;
}


#container{
	width:968px;
	margin:0 auto 0 auto;
	background-image:url(../../images/template/bg.jpg);
	background-repeat:no-repeat;
	border-bottom:10px solid #000000;
}

#header{
	width:967px;
	height:30px;
	padding:94px 0 24px 0;
}

/*----- TOPNAVIGATION -----*/
#topnav{
	font-weight:bold;
	height:30px;
	background-image:url(../../images/template/bg-topnav.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFFFFF;
	margin-left:-10px;
}

#topnav ul{
	position:relative; 
	top:4px!important;
	top:8px; 
	padding:0; 
	margin:0;
}

#topnav ul li{
	display:inline; 
	margin:0; 
}

#topnav  li{
	padding:0;
}

#topnav a, #topnav a:link, #topnav a:visited, #topnav a:active, #topnav a:hover{
	font-weight:bold;
	font-size:17px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 25px 0 20px;
	border-right: 2px solid #FFFFFF;
	border-bottom:0;
}

#topnav a:active, #topnav a:hover, #topnav_on, #topnav_on a, #topnav_on a:link, #topnav_on a:visited, #topnav_on a:active, #topnav_on a:hover{
	color:#3399ff;
}


/*----- SUBNAVIGATION -----*/
.subnav{
	width:100px;
	float:left;
	padding:5px 10px 5px 10px;
	margin-left:10px;
	background-color:#4d4d4d;
}

.subnav ul{
	position:relative; 
	padding-left:0; 
	margin:0;
}

.subnav ul li{
	display:block;
	line-height:20px;
}

.subnav a, .subnav a:link, .subnav a:visited, .subnav a:active, .subnav a:hover{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 0 0 10px;
	border:0;
}

.subnav a:active, .subnav a:hover{
	background-image:url(../../images/template/pfeil.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#3399ff;
}

#subnav_on, #subnav_on a, #subnav_on a:link, #subnav_on a:visited, #subnav_on a:active, #subnav_on a:hover{
	background-image:url(../../images/template/pfeil_on.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#3399ff;
}


#content{
	width:600px;
	float:right;
	margin-right:207px;
	padding:10px 10px 10px 10px;
	background-image:url(../../images/template/bg-content.jpg);
	background-repeat:no-repeat;
	background-color:#4d4d4d;
}

#footer{
	padding: 10px 0 0 0;
	margin-left:140px;
	width:620px;
}

#footer a{
	font-weight:normal;
}

#update{
	text-align:center;
}

/*----- FOOTERVIGATION -----*/
#footernav{
	font-weight:bold;
	width:620px;
	height:30px;
	color:#FFFFFF;
	text-align:center;
}

#footernav ul{
	position:relative; 
	top:4px!important;
	top:8px; 
	padding:0; 
	margin:0;
}

#footernav ul li{
	display:inline; 
	margin:0; 
}

#footernav  li{
	padding:0;
}

#footernav a, #footernav a:link, #footernav a:visited, #footernav a:active, #footernav a:hover{
	font-weight:normal;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 15px 0 15px;
	border-right: 1px solid #FFFFFF;
	border-bottom:0;
}

#footernav a:active, #footernav a:hover, #footernav_on, #footernav_on a, #footernav_on a:link, #footernav_on a:visited, #footernav_on a:active, #footernav_on a:hover{
	color:#3399ff;
}

.clear{ 
	clear:both;
	height:1px;
	overflow:hidden; 
}
