/* CSS zu Template teutloff-2 von Dietmar Klimmek */
@media screen
{
html {
   overflow: visible;
   width: 98%;
   height: 98%;
}
table {
   border-collapse: collapse;
}
body {
   background-color: white;
   font-family: sans-serif;
   width: 98%;
   height: 98%;
}
.Kopf {
   position: absolute;
   background-color:#DDEBFF;
   top: 1%;
   left: 18%;
   width: 80%;
   height: 10%;
   border: 1px solid darkblue;
   padding-left: 5px;
   padding-right: 5px;
}
.Menu {
   position: absolute;
   background-color: #DDEBFF;
   top: 1%;
   left: 1%;
   width: 15%;
   height: 98%;
   min-height:98%;
   max-height:98%;
   border: 1px solid darkblue;
   overflow: auto;
   padding-left: 5px;
   padding-right: 5px;
   font-family: sans-serif;
   font-size: small !important;
}
.Inhalt {
   position: absolute;
   background-color: #FFFFE0;
   top: 13%;
   left: 18%;
   width: 80%;
   height: 81%;
   overflow: auto;
   border: 1px solid darkblue;
   padding-left: 5px;
   padding-right: 5px;
}
.Fuss {
   position: absolute;
   background-color: #DDEBFF;
   top: 96%;
   left: 18%;
   width: 80%;
   height: 3%;
   max-height: 3%;
   overflow:hidden;
   border: 1px solid darkblue;
   padding-left: 5px;
   padding-right: 5px;
   font-family: sans-serif;
   font-size: xx-small !important;
}
.navigator, .locator, .Fuss {
   font-family: sans-serif;
   font-size: xx-small;
}
h1,h2,h3 {
padding:0px;
}
ul.menulevel1 {
	padding-left: 10px;
	margin-left: 10px;
}
ul.menulevel2 {
	padding-left: 5px;
	margin-left: 5px;
}
ul.menulevel3 {
	padding-left: 5px;
	margin-left: 5px;
}
a {
text-decoration:none;
}
a:hover, a:focus, a:active
{
background-color:#FF0000;
}
}
@media print
{
.Kopf, .Menu, .Fuss {
display:none;
}
}
