body{
  background: #4f89b7 url(bg.gif) repeat-x;
  margin:0;
  padding: 10px;
  font: 0.7em "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
}

#title{ /*small text above the header picture*/
  width: 860px;
  color: #FFF;
  font-family: "Arial", sans-serif;
  font-size: 1.2em;
  font-weight: bolder
}

.box_out{ /*makes the light-blu borders*/
  width: 850px;
  background: #D0DFEC;
  margin:10px 0;
  padding: 5px;
}
.box_in{ /* getting the white background */
  background: #FFF;
  padding: 0;
  margin: 0;
}

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



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: 5px;
  margin: 0;
  font: 1.0em "Verdana";
}
ul.nav li{
  display: inline;
}
ul.nav li a{
  padding-left: 15px;
  text-align: left;
  color: #666;
  display: block;
  text-decoration: none;
}
ul.nav li a:hover{
  color:#FFF;
  background: #FFBF00;
}
ul.nav li a.current{
  color: #666;
}
.distancer{ /* needed for small distance between boxes*/
  line-height: 5px;
}


p{ /*general text*/
  padding: 5px;
  margin: 0;
  text-align: none;
  color: #666;
  font: 1.0em "Lucida", "Lucida Sans Unicode", lucida, sans-serif;
}
p a{ /*general text-links */
  text-decoration: none;
  color: #0000A0;
}
p a:hover{
  text-decoration: none;
}


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


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