/***********************************/
/*  DATEN */
/***********************************/

A.text{
	color : Blue;
	text-decoration : underline;
}

A.text:HOVER {
	color : Red;
	text-decoration : underline;
}

DIV.kasten{
	position:relative;
	height:325px;
	width: 500px;
	/*border:1px solid black;*/
}

DIV.dynamokasten{
	position:relative;
	height:325px;
	width: 500px;
	background-image : url(../dynamo.GIF);
	background-repeat : no-repeat;
	background-position : center;
}

TABLE.namen{
	font-size : 12px;
	font-weight : bold;
	width:490px;
	margin-left:10px;
}

TABLE.main{
	width:600px;
	font-size : 12px;
	font-weight : bold;
}

TABLE.datum{
	width:100px;
	font-size : 12px;
	font-weight : bold;
}

TABLE.wandbahn{
	font-size : 12px;
	font-weight : bold;
	margin-top:5px;
	margin-bottom:5px;
}

TD.wbCol{
	padding-right: 5px;
}

TD.wbColSumLoose{
	padding-left: 5px;
	border-left: 3px double black;
	color:maroon;
}

TD.wbColSumWin{
	padding-left: 5px;
	border-left: 3px double black;
	color:green;
}

TD.wbColWin{
	padding-left: 5px;
	padding-right: 5px;
	color:green;
	border-left: 1px solid black;
}

TD.wbColLoose{
	padding-left: 5px;
	padding-right: 5px;
	color:maroon;
	border-left: 1px solid black;
}

TD.datum{
	background-color : navy;
	color: white;
	width: 100px;
	height: 25px;
	text-align: left;
	cursor: help;
}

TD.dummydatum1{
	background-color : navy;
	text-align: left;
	color: gray;
	width: 100px;
	height: 25px;
}

TD.dummydatum2{
	background-color : navy;
	text-align: left;
	color: #C00000;
	width: 100px;
	height: 25px;
}

TD.jahr{
	background-color : navy;
	color:white;
	height:25px;
	border : 2px solid navy;
}

TD.jahrActive{
	background-color : white;
	color:navy;
	height:25px;
	border : 2px solid navy;
}

TD.kasten{
	width:500px;
}

TD.name{
	text-align:left;
	padding-left:10px;
	width:50px;
	height:28px;
	border-bottom: 1px solid black;
}

TD.anwesend{
	width:100px;
	border-bottom: 1px solid black;
}

TD.entschuldigt{
	color:green;
	width:100px;
	border-bottom: 1px solid black;
}

TD.unentschuldigt{
	color:maroon;
	width:100px;
	border-bottom: 1px solid black;
}

TD.ergebnis{
	text-align:left;
	width:40px;
	border-bottom: 1px solid black;
}

TD.ergebnisN{
	text-align:left;
	width:40px;
	color:white;
	border-bottom: 1px solid black;
}

TD.text{
	width:240px;
	text-align:left;
	padding-left:10px;
	padding-top : 10px;
	vertical-align : top;
}