/* CSS Document */

table,tr,i,strong,b,td,p,a,ul,ol,li,

body {
font-family: arial, helvetica, sans-serif;
}

.titel {
color: #587c92;
font-weight: bold;
font-size: 36pt;
}


/*Hauptinhalt Dokumente:*/
.dok {
font-size: 10pt;
color: #ffffff;
}

h1 {
font-size: 18pt;
color: #000000;
font-weight: bold;
}

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

h3 {
font-size: 10pt;
color: #000000;
font-weight: bold;
}


A {
text-decoration: none;
}

A:visited, A:link, A:active {
text-decoration: none;
color:#ff0000;
}

A:hover {
background-color: #000000;
}

