body {
  margin: 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #e9e9e9;
  height: 100%;
}

img {
  border: 0
}

.suche {
  height: 11px;
  width: 8em;
  margin: 5px 0 0 20px;
  font-size: 10px;
}
 
#logo {
  float: left;
  width: 149px;
  height: 153px;
}

#header {
  width: 627px;
  height: 149px;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  margin-left: 149px;
}

#streifen {
  height: 21px;
}

#top_menu {
  background-color: #c0c0c0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: white;
  height: 27px;

}

#top_menu ul {
  list-style:none;
}

#top_menu li {
  float: left;
}

#top_menu a {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 11px;
  color: white;
  padding-left: 20px;
  padding-top: 8px;
  text-decoration: none;
}

#top_menu a:hover {
  text-decoration:underline
}

#bildleiste {
  width: 623px;
  height: 93px;
  border-left: 4px solid white;
}

#current {
  color: #242F79;
}

#container {
  margin: 0 ; 
  width: 776px;
  border-bottom: 4px solid white;
  border-right:4px solid white;
}

#container:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#links {
  float: left;
  width: 130px;
  min-height: 400px;
  background-color: #e8e8e8;
  color: black;
  padding-left: 14px;
  padding-right: 5px;
  padding-top: 18px;
}

#links a {
  display: block;
  height: 20px;
  padding-top: 5px;
  padding-left: 16px;
  font-size: 11px;
  color: #787878;
  text-decoration:none;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  /* border-left: 1px solid #cccccc; */
  margin-top: -1px;
}

#links a:hover {
  background-color: white;
  color: black;
}

#links a.selected {
  background-color: white;
  color: black;
}

#links a.submenu {
  margin-left: 20px;
  padding-left: 5px;
}

#links a.sub_selected {
  margin-left: 20px;
  padding-left: 5px;
  background-color: white;
  color: black;
}

#rechts {
  float: left;
  width: 130px;
  min-height: 400px;
  z-index: 5;
  margin-left: -130px;
}

#rechts h1, #rechts h2 {
  color: #787878;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 9px 5px 9px;
  
}

#rechts p,h3 {
  color: #787878;
  padding-left: 9px;
}

#rechts h3 {
  margin-top: -5px;
}

#content {
  z-index: 0;
  float: left;
  width: 453px;
  line-height: 2.5ex;
  min-height: 400px;
  background-color: white;
  color: #787878;
  font-size: 11px;
  padding-top: 18px;
  padding-left: 34px;
  padding-right: 10px;
  border-right-width: 130px;
  border-right-style: solid;
  /* overflow: auto; */ 
}

#footer {
  clear: both;
  padding-left: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #787878;
}

#footer a {
  font-weight: bold;
}

h1 {
  color: #787878;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.5ex;
}

h2 {
  color: #787878;
  font-weight: normal;
  font-size: 13px;
}

h3 {
  color: #787878;
  font-size: 11px;
}

h4 {
  font-size: 11px;
  font-weight: bold;
}

ul {
  margin-bottom: -1em; 
}

li {
  margin-left: -4em; 
}

a:link { color: #c0c0c0; text-decoration: underline }
a:visited { color: black; text-decoration: underline }
a:hover { color: #c0c0c0; text-decoration: none }
a:active { color:#e00000; text-decoration: none }
a:focus { color:#e00000; text-decoration: underline }

/* 20 Fragen */
div.frage {
  display: none;
}

.ffrage {
  display: block;
  font-size:120%;
  font-weight: normal;
  margin: 15px 0 15px 0;
  line-height: 2.5ex;
}

.edit_links {
  color: black;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}

.mehr {
  display: none;
}

#map {
  width: 440px;
  height: 300px;
}
