

/* -- Allgemeines -- */
body {
  background: url(../img/BG2.gif) #e7f3f7;
  color: black;
  margin: 0;
  padding: 2%; 
  min-width: 640px; 
  font-size: 100.01%; 
  font-family: verdana, arial, helvetica, sans-serif;
}
a { color: #0B4D8C; text-decoration: underline; } 
a:visited { color: black; } 
.skip { 
  position: absolute;
  margin-left: -999px;
  width: 990px;
}

h1 { 
  font-size: 4.2em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { 
  color: #6699CC;
  font-family: verdana, arial, helvetica, sans-serif;
}
img { 
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%; /* Gute Browser machen ein zu großes Bild, welches das Design sprengen würde, entsprechend kleiner. Funktioniert beim IE leider nicht. */
}
img { /* Alle Bilder bekommen einen schönen Rahmen. */
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%; /* Gute Browser machen ein zu großes Bild, welches das Design sprengen würde, entsprechend kleiner. Funktioniert beim IE leider nicht. */
}
.fleft { /* Sachen, an denen der Text vorbeifließen soll, wierden diese Klassen zugewiesen. */
  float: left;
  margin: 0 1em 0.2em 0; /* Man sollte einen schönen Abstand wählen, sonst kleben die Sachen so am Text. */
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}



/* -- Layoutspezifisches -- */
#container { 
  border-left:1px solid #aaa; border-right:1px solid #aaa; border-bottom:1px solid #aaa; font-size: 0.8em; 
  max-width: 800px; /* Seite max 800 px*/
  margin: auto; /* zentrierung. */
 
  border-top: 0px none; 
  background: white
}

#footer {
  clear: both; 
  padding: 0 20px;
}

/* - Logo bzw. Kopf - */
#logo {
  background: black url('../img/header.jpg') no-repeat 0 0; 
  background-position:center;
   height: 300px; width: 800px;
border: 1px solid black;

}


/* - Menue - */
#menu {
  background: #000000 ;
 
  margin: 0;
  text-align: center;
  color: yellow; padding-left:5%; padding-right:5%; padding-top:5px; padding-bottom:5px
}
#menu li {
  font-size: 1.2em;
  display: inline; 
  list-style-type: none; 
  border-left: 1px solid white; 
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white; 
  text-decoration: none;
}




/* - Der Hauptinhaltsteil - */
#main {
  padding: 0 17% 0 10%; 
  line-height: 2em; 

}