body, table, p {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
	color: Navy;
	scrollbar-face-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: #6699FF; 
	scrollbar-3dlight-color: #6699FF; 
	scrollbar-arrow-color: #6699FF; 
	scrollbar-track-color: white; 
	scrollbar-darkshadow-color: white; 
	scrollbar-base-color: white; 
	
}
/* --------------------------------Navigationsklassen------------------------------- */

a.navi, a:visited.navi {
font-size: 10;
	font-weight: normal;
	color: white;
	text-decoration: none;
	text-align: center;
}
a:hover.navi{
	background-color: white;
	color: #004068;
	}

a.klapp, a:visited.klapp {
font-size: 10;
	font-weight: normal;
	color: white;
	
	text-decoration: none;
	text-align: center;
}

a.navigross, a:visited.navigross {
	font-size: 12;
	font-weight: bold;
	color: orange;
	text-decoration: none;
	text-align: center;
}
a:hover.navigross{
	color: navy;
	background-color: orange;
}


a:hover.klapp{
	color: #004068;
	background-color: white;
	background-image: url(images/collapsed.gif);
	background-position: right;
	background-repeat: no-repeat;
	
}
ul{
	
	position:relative;
	left:-40px;
	list-style-type: none;
	
}

a.dia, a:visited.dia{
	font-size: 10;
	font-weight: bold;
	color: grey;
	text-decoration: none;
	text-align: center;
}
a:hover.dia{
	color: #004068;
	background-color: white;
	
}

li{
	
	position:relative;
	left:0px;

	list-style-type: none;
	
}




/* --------------------------------Hintergrund navi------------------------------- */
.hinter_navi{
	background-color: white;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/* ----------------Hintergrund oben------------------------------- */
.hinter_titel{
	background-image: url(images/titel.jpg);
	background-position: absolute; 
	top: 0
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.hinterverbind{
	background-image: url(images/verbind.jpg);
	background-position: -50 ;

	background-repeat: no-repeat;
	background-color: white;
}

/* ----------------Hintergrund main------------------------------- */

.hinter_main{
	background-image: url(images/logo_unten.gif);
	background-position: 471 0;

	background-repeat: no-repeat;
	background-color: white;
}
/* ----------------Ende------------------------------- */
div.team{
	background-color: ButtonFace;
	border: none;
	width: 470px;
	height: 350px;
	position: absolute;
	top: 50px;
	left: 0px;
	display: block;
}
div.trainer{
	background-color: ButtonFace;
	border: none;
	width: 470px;
	height: 350px;
	position: absolute;
	top:50px;
	left:0px;
		display: none;
}
div.training{
	background-color: ButtonFace;
	border: none;
	width: 470px;
	height: 350px;
	position: absolute;
	top:50px;
	left: 0px;
		display: none;
}
div.ergebnisse{
	background-color: ButtonFace;
	border: none;
	width: 470px;
	height: 350px;
	position: absolute;
	top:50px;
	left: 0px;
		display: none;
}

a, a:visited {
font-size: 10;
	font-weight: normal;
	color: #004068;
	
	text-decoration: none;
	text-align: center;
}

a:hover.main{
	

	color: white;
	background-color: #004068;
	
	background-position: right;
	background-repeat: no-repeat;
	
}


