body { 
   background-color: #ede9d6;
   }
   
.main {
	position: absolute;
	left: 50%;
    top: 10px;
	width: 798px;
	height: 600px;
	margin-left: -399px;
	background-color: #ede9d6;
	border-top: 2px solid #706256;
    border-right: 2px solid #DBCEA9;
    border-bottom: 2px solid #DBCEA9;
    border-left: 2px solid #706256;
}
	
.menue {
   position:absolute;
   top:40px;
   left:380px;
   }
   
.logo {
   position:absolute;
   top:20px;
   left:20px;
   }   
	
.text {
   position:absolute;
   top:140px;
   left:0px;
   font-family: Verdana, Arial;
   font-size: 12px;
   color: #272523;
   text-align: left;
 	 line-height:120%;
   width: 768px;
   margin-left: 20px;
   margin-right: 20px;
   }

   
.contact {
   position:absolute;
   top:120px;
   left:0px;
   font-family: Verdana, Arial;
   font-size: 12px;
   color: #272523;
   text-align: left;
   width: 698px;
   padding-top: 40px;
   padding-bottom: 0px;
   padding-left: 20px;
   padding-right: 20px;
   }
   
.weiter {
   position:absolute;
   bottom:10px;
   right:20px;
   }  
   
.zurueck {
   position:absolute;
   bottom:10px;
   left:20px;
   }  
   
a:link
{
	color:#022A2A; 
	text-decoration: none;
}
a:visited
{
	color:#105E5E; 
	text-decoration: none;
} 
a:hover
{
	color:#C84141;
	text-decoration: none;
}
a:active 
{
	color:#004040;
	text-decoration: none;
}

.infobox {
   position: absolute;
   top: 250px;
   left: 20px;
   z-index: 1;
}

.infobox a {
   background-color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   color: #000000;
   text-decoration: none;
   display: block;
   padding: 1px;
   padding-left:5px;
   padding-right: 5px;
   border-top: 2px solid #706256;
   border-right: 2px solid #DBCEA9;
   border-bottom: 2px solid #DBCEA9;
   border-left: 2px solid #706256;
}

.infobox a:visited {
   color: #000000;
   background-color: #FFFFFF;
}

.infobox a:hover {
   color: #000000;
   background-color: #FFFFFF;
   text-decoration: none;
   width: 140px;
   border-top: 2px solid #DBCEA9;
   border-right: 2px solid #706256;
   border-bottom: 2px solid #706256;
   border-left: 2px solid #DBCEA9;
}

.infobox a:active {
   color: #000000;
   background-color: #FFFFFF;
}

.infobox a .open {
   display: none;
}

.infobox a:hover .open {
   background:#FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-weight: normal;
   font-size: 10px;
   color: #000000;
   display: block;
   padding: 1px;
   text-align: left;
}

