

body {
 background-color:#CEECF5;}

table {
 border-collapse:collapse;
 border:1px solid #999;
 margin:0 auto;}

thead , tfoot {
 background:#A4BAEA;}
 
tbody {
 background:#CEECF5;}

tbody th {
 background:#B8E5F2;
 text-align:center;}

th , td {
  padding:10px ;
  text-align:left;} 


tfoot th {
 font-size:75%;
 font-weight:normal;}

caption {
 margin-bottom:10px;
 font-weight:bold;
 color:#09c;}  

tr.gerade {
 background:#fff;}

input {
  background-color:#DDEEEE;}
  
select {
  background-color:#DDEEEE;}
  
textarea {
  background-color:#DDEEEE;}
  
p {
 background:#B8E5F2;
 text-align:center;}
  
a:link {
	color:#000000; 
	font-style:italic;
	text-decoration:none }
a:visited { 
	color:#000000; 
	text-decoration:none }
a:hover { 
	color:#000000; 
	text-decoration:underline }
a:active { 
	color:#000000; 
	text-decoration:none }
a:focus { 
	color:#000000; 
	text-decoration:underline }