<!--

body {
margin : 0px;
background-color : #ffffff;
color : #000000;
font-family: arial, helvetica, sans-serif;
font-size : 12px; 
}

body, p, td, li, div, input, textarea {
font-family: arial, helvetica, sans-serif;
font-size : 12px;
color : #000000;
}

/* Überschriften - Start */

h1 {
font-family: arial, helvetica, sans-serif;
font-size : 18px;
color : #000000;
font-weight : normal;
}
h2 {
font-family: arial, helvetica, sans-serif;
font-size : 14px;
color : #000000;
font-weight : bold;
}
h3 {
font-family: arial, helvetica, sans-serif;
font-size : 12px;
color : #000000;
font-weight : bold;
}

/* Überschriften - Ende */

/* Links Normal - Start */

a:link {
font-family: arial, helvetica, sans-serif;
font-size : 12x;
color : #a30206;
font-weight : normal;
text-decoration : none;
}
a:active {
font-family: arial, helvetica, sans-serif;
font-size : 12x;
color : #a30206;
font-weight : normal;
text-decoration : none;
}
a:visited{
font-family: arial, helvetica, sans-serif;
font-size : 12x;
color : #a30206;
font-weight : normal;
text-decoration : none;
}
a:hover {
font-family: arial, helvetica, sans-serif;
font-size : 12x;
color : #a30206;
font-weight : normal;
text-decoration : underline;
}

/* Links Normal - Ende */








-->