@charset "UTF-8";
/* CSS Document */

.body {
	width: 80%;
	height: 80%;
	padding-left: 8%;
}
#background {
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(../Material/background.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#imagebild{
	width:100%;
	height:100%;
	align:center;
}
.anpassen{
	width: 100%;
}
#header{
	width:100%;
	height: 100%;
}
#head-links {
	height:10px;
	padding-top: 0px;
	padding-right: 10px;
}
#navi {
	width:70%;
	height:20px;
	left: 0px;
	padding-left: 15%;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navi_container {
	width:100%;
	height:25px;
	background-color: #666;
}
#content_container {
	background-color: #FFF;
	bottom: 0px;
	padding-bottom: 0px;
	height: 40em;
	width: 100%;
}
#schultafel_container {
	background-color: #FFF;
	bottom: 0px;
	padding-bottom: 0px;
	height: 60em;
	width: 100%;
}
#impressum_container {
	background-color: #FFF;
	bottom: 0px;
	padding-bottom: 0px;
	height: 80em;
	width: 100%;
}
#head_container {
	height: 20px;
	width: 100%;
	background-color: #FFFFFF;
	top: 40px;
}
#inhalt {
	width:70%;
	height:100px;
	left: 0px;
	padding-left: 15%;
	padding-top: 20px;
	padding-bottom: 80px;
}
#footer {
	position:fixed;
	bottom:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #333;
	height: 40px;
	width: 80%;
}

.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.8;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.8;
}
