#gesamtContainer {
	text-align: left;
	width: 650px;
	border: 2px solid #CC0000;
	margin: auto;
}
#headerBox {
	height: 175px;
	width: 600px;
	background-image: url(../pics/bg-caterplan-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#linkBox {
	float: left;
	width: 233px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #CC0000;
}
#linkBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}
#linkBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#linkBox li a {
	color: #990000;
	text-decoration: none;
	display: block;
	height: 15px;
}
#linkBox li a:hover {
	color: #fff;
 	background-color: #990000;
	display: block;
}
#contentBox {
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	clear: right;
	width: 379px;
}
#contentBox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #CC0000;
	font-style: italic;
}
#footerBox {
	clear: both;
	background-color: #CC0000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	height: 15px;
}
#footerBox a {
	color: #FFFFFF;
	text-decoration: none;	
}
#footerBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: auto;
	padding: 0px;
}
.zeilenEinzug {
	padding-left: 180px;	
}
