body         
{ 
margin: 0;
 .imgzentriert {
display: block;
width:100%;
text-align: center;
}
.left    { text-align: left; }
      .right   { text-align: right; }
      .center  { text-align: center; }
      .justify { text-align: justify; }
background-repeat: no-repeat; 
background-position: top center;
background-color: #abce80;
font-family: Tahoma, Verdana, Arial
}
/* Trennlinien */
hr         
{ 
border: none;
margin: 15px 0 0 0;
background-color: #ABCE80;
color: #ABCE80;
height: 6px
}
.left    { text-align: left; }
      .right   { text-align: right; }
      .center  { text-align: center; }
      .justify { text-align: justify; }
 .imgzentriert {
display: block;
height:400px;
text-align: center;
background-color: black;
}

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

/* Inhaltsrahmen Content */
#content         
{ 
width: 900px;
background-color: black 
}
.left    { text-align: left; }
      .right   { text-align: right; }
      .center  { text-align: center; }
      .justify { text-align: justify; }

/* Navigation */
#navi table
{
border-collapse: collapse;

table-layout: fixed;
width: 900px;
line-height: 38px
}
#navi td
{
text-align: center;
font-weight: bold;
border: 2px solid #ABCE80CC
}
#navi a
{
color: #904fff;
text-decoration: none;
font-size: 12px;
display: block
}
#navi a:hover
{
color: #ABCE80
}

/* Absatz, Überschriften */

#content h1       
{ 
font-size: 30px;
color: #ABCE80;
margin: 25px 
}
.left    { text-align: left; }
      .right   { text-align: right; }
      .center  { text-align: center; }
      .justify { text-align: justify; }
#content h2       
{ 
font-size: 20px;
font-weight: normal;
color: white;
text-align: justify;
margin: 15px 25px 2px 25px 
}
#content p       
{ 
font-size: 14px;
color: white;
text-align: justify;
margin: 2px 25px 15px 25px 
}

/* Allgemeine Links */
.left    { text-align: left; }
      .right   { text-align: right; margin: 4px 10px 2px 2px }
      .center  { text-align: center; }
      .justify { text-align: justify; }

a {
    font-family: inherit; /* Nimmt die Schriftart des umgebenden Textes an */
    text-decoration: underline; /* Optional: Link weiterhin unterstreichen */
    color: inherit; /* Optional: Nimmt auch die Farbe des Textes an */
a:hover
{
color: #fff;
text-decoration: none
}

/* Footer */

#fuss         
{ 

background-image: url('../images/fuss.jpg'); 
background-repeat: no-repeat
text-align: center;

}
#fuss p        
{ 
padding-top: 175px;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 12px
}