body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;
	margin: 0px;
	background-color: #555555;
}
#gesamtContainer {
	text-align: left;
	border: 4px solid #EEEEEE;
	margin: auto;
	padding: 0px;
	width: 650px;
	background-color: #eee;
	background-image: url(../pics/bg-contentbox.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#headerBox {
	height: 183px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	background-image: url(../pics/kaminofen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 7px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#gesamtContent {
	
}
#contentBox {
	float: right;
	width: 435px;
	padding-top: 26px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FF9933;
	padding-bottom: 15px;
}
#contentBox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #990000;	
}
#contentBox a {
	color: #660000;
	text-decoration: none;
}
#contentBox a:hover {
	color: #660000;
	text-decoration: underline;
}
#navBox {
	float: left;
	width: 190px;
	padding-left: 10px;
	padding-top: 30px;
	font-size: 0.8em;
	background-color: #990000;
	color: #FFFFFF;
}
#navBox ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;	
}
#navBox li {
	display: block;
	line-height: 180%;	
}
#navBox li a {
	color: #fff;
	text-decoration: none;
}
#navBox li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
}
#footerBox {
	clear: both;
	text-align: right;
	padding-right: 10px;
	background-color: #330000;
	font-size: 0.8em;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #eee;
}
.clearing {
	clear: both;
}

#footerBox a {
	color:#fff;
	Text-decoration: none;
}
#footerBox a:hover {
	color:#fff;
	Text-decoration: underline;
}

