@media all {

body {
	background-color:#fff;
	background-image:url(hg.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	 font-size: 100%;
	 margin: auto;
}

/* komplette Seite */

#apDiv1 {
	     width: 95%;
		 height: auto;
		 margin-top: 0;
		 margin-right: auto;
		 margin-bottom: 0;
		 margin-left:auto;
		 text-align: center;
		 }


#tafel{
		width: 90%;
		text-align:center;
		}

#example {
    width:100%;
    margin:0 auto;
    border-radius:3px;
	}
	

#suchmaschinenoptimierung {
	display:none;
	}

	/* main menu styles */
#menu {
	display:inline-block;
	width:100%;
	margin:0px auto;
    padding:0;
	background:#a7ca5b;
	box-shadow:0 2px 2px rgba(0,0,0, .5);
	-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
	}
#menu li {
	    margin:2px 10px;
	    float:left;
	    position:relative;
	    list-style:none;
	}
#menu a {
        font-weight:bold;
	    color:#333;
	    text-decoration:none;
	    display:block;
	    padding:8px 20px;
	 
	    border-radius:10px; /*some css3*/
	    -moz-border-radius:10px;
	    -webkit-border-radius:10px;
	}
	
	#menu a:hover {
        font-weight:bold;
	    color:#415e25;
		background-color:#FFF;
	    text-decoration:none;
	    display:block;
	    border-radius:10px; /*some css3*/
	    -moz-border-radius:10px;
	    -webkit-border-radius:10px;
	}
		
		
		#menu a:visited {
	font-weight:bold;
	color:#60873a;
	background-color:#d5eba6;
	text-decoration:none;
	display:block;
	border-radius:10px; /*some css3*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
	 
	/* selected menu element */
	#menu .current a, #nav li:hover > a {
	    background:#90d56e repeat-x 0 -20px;
	    color:#415e25;
	    border-top:1px solid #fff;
 
    box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
	    -moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
	    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
	}
	 
	/* sublevels */
	#menu ul li:hover a, #nav li:hover li a {
	    background:none;
    border:none;
	    color:#fff;
	}
	#menu ul li a:hover {
	    background:#fff repeat-x 0 -100px;
	    color:#415e25;
	 
    border-radius:10px; /*some css3*/
	    -moz-border-radius:10px;
	    -webkit-border-radius:10px;
	}
	 
	#menu ul li:first-child > a {
	    -moz-border-radius-topleft:10px; /*some css3*/
	    -moz-border-radius-topright:10px;
	    -webkit-border-top-left-radius:10px;
	    -webkit-border-top-right-radius:10px;
	}
	#menu ul li:last-child > a {
	    -moz-border-radius-bottomleft:10px; /*some css3*/
	    -moz-border-radius-bottomright:10px;
	    -webkit-border-bottom-left-radius:10px;
	    -webkit-border-bottom-right-radius:10px;
	}
	 
	/* drop down */
	#menu li:hover > ul {
	    opacity:1;
	    visibility:visible;
	}
	#menu ul {
	    opacity:0;
	    visibility:hidden;
	    padding:0;
	    width:210px;
	    position:absolute;
	    background:#a7ca5b repeat-x 0 0;
	    border:1px solid #ffffff;
	 
	    border-radius:10px; /*some css3*/
	    -moz-border-radius:10px;
	    -webkit-border-radius:10px;
	    box-shadow:0 2px 2px rgba(0,0,0, .5);
	    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
	    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
	 
	    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
	    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
	    -o-transition:opacity .25s linear, visibility .1s linear .1s;
	    transition:opacity .25s linear, visibility .1s linear .1s;
	}
	#menu ul li {
	    float:none;
	    margin:0;
	}
	#menu ul a {
	    font-weight: bold;
	}
	#menu ul ul {
	    left:190px;
	    top:0px;
	}

/* Divcontainer */

text, content, side {
	float: left;

}

text {
	width: 65%;
	color: #060;
	margin-bottom: 0;
	padding-left: 2%;
	padding-right: 2%;
	border-right: 2px dotted #415e25;
	margin-bottom: 1%;
}

text h1 {
	   letter-spacing: .1em;
	   text-align:left;
		font-weight: normal;
		color: #415e25;	
		font-size: 120%;
		padding-left: 4%;
		
}

text h2 {
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: left;
	color: #6a973f;
	font-size: 110%;
	padding-left: 4%;
}

text h3 {
		color: #a7ca5b;
		font-size: 90%;	
		
}

text p {
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: left;
	color: #030;
	font-size: 100%;
	padding-left: 4%;
}

.Stil1 {color: #415e25;
    font-size: 100%;
	font-weight: normal;
	text-align: right;
	
}

.Stil2 {color: #415e25;
    font-size: 120%;
	font-weight: normal;
}

.Stil3 {
	font-size:120%;
	line-height:130%;
	font-weight: normal;
	color: #c11a09;
	
}
.Stil4 {
	font-size:100%;
	font-weight: normal;
	color: #c11a09;
	
}

.Stil5 {
	font-size:100%;
	font-weight: bold;
	color: #415e25;
	
}

.Stil5a {
	font-size:100%;
	font-weight: normal;
	color: #415e25;
	line-height: 100%;
	
}


.Stil6 {
	font-size:100%;
	     line-height: 180%;

	font-weight: normal;
	color: #415e25;
	
}
.link-rot  {color: #f00000;
    font-size: 120%;
	line-height: 150%;
	font-weight: bold;
}
.link-rot a {color: #f00000;
	font-weight: bold;
	text-decoration:none;

}

.link-rot a:hover {color: #f55136;
}


.table { width:95%}



.datenschutz {color: #415e25;
    font-size: 90%;
}



.datenschutz a {color: #415e25;
    font-size: 90%;
}

.datenschutz a:hover{color: #c11a09;
    font-size: 90%;
}



.sprache{
	display:inline;}

ul { text-align:left;
line-height: 150%;
padding-left: 15%;}



side {
	 width: 25%;
	 padding-left: 2%;
	 margin-bottom: 1%;
	 color: #415e25;	
	 font-size: 90%;
	 line-height:140%;

}

side h2 {
	  color: #415e25;	
	 font-size: 120%;
	 font-weight: bold;
}

side h3 {
	color: #060;	
   font-size: 110%;
}
side h5 {
	  color: #F00;	
	 font-size: 110%;
}

side h4 {
	color: #415e25;	
   font-size: 110%;
}


side p {
	color: #F00;
	font-size: 90%;
	font-weight: bold;
}




.link  {color: #a7ca5b;
     line-height: 180%;
    font-size: 100%;
	font-weight: normal;
}
.link a {color: #a7ca5b;
	font-weight: normal;
	text-decoration:none;

}

.link a:hover {color: #415e25;
}

.linksites  {color: #415e25;
 line-height: 120%;
    font-size: 100%;
	font-weight: normal;
	text-decoration:none;
}
.linksites a {color: #415e25;
	font-weight: normal;
	text-decoration:none;

}

.linksites a:hover {color: #a7ca5b;
}



.footer {
	float: left;
	text-align: center;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
	border-top: 4px solid #415e25;

}

}

@media screen and  (min-width: 1150px) {
    
	#apDiv1 {
	     width: 1200px;
}
	
}

@media screen and  (max-width: 900px) {
		
/* Main */
	
	
	#apDiv1 {
	     width: 100%;
}
	
	
	text {
	width:95%;
	border-right: 0 ;
    margin-bottom: 5%;
}

	side {
	width: 95%;
	text-align:center;
	margin-bottom: 5%;
}

	
	#navtext li {
		display: inline;
		}	
		
	#navtext a {		
		padding: 8px 7px 8px 7px;
		line-height: 50px;
		}	
		
}

@media screen and (max-width: 40em) {
	#example {
		display:none;
	}		

.Stil3 {
	font-size:100%;
	line-height:130%;
	font-weight: normal;
	color: #c11a09;
	
}

/* Navigation */
	
#navtext li {
		letter-spacing: 1px;
		line-height: 40px;
		text-decoration: none;
		font-size: 150%;
		display: block;
		}	
	
/* Divcontainer */

text, content, side {
	float: left;
	border-right: 0 ;

}
.Stil6 {
	font-size:80%;
	     line-height: 180%;

	font-weight: normal;
	color: #415e25;
	
}


.table { width:80%;
padding-left:10%;

}


side {
	width: 95%;
	text-align:center;
	margin-bottom: 5%;
}


.link  {color: #a7ca5b;
    font-size: 80%;
	line-height: 150%;
	font-weight: normal;
}
.link a {color: #a7ca5b;
	font-weight: normal;
	text-decoration:none;

}

.link a:hover {color: #a7ca5b;
}




 a[href^="tel"]:link,

  a[href^="tel"]:visited,

  a[href^="tel"]:hover {

      text-decoration:    underline;

      color: #415e25;

   }
}


#apDiv1 .main.clearfix text p strong {
	font-weight: bold;
}
