* { padding: 0; margin: 0; }

body { color: black;
       background-color: #8c8c8c;
       background-image: url(pics/background.jpg);
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: small; }

#wrapper { color: black;
           background-color: black;
           background-image: url(pics/background.jpg);
           width: 100%;
           margin-top: 10px;
           margin-right: auto;
           margin-bottom: 10px;
           margin-left: auto; }

#kopfbereich { color: black;
               background-color: #f3c600;
               background-image: url(pics/background.jpg); }         
          
#nav { position:fixed; top:40px; left:10px; width: 180px; color: white; }              

#textbereich { position:absolute; top:35px; left:230px; width: 700px; color: black; }               
               
#bildbereich { position:absolute; top:40px; left:850px; }

#fussbereich { padding-top: 10px; border-top: 1px solid #8c8c8c; margin-top: 20px; }

#fussbereich { padding-top: 10px; border-top: 1px solid #8c8c8c; margin-top: 20px; }

h1 { font-size: 150% }
h2 { font-size: 130% }
h3 { font-size: 110% }

address { text-align: center; font-size: 80%; font-style: normal; letter-spacing: 2px; line-height: 1.5em; }

a { text-decoration: none; outline: none; }
a:link { color: #7877a7; }
a:visited { color: #7877a7; }
a:hover, a:focus { border-bottom: 1px solid #7877a7; }
a:active { color: white; background-color: #7877a7; }

.skiplink {position: absolute; top: -2000px; left: -3000px; width: 0px; height: 0px; overflow: hidden; display: inline; }

#textbereich a { border-bottom: 1px dotted #cc0000 }

a.nav:link {
  color:            #f2f2f8;
}

a.nav:visited {
  color:            #f2f2f8;
}

a.nav:hover {
  color:            #f2f2f8;
}

a.nav:active {
  color:            #f2f2f8;
}

/* Abstand nach unten */
h2, p, ul, ol { margin-bottom: 1em; }

/* Verschachtelte Listen ohne Abstand */
ul ul { margin-bottom: 0; }

/* Abstand von libks */
li { margin-left: 1em; }


