.ohnedruck { display:none; }
/* Brotschrift */
P,DIV,OL,UL,LI,DD,TD,TR,TH {
font-family : Times,Helvetica,sans-serif;
font-size : 1em;
}
.li{
font-family : Times,Helvetica,sans-serif;
font-size : 1em;
line-height : 130%;
}

/* Textarten/-auszeichnungen fett, kursiv und eng*/
small,strong,em {
font-family : Times,Helvetica,sans-serif;
}

/* Kommentare, Seitenfuesse */
address {
font-family : Times,Helvetica,sans-serif;
font-size : 0.75em;
}

/* Formatierung fuer darzustellende Quellcodes */
code {
font-family : 'Courier new',monospace;
font-size : 10px;
color : #990099;
background-color : #d6d6d6;
}
/* Ueberschriften */

h1 {
font-family : Times, Helvetica, sans-serif;
font-size : 2em;
color : #006699;
background-color : transparent;
letter-spacing : 3pt;
}

h2 {
font-family : Times, Helvetica, sans-serif;
font-size : 1.6em;
color : #4682b4;
background-color : transparent;
letter-spacing : 2pt;
}

h3 {
font-family : Times, Helvetica, sans-serif;
font-size : 1.3em;
color : #4682b4;
background-color : transparent;
letter-spacing:1pt;
}

/*Rubrik der Seite*/
.rubrik {
font-family : Times, Helvetica, sans-serif;
font-size : 0.85em;
font-weight : bold;
line-height : 100%;
color : #4f4f4f;
background-color : #88C865;
}

/*Ueberschrift der Seite*/
.h4 {
font-family : Times, Helvetica, sans-serif;
font-size : 1.2em;
font-weight : bold;
line-height : 130%;
color : #4f4f4f;
background-color : #ffffff;
}
/* Links und Link-Klassen */
a:link {
font-family: Times,Helvetica,sans-serif;
color: #000000;
font-weight: normal;
text-decoration: none;
}

a:visited {
font-family: Times,Helvetica,sans-serif;
color: #000000;
font-weight: normal;
text-decoration:none;
}

a:hover {
font-family: Times,Helvetica,sans-serif;
color: #000000;
background-color : #ffffff;
font-weight: normal;
text-decoration: none;
}

a:active {
font-family: Times,Helvetica,sans-serif;
color: #000000;
font-weight: normal;
text-decoration: none;
}