@media all {

body {
	
	font-family:Arial;
	color: #484953;	
	 font-size: 100%;
	 line-height: 150%;
	 margin: auto;
}

/* komplette Seite */

#apDiv1 {
	     width: 100%;
		 height: auto;
		 margin-top: 10px;
		 margin-right: auto;
		 margin-bottom: 0;
		 margin-left:auto;
		
		 }


#tafel{
		width: 30%;
		}

#example {
    width:100%;
	background-color:#c8c9cc;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left:auto;
    border-radius:3px;
	}
	



	/* main menu styles */
#menu {
	display:inline-block;
	font-size: 100%;
	width:100%;
	color:#484953;
	margin:0px auto;
	padding-left: 3%;
  
	
	
	}
#menu li {
	    margin:10px;
		text-align:center;
	    float:left;
	    position:relative;
	    list-style:none;
	}
#menu a {
        font-weight:bold;
	    color:#484953;
	    text-decoration:none;
	    display:block;
	    padding:2px 10px;
	 
	    border-radius:10px; /*some css3*/
	    -moz-border-radius:10px;
	    -webkit-border-radius:10px;
	}
	
	#menu a:hover {
        font-weight:bold;
	    color:#999;
	}
	 
	/* selected menu element */
	#menu .current a, #nav li:hover > a {
	    background:#c8c9cc repeat-x 0 -20px;
	    color:#999;
	    border-top:1px solid #f8f8f8;
 
    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:#999;
	}
	#menu ul li a:hover {
	    background:#c8c9cc repeat-x 0 -100px;
	    color:#999;
	 
    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:240px;
	    position:absolute;
	    background:#e3e4e9 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:250px;
	    top:0px;
	}

/* Divcontainer */

text, content, side {
	float: left;

}

text {
	 width: 100%;
	 color: #484953;	
	 margin-bottom: 0;
	 padding-left: 2%;
	 padding-right: 2%;
	 margin-bottom: 5%;
}

text h1 {
	   letter-spacing: .1em;
	   text-align:center;
	   padding-left: 5%;
		font-weight: normal;
		color: #484953;	
		font-size: 150%;
		
}

text h2 {
	    letter-spacing: .1em;
		font-weight: normal;
		text-align: left;
		color: #484953;	
		font-size: 130%;
		padding-left: 5%;
}

h3 {
		color: #999;
		font-size: 110%;
		font-weight:Bold;	
		text-align: left;
		padding-left: 10%;
}

h4 {
		color: #999;
		font-size: 100%;
		font-weight:lighter;	
		text-align: left;
		padding-left: 10%;
}

text p {
	    letter-spacing: .1em;
		font-weight: normal;
		text-align: left;
		color: #484953;	
		font-size: 100%;
		padding-left: 5%;
}

text a {
	    letter-spacing: .1em;
		font-weight: normal;
		text-align: left;
		color: #484953;	
		font-size: 100%;
		text-decoration:none;
}


text a:hover {
	    letter-spacing: .1em;
		font-weight: normal;
		text-align: left;
		color: #999;	
		font-size: 100%;
		text-decoration:none;
}

 .float1 { float: left; width: 50em;
	padding-left: 2%;
	padding-right: 2%; }
	
	
    .float2 { float: left; width: 30em;
	
	padding-left: 2%;
	padding-right: 2%;
	
	 }
	 
	 

   .float4 { float: left; width: 25em;
	padding-left: 2%;
	padding-right: 2%; }
	
	
    .float5 { float: left; width: 25em;
	
	padding-left: 2%;
	padding-right: 2%;
	
	 }
	 .float6 { float: left; width: 25em;
	
	padding-left: 2%;
	padding-right: 2%;
	
	 }	 




.Stil1 {color: #484953;
    font-size: 100%;
	font-weight: normal;
}

.Stil2 {color: #484953;
    font-size: 120%;
	font-weight: normal;
}

.Stil3 {font-size: 90%;
        color: #00B0F2;
	   font-weight: bold;


}

.Stil4 {font-size: 90%;
        color: #000;
	  


}

.Stil31 {	color: #00B0F2;
	font-weight: bold;
}


.sprache{
	display:inline;}

ul { text-align:left;
line-height: 150%;
padding-left: 15%;}




.link  {color: #484953;
     line-height: 180%;
    font-size: 80%;
	font-weight: bold;
}
.link a {color: #484953;
	font-weight: bold;
	text-decoration:none;

}

.link a:hover {color: #999;
}


.link1  {color: #484953;
    font-size: 100%;
		text-decoration:none;

}


.link1 a {color: #484953;
	text-decoration:none;

}

.link1 a:hover {color: #999;
}






.footer {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 5%;
	border-top: 4px solid #999;

}

}

@media screen and  (min-width: 1280px) {
    
	#apDiv1 {
	     width: 1500px;
}
	
}
@media screen and  (max-width: 1280px) {
	body {
	background-image: url(hg1.png);
	background-position:top;
	background-repeat:repeat-x;
	
}
    
	#apDiv1 {
	     width: 1000px;
}
	
}
@media screen and  (max-width: 1024px) {
		
/* Main */

	#apDiv1 {
	     width: 90%;
}	
	
	
#menu {
	display:inline-block;
	font-size:90%;
	width:100%;
	margin:0px auto;
	padding-left:2%;
  
	
	}
#menu li {
	    margin:2%;
	    float:left;
	    position:relative;
	    list-style:none;
	}
#menu a {
     
	    text-decoration:none;
	    display:block;
	    padding:1% 4%;
	 
	   
	}
	
	
		
}
@media screen and  (max-width: 600px) {
		
/* Main */

	#apDiv1 {
	     width: 80%;
}	
	

		
}
@media screen and (max-width: 40em) {
	
	
#apDiv1 {
	     width: 80%;
}		
	
	#example {
		display:none;
	}		


/* 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 ;

}

text {
	width: 95%;
    margin-bottom: 5%;
}

text h1 {
	   letter-spacing: .1em;
	   text-align:center;
	   padding-left: 5%;
		font-weight: normal;
		color: #018347;	
		font-size: 90%;
		
}

text p {
	    letter-spacing: .1em;
		font-weight: normal;
		text-align: left;
		color: #484953;	
		font-size: 70%;
		padding-left: 5%;
}

 .float1 { float: left; width: 15em;
	
	padding-right: 2%; }
	
	
    .float2 { float: left; width: 15em;
	
	
	padding-right: 2%;
	
	 }
	 
	 

   .float4 { float: left; width: 15em;
	
	padding-right: 2%; }
	
	
    .float5 { float: left; width: 15em;
	

	padding-right: 2%;
	
	 }
	 .float6 { float: left; width: 15em;
	

	padding-right: 2%;
	
	 }	 


#tafel{
		width: 1%;
		display:none;
		}



side {
	width: 95%;
	text-align:center;
	margin-bottom: 5%;
}


.link  {color: #484953;
    font-size: 80%;
	line-height: 150%;
	font-weight: bold;
}
.link a {color: #484953;
	font-weight: bold;
	text-decoration:none;

}

.link a:hover {color: #999;
}

 a[href^="tel"]:link,

  a[href^="tel"]:visited,

  a[href^="tel"]:hover {

      text-decoration:    underline;

      color: #999;

   }
}
.txt-inh-rechts {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #484953;
}
.aktivlink {
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #000066;
}
