body {
  background: url(../img/bg.gif) #072272;
  color: black;
  margin: 0;
  padding: 1%;
  min-width: 896px;
  font-size: 100.01%;
  font-family: arial, verdana, sans-serif;}

a { 
  color: #0A2A8A; 
  text-decoration: underline; } 

a:visited { 
  color: #0A2A8A; }

.skip { 
  position: absolute;
  margin-left: -999px;
  width: 990px;}

h1 {
  font-size: 1.2em;
  font-weight: bolt;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;}

h2 {
  font-size: 1.0em;
  font-weight: bolt;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;}

h3 {
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.2em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;}

h4 { font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  color: #0A2A8A;
  font-family: Arial, Georgia, "Times New Roman", Times, serif;}

img {
  border: solid 0px #aaa;
  padding: 1px;
  max-width: 95%;}

.fleft { 
  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.1em 2em;
  padding: 1px;}

/* -- Layoutspezifisches -- */

#container { 
  font-size: 0.8em;
  max-width: 900px;
  margin: auto; /* Hiermit zentrieren wir unsere Seite. */
  margin-top: 2em;
  border-left: 1px solid #e1e1e1;
  border-right: 3px solid #8D8D98;
  border-top: 2px solid #e1e1e1;
  border-bottom: 3px solid #8D8D98;
  background: white;
}

#footer {
  clear: both;
  background-color: #F2F2F2;
  color: black;  
  padding: 0.1em 15px;
  line-height: 20px;
  text-align: center;
  margin-left: 9px;
  margin-right: 15px;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
}

#logo {
 border: solid 0px #aaa;
 border-top: solid 0px;
 border-color: #aaa;
 padding: 0px;
 max-width: 100%; 
 background:url(../img/logo.png) no-repeat 100% 0 #FFFFFE;
  height: 96px; 
  padding: 0 20px;
  text-align: left;
  line-height: 140px;
  font-size: 32px; 
  overflow: hidden; 
  font-family: TradeGothicLTStd-Extended;
  letter-spacing: -1px;
  margin: 1;
}

#logo a {
  color: #0A2A8A; 
  text-decoration: none;
}

#logo a span {
  color: black;
  background: white;
  padding-right: 0.1em;
}

#menu {
  background: #F2F2F2;
  padding: 5px 0.6%; 
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  margin-top: 3px;
  margin-left: 9px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: left;
  color: red;
}

#menu li {
  font-size: 0.9em;
  display: inline; 
  list-style-type: none;
  border-right: 1px solid black;
  padding: 0 10px 0 4px;
  font-weight: bold;
  margin-left: 4px;
}

#menu li a:link {color: #0A2A8A; text-decoration: none;}
#menu li a:visited {color: #0A2A8A; text-decoration: none;}
#menu li a:hover {color: red; text-decoration: none;}
#menu li a:active {color: yellow; text-decoration: none;}
#menu li a:focus {color: black; text-decoration: none;}

#subnav {
  color: black;
  background: #F2F2F2;
  width: 20%; 
  min-width: 17em; 
  float: left; 
  padding: 0px 1% 1em 1%;
  margin: 0em 1.5% 0 1%;
  margin-bottom: 20px;
  font-size: 0.9em; 
  list-style-type: none;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
}

#subnav h2 {
  font-size: 1.3em; 
  font-weight: bolt;
  padding: 0.6em 0 0.4em 2%;
  margin: 0;
}

#subnav a:link {color: #0A2A8A; text-decoration: none;}
#subnav a:visited {color: #0A2A8A; text-decoration: none;}
#subnav a:hover {color: red; font-weight: bold;}
#subnav a:active {color: yellow;}
#subnav a:focus {color: black;}

#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
  color: red;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Arial, Verdana, sans serif;
  padding: 0.1em;
  margin-top: 1em; 
  background-color:#D8D8E9; 
  height:16px; 
  text-align:left; 
}

#subnav dt a:link {color: #0A2A8A; text-decoration: none;}
#subnav dt a:visited {color: #0A2A8A; text-decoration: none;}
#subnav dt a:hover {color: red; font-weight: bold;}
#subnav dt a:active {color: yellow;}
#subnav dt a:focus {color: black;}

#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 0.2em 0;
}

#main { 
  padding: 0 2% 0 20px; 
  line-height: 1.5em;
  background: #F2F2F2;
  margin-right: 15px;
  margin-left: 236px;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1; 
}
