
@media all {

body {
	background-color:#fff;
	font-family:Tahoma, Geneva, sans-serif; 
	 font-size: 100%;
	 margin: auto;
}

/* komplette Seite */

#apDiv1 {
	     width: 100%;
		 height: auto;
		 margin-top: 0;
		 margin-right: auto;
		 margin-bottom: 0;
		 margin-left:auto;
		 text-align: center;
		 }


#tafel{
		width: 100%;
		}

#example {
    width:100%;
    margin:20px auto;
    border-radius:3px;
	}
	


	/* main menu styles */
#menu {
	display:inline-block;
	width:100%;
	margin:0px auto;
    padding:0;
	background:#314385;
	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:10px;
	    float:left;
	    position:relative;
	    list-style:none;
	}
#menu a {
        font-weight:bold;
	    color:#ced1dd;
	    text-decoration:none;
	    display:block;
	    padding:8px 20px;
	 
	    border-radius:10px; /*some css3*/
	    -moz-border-radius:10px;
	    -webkit-border-radius:10px;
	    text-shadow:0 2px 2px rgba(83,83,83, .7);
	}
	
	#menu a:hover {
        font-weight:bold;
	    color:#fff;
	    text-decoration:none;
	    display:block;
	 
	    border-radius:10px; /*some css3*/
	    -moz-border-radius:10px;
	    -webkit-border-radius:10px;
	    text-shadow:0 2px 2px rgba(83,83,83, .7);
	}
	
	 
	/* selected menu element */
	#menu .current a, #nav li:hover > a {
	    background:#e31e24 repeat-x 0 -20px;
	    color:#333;
	    border-top:1px solid #02234c;
 
    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);
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
	}
	 
	/* sublevels */
	#menu ul li:hover a, #nav li:hover li a {
	    background:none;
    border:none;
	    color:#02234c;
	}
	#menu ul li a:hover {
	    background:#fbca06 repeat-x 0 -100px;
	    color:#fff;
	 
    border-radius:10px; /*some css3*/
	    -moz-border-radius:10px;
	    -webkit-border-radius:10px;
	    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
	}
	 
	#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:195px;
	    position:absolute;
	    background:#e31e24 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: 93%;
	 background-color:#FFF;
	 color: #02234c;	
	 margin-top: 0;
	 padding-left: 2%;
	 padding-right:5%;
	 margin-bottom:0;
}

text h1 {
	   letter-spacing: .1em;
	   text-align:center;
		font-weight: normal;
		color: #02234c;	
		font-size: 150%;
		
}

text h2 {
	    letter-spacing: .1em;
		font-weight: normal;
		text-align: left;
		color: #02234c;	
		font-size: 100%;
		padding-left: 4%;
}

text h3 {
		color: #02234c;
		font-size: 90%;	
		
}

text p {
	    letter-spacing: .1em;
		font-weight: normal;
		text-align: left;
		color: #02234c;	
		font-size: 100%;
		padding-left: 4%;
}

.Stil1 {color: #02234c;
    font-size: 100%;
	font-weight: normal;
}

.Stil2 {color: #02234c;
    font-size: 120%;
	font-weight: normal;
}


ul { text-align:left;
line-height: 150%;
padding-left: 15%;}







.link  {color: #1461c1;
     line-height: 180%;
    font-size: 80%;
	font-weight: bold;
}
.link a {color: #1461c1;
	font-weight: bold;
	text-decoration:none;

}

.link a:hover {color: #02234c;
}

.linksites  {color: #02234c;
    font-size: 100%;
	font-weight: bold;
	text-decoration:none;
}
.linksites a {color: #1461c1;
	font-weight: bold;
	text-decoration:none;

}

.linksites a:hover {color: #02234c;
}

.link1  {color: #02234c;
    font-size: 100%;
		text-decoration:none;

}


.link1 a {color: #02234c;
	text-decoration:none;

}

.link1 a:hover {color: #1461c1;
}






.footer {
	float: left;
	background-color:#FFF;
	text-align: center;
	width: 100%;
	margin-bottom:0;
	border-top: 4px solid #02234c;

}

}

@media screen and  (min-width: 1150px) {
    
	#apDiv1 {
	     width: 1200px;
}
	
}

@media screen and  (max-width: 900px) {
		
/* Main */
	
	
	#apDiv1 {
	     width: 100%;
}
	
	
	text {
	width:90%;
}

	
	
	#navtext li {
		display: inline;
		}	
		
	#navtext a {		
		padding: 8px 7px 8px 7px;
		line-height: 50px;
		}	
		
}

@media screen and (max-width: 40em) {
	#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 ;

}



.link  {color: #02234c;
    font-size: 110%;
	line-height: 150%;
	font-weight: bold;
}
.link a {color: #02234c;
	font-weight: bold;
	text-decoration:none;

}

.link a:hover {color: #1461c1;
}

 a[href^="tel"]:link,

  a[href^="tel"]:visited,

  a[href^="tel"]:hover {

      text-decoration:    underline;

      color: #1461c1;

   }
}


