/*standart def.*/
body, h1, h2, h3, h4, th, td, span.normal {
font-family:Verdana, Helvetica, Arial;
font-style:normal;
font-size:10pt;
color:#000000;
background-color:#FFFFFF;
}

h1 {
font-size:16pt;
font-weight:bold;
}

h2 {
font-size:14pt;
font-weight:bold;
}

h3 {
font-size:12pt;
font-weight:bold;
text-align:left;
}

h4, th {
font-size:10pt;
font-weight:bold;
text-align:left;
}

/*link farben def., nicht unterstrichen*/
a:link {

color:#0000FF;
text-decoration:none;
}
a:visited {

color:#0080FF;
text-decoration:none;
}
a:active {

color:#FF0000;
text-decoration:none;
}

/*text fett*/
b {
font-weight:bold;
}

span.rot {
color:#FF0000;
}

sup {
font-size:6pt;
font-style:normal;
font-weight:normal;
}

/*inhalt*/
ul.inhalt, ul.subinhalt {
list-style-position:outside;
padding:0pt;
border:0pt;
margin-left:15pt;
margin-right:1pt;
}

ul.inhalt {
list-style-type:disk;
}

ul.subinhalt {
list-style-type:circle;
}
/*/inhalt*/
