/* body: */
/* Hintergrund, Scroll-Balken, Standardschrift */
body 
{ 
    margin-top:1px; 
    margin-bottom:1px; 
    scrollbar-face-color: #CCCCCC; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #000000; 
    scrollbar-3dlight-color: #000000; 
    scrollbar-arrow-color: #000000; 
    scrollbar-track-color: #999999; 
    scrollbar-darkshadow-color: #CCCCCC; 
    background-color:#ffffff;
/*    background-image:url("/images/logo_bg.gif"); */
    font-family:Arial,Helvetica; 
    font-size:10pt;
}

/* select, option */
/* Darstellung der Auswahllsten */
select,option 
{ 
    font-family:Arial,Helvetica;
    font-size:8pt; 
    height:15pt; 
}

/* Darstellung in Tabellenspalten */
th
{
    font-family:Arial,Helvetica;
    font-size:10pt; 
    font-weight:bold; 
    text-align:center;
}
td
{
    font-family:Arial,Helvetica;
    font-size:10pt; 
}

/* link */
/* Darstelling von Links */
a:link 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000A0; 
    text-decoration:none; 
}
a:visited 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000A0; 
    text-decoration:none; 
}
a:active 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000ff; 
    text-decoration:underline; 
}
a:hover 
{
    font-family:Verdana,Arial,Helvetica;
    color:#0000ff;
    text-decoration:underline;
}

/* Darstellung von Ueberschriften: */
h1 
{
    font-family:Arial,Helvetica; 
    font-size:12pt; 
    font-style:italic;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}
h2 
{
    font-family:Arial,Helvetica;
    font-size:12pt;
    color:#000000;
    text-decoration:none;
}

