
body {
	background: url(img/back.jpg) no-repeat center center fixed #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: normal 13px/18px Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	}
#seite30 {
	background: url(img/back4.jpg) no-repeat center center fixed #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
#seite40 {
	background: url(img/back5b.jpg) no-repeat center center fixed #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
#seite50 {
	background: url(img/back2.jpg) no-repeat center center fixed #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
#seite60 {
	background: url(img/back6b.jpg) no-repeat center center fixed #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}


.le { float: left; }
.ri { float: right; }
.cl { clear: both; }
img { border: none; }
hr  { width: 40%; margin: 20px auto;}	

#wrapper {
	width: 785px;
	margin: 0;
	padding: 0;
	}
#contentbox {
	width: 600px;
	float: left;
	}
#top {
	margin-bottom: 2px;
	height: 55px;
	padding: 0;
	background: #fff;
	background: rgba(255,255,255,0.9);
	}
#headline {
	margin-bottom: 2px;
	padding-left: 60px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	}
#content {
	padding: 5px 60px 10px 60px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	min-height: 700px;
	}

.zahl {
	font: normal 24px/24px Georgia, serif; 
	color: #aaa;
	margin: 20px 0 5px 0;
	}	
	
.logo {
	margin: 20px 0 40px -50px;
	}	
#footer {
	background: #daeef8;
	padding: 40px;
	margin: 20px 0 0 0 ;
	}
#footer b {
	color: #1A89CA;
	}
	
/* --- LINKS ---------------------------------------------- */
	
a {
	color: #E61300;
	text-decoration: none;
	}	
a:hover {
	color: #000;
	text-decoration: underline;
	}	
	
#navigationbox {
	width: 185px;
	float: right;
	background: none;
	}
.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.navigation li {
	border-bottom: 1px solid #fff;
	}
.navigation li.nav_unterricht {
	margin-top: 30px;
	}
.navigation li.last {
	border-bottom: none;
	}
.navigation a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 3px 0 1px 21px;
	}
.navigation a:hover {
	color: #000;
	text-decoration: none;
	background: #fff;
	background: rgba(255,255,255,0.9);
	}
.navigation a.off {
	color: #000;
	text-decoration: none;
	background: #fff;
	background: rgba(255,255,255,0.9);
	}
	
.navigation2 {
	text-transform: uppercase;
	font-size: 11px;
	}
.navigation2 a.off{
	color: #000;
	font-weight: bold;
	}

/* --- STANDARDS -------------------------------------------- */

h1 {
	font: normal 30px/32px Georgia, serif;
	padding: 10px 0;
	margin: 0;
	}	
h2 {
	font: italic 20px/24px Georgia, serif;
	margin: 20px 0 10px 0;
	color: #000;
	}	
h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0 10px 0;
	color: #0a8ccd;
	}	


.pfeillist {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 1.5em;
	}
.pfeillist li {
	padding-bottom: 10px;
	}
.pfeillist a {
	font-weight: bold;
	}
.pfeillist b {
	margin: 0 8px 0 -30px;
	font-style: normal;
	}


