a.forumLink {

  color: #3366CC;
  font-weight: bold;

}


body, html {

  font-size: 12px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #000000;
  background: #fff;
  text-align: center;
  margin: 0 auto;

}

input, textarea {

  font-family: Tahoma;
  font-size: small;
  border: 1px solid black;
  background-color: white;

}


.inline {

  display: inline;

}

div#head {

  margin: 0px;

}

div.blockBlue ul, div.blockGreen ul {

  margin: 0px;
  padding: 0px;
  list-style-type: none;

}

div.blockBlue ul li, div.blockGreen ul li  {

	background: url(/inc/img/item.gif) no-repeat;
	background-position: 3px center;
	padding-left: 13px;

}

form {

  padding: 0px;
  margin: 0px;

}

div#wrapper {

  width: 800px;
  margin: 0 auto;
  padding-bottom: 5px;

}

div.width160 {

  width: 160px;
  float: left;
  text-align: left;
  overflow: hidden;
  margin-right: 5px;

}

div.width400 {

  width: 400px;
  float: left;
  text-align: left;
  overflow: hidden;

}

div.width600 {

  width: 610px;
  float: left;
  text-align: left;
  overflow: hidden;

}

div.width900 {

  width: 775px;
  float: left;
  text-align: left;
  overflow: hidden;

}

div.width200 {

  margin-left: 5px;
  width: 200px;
  float: left;
  text-align: left;
  overflow: hidden;

}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.blockGreen {

  background-color: #990000;
  text-align: left;
  overflow: hidden;
  margin-top: 8px;

}

div.blockBlue {

  background-color: #990000;
  text-align: left;
  overflow: hidden;
  margin-top: 8px;

}

div.blockGreen h5 {

  display: inline;
  background-color: #990000;
  color: white;
  font-size: small;
  padding: 0px;
  padding-left: 3px;

}

div.blockBlue h5 {

  display: inline;
  background-color: #990000;
  color: white;
  font-size: small;
  padding: 0px;
  padding-left: 3px;

}


div.blockBody {

  padding: 3px;
  background-color: #ff9933;
  overflow: hidden;
  border-left: 1px #E6E6E6 solid;
  border-right: 1px #E6E6E6 solid;
  border-bottom: 1px #E6E6E6 solid;

}

span.teKlein {

  font-size: xx-small;

}

div#footer {
	border: 1px #E6E6E6 solid;
	text-align: center;
	color: #bbb;
	font-size: 11px;
	padding: 1px 0;
    width: 76%;
    float: right;
    margin: 6px;
    margin-right: 25px;
}


