

html, body{
text-align:center;
width: 100%;
height: 100%;
overflow: hidden;
font-family:'Comic Sans MS',Arial, Verdana, Tahoma, sans-serif;
background-color: #00007F;
margin:0px;
padding:0px;
}


#kopf1 {background-color: #0000df;
font-size: 2em;
height: 60px;
top: 0px;
left: 0px;
z-index:3;
color: #fff;
position: absolute;
width: 100%;
overflow: auto;
}

#kopf2 {
text-align:left;
height: 35px;
font-weight:bold;
font-size: 1.3em;
vertical-align:bottom;
color: #fff;
position: absolute;
left: 0px;
width: 100%;
background-color: #0000FF;
top: 60px;
z-index:3;

}

#kopf3  {
background-color: #0060FF;
top: 0px;
left:0px;
width:220px;
position:absolute;
font-weight:bold;
height:100%;
color: #fff;
z-index:2;
font-size: 1.2em;
}

#content {
position: absolute;
background-color:#FFFFFF;
top: 95px;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 1;
}



body > #content {
top: 95px;
bottom: 1px;
height: auto;
}

* html #content {height: 85%;}

#text{
margin-left:200px ;
font-size: 1.1em;
text-align:left;
padding: 20px 50px 30px;
}


a:link,  a:hover, a:visited {
color: #FFFFFF;

}



a:visited { text-decoration: none;}

a:hover {color: #001060;}

h1{text-align:center;
font-style:italic;
padding-bottom:20px;
color:#00009F;
font-size: 1.5em;
font-weight:bold;
}


h2{
text-align:center;
font-style:italic;
padding-bottom:5px;
color:#00009F;
font-size: 1.3em;
text-decoration: underline;
}

.text:link{color: #0080FF; }

.text:visited, .text:active  {color: #001060; text-decoration: underline;}

.text:hover {color: #FFFF00}

li{padding:10px;}

.textklein {font-size: .8em;
padding:0px; margin:0px;}

table{ border-width:2px;
  border-style:dashed;
  border-color:#00009F;
/*  witdh:100%;*/

 }

td{
  padding:5px 10px;

}

#strich{text-decoration:underline;}
#fett  {font-weight:bold;}
#mittig{ text-align:center;}

h4{
text-decoration:underline;
text-align:left;
font-weight:bold;
color:#800000;
font-size: 1.1em;
}

h3{
text-align:center;
font-style:italic;
padding-bottom:5px;
color:#00009F;
font-size: 1.1em;
}

#main {
    background-color: transparent;
    text-align: left;
    padding: 7px;
    border: 1px dashed #b9821a;
    margin: 0px auto 0;
    width: 800px;
    height: 589px;
    }
