body{
  background: #4C653C 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: 760px;
  color: #FFF;
  font-family: "Arial", sans-serif;
  font-size: 1.2em;
  font-weight: bolder
}

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

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



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: 10px 0px 10px 0px;
  margin: 0;
}
ul.nav li{
  display: inline;
}
ul.nav li a{
  padding-left: 2px;
  text-align: left;
  color: #425934;
  display: block;
  text-decoration: none;
  border: outset;
}
ul.nav li a:hover{
  color:#666699;
  background: #FFFFCC;
  border: inset;
}
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: justify;
  color: #666;
 
}
p a{ /*general text-links */
  color: #4f89b7; TEXT-DECORATION: underline
  
}
p a:hover{
  color: #999999; 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: 60%;
  background: #A2CBA1;
  font-size: 12px;
  color: #205076;
  padding: 2px;
  margin: 0;
}

td{ /*general text*/
  padding: 5px;
  margin: 0;
  text-align: justify;
  color: #666;
   font: 0.7em "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
}
td a{ /*general text-links */
  color: #4f89b7; TEXT-DECORATION: underline

}
td a:hover{
  color: #999999; text-decoration: none;
  
}


ul.nav2{ /*Other Lists */
  list-style-type: none;
  text-align: left;
 padding: 10px 0px 10px 0px;
  margin: 0;
}
ul.nav2 li{
  display: inline;
}
ul.nav2 li a{
  padding-left: 2px;
  text-align: left;
  color: #999;
  display: block;
  text-decoration: none;
 
}
ul.nav2 li a:hover{
  color:#666699;
  background: #FFFFCC;

}
.hidden{
    display: none;
}

