/*Hier werden konkret die Formatierungen (Klassen) einzelner Bereiche definiert und festgelegt*/

.logo
{
font-family:Arial,Helvetica,sans-serif;
font-size:12pt;
font-weight:bold;
color:#1049b4;
word-spacing:6px;
}

.logoanf
{
font-family:Arial,Helvetica,sans-serif;
font-size:12pt;
font-weight:bold;
word-spacing:6px;
}

.navigationselemente
{
font-family:Arial,Helvetica,sans-serif;
font-size:10pt; 
font-weight:bold;
/* color:#7d8793; */
}

a:link{color:#7d8793}
a:visited{color:#7d8793}
a:active{color:#DE0000} 
a:hover{color:#1010FF} 

.ueberschriftgross
{
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
color:#1049b4;
font-weight:bold;
/*letter-spacing:-1px; */
}

.ueberschriftklein
{
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:bold;
color:#7d8793;
word-spacing:3px;
}

.textinhalt
{
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:normal;
color:#7d8793;
}

