* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: tahoma;
  font-size: 11px;
  color: #333333;
  background-image: url(images/hintergrund_41.jpg);
  background-repeat: repeat-y;
  background-color: #99CC33;
 }
 
 .left {
  float:left;
  padding-top: 100px;
  width: 280px;
  padding-left: 5px;
 }

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 0px;
  width: 280px;
  height: 14px;
  float: right;
  background: #ffffff;
}

.left ul li a:hover {
  color: #99CC33;
  background: #;
 
 }
 
 .left ul li.active a {
  color: #333333;
  background: #99CC33;
 }
 
 .right {

  padding-left: 300px;
  padding-top: 100px;
  
}

.right img {
  margin-right: 10px;
  display: block;
  border: 3px solid #CCC;
 }
 
 .right img:hover {
  border: 3px solid #99CC33;
 }
 
 .block {
  background-color: #ffffff;
  margin-top: 5px;
  height: 120px;
  width: 600px;
 }
 
h1 {
  font-size: 18px;
  color: #653922;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #653922;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  background-color: #ffffff;
  width: 600px;
  padding: 5px;
  margin: 0px;
  margin-top: 5px;
 }
  