/* schriftstil,abstände,farben */
body 
{
 color: silver;
 background-color: #566471;
 font-family: verdana,arial;
 font-size: 10pt;
}

table, tr, td 
{
 font-family: verdana,arial;
 font-size: 10pt;
 color: white;
}

/* scrolleiste internet explorer ab vers.5.5 */
body 
{
 scrollbar-arrow-color: silver;
 scrollbar-base-color: #566471;
 scrollbar-highlight-color: #cccccc;
 scrollbar-shadow-color: #cccccc;
 scrollbar-track-color: #3A444E;
}

/* allgemeine links */
a 
{
 color: white;
 text-decoration: none;
}

a:active 
{
 background-color: transparent;
 color: White;
 text-decoration: none;
 font-family: verdana;
 font-size: 10pt;
}

a:hover 
{
 background-color: transparent;
 color: Orange;
 text-decoration: none;
 font-family: verdana;
 font-size: 10pt;
}

a:link 
{
 color: silver;
 background-color: transparent;
 text-decoration: none;
 font-family: verdana;
 font-size: 10pt;
 color: white;
 }