@CHARSET "ISO-8859-1";

*{
	font-family: arial,sans-serif;
	font-size: 10px;
}

@page { size:landscape; }

table.auto { width: auto; border-collapse:collapse; margin-bottom: 0.3em;  margin-left: 0.5em; margin-right: 0.5em;}
table.full { width: 100%; }
table.fixed { table-layout:fixed }

table{ caption-side:top; empty-cells:show; border: 1px solid #cacaca;}
th,td { padding: 0.1em; border-left: 1px solid #cacaca; border-bottom: 1px solid #cacaca;}
tr { padding: 0.1em; background: #fff;}
tr:hover { padding: 0.1em; background: #E0E0E0 ;}
  
thead th { background: #444; color: #fff }
tbody th { background: #EAF3FE; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
th{background:#000000; }
 
table#input { border: none;}
table#input td  { border: none;}
table#input th  { border: none;}
table#input tr  { border: none;}

#loginText{
	visibility: hidden;
	display: none;
}

#nav-menu{
	visibility: hidden;
	display: none;
}

#auswertungform{
	visibility: hidden;
	display: none;
}

#auswertungresulttable{
	visibility: visible;
	display: block;
}

#auswertungresultlist{
	width: 100%;
}
  
  
  
table{ caption-side:top; empty-cells:show; border: 1px solid #cacaca;}
th,td { padding: 0.1em; border-left: 1px solid #cacaca; border-bottom: 1px solid #cacaca;}
tr { padding: 0.1em; background: #fff;}
tr:hover { padding: 0.1em; background: #E0E0E0 ;}
  
tr{
	hover:expression(
		this.ondblclick=new Function("this.style.background='#E0E0E0';"),
		this.onclick=new Function("this.style.background='#fff';")
	);
}

th { background: #EAF3FE; color: #333 }
  
.redtr{
	background-color: #FAE6E6;
}
.greentr{
	background-color: #E2FEE8;
}
  
  
  
#nutzungshinweise{
	width: 96%; 
	border: 1px solid red; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding:10px;
}

#nutzungshinweise p{
	font-size: 8px;
}

#normaltable, 
#normaltable.table, 
#normaltable tbody, 
#normaltable tr, 
#normaltable td 
{ 
	border: 0px;
}

.erleuterung{
	width: 96%; 
}
           
   
