body {
  margin:0;
  border:0;
  padding:0;
  height:100%;
  max-height:100%;
  font-family: normal arial,sans-serif;
  text-align: justify;
  color: #FFD400;
  background: #273A7E;
  overflow: hidden;
  scrollbar-face-color: #083194;
  scrollbar-track-color: #6373B5;
  scrollbar-arrow-color: #00184A;
  scrollbar-highlight-color: #949CCE;
  scrollbar-shadow-color: #08215A;
  scrollbar-3dlight-color: #3152A5;
  scrollbar-darkshadow-color: #00184A;
}

#content {
  position:fixed;
  top:40px;
  left:0;
  bottom:100px;
  right:0;
  overflow:auto;
  background:#273A7E;
  padding:10px;
}

/* for internet explorer */
* html body {
  padding:40px 0 100px 0;
  }

* html #content {
  height:100%;
  width:100%;
  }

#header {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:40px;
  overflow:hidden;
  background:#114477;
  border-bottom:2px solid #FFD400;
  text-align:center;
}

* html #header {height:40px;}

#header h2 {
  margin:5px;
  letter-spacing:1px;
}

#footer {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100px;
  overflow:hidden;
  text-align:right;
  background:#003366;
  border-top:2px solid #FFD400;
  float:clear;
}

* html #footer {height:100px;}

#content a:link, #content a:visited {
  color: #FFD400;
  text-decoration: none;
  font-style: italic;
}

#footer a:link, #footer a:visited {
  color: #FFD400;
  text-decoration: none;
  font-size: 12px;
}

#footer a:hover, #content a:hover {
  color: #273A7E;
  background: #FFD400;
}

#footer a:hover img {
  background: #003366;
}

#menu {
  float: left;
  top:40px;
  left:0;
  bottom:100px;
  width:135px;
  padding:10px;
}

* html #menu {height:100%; width:160px;}

#menu a:link, #menu a:visited {
  background: #273A7E;
}

#container {
  position:fixed;
  top:40px;
  left:170px;
  bottom:100px;
  right:0;
  overflow:auto;
  padding:10px;
}

* html #container {height:100%;}

#bild {
  background-repeat: no-repeat;
  background-position: center;
}

#ueberschrift {
  font-size: 18pt;
  text-align: center;
  font-weight: bold;
}