.h1 {
	font-size: 20px;
     	text-align: center;
         font-family: Verdana;
         font-weight: bold;
         }
.h2
	{
         font-size: 12px;
     	font-family: Verdana;
         font-weight: bold;
         text-align: center;
         }
.h3
	{
         font-size: 18px;
     	font-family: Verdana;
         font-style: italic
         font-color: #000084
         font-weight: bold;
         }

.text{
         font-size: 12px;
     	font-family: Verdana;
         font-weight: bold;
         text-decoration: underline;
         }
.text1{
         font-size: 12px;
     	font-family: Verdana;
         font-weight: bold;
         margin-left:30px;
         }
.text2{
         font-size: 16px;
     	font-family: Verdana;
         margin-left:30px;
         }
body {
        background-color: "#DAA520";
         }
.button {color: #840000;
	background-color: #D7D700;
         border-left: 2px solid #cccccc;
         border-top: 2px solid #cccccc;
	border-right: 3px solid #000000;
         border-bottom: 3px solid #000000;
         text-decoration: none;
         text-align: center;
         width: 16ex;
         padding: 2px;
         }
.button:hover {color: #008284;
	background-color: #FFFF00;
         border-left: 2px solid #000000;
         border-top: 2px solid #000000;
	border-right: 3px solid #cccccc;
         border-bottom: 3px solid #cccccc;
         text-decoration: none;}
img.links {
          margin-top: 2px;
          margin-bottom: 2px;
          margin-right: 2px;
          margin-left: 100px;}
img.mitte {
          margin-top: 2px;
          margin-bottom: 2px;
          margin-right: 70px;
          margin-left: 70px;}

img.rechts {
	 margin-top: 2px;
          margin-bottom: 2px;
          margin-right: 100px;
          margin-left: 2px;}
a:link { text-decoration:none; font-weight:bold; color:#E00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }

table.table1 {
         color: white;
         font-size: 16pt;
         font-family:arial,verdana;
         border: 5px;
         vertical-align: middle;
         font-weight: bold;
          margin-top: 2px;
          margin-bottom: 2px;
          margin-right: 100px;
          margin-left: 2px;}
         }