/* Seitenabstand, Textfarbe, Hintergrunfarbe, Textart */
Body {
margin-left: 0; 
margin-right: 0; 
margin-bottom: 0; 
margin-top: 0;
color: FFFFFF;
background-color: #003348;
font-family: Arial
}

/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
A {
color: #FFFFFF; 
font-size: 12px; 
font-family: Arial
}

/* Hyperlink  besuchte Seite */
A:visited {
color: #FFFFFF
}

/* Hyperlink  aktive Seite */
A:active {
color: #FFFFFF
}

/*Textgröße*/
td {
  font-size:12px;
}

/*Textgröße Überschrift*/
h1 {
font-weight: normal;
font-size: 20px;
font-family: Arial;
margin:0px;
padding:0px;
}

/*Textgröße für Header und Footer Leiste*/
small {
font-weight: bold;
font-size: 11px;
line-height: 11px;
font-family: Arial;
margin:0px;
padding:0px;

}

/*Textgröße für Menü Leiste*/
menue {
color: 000000;
font-weight: bold;
font-size: 12px;
font-family: Arial;
}
