/** {
	padding: 0;
	margin: 0;
}*/

html, body, a {
/*	word-break: break-all;
	hyphens: auto;*/
	position: relative;
	font: normal 100.01% Helvetica, Arial, sans-serif;
	color: black;
	height: 100%;
}

body {
	background-color: white;
}

#fixed {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 24%;
	height: 70%;
}

html>body #fixed {/* nur fuer moderne Browser! */
	position: fixed;
}

#bottom {
	position: fixed;
	display: block;
	height: 20%;
	bottom: 1%;
	width: 18%;
	left: 5%;
	padding: 0.8em;
	font-size: 75%;
	border: 3px solid white;
	background-color:white;
}

	#bottom a {
		background-color:white;
	}

	#bottom #smaller {
		font-size: 80%;
	}

ul#Navigation {
	width: 100%;
	padding: 0.8em;
}

	ul#Navigation li {
		list-style: none;
		margin: 0.4em; padding: 0;
	}

	ul#Navigation a {
		text-decoration: none;
		font-weight: bold;
		font-size: 1.35em;
		color: midnightblue;
		background-color: white;
	}

	ul#Navigation a:hover {
		color: lightblue;
	}

#content {
	margin-top: 5%;
	margin-left: 30%;
	margin-right: 5%;
	padding: 2%;
	border: 5px solid midnightblue;
	border-radius: 15px;
	background-color:#FFFF99;
	z-index: -1;
}

#content ul {
	margin-left: 0.2em;
}

#content ul li {
	margin-left: 0.2em;
}

	a #content {
		background-color:#FFFF99;
	}

#quote {
	margin-left: auto;
	text-align: right;
	font-size: 0.6em;
}

#mmenu {
	display: none;
}

@media all and (max-width: 780px) {

	ul#mainmenu li {
		list-style:none;
		padding:1em;
		margin-left: auto;
		margin-right: auto;
	}

	ul#mainmenu li a {
		background-color:lightblue;
		size:1.5em;
		padding:0.5em;
		border: 2px solid midnightblue;
		border-radius: 6px;
	}

	ul#Navigation li {
		display:none;
	}

	#mmenu {
		display:inline;
	}

	#gmenu {
		display:none;
	}

	#fixed {
		width: 10%;
		top: 5%;
		height: 90%;
		border: 5px solid midnightblue;
		border-radius: 15px;
		background-color:lightblue;
		margin-top: 0;
	}

	#content {
		position: relative;
		top: 5%;
		margin-top: 0;
		margin-left: 20%;
		z-index: 1;
	}

	#bottom {
		display:none;
	}

	#fixed img {
		margin-left: 5%;
		width: 90%;
	}

	#left {
		margin-top: 10%;
		top: 5%;
	}

	#mid {
		position: absolute;
		top: 44%;
	}

	#right {
		position: absolute;
		bottom: 0%;
	}

}

@media all and (max-width: 480px) and (orientation: portrait) {
	#fixed {
		top: 2%;
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		height: 10%;
		margin: 0;
		max-height: 30vw;
	}

	#fixed img {
		margin-left: 5%;
		width: 45%;
		height: auto;
		max-height: 80%;
	}

	#content {
		position: relative;
		top: 15%;
		width: 86%;
		margin-left: 5%;
		margin-right: 5%;
	}

	#left {
		position: absolute;
		margin-top: 2%;
		top: 0%;
		left: 5%;
		width: 30%;
		height: 100%;
	}

	#mid {
		position: absolute;
		margin-top: 2%;
		top: 0%;
		left: 43%;
		width: 30%;
		height: 100%;
	}

	#right {
		top: 0%;
		margin-top: 2%;
		position: absolute;
		left: 80%;
		width: 30%;
		height: 100%;
	}
}

@media all and (max-height: 400px) {
	#bottom {
		display:none;
	}
}
