#main {
	border: 1px solid #FF0000;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clip:  rect(auto auto auto auto);
	width: 720px;
}
#haupt {
	background-color: #FFFFFF;
	padding: 6px 10px;
	width: 700px;
	position: static;
}
#foot {
	background-color: #990000;
	padding: 0px;
	width: 720px;
	text-align: right;
}
#foot1 {
	background-color: #990000;
	padding: 0px;
	width: 720px;
	height: 50px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#navi {
	color: #FFFFFF;
	background-color: #9A0000;
	width: 720px;
}
#navi ul{
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
#navi ul li {
	display: inline;
	padding: 5px;
	margin-right: 20px;
}
#navi a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navi a:hover {
	background-color: #FFFFFF;
	color: #9A0002;
}
#foot ul{
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	background-color: #9A0000;
}
#foot ul li {
	display: inline;
	padding: 5px;
	margin-right: 20px;
}
#foot a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#foot a:hover {
	background-color: #FFFFFF;
	color: #9A0002;
}
#head {
	position: relative;
	height: 100px;
	width: 720px;
}
#haupt h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 5px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	color: #990000;
}
#haupt h2 {
	font-size: 13px;
	color: #990000;
}
#haupt p {
	color: #000000;
}
#haupt a {
	color: #990000;
	font-weight: bold;
}
#haupt a:hover {
	background-color: #990000;
	color: #FFFFFF;
}
#logo {
	position: absolute;
	top: 15px;
	left: 5px;
}
