body {
margin: 0px;
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
background-color: #efefef;
}

.container {
  margin: auto;
  width: 600px;
  }

.titel {
  width: 600px;
  background-color: #ffffff;
  float: left;
  }

.navCont {
  width: 600px;
  float: left;
  }

.header {
  width: 599px;
  height: 195px;
  background-color: #666;
  float: left;
  }

.content {
  width: 600px;
  background-color: #fff;
  float: left;
  padding-bottom: 100px;
  }

.vierhundert {
  width: 400px;
  float: left;
  }

.zwohundert {
  width: 200px;
  float: left;
  }

.nav a {
  width: 75px;
  float: left;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding-top: 5px;
  padding-bottom: 3px;
  }

.nav a:hover {
  color: #000;
  }

.titel p {
  padding: 15px 0px 15px 10px;
  }

.content p {
  font-size: 11px;
  line-height: 16px;
  color: #333;
  padding: 0px 0px 0px 10px;
  }

.zwohundert p {
  font-size: 11px;
  line-height: 16px;
  color: #333;
  padding: 0px 0px 0px 10px;
  }

p {
  margin: 0px;
  }

TABLE {
  font-size: 11px; 
  }
