 body {
	text-align:left; 
}
 
.klassement {
	width:100%;
	float:left;
}

h3{
clear:both;
}

table{
	border-collapse: collapse; 
	border:solid black 1px ; 
}

td,th{
	border:solid black 1px ; 
}
td{
	text-align:left; 
}
.r {
	color:orange;
}

input {
	font-size:0.8em; 
	font-weight: bold; 
	width:1em;
	border:0px;
	background:inherit;
}
.s {
	background:white;
	width:1.5em;
	text-align:center;	
}
.l {
	background:silver;
}

.w {
	background:#FFF3F3;
	width:2em;
	color:red; 
	font-weight: bold; 	
	text-align:center;	
}

.t {
	background:#F3FFF3;
	width:3em;
	color:green; 
	font-weight: bold; 	
	text-align:center;	
}
.d {
	text-align:right; 
}
#cop{
	text-align:center;
	font-size:0.7em;
	clear:both;
}

.nobr {
	white-space: nowrap;
}