* {
	margin-top: 0;
	margin-bottom: 0px;
}
html, body {
	height:100%;
	background-color: #494949;
	overflow: auto;
	text-align: center;
}
.haupt {
	width: 720px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F1F0F0;
	border-left-color: #F1F0F0;
	background-color: #A33530;
	height: 100%;
	margin-left: -370px;
	left: 50%;
	position: absolute;
}
a {
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #70A43D;
}
.navibutton {
	color: #F1F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
}
.navibutton a {
	display: block;
	text-decoration: none;
	width:100%;
	color: #F1F0F0;
}
.navibutton a:hover {
	text-decoration: none;
	color: #A33530;
	background-color: #F1F0F0;
}
.content {
	background-color: #A33530;
	height: 100%;
}

.framer {
	width: 720px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: auto;
	height: 100%;
	position: fest;
}
#nav {
	position: absolute;
	width: 100px;
	left: 50%;
	background-color: #A33530;
	z-index: 2;
	margin-left: -460px;
	margin-top: 50px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F1F0F0;
	border-bottom-color: #F1F0F0;
	border-left-color: #F1F0F0;
}
#haupt {
	width: 720px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F1F0F0;
	border-left-color: #F1F0F0;
	background-color: #A33530;
	height: 100%;
	margin-left: -370px;
	left: 50%;
	position: absolute;
	z-index: 1;
}

