/* 1. Allgemeine Styles
=====================*/
* { padding: 0; margin: 0; }
html { overflow-y: scroll; }
body {
  background: white;
  color: white;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  }


/* 2. Styles f�r die layoutbereiche
======================================*/  

div#wrapper {
  position: relative;
  background-color: white;
  width: 960px; 
  color: black;
  margin-top: 0px;
  margin-right: auto; 
  margin-bottom: 10px;
  margin-left: auto; 
  box-shadow: 0px 0px 20px #132451;
  border-bottom: 0.1px solid;
  border-left: 0.1px solid;
  border-right: 0.1px solid;
  border-color: #bbccee;
  }
div#top {
  background-color: #132451;
  color: white;
  padding-top: 6px;
  height: 25px;
  font-size: 80%;
  letter-spacing: 2.5px;
  font-weight: bold;
  border-bottom: 0px solid;
  border-color: white;
  text-align: center;
  }
div#top li {
  display: inline;
  list-style-type: none;
  margin-right: 25px;
  margin-left: 25px;
  }  
div#top a:link { 
  color: white;
  border-top: 1.9px;
  border-bottom: 1.9px solid; 
  border-right: 1.9px solid;
  border-left: 1.9px solid;
  border-radius: 10px;
  border-color: #132451;
  padding: 8px;
  }
div#top a:visited { 
  color: white; 
  border-top: 1.9px;
  border-bottom: 1.9px solid; 
  border-right: 1.9px solid;
  border-left: 1.9px solid;
  border-radius: 10px;
  border-color: #132451;
  padding: 8px;
  }     
div#top a:hover,
div#top a:focus { 
  background: linear-gradient(#3d537d, #132451);
  color: #ff0000;
  border-top: 1.9px;
  border-bottom: 1.9px solid; 
  border-right: 1.9px solid;
  border-left: 1.9px solid;
  border-radius: 10px;
  border-color: #ff0000;
  padding: 8px;
  }
div#suche {
  background-image: url(blau_132451_oben_hell.gif);
  background-color: #132451; 
  height: 45px;
  }
form#form {
  position: relative;
  padding-top: 11px;
  padding-left: 695px;
  }
input#lupe {
  position: absolute;
  left: 854px;
  top: 13px;
  padding: 0;
  margin: 0;
  }
input#suchfeld {
  border: none;
  font-size: 11px;
  height: 20px;
  width: 155px;
  background-color: #bbccee;
  padding-right: 25px;
  border-radius: 3px;
  padding-top: 0px;
  }
div#raute {
  position: relative;
  height: 0px;
  width: 0px;
  }
img#raute_bild {
  position: relative;
  top: -36px;
  left: 447px;
  z-index: 100;
  }
div#headline {
  height: 115px;
  background-color: white;
  color: #132451;
  text-align: left;
  padding-left: 84px;
  font-family: 'Times New Roman', serif;
  font-size: 170%;
  letter-spacing: 10px;
  word-spacing: 0.5px;
  }
img#katze {
  position: relative;
  top: -65px;
  left: 665px;
  }
p#headline_text {
  padding-top: 70px;
  }
div#textbereich {
  height: 7630px;
  background: white;
  }
div#deutsch { 
  position: absolute;
  top: 190px;
  left: 0px;
  height: 440px;
  width: 460px;
  background: linear-gradient(#bbccee, white);
  color: black;
  }
div#englisch { 
  position: absolute;
  top: 190px;
  left: 460px;
  height: 440px;
  width: 450px;
  background: linear-gradient(#bbccee, white);
  color: black;
  }
div#hintergrund { 
  position: absolute;
  top: 190px;
  left: 910px;
  height: 440px;
  width: 50px;
  background: linear-gradient(#bbccee, white);
  }
p#deutsch_text {
  font-size: 70%;
  padding-left: 84px;
  padding-top: 35px;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  line-height: 1.7;
  }
p#englisch_text {
  font-size: 70%;
  padding-left: 78px;
  padding-top: 35px;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  line-height: 1.7;
  }
div#textbereich a {
  color: black;
  border-bottom: 0.5px solid black;
  }
div#textbereich a:hover,
div#textbereich a:focus {
  color: red;
  border-bottom: 0.5px solid #ff0000;
  }
div#logobereich {
  background-image: url(hell_unten.gif);
  background-color: white;
  height: 75px; }
img#wittner-logo { 
  display: block;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto; 
  }
div#adresse {
  background-color: #bbccee; 
  color: black;
  height: 20px;
  padding-top: 8px; 
  font-size: 68%;
  letter-spacing: 0.3px;
  word-spacing: 2px;
  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; 
  }
p#deutsch_text span { 
  color: red; 
  }
p#englisch_text span { 
  color: red; 
  }
a { 
  text-decoration: none;
  outline: none;
  }




 