body {
	background-color:#dddddd;
	font-family:Tahoma, Helvetica, Verdana, Arial, Geneva, Sans-Serif;
	font-size: 62.5%;
	}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
	margin:0;
	padding:0;
	}
body, html {
	height:100%;
	}
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {display: inline-table;}
	 /* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;
	/* End hide from IE-mac */
	}
.clear {
	clear:both;
	}
img {
	border:0;
	}
#container {
	margin:0 auto;
	background-color:#39443d;
	width:80em;
	}
#header {
	background:#526157;
	margin:0 0.5em 0.5em 0.5em;
	height:5em;
	border-top:0.5em solid #39443d;
	}
#header h1 {
	font-size:2em;
	text-align:center;
	padding:0.7em 0 0 0;
	}
#navi {
	background:#a7afa7;
	margin:0 0.5em 0.5em 0.5em;
	height:3.3em;
	}
#navi p {
	font-size:1.2em;
	text-align:center;
	padding:0.2em 0 0 0;
	}
#inhalt {
	background:#c4c9c4;
	margin:0 0.5em 0.5em 0.5em;
	}
#inhalt p {
	font-size:1.2em;
	text-align:center;
	padding:1em;
	}
#footer {
	background:#a7afa7;
	margin:0 0.5em 0.5em 0.5em;
	height:2em;
	border-bottom:0.5em solid #39443d;
	}
#footer p {
	font-size:1.2em;
	text-align:center;
	padding:0.2em 0 0 0;
	}
a:link {color:#39443d; text-decoration:none;}
a:visited {	color:#39443d; text-decoration:none;}
a:active {color:#39443d; text-decoration:none;}
a:hover{color: #526157; text-decoration:none;}
