/*
Was unter "body" steht global verwendet
wenn nicht extra in eienm anderen font
etwas anderes festgelegt wird
text-transform: lowercase;
*/
body
{
background-color: rgb(54, 100, 139);
font-family: tahoma;
}


/*
Page-Farben
*/


/* Formate der Hyperlinks */
a:link
{
font-size: 9pt;
color: rgb(255, 255, 255);
text-decoration: none;
}

a:visited
{
font-size: 9pt;
color: rgb(255, 255, 255);
text-decoration: none;
} 

/*
a:hover 
{
font-size: 9pt;
color: rgb(255, 255, 255);
text-decoration: none;
}
*/

a:active 
{
font-size: 9pt;
color: rgb(255, 255, 255);
text-decoration: none;
}



.banner_oben_überschrift
{
font-size: 12pt;
font-weight:bold;
color: rgb(195, 213, 253);
word-spacing: 0;
margin: 0;
text-decoration: none
}



.navigation_level1
{
font-size: 8pt;
font-weight:bold;
color: rgb(162, 181, 205);
word-spacing: 0;
margin: 0;
text-align: left;
text-decoration: none
}

.navigation_platzhalter
{
font-size: 1pt;
color: rgb(162, 181, 205);
word-spacing: 0;
margin: 0;
text-decoration: none;
}

.navigation_level2
{
font-size: 8pt;
color: rgb(162, 181, 205);
word-spacing: 0;
margin: 0;
text-decoration: none
}


/* Hauptframe "view" */
.view_normal
{
font-size: 9pt;
color: rgb(255, 235, 205);
word-spacing: 0;
margin: 0;
text-decoration: none
}

.view_überschrift
{
font-size: 11pt;
color: rgb(255, 235, 205);
word-spacing: 0;
margin: 0;
text-decoration: none;
font-weight: bold;
}

.view_kursiv
{
font-size: 9pt;
color: rgb(255, 235, 205);
word-spacing: 0;
margin: 0;
text-decoration: none;
font-style: italic;
}


.view_bildname
{
font-size: 9pt;
color: rgb(255, 235, 205);
word-spacing: 0;
margin: 0;
text-decoration: none;
}



.banner_unten_normal
{
font-size: 8pt;
color: rgb(195, 213, 253);
word-spacing: 0;
margin: 0;
text-decoration: none;
}

.banner_unten_copyright
{
font-size: 8pt;
color: rgb(195, 213, 253);
word-spacing: 0;
margin: 0;
text-decoration: none;
}

.information_normal
{
font-size: 8pt;
color: rgb(195, 213, 253);
word-spacing: 0;
margin: 0;
text-decoration: none;
}