.background{ 
  width: 1024px;
  height: 768px;/*800px;*/
  border-width: 2px;
  border-style: solid;
  border-color: #aaaaaa;
  background: url(images/bg_schnookeloch.jpg) no-repeat;
 }
.navback{ 
 }
.header{ 
  width: 700px;
  height: 200px;
  /*background: #aaaacc;*/
 }
.logo{ 
  padding-left: 40px;
  padding-top: 0px;
  width: auto;
  height: auto;
 }
.navi{ 
  width: 700px;
  height: 30px;
  font-size: 20px;
  color: #0000ff;
  /*background: #ccccaa;*/
 }
.navi a:link{ 
  font-size: 16px;
  color: #ff0000;
}
.navi a:hover{ 
  font-size: 18px;
  color: #00ff00;
}
/*
.navi a:active{ 
 }
.navi a:visited{
  font-size: 16px;
  color: #ff0000;
}
*/
.leftmenu{ 
  float: left;
  width: 200px;
  height: 400px;
  /*background: #ffcccc;*/
  padding-top: 10px;
 }
.verticalmenu{ 
  float: left;
  width: 198;
  height: auto;
  /*background: #ffccff;*/
  padding-top: 30px;
 }
.horizontalmenu{ 
  float: left;
  width: 300px;
  height: auto;
  /*background: #ddccff;*/
  padding-left:40px;
  padding-top: 20px;
 }
.content{ 
  width:  600px;
  height: 400px;
  padding-right:20px;
  /*background: #eeeeee;*/
  font-size: 12px;
  color: #532107;/*#555555;*/
  float: right;

 }
