* { padding: 0; margin: 0; }

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

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

#kopfbereich { color: white;
               background-color: black;
               background-image: url(pics/blusatin.jpg); }

#nav { position:fixed; top:140px; left:40px; width: 200px; }               
               
#textbereich { position:absolute; top:35px; left:340px; width: 400px; }               
               
#bildbereich { position:fixed; top:140px; left:780px; }

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

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

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: #fbe8a3; }
a:visited { color: #fbe8a3; }
a:hover, a:focus { border-bottom: 1px solid #fbe8a3; }
a:active { color: fbe8a3; background-color: a3e5fb; }

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

#textbereich a { border-bottom: 1px dotted #cc0000 }
#textbereich a:hover, #textbereich a:focus { border-bottom: 1px solid #d90000; }

.smcap    {font-variant: small-caps;}
.g	      {letter-spacing: 0.3ex; padding-left: 0.3ex;}

/* 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; }

