
 a:link {color: #000000; text-decoration: None}
 a:visited {color: #000000; text-decoration: None}
 a:hover {color: #000000; text-decoration: Underline Overline}

 a.navi:link {
	color: #FFFFFF;
	text-decoration: None;
}
 a.navi:visited {color: #FFFFFF; text-decoration: None; }
 a.navi:active {color: #FFFFFF; text-decoration: None;	}
 a.navi:hover {color: #FFFFFF; text-decoration: Underline Overline;	}
 
body{
	font : 12px Arial;
	color : #484551;
	background-color : #f7f7f7;
}

#divbg {
width: 150%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 1;
}

#maincontent
{
z-index:2;
width: 100%;
position:absolute;
line-height : 20px;
}

#menuheader{
	font-weight : bold;
	color : White;
	text-decoration : overline underline;
		margin-left : 0px;
		z-index:2;
position:absolute;
}

/*SIS-CSS Daten*/
.border1{
	background-color : White;
	width: 700px;
	border: outset Gray;
}
.border2{
	background-color: #ECE9D8;
	border: outset Gray;
	width: 700px;
}
.border3{
	background-color: #D8E4F8;
	width: 700px;
	border: outset Gray;
}
.nr{
	width: 15px;
}
.mannschaft{
	width: 170px;
}
.spiele{
	width: 10px;
	text-align: center;
	padding: 0 0;
}
.spiele_space{
	width: 3px;
	padding: 0 5 0 10;
	text-align: center;	
}
.tordiff{
	width: 15px;
	padding: 0 5 0 20;
	text-align: right;	
}
.spacer{
	width: 5px;
	padding: 0 0;
	text-align: center;		
}
.tschft{
	color : #0f1087;
	font-weight : bold;
}



table{
	font : 12px Arial;

}

th{
	color : #0f1087;
	font-weight : bold;
	text-align : left;
	padding-left: 10px;
	padding-right: 10px;
	border : solid;
	border-width: 1px 1px 1px 1px;
	border-color: Gray;
}

td{
	font : 12px Arial;
	padding-left: 10px;
	padding-right: 10px;
	border : none;
}
tr{
	font : 12px Arial;
	border : none;
}

h1{
	color : #494aa7;
	font-size : 120%;
	font-weight : bold;
	text-decoration : underline overline;
	text-align : center;
}

/*Eintrag unter einem HP-Feld*/
.note{
	color : #484551;
	font-size : 90%;
	border : solid;
	border-width: 1px 1px 1px 1px;
	border-color: Gray;
	padding-left : 10px;
	padding-right : 10px;
}

.button{
	font : 12px Arial;
	color : #484551;
	width : 100px;
}

.button:hover{
	color : #494aa7;
	font-weight : bold;
}
