
/* Formatierung der Hintergrundfarben sowohl im Inhalt auch als im Menü*/
.body_inhalt {background-color: #F0F8FA;}
.body_menue  {background-color: lightsteelblue}



/*Formatierung der Schrift im Inhalt und im Menü*/
.menue {font-family:Verdana; font-size:12pt;}
.inhalt {font-family:Verdana; font-size:11pt; line-height:2.0; background-color: aliceblue;}

.index {font-family:Verdana; font-size:40pt; font-weight:bold;}
.ueberschrift {font-family:Verdana; font-size:15pt; margin:5pt}
.unterueberschrift {font-family:Verdana; font-size:11pt; font-weight:bold;}

.kontakt {font-family:Verdana; font-size:11pt;}
.telefon {font-family:Verdana; font-size: 10pt;letter-spacing:0.5em}

.tmenue {font-family:Verdana; font-size:9pt;}
.maintext {font-family:Verdana; font-size:10pt; line-height:1.4; }
.referenztext { font-family:Verdana; font-size:11pt; line-height:1.4; }
.smalltext {font-family:Verdana; font-size:8pt; }


/*Formatierung der Links, Linkfarbe, Verhalten usw. */
 a:link { text-decoration:none;  color:#000000 }
 a:visited { text-decoration:none;  color:#000000 }
 a:active { text-decoration:none; color:#0000FF }
 a:hover {font-weight:bold}

