/*
Theme  Lehrerauswertung
Christian Soldat

*/

body {font-family:verdana;}

td.frage_headline {
   		font-size:10px;
   		color:#000066;
   		background-color:#BCC7D8;
}
th {
	font-size:11px;
}
th.desc {
	font-size:11px;
	color: #000066;
}
td.groupdesc {
	font-size:12px;
	color:#000066; 
	padding:10 10 10 10px;
}
td.groupheadline {
   border-bottom:1px solid #bcc7d8;
	padding:5 10 5 10px;
	font-size:13px;
	color:#000066;
	font-weight:bold;
}
td.groupfooter {
	background-color: #bcc7d8;
	padding:5 10 5 10px;
	font-size:11px;
	color:#000066;
	font-weight:bold;
}
td.fit_desc {
	font-size:12px;
	color:#000066;
	padding:3 20 3 10px;
}

td.fit_frage {
	border-bottom:1px solid white;
	padding:3 20 3 10px;
	width:300px;
	font-size:12px;
	color:#000066;
}
td.nummer {
	border-bottom:1px solid white;
	padding:0 5 0 10px;
	width:10px;
	font-size:12px;
	color:#000066;
}
td.box {
	width:20px;
	border:1px solid black;
	background-color:#E8F1FF;
}
td.nr_frage {
   color:#000066;
   font-size:13px;
   letter-spacing:0.4em;
   font-weight:bold;
}
td.lehrer {font-size:10px;width:50px;background-color:#BCC7D8}
td.frage {font-size:10px;}
td.radio {
	border-bottom:1px solid white;
}
td.border {
	width:10px;
	border-bottom:1px solid white;
	
}
tr.row_fit {
 background-color:#DFE4EC;
}

tr.row_a_0 {background-color:#DFE4EC;}
tr.row_a_1 {background-color:#D1D8E3;}
.box {
	background-color:#DFE4EC;
}
input.eingabe {width:20px;}
input.error {width:20px;background-color:#F94265;}
.normal {
	font-size:12px;
	color:black;
	font-family:verdana;
}
a.fit_link {
	font-family:verdana;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	
}
a.headlink {
	font-family:verdana;
	font-size:12px;
	color:black;
	font-weight:bold;
	text-decoration:none;
} 
.error_msg {
	color:red;
	font-size:12px;
	font-weight:bold;
}