body{
  background: #4f89b7 url(images/bg.gif) repeat-x;
  width:768px;
  margin:0px auto;
  text-align:left;
  padding:15px;
  font: 0.7em "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
}
a:link, a:visited{
	color: #23598C;
	text-decoration: none;
}
a:hover, a:active{
	color: black;
}
img {
border-bottom: 2px #205076;
border-right: 2px #205076;
border-top: 0px #205076;
border-left: 0px #205076;
}

#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: #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: 150px;
}
.right{ /*Content */
  float: right;
  width: 580px;
}



h4{ /*headline for left boxes */
  font-size: 1em;
  color: #205076;
  font-weight: normal;
  border-top: 1px #205076 dotted;
  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;
}
ul.nav li{
  display: inline;
}
ul.nav li a{
  padding-left: 15px;
  text-align: left;
  color: #999;
  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 5px 0 5px;
  margin: 0;
  text-align: justify;
  color: #666;
}
p a{ /*general text-links */
  color: #000;
}
p a:hover{
  text-decoration: none;
}


h1{ /*blue headline */
  color:#4F89B7;
  border-top: 1px #4F89B7 solid;
  font-size: 14px;
  margin: 0 0 5px 0; 
  padding: 3px 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: #000;
}

/*e107 specific*/
.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #D4DCDE;
	text-align: left;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #E2EDF0;
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	background-color: #fff;
}