/* CSS Document */

body {
	margin : 0;
	padding : 0;
	background: #eef9eb;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
div, p, h1, h2, h3, h4, ul, li, a, form, input, label, img { 
margin : 0; 
padding : 0; 
list-style : none; 
} 


.stepcarousel{
position:relative;
	overflow: scroll; /*leave this value alone*/
	width: 817px; /*Width of Carousel Viewer itself*/
	height: 78px; /*Height should enough to fit largest content's height*/
	
	
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;

}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



#container {
	margin : 0 auto;
	padding : 0 0 0 0;
	width : 856px;
	position : relative;
} 

#container-2 {
	margin : 0;
	padding : 0 0 0 0;
	width : 856px;
	float:left;
	background: transparent url(Bilder/bg-content.jpg) repeat-y 0 0;
} 


#header {
	margin : 0 0 0 0;
	padding : 0;
	float : left;
	display:inline;
	
} 

#header-ani {
	margin : 0 0 0 5px;
	padding : 10px 0 0 15px;;
	float : left;
	display:inline;
	background: transparent url(Bilder/bg-ani.jpg) no-repeat 0 0;
	width: 844px;
	
} 


#header-button ul {
	margin:0 0 0 5px;
	padding:0 0 0 0;
	float:left;
	width:844px;
}

	#header-button ul li {float:left;margin:0 0 0 0;padding:0; text-align:center;}
	
	#header-button ul li a {
	margin:0 6px 0 0;
	padding: 11px 0 0 0;
	font : normal 15px Arial;
	text-decoration:none;
	display: block;
	width:842px;
	height:27px;
	background-color:#3e8b62;
	border: 1px solid #7b7a7a;
	color:#fff;
	text-transform:uppercase;
}
	

	#header-button ul li a:hover{  color:#fff; background-color:#5c615e; text-decoration:none;}


#header1 {
	width : 856px;
	padding : 0 0 0 0;
	float : left;
	margin: 0 0 0 5px;
	display:inline;
	background: transparent url(Bilder/bg-head.jpg) no-repeat 0 0;
	
} 


#navi ul {
	margin:90px 0 10px 0;
	padding:0 0 0 0;
	float:left;
	width:856px;
}

	#navi ul li {float:left;margin:0 0 0 0;padding:0; text-align:center;}
	
	#navi ul li a {
	margin:0 6px 0 0;
	padding: 11px 0 0 0;
	font : normal 13px Arial;
	text-decoration:none;
	display: block;
	border:1px solid #d2d2d2;
}
	
	#navi ul li a.button1 { width:162px; height:27px; background-color:#3e8b62; color:#ffffff; }
	#navi ul li a.button2 { width:162px; height:27px; background-color:#3e8b62; color:#ffffff; }
	#navi ul li a.button3 { width:162px; height:27px; background-color:#3e8b62; color:#ffffff; }
	#navi ul li a.button4 { width:162px; height:27px; background-color:#3e8b62; color:#ffffff; }
	#navi ul li a.button5 { width:162px; height:27px; background-color:#3e8b62; color:#ffffff; }


	
	#navi ul li a:hover.button1 {  color:#fff; background-color:#5c615e; text-decoration:none;}
	#navi ul li a:hover.button2 {  color:#fff; background-color:#5c615e; text-decoration:none;}
	#navi ul li a:hover.button3 {  color:#fff; background-color:#5c615e; text-decoration:none;}
	#navi ul li a:hover.button4 {  color:#fff; background-color:#5c615e; text-decoration:none;}
	#navi ul li a:hover.button5 { color:#fff;  background-color:#5c615e; text-decoration:none;}

	
	
	#navi ul li a.button1-current { width:162px; height:27px; background-color:#5c615e; color:#ffffff;  }
	#navi ul li a.button2-current { width:162px; height:27px; background-color:#5c615e; color:#ffffff;  }
	#navi ul li a.button3-current { width:162px; height:27px; background-color:#5c615e; color:#ffffff;  }
	#navi ul li a.button4-current { width:162px; height:27px; background-color:#5c615e; color:#ffffff;  }
	#navi ul li a.button5-current { width:162px; height:27px; background-color:#5c615e; color:#ffffff;  }



#middle {
	width : 430px;
	padding : 0 0 0 0;
	float : left;
	margin: 0 0 0 0;
	
} 

#contend-top {
	
	height: 16px;
	padding : 0 0 0 0;
	float : left;
	margin : 15px 0 0 0;
	display: inline;
} 

#contend-bottom {
	height: 17px;
	padding : 0 0 0 0;
	float : left;
	margin : 0 0 0 0;
	display: inline;
} 

#contend {
	width : 430px;
	padding : 0 0 0 0;
	float : left;
	margin : 0 0 0 0;
	background: transparent url(Bilder/bg-content.png) repeat-y;
	display: inline;
	height: 274px;
} 


#contend h1 {
	font : normal 17px Arial;
	color : #3e8b62;
	padding : 13px 0 15px 40px;
} 

#contend h1 span {
	font : normal 18px Arial;
	color : #a5a095;
	padding : 25px 0 13px 0;
} 

#contend h2 {
	font : bold 14px Arial;
	color : #c92a23;
	padding : 25px 0 15px 0;
} 

#contend p {
	font : normal 12px/18px Arial;
	color : #404040;
	padding : 0 15px 0 40px;
	margin : 0 25px 0 0;
} 

#contend ul { 
    font : normal 12px/16px Arial;
    color : #3d3d3d;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
} 
#contend ul li { 
    font : normal 12px/16px Arial;
    color : #3d3d3d;
    padding : 0 0 0 25px;
	margin: 0 0 10px 0;
	background: #fff url(Bilder/pfeil.png) no-repeat 0 0; 
} 

#contend a {
	font : normal 12px/18px Arial;
	color : #3e8b62;
	text-decoration:none;
} 

#contend a:hover {
	font : normal 12px/18px Arial;
	color : #3e8b62;
	text-decoration:underline;
} 


#right {
	width :  295px;
	padding : 0 0 0 0;
	margin : 0 0 20px 49px;
	float : left;
	display:inline;

} 

#adresse {
	width : 426px;
	margin :  15px 0 0 0;
	padding : 0 0 0 0;
	float : right;
	background: transparent url(Bilder/bg-map.png) top no-repeat;
	display:inline;
	height: 307px;
} 


#adresse h1 {
	font : normal 17px/16px Arial;
	color : #3e8b62;
	margin : 0 0 10px 0;
	padding : 31px 0 0 0;
	text-align: center;
} 

#adresse h3 {
	font : bold 13px/22px Arial;
	color : #000;
	margin : 10px 0 0 20px;
	padding : 0 0 0 25px;
	width:200px;
	background: transparent url(Bilder/tel-icon.jpg) no-repeat;
} 

#adresse h4 {
	font : bold 13px/22px Arial;
	color : #000;
	margin : 5px 0 0 20px;
	padding : 0 0 0 25px;
	width:200px;
	background: transparent url(Bilder/mail-icon.jpg) no-repeat;
} 

#adresse h4 a {
	font : bold 13px/22px Arial;
	color : #000;
	text-decoration:none;
		
} 

#adresse h4 a:hover {
	font : bold 13px/22px Arial;
	color : #c92a23;
	text-decoration:none;

} 

#adresse p {
	font : normal 12px/18px Arial;
	color : #4D4D4D;
	margin : 190px 0 0 0;
	padding : 0 0 0 0;
	text-align: center;
} 


.untermenu{
	width: 283px; /*width of menu*/
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #c92a23;
	border-top: 1px solid #c92a23;
}


.untermenu h1 {
	font : bold 15px Lucida Sans;
	color : #ddb400;
	padding : 0 0 8px 0;
	border-bottom: 1px solid #ffde00;
} 

.untermenu ul{
list-style-type: none;
padding:0 0 0 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
clear:both;

}

.untermenu ul li{
padding:0 0 1px 0; /*bottom spacing between menu items*/
height:30px;
background: transparent url(Bilder/pfeil.gif) no-repeat 0 12px;

}

.untermenu ul li a{
	font: normal 13px Arial;
	color: #373737;
	display: block;
	padding: 8px 0 0 12px; /*link text is indented 8px*/
	text-decoration: none;
	height:24px;
}

.untermenu ul li a.visited{
	color: #ffffff;
	background: #c92a23 url(Bilder/pfeil-over.gif) no-repeat 0 12px;
	font-weight:bold;

	
}

.untermenu ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	background: #c92a23 url(Bilder/pfeil-over.gif) no-repeat 0 12px;
}

#footer {
	width : 842px;
	margin : 0 0 0 6px;
	padding : 0 0 0 0;
	float:left;
	display: inline;
	height: 35px;
	border-bottom:3px solid #3e8b62;
}


#footer-copyright{
	width:500px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	display: inline;
	}

#footer-baseplus{
	width:350px;
	margin:0 30px 0 0;
	padding:0 0 0 0;
	float:right;
	text-align:right;
	background:url(Bilder/baseplus-logo.jpg) no-repeat 318px 8px;
	display: inline;
	height: 40px;
	}
	
#footer-baseplus p{
	padding:0 35px 0 0;
	}


#footer p {
	font : normal 12px/16px Arial;
	color : #404040;
	margin : 8px 0 0 0;
} 
#footer p a {
	font : normal 12px/16px Arial;
	color : #3e8b62;
	text-decoration : none;
} 
#footer p a:hover {
	font : normal 12px/16px Arial;
	color : #3e8b62;
	text-decoration : underline;
} 


#contentForm {
	display: block;
	width: 610px;
	margin:0 0 0 25px;/*this line will center the page*/
	padding: 10px 10px 10px 10px;
	font:normal 12px/16px "Arial", Arial, Helvetica, sans-serif;
	color:#282828;
	background-color:#dbdbdb;

 
}
#contentForm h2 {
	font : bold 13px Arial;
	color : #fff;
	margin: 10px 0 0 0;
	padding : 5px 0 3px 10px;
	background-color: #e1001a;
	width:500px;
	height:20px;

	
} 

#contentForm {
	display: block;
	width: 490px;
	margin:0 0 0 0;/*this line will center the page*/
	padding: 0;
	font:normal 13px/16px Arial, Helvetica, sans-serif;
	color:#646655;
	background-color: #FFFFFF;
  
 
}

/* and now the form formatting itself */
label {
	display: block;
	float: left;
	clear: left;
	Width: 150px;
	line-height: 20px;
	margin-bottom: 10px;
	margin: 5px 5px 0 0;
	color:#000;
	text-align:right;
	background-color:#d7d6db;

  
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 13px;
  font:normal 13px/16px "Arial", Arial, Helvetica, sans-serif; 
  color: #202d3e;
  border: 1px solid #d7d6db;
  margin: 5px 0;

}   

input:focus, textarea:focus, select:focus {
	border: 1px solid #c92a23;
	background-color: #c92a23;
	color:#FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 150px;
	height: 28px;
	margin-left: 156px;
	background: #c92a23;
	color:#FFFFFF;
  
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  color: #FF0000;
  padding: 10px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  font:bold 13px/16px "Arial", Arial, Helvetica, sans-serif;
}

.success {
  display: block;
  width: 90%;
  color: #64a634;
  padding: 10px;
  margin: 10px 0;
  border-top: 2px solid #64a634;
  border-bottom: 2px solid #64a634;
  font:bold 14px/18px "Arial", Arial, Helvetica, sans-serif;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
