body{
  background-color: #ede9e3;	
  text-align: center;
  margin: 0;
}

a{
  text-decoration: underline;
  color: #2f2c28;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}
a:hover{
  text-decoration: none;
}

#shadeBottom{
  background-image: url(img/shade_bottom.jpg);
  background-repeat: no-repeat;  
  background-position: center bottom;
  width: 828px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 13px;
}
#shadeRight{
  background-image: url(img/shade_right.jpg);
  background-repeat: repeat-y;  
  background-position: right;
  width: 828px;
  margin-left: auto;
  margin-right: auto;
}
#shadeLeft{
  background-image: url(img/shade_left.jpg);
  background-repeat: repeat-y;  
  background-position: left;
  width: 828px;
  margin-left: auto;
  margin-right: auto;
}

#page{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
}

#topzone #content{
  float: left;	
  width: 528px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  color: #2f2c28;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 1.7em;
  margin-bottom: 10px;
}
#topzone #content h1{
  color: #feb33d;
  font-size: 19px;
  margin-top: 10px;
}
#topzone #content h2{
  color: #feb33d;	
  font-size: 16px;
}

#topzone #content{
  list-style-image: url(img/checked.gif);	
}

#topzone #rightbar{  
  float: left;	
  width: 252px;  
  overflow: hidden;
}
#topzone #rightbar #contact{
  color: #2f2c28;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 1.7em;
}
#topzone #rightbar #contact h3{
  font-size: 13px;
}

#topzone #rightbar #rightbrown{
  background-color: #9f7a5d;
  border-bottom: 7px solid #feb33d;
  height: 150px;
}


/* Fußteil */
#bottomzone{
  background-image: url(img/bottomzone.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
  height: 303px;
  width: 800px;
}

#bottomzone #image{
  float: left;	
  width: 548px;
  overflow: hidden;
}
#bottomzone #contactForm{
  float: left;	
  width: 252px;  
  overflow: hidden;
  color: #fff;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}
#bottomzone #contactForm img{
  display: block;
}
#bottomzone #contactForm input.textinput, #bottomzone #contactForm textarea{
  border: 0;
  padding: 3px;
  font-size: 10px;
  width: 150px;
}
#bottomzone #contactForm input.submit{
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 10px;
}

/* S3Slider */
#bottomzone #image #slider {
    width: 548px; /* important to be same as image width */
    height: 303px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#bottomzone #image #sliderContent{
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#bottomzone #image .sliderImage{
    float: left;
    position: relative;
	display: none;
}
#bottomzone #image .sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 300px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	margin-left: 5px;
}
#bottomzone #image .clear {
	clear: both;
}
#bottomzone #image .sliderImage span strong{
    font-size: 14px;
}
#bottomzone #image .sliderImage img{
  border: 0;
} 

#bottomzone #image .bottom {
	bottom: 0;
    left: 0;
}

#bottomzone #image ul{ 
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.error{
  background-color: #feb33d;
  font-weight: bold;  
  padding: 2px;
}