text, body, td {
font-family: Verdana, sans-serif;
font-size: 13px;
}

a:link, a:visited, a:hover, a:active {
color: #00005F;
text-decoration: none;
}

a:hover{
color: #fff;
background-color: #00005F;
}

a.inhaltslink:link, a.inhaltslink:visited, a.inhaltslink:hover, a.inhaltslink.active {
text-decoration: underline;
color: #0000BF;
}

a.inhaltslink:hover {
color: #fff;
text-decoration: none;
background-color: #0000BF;
}

h1 {
font-size: 20px;
font-weight: normal;
color: #FF9900;
}

h2, .h2 {  font-size: 14px; font-weight: bold; color: #000000}

h3, .h3 {  font-weight: normal; color: #000000; text-decoration: underline}

h4, .h4 {  color: #FF9900; font-size: 20px; font-weight: normal}

h5, .h5 {  font-size: 10px}

h6, .h6 {  font-weight: bold; color: #000000}
.h7 {  font-weight: bold; color: #FF9900; font-size: 14px}
.h8 {  font-size: 12px; font-style: italic; color: #666666}
.h9 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}

@media screen
{

body
{
background-color: #00507D;
}

#oberesbild {
position: absolute;
top: 0px;
left: 0px;
height: 115px;
width: 900px;
background-image: url(bild_oben.jpg);
z-index: 0;
}

#inhalt {
position: absolute;
top: 120px;
left: 0px;
height: 600px;
width: 900px;
background-color: #ffffff;
background-image: url(rand_seil.jpg);
background-repeat: repeat-y;
padding: 44px 30px 5px 171px;
z-index: 1;
text-align: left;
}

#navi{
position: absolute;
padding-top: 22px;
padding-left: 23px;
font-weight: bold;
color: #00507D;
top: 115px;
left: 0px;
height: 600px;
width: 160px;
background-image: url(bild_rand.jpg);
background-repeat: no-repeat;
z-index: 4;
line-height: 145%;
font-weight: bold;
text-align: left;
}

#unternavi {
position: absolute;
top: 115px;
left: 160px;
height: auto;
width: 740px;
background-color: #DBF4FF;
border-style: solid;
border-width: 1px;
border-right-width: 0px;
border-color: #00507D;
line-height: 130%;
padding: 3px;
padding-left: 110px;
z-index: 2;
text-align: left;
}

#kategorie {
position: absolute;
top: 0px;
left: 0px;
line-height: 130%;
padding: 3px;
padding-left: 10px;
font-weight: bold;
color: #FF9900;
z-index: 3;
text-align: left;
}

}


@media print
{

.nonprint
{
display:none;
}

.oberesbild, .navi, .unternavi
{
 display:none;
}

}

