/*   Stilangaben für die Bildschirmausgabe   */

*
{
margin:            0px auto;
}

body
{
margin:            0px;
background-color:  #000000;
font-family:       trebuchet ms, helvetica, arial, sans serif;
font-size:         84%;
}

hr
{
margin-top:1em;
margin-bottom:1em;
}

a
{
text-decoration:   none;
color:             navy;
}

a:hover
{
text-decoration:   underline;
font-weight:       bold;  
color:             red;
}

#druck
{
display:           none;
}

#kopf
{
background-color:  #3a3b46;
background-image:  url(../grafiken/hg_oben.gif);
background-repeat: no-repeat;
}

#unten
{
background-color:  #3a3b46;
background-image:  url(../grafiken/hg_unten.gif);
background-repeat: repeat-x;
margin-top:10px;
margin-left:4px;
}

#links
{
background-color:  #3a3b46;
background-image:  url(../grafiken/hg_links.gif);
background-repeat: no-repeat;
text-align:        center;
}

#rechts
{
background-color:  #3a3b46;
}

#seite
{
background-color:  #ffffff;
border-left:       2px solid black;
border-top:       2px solid black;
border-right:      2px solid #babbc6;
padding-left:      8px;
padding-right:     8px;
margin:            0px;
text-align:        center;
}

h3
{
text-align:        left;
margin-bottom:     8px;
margin-top:        8px;
}

p
{
text-align:        justify;
margin-bottom:     4px;
}

td
{
font-size:         80%;
vertical-align:    top;
}

dt
{
font-weight:       bold;
}

iframe
{
text-align:        center;
}

pre
{
font-family:       monotype.com,monaco,courier new,courier;
}

.klein
{
font-size:         80%;
font-style:        italic;
}

.v
{
font-size:         34%;
line-height:         0;
}

sup
{
font-size:         76%;
}

.l
{
text-align:        left;
}

.lf
{
text-align:        left;
font-weight:       bold;
}

.b
{
text-align:        justify;
}

.r
{
text-align:        right;
}

.gr
{
color:             gray;
}

.na
{
background-color:  #dfe4e2;
}

