/*   Stilangaben für die Bildschirmausgabe   */

body
{
margin:           0px;
background-color: #000000;
font-family:      trebuchet ms, helvetica, arial, sans serif;
font-size:        84%;

}

a
{
text-decoration:none;
color:white;
}

a:hover
{
text-decoration:underline;
color:yellow;
}

#kopf
{
position:         absolute;
padding:          8px;
margin:           2%;
border:           1px solid white;
width:            94%;
background-color: #721a1a;
}

#titel
{
position:         absolute; 
margin-left:      2%;
margin-top:       88px;
border:           1px solid white;
width:            94%;
height:           526px;
padding-top:      7px;
background-color: #721a1a;
text-align:       center;
}

#links
{
position:         absolute;
margin-left:      2%;
margin-top:       122px;
border:           1px solid white;
width:            160px;
height:           496px;
background-color: #721a1a;
}

#rechts
{
position:         relative;
left:             192px;
top:              122px;
border:           none;
width:            70%;
height:           480px;
background-color: #000000;
text-align:       center;
}

#start
{
position:         absolute;
left:             198px;
top:              128px;
border:           none;
width:            600px;
height:           476px;
background-color: #721a1a;
}

#liste
{
background-color: #721a1a;
padding:          6px;
text-align:       center;

scrollbar-highlight-color: #f06060; 
scrollbar-shadow-color: #000000; 
scrollbar-3dlight-color: #721a1a;
scrollbar-arrow-color: #000000; 
scrollbar-track-color: #700000; 
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #802020; 

}

iframe
{
background-color: #881d1d;
text-align:       center;
}

.l
{
text-align:  left;
}

.lf
{
text-align:  left;
font-weight: bold;
}

.b
{
text-align:  justify;
}

.r
{
text-align:  right;
}

.rand
{
border:1px solid white
}
