html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #dfdfdf;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
}

#box {
	width: 700px;
	margin: 0 auto;
	position: relative;
	top: 5%;
	background-color: #fff;
	border: 1px solid #000;
}

#header {
	width: 98%;
	height: 80px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: right;
	background: url(gfx/herrmann_logo.gif) left no-repeat #fff;;
	color: #828282;
	font-weight: bold;
}

#content {
	color: #000;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 320px;
	min-height: 320px;
	border-top: 1px solid #000;
	border-bottom: 8px solid #222325;
}

#content h1 {
	font-family: sans-serif;
	font-size: 2.4em;
	color: #276AB4;
	position: absolute;
	top: 180px;
	left: 60px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

#content h2 {
	font-family: 'Bitstream Vera Serif', serif;
	font-size: 1.3em;
	color: #222;
	font-weight: normal;
	margin: 10px 0 10px 20px;
}

#content h3 {
	font-family: sans-serif;
	font-size: 1.3em;
	color: #222;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#content a {
	color: blue;
}

#rechts {
	position: absolute;
	top: 145px;
	left: 450px;
	width: 215px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}

#kontakt h3 {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
}

#kontakt {
	position: absolute;
	top: 218px;
	left: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
#credits {
	position: absolute;
	left: 248px;
	top: 362px;
	color: #fff;
	font-size: 0.8em;
}

#credits a {
	color: #fff;
}

#rechts2 {
	position: absolute;
	top: 100px;
	left: 270px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}

#content ul {
	list-style-type: disc;
}

#navi {
	width: 100%;
	background-color: #ccc;
	text-align: center;
	margin: 0;
	padding: 0;
}

.farblayer {
	height: 8px;
	margin: 0;
	padding: 0;
}

#navilist {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navilist li {
	float: left;
	width: 20%;
	height: 35px;
	margin: 0;
	padding: 0;
}

#navilist a {
	padding-top: 8px;
	display: block;
	width: 100%;
	height: 27px;
	text-decoration: none;
	color: #216DB9;
	font-weight: bold;
	font-size: 1.2em;
	font-family: serif;
	margin: 0 auto;
}

#navilist a.aktiv {
	background-color: #afafaf;
}

#navilist a:hover {
	background-color: #333;
}

#headergfx {
	position: absolute;
	top: 60px;
	left: 110px;
}

#homegfx {
	position: absolute;
	top: 91px;
	right: 40px;
}

.arrow {
	cursor: pointer;
}
