body {
  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  color: rgb(0, 51, 102);
  background-color: #f3f3f3;
}

td {
  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.4em;
}

h1 {
  font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
  font-size: 16px;
}

h2 {
  color: #999;
  font-size: 13px;
}
p {
  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
<!--  font-size: 0.8em; -->
  font-size: 11px;
  line-height: 1.4em;
}

ul {
  list-style-image: url(/src/images/pfeil2.gif);
}

li {
  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  margin-top: 7px;
  padding-left: 3px;

}

hr {
  color: rgb(183, 197, 212);
  background-color: rgb(183, 197, 212);
  height: 1px;
  width: 80%;
  margin-top: 10px;
  bottom-top: 10px;
}

a {
  color: rgb(255, 102, 0);
}

a.blue   {
  text-decoration: none;
  color: rgb(0, 51, 102);
  font-size: 10px;
}

a.white, a.white2 {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

a:hover, a.white2:hover {
  color: rgb(183, 197, 212)
}

a.white:hover, a.blue:hover {
  color: rgb(255, 102, 0);
}

table.header {
  border: 1px solid white;
  background-color:
  rgb(255, 255, 255);
  width: 100%;
}

td.leftheader {
  width: 200px;
  text-align: left;
}

td.greyline {
  vertical-align: top;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
}

td.left {
  vertical-align: top;
  width: 200px;
  background-color: #f3f3f3;
}

td.right {
  vertical-align: top;
  background-color: #f3f3f3;
  width: 180px;
}

td.footer {
  border-top: 1px solid white;
  padding: 5px;
  background-color: #f3f3f3;
  color: rgb(0, 51, 102);
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
}

td.navheader {
  padding: 2px 10px;
  vertical-align: top;
  background-color: rgb(255, 102, 0);
  color: rgb(255, 255, 255);
  font-weight: bold;
}

td.navspacer {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

td.nav {
  border-top: 1px solid white;
  padding: 2px 12px;
  background-color: rgb(0, 51, 102);
  vertical-align: top;
  color: rgb(255, 255, 255);
}

td.subnav {
  border-top: 1px solid white;
  padding: 2px 18px;
  vertical-align: top;
  background-color: rgb(183, 197, 212);
  color: rgb(0, 51, 102);
}

td.news, td.downloads {
  border-top: 1px solid white;
  padding: 2px 12px;
  vertical-align: top;
  background-color: rgb(183, 197, 212);
  color: rgb(0, 51, 102);
}

td.sitebody {
  padding: 20px;
  vertical-align: top;
}

td.loginlable {
  border: 1px solid white;
  padding: 1px 10px;
  background-color: rgb(0, 51, 102);
}

td.loginfield {
  padding-top: 1px;
}

input.loginfield {
  border: 0px none ;
  font-size: 12px;
  width: 160px;
}

input.loginsubmit {
  border: 1px solid white;
  font-size: 12px;
  width: 70px;
  background-color: #f3f3f3;
  color: rgb(0, 51, 102);
}

.contactform {
  border: 1px solid rgb(0, 51, 102);
  font-size: 12px;
  background-color: rgb(183, 197, 212);
  color: rgb(0, 51, 102);
}

ul {
  list-style-image: url(/src/images/pfeil2.gif);
}

li {
  margin-top: 7px;
  padding-left: 3px;
}

hr {
  color: rgb(183, 197, 212);
  background-color: rgb(183, 197, 212);
  height: 1px;
  width: 80%;
  margin-top: 10px;
  bottom-top: 10px;
}

.small {
	font-size: 10px;
}

.formbox {
  border: 1px solid #ccc;
  background-color: #f3f3f3;
}

.messebox {
  border-top: 1px solid white;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #f3f3f3;
  color: rgb(0, 51, 102);
  font-size: 12px;
}
