table{font-size:115%;}

table.fragmacher{
	border-width:1px;
	border-style:outset;
	background-color:#AAAAFF;
}
table.fragmacher th{background-color:#AAAAFF;}
table.fragmacher tr{background-color:#DDDDDD;}

table.reginfo{
	font-weight:bold;
	width:75%;
}
table.reginfo tr{background-color:#FFFFFF;}

table.login{
	width:700px;
	border:2px;
	border-color:#000000;
	padding:1px;
	border-spacing:0px;
	background-color:#DDDDDD;
}
table.login th{
	background-color:#777722;
	text-align:center;
	color:#99FFFF;
	font-size:+30px;
}
table.login tr{
	background-color:#DDDDDD;
}

table.prufungansicht{
	font-size:115%;
	width:75%;
	background-color:#FFFFFF;
}

table.prufungen{
	font-size:115%;
}
table.prufungen th{
	color:#FFFF77;
	font-size:150%;
	text-align:center;
	background-color:#999999;
}
table.prufungen tr{
	background-color:#CCCCCC;
}
table.prufungen td.norm{background-color:#FFAAAA}
table.prufungen td.hl{background-color:#8888FF}
/*
table.prufungen td.klickbar{background-color:#FFAAAA;}
table.prufungen td.klickbar:hover{
	cursor:pointer;
	background-color:#8888FF;
}
*/

table.edprufung{
	background-color:#005500;
	font-size:130%;
	color:#FFFF00;
}
table.edprufung th{
	background-color:#000000;
	font-size:150%;
	letter-spacing:8px;
}
table.edprufung tr{vertical-align:middle;}

table.absatz tr{background-color:#DDDDDD;}
table.absatz th{background-color:#AAAAFF;}
table.absatz tr.normal{background-color:#CCCCCC;}
table.absatz tr.highlight{background-color:#8888FF;}

table.absatzkalendar th{background-color:#AA9966;}
table.absatzkalendar th.wiefinden{background-color:#CCCC45;}
table.absatzkalendar tr{background-color:#EEEEEE;}

table.regtisch tr {background-color:#DDDDDD;}
table.regtisch th {background-color:#AAAAFF;}
table.regtisch tr.normal {background-color:#CCCCCC;}
table.regtisch tr.highlight {background-color:#8888FF;}

table.frage tr {background-color:#DDDDDD;}
table.frage th {background-color:#AAAAFF;}
table.frage tr.normal {background-color:#CCCCCC;}
table.frage tr.highlight {background-color:#8888FF;}

table.indiv tr {background-color:#DDDDDD;}
table.indiv th {background-color:#AAAAFF;}
table.indiv tr.normal {background-color:#CCCCCC;}
table.indiv tr.highlight {background-color:#8888FF;}

table.quizstatistik{
	background-color:#DDDD44;
	border:5px solid;
	width:75%;
}
table.quizstatistik tr{background-color:#DDDDDD;}
table.quizstatistik th{
	background-color:#AAAAFF;
	text-align:left;
}
table.quizstatistik th.oben{
	background-color:#AAFFFF;
	text-align:center;
	font-size:1.4em;
}
table.quizstatistik th.sub{
	background-color:#AAFFAA;
	text-align:left;
}/*Subklassen*/
table.quizstatistik th.dfq{
	background-color:#EE77EE;
}/*Durchfallquelle*/
table.quizstatistik td.pz{
	background-color:#EEEE77;
	width:1%;
} /*Perzent*/

table.teilnehmerin{background-color:#AAAAFF;}
table.teilnehmerin th{background-color:#FF77FF;}
table.teilnehmerin th.oben{background-color:#AAAAFF;}
table.teilnehmerin tr.normal{background-color:#FFFF99;color:#000000}
table.teilnehmerin tr.highlight{background-color:#8888FF;color:#FFFF00}

table.befragung {background-color:#DDDD44;}
table.befragung th{background-color:#FF77FF;}
table.befragung th.top{background-color:#AAAAFF;}
table.befragung tr{background-color:#DDDD99;}
table.befragung tr.initial{background-color:#000000;color:#000000}
table.befragung tr.normal{background-color:#CCCCCC}
table.befragung tr.highlight{background-color:#8888FF}

table.fragmanager{
	width:100%;
	background-color:#DDDD44;
}
table.fragmanager th{background-color:#FF77FF;}
table.fragmanager th.top{background-color:#AAAAFF;}
table.fragmanager tr.normal{background-color:#DDDD99}
table.fragmanager tr.highlight{background-color:#8888FF}

table.result{
	font-size:130%;
	border-width:4px;
	border-spacing:4px;
	border-style:double;
	border-color:gray;
	border-collapse:separate;
	background-color:white;
}
	table.result td{
	border-width:1px;
	padding:1px;
	border-style:none;
	border-color:gray;
	background-color:white;
	-moz-border-radius:0px;
}

table.menu{
	background-color:#FF7777;
	position:relative;
	height:100%;
}

#navcontainer{
	width:100%;
	text-align:center;
	height:100%;
}
#navcontainer ul{
	height:100%;
	width:100%;
	margin-left:0;
	padding-left:0;
	margin-right:0;
	padding-right:0;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
}
#navcontainer a{
	display:block;
	padding:none;
	height:3em;
	width:100%;
	background-color:#036;
	border-bottom:1px solid #eee;
	border-top:0px solid #eee;
	text-align:center;
	line-height:3em;
}
#navcontainer a:link{
	color:#FFFF77;
	text-decoration:none;
}
#navlist a:visited{
	color:#FFFF77;
	text-decoration:none;
}
#navcontainer a:hover{
	background-color:#369;
	color:#fff;
}

