/* CSS Document */
#mugastunde_hintergrund {
	padding-bottom:40px;
}
#mugastunde_inhalt {
	position:relative;
	margin-top:2em;
	left:2%;
	width:96%;
	overflow:auto;
}

#header h2 {
	color:#FF3366;
	font-size:400%;
	text-align:center;
	font-family:'Dancing Script';
	text-shadow: 2px 2px 7px #CCC; 
}
#top {
	margin-top:1em;
	min-height:250px;
}
#top p {
	padding-top:40px;
}

#top img {
	border:10px solid #FFFFFF;
	box-shadow:2px 2px 5px #666666;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}
.text1 {
	font-family:'Vollkorn';
	font-size:104%;
	line-height:160%;
	color:#909090;
}

#eltern {
	margin-top:20px;
}

#eltern h2 {
	color:#00AA99;
	font-size:300%;
	text-align:center;
	font-family:'Vollkorn';
}

#material {
	
}

#material h2 {
	color:#6C3DAA;
	font-size:300%;
	text-align:center;
	font-family:'Vollkorn';
}

#lehrkrafte {
	
}

#lehrkrafte h2 {
	color:#3333FF;
	font-size:300%;
	text-align:center;
	font-family:'Vollkorn';
}

/* MEDIA QUERIES */

@media only screen and (max-width:480px) {
	
	#header h2 {
	font-size:200%;
}

	#top p {
	padding-top:0px;
}
	
	#top img {
		float:none;
		display:block;
		margin:0 auto 25px auto;
	}
	.text1 {
		text-align:center;
	}
}