/* 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.2px;
  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;
  }
div#raute {
  position: relative;
  height: 0px;
  width: 0px;
  }
img#raute_bild {
  position: relative;
  top: -36px;
  left: 447px;
  z-index: 100;
  }
div#navi1 {
  position: absolute;
  top: 76px;
  left: 0px;
  background: linear-gradient(#bbccee, white);
  color: black;
  height: 100px;
  width: 240px;
  text-align: center;
  font-weight: bold;
  font-size: 85%;
  }
div#navi2 {
  position: absolute;
  top: 76px;
  left: 240px;
  background: linear-gradient(#bbccee, white);
  color: black;
  height: 100px;
  width: 240px;
  text-align: center;
  font-weight: bold;
  font-size: 85%;
  }
div#navi3 {
  position: absolute;
  top: 76px;
  left: 480px;
  background: linear-gradient(#bbccee, white);
  color: black;
  height: 100px;
  width: 240px;
  text-align: center;
  font-weight: bold;
  font-size: 85%;
  }
div#navi4 {
  position: absolute;
  top: 76px;
  left: 720px;
  background: linear-gradient(#bbccee, white);
  color: black;
  height: 100px;
  width: 240px;
  text-align: center;
  font-weight: bold;
  font-size: 85%;
  }
div#navi1 p {
  padding-top: 30px;
  }
div#navi2 p {
  padding-top: 30px;
  }
div#navi3 p {
  padding-top: 30px;
  }
div#navi4 p {
  padding-top: 30px;
  }
div a {
  color: black;
  border: 0px;
  }
div a:hover,
div a:focus {
  color: red;
  }
div#bild1 {
  position: absolute;
  top: 190px;
  left: 0px;
  background-color: white;                                                
  color: black;
  height: 200px;
  width: 240px;
  }
div#bild2 {
  position: absolute;
  top: 190px;
  left: 240px;
  background-color: white;
  color: black;
  height: 200px;
  width: 240px;
  }
div#bild3 {
  position: absolute;
  top: 190px;
  left: 480px;
  background-color: white;
  color: black;
  height: 200px;
  width: 240px;
  }
div#bild4 {
  position: absolute;
  top: 190px;
  left: 720px;
  background-color: white;
  color: black;
  height: 200px;
  width: 240px;
  }
img#bild_1 {
  display: block;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  }
img#bild_2 {
  display: block;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  }
img#bild_3 {
  display: block;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  }
img#bild_4 {
  display: block;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  }
div#bildbereich {
  background-color: white;
  height: 455px;
  }
div#bildbereich p  {
  padding-left: 735px;
  padding-top: 445px;
  font-size: 75%;
  font-weight: bold;
  letter-spacing: 0.1px;
  word-spacing: 0px;
  }
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_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, #navi1 span, #navi2 span, #navi3 span, #navi4 span  { 
  color: red; 
  }
p#unternehmen span { 
  color: red; 
  }
a { 
  text-decoration: none;
  outline: none;
  }




 