/*------------------------------------------------------------------
Rahmen
------------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#ffffff;
  text-decoration:none;
  line-height:18px;
}

html {
  overflow-y: scroll;
}

body  {
  margin: 0 auto;
  vertical-align:top;
  background-color: #000000;
  position: relative;
  width:1000px;
}

/*------------------------------------------------------------------
Rahmen
------------------------------------------------------------------*/
.top {
  vertical-align:top;
  background-image: url(../images/top.jpg);
  width: 1000px;
  height: 220px;
  text-align: left;
  color:#ffffff;
}

.navigation {
  float: left;
  text-align: left;
  width: 159px;
  height: 560px;
  background-image: url(../images/navipic.jpg);
  background-repeat: no-repeat;
  padding-top: 15px;
  color:#ffffff;
}

.mainnav {
  float: left;
  margin-top: 185px;
  margin-left: 25px;
  color:#ffffff;
}

.nav {
  font-family: Trebuchet MS;
  color: #cccccc;
}

.nav:hover {
  font-family: Trebuchet MS;
  color: #339900;
}

.subnavi {
  font-family: Trebuchet MS;
  font-weight: normal;
  color: #339900;
  font-size: 12px;
  text-decoration: none;
  line-height: 25px;
}

.subnavi:hover {
  font-family: Trebuchet MS;
  font-weight: normal;
  color: #cccccc;
  font-size: 12px;
  text-decoration: none;
  line-height: 25px;
}

hr.line {
  border-bottom-style: solid;
  border-color: #333333;
  width: 145px;
}

.content {
  float: left;
  text-align: left;
  width: 610px;
  padding: 12px 15px 30px 15px;
  border-left: solid 1px;
  border-left-color: #6d5912;
  color:#ffffff;
}

.rechtespalte {
  float: left;
  text-align: right;
  width: 200px;
  color:#ffffff;
}

h1 {
  font-family: Trebuchet MS;
  font-weight: bold;
  color: #6d5912;
  font-size: 23px;
  line-height: 24px;
}

.link {
  color: #339900;
  text-decoration: underline;
}

.link:hover {
  color: #ffffff;
  text-decoration: underline;
}

span.next {
  background-color: #339900;
  padding: 5px 33px 5px 33px;
  font-weight: bold;
  font-size: 14px;
  color:#ffffff;
}

.liste {
  float: left;
  margin-right: 35px;
  color:#ffffff;
}

.date {
  float: left;
  width: 100px;
  margin-right: 15px;
  color:#ffffff;
}

.date2 {
  float: left;
  width: 180px;
  margin-right: 15px;
  color:#ffffff;
}

.liste2 {
  float: left;
  color:#ffffff;
}

.liste3 {
  float: left;
  text-align: right;
  color:#ffffff;
}

span.gruen {
  color: #339900;
  font-family: Arial, Helvetica, sans-serif;
}

.clear {
  clear: both;
}