body {
  font: 100.01% sans-serif;
  background-color: #FFF0B8;
  text-align: center;
  line-height: 1.15;
}

#container {
  position: relative;  
  width: 820px;
  height: 610px;
  text-align: left;
  margin: 0 auto;
  background-color: #FFCC66;
  border: 2px solid #FF0000;
}

#logo1 {
  position: absolute;
  left: 635px;
  top: 20px;
  padding: 0px;
  margin: 0px;
  border: 0;
} 

#logo2 {
  position: absolute;
  left: 632px;
  top: 215px;
  padding: 0px;
  margin: 0px;
  border: 0;
} 

#logo3 {
  position: absolute;
  left: 635px;
  top: 350px;
  padding: 0px;
  margin: 0px;
  border: 0;
} 

#text {
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  width: 580px;
  font-size: 0.9em;
  text-align: justify;
  color: #444444;
  background-color: #FFCC66;
  border: 0px;
}

#links {
  position: absolute;
  top: 573px;
  left: 0px;
  text-align: center;
  width: 820px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #FFFFFF;
  border-top: 2px solid #FF0000;
  background-color: FFCC66;
}

#links ul {
  list-style-type: none;
  display:inline;
  padding:0;
  margin: 0 0 0.5em;
}

#links li {
  display:inline;
}

#links li a {
  border-left: 2px solid #000099;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: underline;
}

#links li a.erster {
  border: none;
}

a {
  font-size: 0.8em;
  font-weight: bold;
}

a:link {
  color: #000099;          
}

a:visited {
  color: #000099;          
}

a:hover {
  color: #FF0000;
}

a:active {
  color: #000099;         
}

#text a {
  font-size: 0.9em;
}

#text a:link {
  color: #444444;          
}

#text a:visited {
  color: #444444;          
}


#text a:hover {
  color: #E60000;
}

#text a:active {
  color: #444444;         
}

h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 6px;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  padding-top: 13px;
  padding-bottom: 3px;
}

p  {
  padding-top: 8px;
  padding-bottom: 0px;
  margin: 0px;
}

