/* 1. Allgemeine Styles
=====================*/
* { padding: 0; margin: 0; }
html { 
  overflow-y: scroll;
  }
body {
  background: white;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  }
html,body {
height:100%;
}


/* 2. Styles für die layoutbereiche
======================================*/  

div#wrapper {
  background-color: white;
  color: black;
  margin: 0 auto;
  width: auto;
  height: 100%;
  }
div#top {
  background-color: #132451;
  color: white;
  height: 7.0em;
  font-size: 90%;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  line-height: 7.0em;
  background-image: url(blau_links.gif), url(blau_rechts.gif), url(blau_linksx.gif), url(blau_rechtsx.gif);
  background-position: 0em 0em, right 5.3em, 0em 5.4em, right 0em;
  background-repeat: no-repeat;
  }
div#top li {
  list-style-type: none;
  display: inline;
  padding: 10%;
  }  
div#top a:link { 
  color: white;
  border-top: 0.2em solid;
  border-bottom: 0.2em solid; 
  border-right: 0.2em solid;
  border-left: 0.2em solid;
  border-radius: 1em;
  border-color: #132451;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.2em;
  }
div#top a:visited { 
  color: white; 
  border-top: 0.2em solid;
  border-bottom: 0.2em solid; 
  border-right: 0.2em solid;
  border-left: 0.2em solid;
  border-radius: 1em;
  border-color: #132451;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.2em;
  }     
div#top a:hover,
div#top a:focus { 
  background: linear-gradient(#3d537d, #132451);
  color: #ff0000;
  border-top: 0.2em solid;
  border-bottom: 0.2em solid; 
  border-right: 0.2em solid;
  border-left: 0.2em solid;
  border-radius: 1em;
  border-color: #ff0000;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.2em;
  }
div#raute {
  height: 2.8em;
  }
img#raute_bild {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -2.5em;
  }
div#headline {
  height: auto;
  background-color: white;
  padding-bottom: 2em;
  }
h1#headline1 {
  border-bottom: 0.05em solid;
  border-color: grey;
  padding-top: 0.2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  color: #132451;
  text-align: center;
  font-family: "times new roman";
  font-size: 145%;
  letter-spacing: 0.2em;
  font-weight: normal;
  line-height: 1.1em;
  }
h2#headlinex {
  padding-top: 0.4em;
  color: red;
  text-align: center;
  font-size: 130%;
  letter-spacing: 0.5em;
  font-weight: bold;
  }
img#neu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 0.8em;
  position: relative;
  }
div#flextop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  }
div a {
  color: black;
  border: 0px;
  }
div a:hover,
div a:focus {
  color: red;
  }
div#bild1a {
  background-color: white;
  color: black;
  height: auto;
  width: auto;
  margin-top: 2em;
  }
#bild1a_text {
  text-align: left;
  padding-bottom: 2.0em;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 82%;
  line-height: 150%;
  }
div#bildbereich { 
  height: 4.0em;
  background: white;
  color: black;
  }
div#bildbereich p  {
  padding-left: 3.6em;
  padding-top: 1.3em;
  font-size: 85%;
  font-weight: bold;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
  }
div#bildbereich a {
  color: #666666;
  border: 0px;
  }
div#bildbereich a:hover,
div#bildbereich a:focus {
  color: red;
  border-bottom: 0.5px solid #ff0000;
  }
div#logobereich {
  background-image: url(hell_links.gif), url(hell_rechts.gif);
  background-repeat: no-repeat;
  background-position: 0em 0em, right 0.2em;
  background-color: white;
  height: 5em; 
  }
img#wittner-logo { 
  display: block;
  padding-top: 2em;
  margin-left: auto;
  margin-right: auto; 
  }
div#adresse {
  background-color: #bbccee; 
  color: black;
  padding-top: 1em;
  padding-bottom: 1em;  
  font-size: 73%;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
  }
div#adresse a {
  color: black;
  border: 0px;
  }
div#adresse a:hover,
div#adresse a:focus {
  color: red;
  border-bottom: 0.5px solid #ff0000;
  }
p#adresse_text span { 
  color: red; 
  }
#bild1a_text span
  { 
  color: red; 
  }
#headline1 span{ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-weight: bold;
  }
a { 
  text-decoration: none;
  outline: none;
  }

 