body{
  background: #4f89b7 url(bg.gif) repeat-x;
  margin:0;
  padding: 10px;
  
}



.box_out{ /*makes the light-blu borders*/
  width: 950px;
  background: #4f89b7;
  margin: 0;
  padding: 0px;
}
.box_in{ /* getting the white background */
  background: #FFF;
  padding: 0px;
  margin: 0px;
}

.left{ /*  Navigation and statistics */
  float: left;
  width: 145px;
}
.right{ /*Content */
  float:right;
  width: 780px;
}



h4{ /*headline for left boxes */
  font-size: 1em;
  color: #205076;
  font-weight: normal;
  border-bottom: 1px #205076 dotted;
  margin:0;
  padding: 2px 0px 2px 10px;
}
ul.nav{ /*Navigationbox */
  list-style-type: none;
  text-align: left;
  padding: 2px;
  margin: 0;
}
ul.nav li{
  display: inline;
}
ul.nav li a{
  padding-left: 5px;
  text-align: left;
  color: #228b22;
  display: block;
  text-decoration: none;
}
ul.nav li a:hover{
  color:#FFF;
  background: #FFBF00;
}
ul.nav li a.current{
  color: #ff0000;
}
.distancer{ /* needed for small distance between boxes*/
  line-height: 5px;
}


p{ /*general text*/
  padding: 5px;
  margin: 0;
  text-align: justify;
  color: #000;
}
p a{ /*general text-links */
  color: #666;
}
p a:hover{
  text-decoration: none;
}


h1{ /*red headline */
  color:#FFF;
  border-bottom: 1px #228b22 solid;
  font-size: 14px;
  margin: 0 0 5px 0; 
  padding: 3px;
}
h3{ /*small blue headlines*/
  width: 50%;
  background: #228b22;
  font-size: 12px;
  color: #FFF;
  padding: 2px;
  margin: 0;
}


.copyright{/*little footer*/
  text-align: center; 
  color: #FFF;
}
.copyright a{
  color: #000;
}
