body {background-color:#006666;}

a:link { color:#5C5200; text-decoration:underline; }
a:visited { color:#5C5200; text-decoration:underline; }
a:active { color:#5C5200; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

a.nav:link { color:#5C5200; text-decoration:none; }
a.nav:visited { color:#5C5200; text-decoration:none; }
a.nav:active { color:#5C5200; text-decoration:none; }
a.nav:hover { color:#000000; text-decoration:none; }

a.text:link { color:#000000; text-decoration:underline; font-weight:bold;}
a.text:visited { color:#000000; text-decoration:underline; font-weight:bold;}
a.text:active { color:#000000; text-decoration:underline; font-weight:bold;}
a.text:hover { color:#5C5200; text-decoration:none; font-weight:bold;}

table {background-color: #EEBF00;
		width: 900px;
      border-style:none;
      border-width: 0px;
      padding:0px;
}

h1 {font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
   font-weight: bold;
}

h2 {font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size: 13px;
    font-weight: bold;
}

h3 {font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
   font-weight: bold;
   color:#FF0000;
}

h4 {font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size: 13px;
    font-weight: bold;
    color:#FF0000;
}

h5 {font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size: 10px;
}

tr {font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size: 13px;}

td.rahmen {
   	border-color:#907803;
   	border-width:1px;
      border-style:solid;
   }

select {
	background-color:#006666;
   color:#EEBF00;
   font-weight:bold;
}

input.eingabe {
	background-color:#006666;
   color:#EEBF00;
   font-weight:bold;
}

input.button {
	border-color:#000000;
   border-width:1px;
   background-image:url("pics/button.gif");
   color:#006666;
   font-weight:bold;
   height:22px;
}

img.bild{
	cursor:pointer;
}