h1, td, th { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 
}

h2 { color: white }



table#parent th { 
	background-color: #f90; 
	border-bottom: 1px solid black
}
table#parent td, table#parent th { 
	padding: 5px
}
table#logged td { padding: 0px } /* sie sind eingeloggt als ... */

table#uebersicht {
	border: 1px solid black;
}

table#uebersicht td, table#uebersicht th { 
	padding: 5px
}

table#uebersicht th {
	font-weight: bold;
	font-style: bold;
	background-color: #bdce21; 
	border-bottom: 1px solid black
}

td.sub { 
	background-color: #f7ef42; 
	border-bottom: 1px solid black 
}

a { color: black }
a.warnung { 
	margin: 5px 0;
	padding: 5px; 
	display: block; 
	border: 1px solid red; 
	background-color: #f66; 
	text-decoration: none; 
	color: white;
	text-align: center
}
a.menue { 
	margin: 5px 0;
	padding: 5px; 
	display: block; 
	border: 1px solid blue; 
	background-color: #66f; 
	text-decoration: none; 
	color: white;
	text-align: center
}
a.button { 
	font-size: 10px;
	padding: 1px; 
	display: block; 
	border: 1px solid #033; 
	background-color: #099; 
	text-decoration: none; 
	color: white;
	text-align: center
}
