/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}


/* Suchformular */

#lblWertungskategorie, #lblInstitut, #lblLehrkraft, #lblTeilnehmer {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-right:10px;
	display:block;
}

/* Sendebutton */
/*#btnAbsenden {
	display:block;
	margin-top:10px;
}*/


/* Ergebnistabelle */

#dgrdResult {
	font-size:12px;
}

#dgrdResult td {
	padding:5px;
}
