body {
	background-color: #181818;
	background-image: url(../images/background1.png);
	background-repeat: repeat-x;
	color: #CCC;
	font-family: Geneva, "MS Sans Serif", sans-serif ;
}

#hauptcontainer {

	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 43px;
	
}

#menu {
	height: 106px;
	margin: 13px 0 0 350px;
}
#menu ul {
	list-style-type: none;
	height: 110px;
	margin: auto;
}
#menu ul a {
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 32px;
	padding-left: 32px;
	display: block;
	line-height: 90px;
	text-decoration: none;
	font-size: 18px;
	color: #AAA;
}
#menu ul a:hover {
	color: #FFF;
}
#menu ul li {
	float: left;
}
#main-tab1 {
	width: 230px;
	float: left;
	padding: 10px 10px 10px 10px;	
	text-align: justify;
}
#main-tab1 img {
	float: left;
	padding: 10px;	
}
#main-tab2 {
	width: 230px;
	float: left;	
	text-align: justify;	
	padding: 10px 10px 10px 10px;
}
#main-tab3 {
	width: 230px;
	float: left;	
	text-align: justify;	
	padding: 10px 10px 10px 10px;
}


#clear {
	clear: both !important;	
}

.button {
   border-top: 1px solid #ff9a6e;
   background: #c93f03;
   background: -webkit-gradient(linear, left top, left bottom, from(#d15c34), to(#c93f03));
   background: -webkit-linear-gradient(top, #d15c34, #c93f03);
   background: -moz-linear-gradient(top, #d15c34, #c93f03);
   background: -ms-linear-gradient(top, #d15c34, #c93f03);
   background: -o-linear-gradient(top, #d15c34, #c93f03);
   padding: 4px 8px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 9px;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #f27038;
   background: #f27038;
   color: #000000;
   }
.button:active {
   border-top-color: #732800;
   background: #732800;
   }
   
#footer {
	padding: 0px;
	margin: 50px 0px 0px 0px;
	background-image: url(../images/footerbackg.png);
   }
#footer ul {
	list-style-type: none;	
	padding: 0px;
	font-size: 14px;
}
#footer ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	padding: 10px 0 2px 0;
	font-size: 0.8em;
}
#footer_container {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
#footer-tab1 {
	height: 250px;
	width: 230px;
	background-image: url(../images/divider_gross.png);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	padding: 10px 10px 10px 30px;	
	text-align: justify;
}
#footer-tab1 h1 {
	font-size: 26px;
	color: #666;	
}
#footer-tab2 {
	height: 250px;
	width: 230px;
	float: left;	
	text-align: justify;	
	padding: 10px 10px 10px 10px;
}
#footer-tab2 h1 {
	font-size: 26px;
	color: #666;	
}
#footer-tab3 {
	height: 250px;
	width: 230px;
	background-image: url(../images/divider_gross.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;	
	text-align: justify;	
	padding: 10px 10px 10px 10px;
}
#footer-tab3 h1 {
	font-size: 26px;
	color: #666;	
}
#footer-tab3 ul li {
	
	
}
input[type=text] {
	width: 400px;
	padding: 2px 10px 2px 10px;
	background: #666;
	border: 0px;
	height: 25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	margin: 0 0 0 15px;
	font-family: Geneva, "MS Sans Serif", sans-serif ;
	color: #CCC;
}
input[type=submit] {
	width: 100px;
	height: 25px;
	border: 0px;
	background: #BBB;
	-webkit-border-radius:2.5px;
	-moz-border-radius:2.5px;
	-o-border-radius:2.5px;
	-ms-border-radius:2.5px;
	border-radius:2.5px;
	margin: 0 0 0 20px;
	padding: 0 0 3px 0;
}
input[type=submit]:hover {
	background: #EEE;
	cursor: pointer;

}
textarea {
	width: 400px;
	background: #666;
	padding: 10px 10px 10px 10px;
	border: 0px;
	height: 100px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	margin: 0 0 0 15px;
	font-family: Geneva, "MS Sans Serif", sans-serif ;
	color: #CCC;
}