body         
{ 
margin: 0;
background-image: url('../images/logo.jpg'); 
background-repeat: no-repeat; 
background-position: top center;
background-color: #0000;
font-family: Tahoma, Verdana, Arial
}
/* Trennlinien */
hr         
{ 
border: none;
margin: 15px 0 0 0;
background-color: #0000FF;
color: #9999cc;
height: 6px
}

/* Hintergrund für die Laufschrift */
#rand_oben         
{ 
border-top: 6px solid #9999CC;
border-bottom: 5px solid #9999CC;
margin-top: 440px;
background-image: url('../images/bg_rand.png'); 
background-repeat: repeat
}
/* Formatierung Laufschrift */
marquee
{ 
width: 800px;
line-height: 50px;
font-size: 30px; 
color: #ff9900
}

/* Inhaltsrahmen Content */
#content         
{ 
width: 800px;
background-color: #fff
}

/* Navigation */
#navi table
{
border-collapse: collapse;
table-layout: fixed;
width: 800px;
line-height: 38px
}
#navi td
{
text-align: center;
font-weight: bold;
border: 1px solid #9999CC
}
#navi a
{
color: #FF6600;
text-decoration: none;
font-size: 14px;
display: block
}
#navi a:hover
{
color: #0033FF
}

/* Absatz, Überschriften */
#content h1       
{ 
font-size: 18px;
color: #0000FF;
margin: 25px 
}
#content h2       
{ 
font-size: 20px;
font-weight: bold;
color: #FF0000;
text-align: justify;
margin: 15px 25px 2px 25px 
}
#content p       
{ 
font-size: 14px;
color: #fff;
text-align: justify;
margin: 2px 25px 15px 25px 
}

/* Allgemeine Links */
a
{
color: #0033FF;
text-decoration: none
}
a:hover
{
color: #000;
text-decoration: none
}

/* Footer */
#fuss         
{ 
height: 102px;
background-image: url('../images/fuss.jpg'); 
background-repeat: no-repeat
}
#fuss p        
{ 
padding-top: 75px;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 12px
}