BODY, TABLE, TD, TR {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #00008B;
}
table, tr, td
{
   background-color: White;
}
body
{
   background-color: #BCDD79;
   background-image:  url(pics/hintergrund.jpg);
}

INPUT {
   background-color: #DDE9F4;
}

A {
   color: ButtonText;
   text-decoration: none;
   font-weight: bold;   
}
a:hover {
   background-color: #006699;
   color: white;
}
a:active {
   background-color: #FFFFB0;
   color: black;
}


H2 {
	font-size : 12pt;
 color: #00008B;
}



H1 {
	font-size : 12pt;
	font-weight : bold;
	border : medium;
   background-image: url(pics/pfeil.jpg);
   color: #00008B;
   
}
LI, UL {
	list-style : circle;
	list-style-type : circle;
}
.hintergrund
{
   background-color: #DDE9F4;
}

