/* CSS Document */
@import url("reset.css");

body {
  min-width:1000px;
  font-family : Helvetica, Arial, sans-serif;
  background-color: #ccc;
  color: #555;
}
#fullscreen {
  text-align: center; 
}
#website {
  width: 1000px;
  height: 600px;
  margin-left:auto; margin-right:auto; 
}
div#navi li {
  color: #ccc;
  float: right;
  text-align: center;
  width: 97px;
  margin: 41px 0 0 3px;
  padding: 0;
}
div#navi li a {
  color: #eee;
  text-decoration: none;
  font-size: 12px;
}
div#navi li a:hover, body#ueberuns a#ueberuns, body#referenzen a#referenzen, body#kontakt a#kontakt {
  color: #669acc;
}
#leftbox {
  float: left;
  padding: 62px 0 0 0;
  text-align: right;
  width: 300px;
}
#rightbox {
  float: right;
  text-align: left;
  width: 583px;
  height: 485px;
}
#willkommen #website {
  background : #ccc url(../pic/bg_wittstock_willkommen.jpg) no-repeat left top;
}
#willkommen #centerbox {
  padding-top: 200px;
  text-align: center; 
}
#willkommen #rightbox {
  margin: 228px 0 0 200px;
  height: 52px;
}
#willkommen #rightbox a {
  height: 52px;
  width: 100%;
  border: 0px solid #f0f;
  display: block;
}
#ueberuns #website {
  background : #ccc url(../pic/bg_wittstock_ueberuns.jpg) no-repeat left top;
}
#ueberuns #leftbox p {
  font-size: 13px;
  padding: 10px;
  line-height: 1.2;
}
#referenzen #website {
  background : #ccc url(../pic/bg_wittstock_referenzen.jpg) no-repeat left top;
}
#referenzen table {
  margin: 115px 0 0 16px;
  font-size: 14px;
  color: #444;
  font-weight: bold;
}
#referenzen td {
  text-align: center;
  vertical-align: middle;
  height: 50px;
}
#referenzen .firma {
  text-align: left;
  padding-left: 20px;
}
#kontakt #website {
  background : #ccc url(../pic/bg_wittstock_kontakt.jpg) no-repeat left top;
}
#kontakt table {
  margin: 65px 0 0 0;
  float: left;
  width: 300px;
  border: 0px solid #f0f;
}
#kontakt p {
  padding: 338px 8px 8px 0;
  float: right;
  font-size: 12px;
  line-height: 1.2;
}
#kontakt p a {
  color: #555;
}
#kontakt p a:hover {
  color: #888;
}
#kontakt td, th, input {
  font-size: 11px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  padding: 0px;
  text-align: left;
}
#kontakt th {
  padding: 10px 0 3px 2px;
}
#xing {
  margin: 6px 0 0 0;
  display: block;
}
#submit {
  margin-top: 5px;
  float: right;
}
#warnung {
  margin-top: 5px;
  line-height: 1.1;
}

