body {
	font:100.01%/1.4 verdana, sans-serif;
	background-color:#ccc;
	color:#333;
	}

h1, h2, h3 {
	font-family:georgia, serif;
	font-style:italic;
	color:#8F0A00;
	margin:.5em 0;
	}

h1 {
	font-size:140%;
	padding:1em 1em .5em;
	margin:0;
	color:#eee;
	}

h2 {
	font-size:120%;
	}

h3 {
	font-size:110%;
	color:#666;
	}

p {
	font-size:80%;
	margin:.5em 0;
	}

#wrap {
	background-color:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}

/* \*/
* html #wrap {
	height:1%;
	}
/* */

#header {
	border-top:4px solid #8F0A00;
	background-color:#000;
	color:#eee;
	margin-bottom:1em;
	border-bottom:1px solid #666;
	
	float:left;
	width:100%;
	}

#header p {
	font-family:georgia, serif;
	padding:0 2em 1em;
	margin:0;
	/*background-color:#000;
	color:#ddd;*/
	}

#navi {
	margin-top:1em;
	/*padding:0 1em;*/
	background-color:#fff;
	font:90% georgia, serif;
	line-height:2;
	text-align:center;
	
	}

#navi li {
	display:inline;
	margin:0 1em;
	padding:0 1em;
	font-style:italic;
	white-space:nowrap;
	font-weight:bold;
	}

#navi li#change { /* Javascript-Link ausblenden */
	visibility:hidden;
	}

#navi li.overview {
	font-weight:normal;
	font-style:italic;
	text-align:left;
	float:left;
	padding-right:.5em;
	margin:0;
	border-right:1px solid #999;
	}

#navi li a em {
	color:#999;
	}

#navi a {
	color:#8F0A00;
	text-decoration:none;
	}

#navi li.overview a {
	color:#666;
	}

#navi a:hover {
	color:#8F0A00;
	text-decoration:underline;
	}

#navi li a:focus {
	outline:none;
	}

#navi em {
	color:#8F0A00;
	}

#content {
	padding:1em;
	}

/* \*/
* html #content {
	height:1%;
}
/* */

#content p {
	margin-left:1.5em;
	}

#content div {
	margin-left:.5em;
	}

#content div ol {
	margin-left:1.5em;
	}

#css {
	float:left;
	width:45%;
	}

#html {
	float:right;
	width:45%;
	margin-right:4%;
	display:inline;
	}

hr {
	clear:both;
	height:3em; /* height von #footer */
	visibility:hidden;
	}

#footer {
	background-color:#000;
	color:#999;
	text-align:center;
	}

#footer p {
	font-size:70%;
	padding-top:.5em;
	line-height:1.4;
	margin:0;
	}
