body {
  margin: 0px;
  font-family: Verdana;
  font-size: 14px;
}

.all {
  background-color: #FFFFFF;
}

#header {
  background-color: #353365;
  height: 150px;
  margin-bottom: 8px;         /* Abstand zwischen header und container */
}
#header_left {
  width: 350px;  
  float: left;
  height: 150px;
}
#header_center {
  float: left;
  width: 150px;
  height: 146px;
  background-color: #FFFFFF;
}
#header_right {
  margin-left: 510px;
  height: 125px;
  font-size: 22px;  
  text-align: left;
  color: #FFFFFF;
  position: relative;
}
#header_right_text {
  padding-top: 5px;
}

#tabelle_logos {
  float: right;
  height: 70px;
}
.logo {
  text-align: center;
  float: left;
  width: 11.5%;
  padding-top: 5px;
  margin: auto 5px;
}
.logo img {
  width: 100%;
  max-width: 60px;
  border: none;
}

#container {
  overflow: hidden;
}

.menue {
  float: left;
  width: 200px;
  background-color: #353365;
  min-height: 480px;
  height: auto !important;
  height: 480px;
  padding-bottom: 1001em;     /* sorgt dafuer,dass das menue bis runter geht */
  margin-bottom: -1000em;     /* sorgt dafuer,dass das menue bis runter geht */
}
.aktuelles_logo {
  text-align: center;
}
.punkt {
  position:relative;
  height: 50px;
}
.text {
  position:absolute;
  bottom:0;
  text-align: right;
  float: left;
  width: 185px;
}
.text p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
}
.p {color: #FFFFFF;}
.p a:link {color: #FFFFFF; text-decoration:none;}
.p a:visited {color: #FFFFFF; text-decoration:none;}
.p a:active {color: #FFFFFF; text-decoration:none;}
.p a:hover {color: #FFFFFF; text-decoration:underline;}

.img {
  position:absolute;
  bottom:0;
  width: 20px;  
  height: 20px;
  text-align: center;
  margin-left: 193px;
  background-color: #020032;
  z-index: 1;
}

.content {
  margin-left: 205px;
  padding-left: 25px;
  background-color: #9999b1;
  min-height: 495px;
  height: auto !important;
  height: 495px;
  position: relative;
}
.content a:link {color: #000000; text-decoration:none; font-weight: bold;}
.content a:visited {color: #000000; text-decoration:none; font-weight: bold;}
.content a:active {color: #000000; text-decoration:none; font-weight: bold;}
.content a:hover {color: #000000; text-decoration:underline; font-weight: bold;}

.top_menue {
  padding-top: 15px;
  text-align: right;
  padding-right: 20px;
}
.content_left {
  float: left;
  width: 99%;
  font-size: 12px;
}

.clear {
  clear: both;
}

fieldset {
  border: 2px solid #353365;
  text-align: center;
}
fieldset legend {
  font-weight: bold;
}

.kontakt_name, .kontakt_email, .kontakt_nachricht {
  width: 400px;
}

.hr {
  border:1px solid #353365;
}
h2 {
  color: #353365;
}
h3 {
  color: #353365;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 1.4em;
}
.img_impressionen {
  border: 1px solid #CCC;
  padding: 2px;
  margin: 10px 5px 10px 0;
}