#datumswahl      { 
	width: 300px;
	float: right;
	margin-top: 20px;
	background-color: #FFC;
}
	
#datumswahl   td.links   {
	height: 30px;
	width: 125px;
	background-color: #FFC;
}

#datumswahl   td.mitte   {
	height: 30px;
	width: 500px;
	background-color: #FFC;		
}

#datumswahl   td.rechts   {
	height: 30px;
	width: 125px;
	background-color: #FFC;
}

#datumswahl   td   {
	height: 30px;
}

#datumswahl   td.buton   {
	height: 30px;
}

#datumswahl   td.kalender   {
	height: 115px;
}
#calendar { 
	width: 220px;
	height: 105px;
	background-color: #FFC;
}

#calendar td   {
	height: 15px;
	width: 20px;
	text-align: center;
	font-family: verdana, arial, sans;
	color: #000;
	background-color: #FFC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 12px;	
}
#calendar td a { 
	display: block;
	color: #000;
	text-decoration: none;
	
}

#calendar a:hover {
	color: #000;
	text-decoration: none;
}

#calendar a:visited {
	color: #000;
	text-decoration: none;
}

#calendar th {
	height: 15px;
	width: 13px;
	color: #000;
	background-color: #FC0;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: verdana, arial, sans;
	font-size: 12px;
	font-weight: bold;
}

#calendar .selected {
	color: #000;
    background-color: #FC0;
}
#scoresHolding  { 
	width: 100%;
	background-color: #FFC;
}
#hiscoresTop  { 
	width: 100%;
	background-color: #FFC;
}
#hiscoresTop td#datum
{
	width: 300px;
}
#scores  { 
	margin-top: 20px;
	width: 300px;
	background-color: #FFC;
	font-size: 12px;
	color: #000;
}
#scores  td.number { 
	width: 10%;
	height: 20px;
}
#scores  td.datum { 
	width: 50%;
	height: 20px;
}
#scores  td.name { 
	width: 20%;
	height: 20px;
}
#scores  td.points { 
	width: 20%;
	height: 20px;
}
input.butt {	
	color: #000;	
	font-style: normal;
	font-family: verdana, arial, sans-serif;
	text-align: center;	
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;	
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	background-color: #FC0;
	height: 25px;
	width: 150px;
	font-weight: bold; 
	font-size: 12px; 	
	line-height: 20px;	
}

select { 
	height: 20px;
	font-style: normal; 
	font-family: verdana, arial, sans-serif;
	text-align: center;
	border-right: 2px solid #666; 
	border-top: 2px solid #CCC; 
	border-bottom: 2px solid #666;
	border-left: 2px solid #CCC;
	font-weight: normal; 
	font-size: 12px;
	line-height: 15px;
	color: #000;	
	background-color: #FFC;
}

select.mon {
	width: 130px;
}

select.yea {
	width: 80px;
}

img.links {
	float:left;
	margin-right:10px;
	vertical-align:middle;
}