  body {
  font:12px arial,sans-serif;
  background:#004c91; /* unter protest */
/*background:#154068;*/
  margin:0;
  padding:2% 0;
  text-align:center;
  }
  #wrapper {
  width:840px;
  margin:0 auto;
  color:#fff;
  background:#004c91;
  border:4px solid #fff;
  text-align:left;
  }
  #linklist {
  border-top:4px solid #fff;
  }
  #linklist ul {
  font:bold 12px arial,sans-serif;
  margin:2px 8px 2px 0;
  padding:0;
  list-style:none;
  color:#fff;
  background:#004c91;
  }
  #linklist li {
  line-height:1.4em;
  }
  #linklist td {
  color:#fff;
  background:#004c91;
  border-bottom:4px solid #fff;
  }
  #linklist a:link, #linklist a:visited {
  color:#fff;
  text-decoration:none;
  }
  #linklist a:hover, #linklist a:active {
  color:#ddd;
  text-decoration:underline;
  }
  .flag {
  width:40px;
  text-align:center;
  }
  .flag img {
  border:1px solid #444;
  border-top-color:#ddd;
  border-left-color:#ddd;
  }
  #karte {
  width:540px;
  height:360px;
  padding:0;
  background:#004c91 url("../images/karte-back.png") top left no-repeat;
  }
  #map_div {
  margin:0 0 0 10px;
  overflow: hidden;
  color:#000;
  }
  #footer {
  clear:both;
  background:#fff;
  color:#000;
  margin:42px 0 0;
  padding:12px 0;
  text-align:center;
  font-weight:bold;
  }
  #top {
  height:120px;
  background:#004c91;
  color:#fff;
  margin:0 0 28px 0;
  }
  #top img {
  margin:24px 0 0 56px;
  }
  #top h1 {
  float:left;
  padding:0;
  margin:0;
  }
  #welcome {
  padding:58px 0 0 240px;
  font:bold 14px arial,sans-serif;
  }
  #spacer {
  margin:0;
  padding:0;
  height:10px;
  }
  *html #spacer {
  height:1px;
  margin-bottom:-8px;
  }
  h4 {
  font-size:15px;
  }
