body {
      background-image: url(img/orchideen-bg.jpg);
      background-repeat:repeat-x;
      background-color:#E8E6D5;
      color:black;
      font-family:verdana;
      margin:0px;
      font-size:10pt;
      line-height:16px;
     }
h1 {
    color: #C30000;
	font-size:14pt;
   }
h2 {
    color: #C30000;
	font-size:12pt;
   }
strong {
    color: #C30000;
   }

.wrapper {
          background-color:#FFFFFF;
          background-image: url(img/main-body.jpg);
          background-repeat:repeat-y;
		  width:798px;
		  margin:0px;
		  text-align:left;
		 }
.header {
      background-color:#FFFFFF;
      background-image: url(img/header.gif);
      background-repeat:no-repeat;
      height:212px;
     }
.topbox {
       position:relative;
       top:60px;
	   left:300px;
	   font-size:10pt;
     }
.menu {
       position:relative;
	   width:430px;
	   height:97px;
	   font-size:10pt;
	   color:#000000;
       font-weight:bold;
	   border:dashed 1px #C30000;
     }
.menu1 {
      float:left;
	  padding-left:5px;
     }
.menu2 {
      float:left;
	  padding-left:30px;
     }

.inhalt {
	  text-align:left;
	  padding: 5px 30px 15px 39px;
     }
.sidebar {
          width:763px;
          padding-left:35px;
         }
.footer {
      width:798px;
	  text-align:center;
	  padding:10px 0 10px 0;
      bottom:15px;
	  clear:both;
     }