/* *************** ALLGEMEINE FORMATIERUNG ************************
*******************************************************************/

*{
    margin: 0px;
    padding: 0px;
}

html, body { 
  background: #abd56f;
}

/* *************** TYPO ************************
*******************************************************************/

body{
     font-family: Century Gotic, Verdana, Geneva, sans-serif;
	 font-size: 16px;
	 color: #000;
}

p{
     margin-top: 0px;
	 padding-left: 0px;
         text-align: justify;
         -moz-hyphens: auto;
         -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
}

h1{
    font-size: 22px;
	padding-left: 40px;
}

h2{
    font-size: 16px;
	padding-top: 16px;
}

h3{
    font-size: 16px;
	padding-top: 16px;
	padding-left: 170px;
}

table{
	font-size: 16px;
        
}

#tabelle3 table{
	font-size: 16px;
      
}


tr{
	padding-left: 10px;
}

#content ul {
	padding-left: 20px;
}

#content {
	line-height: 170%;
}


#footer{
	 line-height: 43px;
	 font-size: 12px;
}

#footer{
	 line-height: 43px;
	 font-size: 12px;
     background-color: #aad56f;
	 height: 1000px;
	 float: left;
	 padding-left: 100px;
}

#footer a:link {
    
    color: #000;
    text-decoration: none;
}

#footer a:active {
     
    color: #000;
    text-decoration: none;
}


#footer a:visited {
    
    color: #000;
    text-decoration: none;
}


#footer a:hover {
     
    color: #fff;
    text-decoration: none;
}



/* **************** LAYOUT ****************************************
*******************************************************************/


#haupt-header{
    width: 100%;
    height: 120px;
    float: left;
	background-color: #FFF;
	float: left;	
}

#headerbild {
  background:url(../images/headerbild.jpg);
  width: 100%;
  height: 100%;
  float: left;
}
	
#haupt-navigation {
    width: 100%;
	height: 50px;
	float: left;
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 50px;
	border-top: 1px solid #000;
}

#wrapper{
    width: 100%;
	margin-top: 45px;
	height: 3920px;
	background-color: #abd56f;
	float: left;
}

#tabelle1 {
width: 1000px;
height: auto;
background-color: #e1f0c9;
float: left;
margin-left: 40px;
padding-left: 20px;

}

#tabelle2 {
width: 1000px;
float: left;
margin-left: 40px;
padding-left: 20px;

}

#tabelle3 {
width: 1000px;
float: left;
margin-left: 40px;
padding-left: 20px;

}


#tabelle2 h1 {
padding-left: 30px;
}


#tabelle2 table{
background-color: #e1f0c9;
padding-left: 20px;
padding-bottom: 18px;
}

#tabelle3 table{
background-color: #e1f0c9;
padding-left: 20px;
padding-bottom: 20px;
}

#preislistedamenmobile {
	display:none;
}

#preislisteherrenmobile {
	display:none;
}

#preislistezuschlaegemobile {
	display:none;
}



#content{
    width: 57%;
	height: 3700px;
    float: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
margin-top: 70px;
margin-left: 100px;
	background-color: #e1f0c9;
}

#containerrechts {
        margin-top: 70px;
        margin-left: 20px;
	width: 27%;
	height: 550px;
	float: left;
}

.brclear {
  clear: both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0px;
}


footer {
        width: 800px;
        background-color: #aad56f;
	height: 900px;
	float: left;
	padding-left: 150px;
}

/* **************** NAVIGATION ************************************
*******************************************************************/
#haupt-navigation ul{
     list-style-type: none;
	 width: 100%;
	 height: 100px;
	 
}

#haupt-navigation li a{
	 height: 142px;
	 display: block;
	 float:left;
	 font-size: 18px;
	 font-weight: 800;
	 line-height: 42px;
	 text-align:center;
	 color: #000;
	 text-decoration: none;
	 border-right: 0px solid #C33;
	 border-left: 0px solid #C33;
}

#haupt-navigation li:first-child a{
     border-left: none;
	 width: 18%;
	  margin: 0 auto;
	 padding-left: 0px;
	
}
#haupt-navigation li:nth-child(2) a{
     border-right: none;
	 width: 20%;
	
}

#haupt-navigation li:nth-child(3) a{
     border-right: none;
	 width: 17%;
	  margin: 0 auto;
}

#haupt-navigation li:nth-child(4) a{
     border-right: none;
	 width: 8%;
	  margin: 0 auto;
}


#haupt-navigation li:nth-child(5) a{
     border-right: none;
	 width: 17%;
	  margin: 0 auto;
}
	 
#haupt-navigation li:last-child a{
     border-right: none;
	 width: 3%;
	  margin: 0 auto;
}

#haupt-navigation li a:hover{
     color: rgba(111, 169, 30, 1.0);
}



 