@import 'normalize.css';
* {
	box-sizing:border-box;
	font-family:sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
	max-width:100%;
}
body {
	font-size:1em;
	background-color:#ffffdd;
}
a {
	text-decoration:none;
	color:#208090;
}
ul {
	margin-left:1em;
	max-width:90%;
}
li {
	cursor:pointer;
	margin-left:1.5em;
}
ul ul {
	margin-left:0em;
}
#divGanzeSeite,#idHeader,#idArticle,#idIframe {
	width:100%;
	max-width:40em;
	min-height:45em;
}
#divGanzeSeite {
	background-color:#ffffdd;
	margin:0 auto;
}
#idHeader {
	position:fixed;
	top:0em;
	margin:0 auto;
	min-height:3em;
	height:3em;
	border:solid 0.1em #208090;
	background-color:#ffffdd;
}
#idArticle {
	margin-top:3em;
}
#idTitel {
	margin-top:0.1em;
	width:100%;
	text-align:center;
}
#imgTitel {
	width:8.5em;
}
#idIframe {
	border:solid 0.1em #208090;
}
#navMenu {
	position:absolute;
	left:0;
	top:0;
	height:3em;
	padding:0.3em 0.1em 0 0.5em;
	background-color:transparent;
}
#imgMenu {
	width:2em;
}
.ulNav {
	position:relative;
	max-width:100%;
	left:-20em;
	transition:left 1s;
	padding:0.2em 0.2em 0.2em 0.5em;
	background-color:#ffffdd;
	line-height:1.6em;
	margin:0;
}
.liNav {
	padding:0 0.3em 0.1em 0.3em;
	margin:0.2em;
	background-color:#eeeecc;
	list-style-type:none;
	cursor:pointer;
}
.liNav:hover {
	background-color:#ddddbb;
}
.aNav {
}
#navMenu:hover .ulNav {
	left:-0.5em;
}
#navAbmelden {
	position:absolute;
	right:0.5em;
	top:0;
	width:3em;
	height:3em;
	padding-top:0.5em;
	background-color:transparent;
	text-align:right;
}
#imgAbmelden {
	width:2em;
}
.faecher h1 { /* Fächer im iframe */
	margin-left:0.5em;
}
/* Für größere Bildschirme: */
@media(min-width:800px){
	#navMenu:hover  .ulNav {
		left:-10.2em;
	}
	#imgMenu {
		visibility:hidden;
	}
	.ulNav {
		left:-10.2em;
		top:0.5em;
		height:40em;
		padding-top:1.5em;
	}
	.liNav {
		font-size:1.3em;
		padding:0.2em;
	}
	.aNav {
	}
}
@media print {
	body {
		margin: 0 0 0 1em; 
		padding:0 0 0 1em;
		border:none;
	}
	.nichtdrucken {
		display:none;
	}
}