text, body, td {
font-family: Verdana, sans-serif;
font-size: 13px;
}

a:link, a:visited, a:hover, a:active {
color: #00005F;
text-decoration: underline;
}

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;
}


a.clink1:link, a.clink1:visited, a.clink1:hover, a.clink1.active {
font-weight: none;
text-decoration: underline;
color: black;
}

a.clink1:hover {
color: #fff;
text-decoration: none;
background-color: black;
}


a.clink2:link, a.clink2:visited, a.clink2:hover, a.clink2.active {
font-weight: underline;
text-decoration: none;
color: red;
}

a.clink2:hover {
color: #fff;
text-decoration: none;
background-color: red;
}


a.clink3:link, a.clink3:visited, a.clink3:hover, a.clink3.active {
font-weight: none;
text-decoration: underline;
color: green;
}

a.clink3:hover {
color: #fff;
text-decoration: none;
background-color: green;
}


a.clink4:link, a.clink4:visited, a.clink4:hover, a.clink4.active {
font-weight: none;
text-decoration: underline;
color: maroon;
}

a.clink4:hover {
color: #fff;
text-decoration: none;
background-color: maroon;
}


a.clink5:link, a.clink5:visited, a.clink5:hover, a.clink5.active {
font-weight: none;
text-decoration: underline;
color: fuchsia;
}

a.clink5:hover {
color: #fff;
text-decoration: none;
background-color: fuchsia;
}


a.menulink:link, a.menulink:visited, a.menulink:hover, a.menulink.active {
font-weight: bold;
text-decoration: none;
color: #00005F;
}

a.menulink:hover {
color: #fff;
text-decoration: none;
background-color: #00005F;
}

a.greyedoutlink:link, a.greyedoutlink:visited, a.greyedoutlink:hover, a.greyedoutlink.active {
font-weight: bold;
text-decoration: underline;
color: #999999;
}

a.greyedoutlink:hover {
color: #fff;
text-decoration: none;
background-color: #999999;
}

a.simplelink:link, a.simplelink:visited, a.simplelink:hover, a.simplelink.active {
text-decoration: none;
}


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;
margin: 0;
}

#oberesbild {
position: absolute;
top: 0px;
left: 0px;
height: 115px;
width: 900px;
background-image: url(bilder/bild_oben.jpg);
z-index: 0;
}

#inhalt {
position: absolute;
top: 120px;
left: 0px;
height: 600px;
width: 700px;
background-color: #ffffff;
background-image: url(bilder/rand_seil.jpg);
background-repeat: repeat-y;
padding: 44px 21px 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(bilder/bild_rand.jpg);
background-repeat: no-repeat;
z-index: 4;
line-height: 145%;
font-weight: bold;
text-align: left;
}

#unternavi {
position: absolute;
top: 120px;
left: 165px;
height: auto;
width: 850pix;
background-color: #DBF4FF;
border-style: solid;
border-width: 1px;
border-right-width: 0px;
border-color: #00507D;
line-height: 130%;
padding: 3px;
padding-left: 90px;
padding-right: 10px;
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;
}

}
