* {
	margin: 0; 
	padding: 0; 
}

body {
	behavior: url(css/csshover.htc); /* WinIE-Behavior-Datei aufrufen */

	margin:0px;
	background-color: #7c191c;
	color: #000000;
	font: 13px tahoma, verdana, arial, sans-serif;
	line-height: 16px;
	margin-top: 0px;
}


h1 {
	font: 18px tahoma, verdana, arial, sans-serif;
	color: #cc6633;
	font-weight: bold;
	line-height: 22px;
}

h2 {
	font: 15px tahoma, verdana, arial, sans-serif;
	color: #990000;
	font-weight: bold;
	line-height: 19px;
}
/*a:link {
color: #de7332; 
text-decoration: none;
}

a:visited {
color: #9e9e9e; 
text-decoration: none;
}

a:hover {
	color: #eab90c;
	text-decoration: none;
}

a:active {
	color: #ce5528;
	text-decoration: none;
	background-color: f2e8c3;
}
*/
div#container {
	height: auto;
	width: 800px;
	background-color:#f2e8c3;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-left:thick solid #650f14;
	border-right:thick solid #650f14;
}

div#header {
margin: 0px;
text-align: center;
}

div#inhalt {
	margin-left: 30px;
	margin-top: 30px;
	padding: 10px;
}



div#footer {
	height: auto;
	padding:4px;
	background-color: #ff9900;
	text-align: center;
	border-bottom: thick solid #650f14;
	color: #7c191c;
	letter-spacing: 1px;
}


#menuebox {
position: relative;
height: 21px;
}
.stupidie {
display: none;
}


/*** topnavi ***/
div#nav {
	width: 800px;
	float: left;
	background: #de7332;
	/*border: 1px solid #aaa;*/
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	}
div#nav ul {
	margin: 0;
	padding: 0;
	background: #da9c7f;
	/*border: 1px solid #aaa;*/
	}
div#nav li {
	position: relative;
	list-style: none; 
	margin: 0;
	float: left;
	w\idth: 7.6em;
	width: 7.0em; /* ie 6 */

	/*border-bottom: 1px solid #ccc;*/
	line-height: 1em;
	}
div#nav li:hover {
	background: #de7332;
	color: #000000;
	}
/*div#nav li.submenu {
	background: yellow;
	}*/
div#nav li.submenu:hover {
	background-color: #b6291a;
	}
div#nav li a {
	color: #000000;
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	w\idth: 7.6em;
	width: 7.0em; /* ie 6 */
	}
div#nav li a:hover {
	color:#FFCC00;
	}
div#nav>ul a {
	width: auto;
	}
div#nav ul ul {
	position: absolute;
	w\idth: 7.6em;	
	width: 7.0em; /* ie 6 */
	display: none;
	}
div#nav ul ul li {
	/*border-bottom: 1px solid #ccc;*/
	}
div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
	}	
div#nav ul.level2 {
	left: -1px;
	}
.picDiv{
	float : left;
	margin-right: 10px;	
	
}
strong{
	color:#7c191c;
	font-size: 12px;
	}
img{
	border : none;
}
p{
clear:left;
}
