* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-weight: normal;
	background-color: #fff;
	padding-bottom: 10px;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 802px;
	height: 600px;
	margin-left: -401px;
	margin-top: -300px;
	border: 3px double #000;
}

#head {
	position: absolute;
	top: 5px;
	left: 50%;
	width: 802px;
	height: 150px;
	margin-left: -401px;
	border: 3px double #000;
	border-bottom: none;
}

#content {
	position: absolute;
	top: 210px;
	left: 50%;
	width: 802px;
	margin-left: -401px;
	border: 3px double #000;
	border-top: none;
	padding-bottom: 40px;
}

#foot {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 802px;
	height: 19px;
	border: none;
	background-color: #F8E9CD;
	font-size: 0.8em;
	line-height: 19px;
	vertical-align: middle;
	text-align: right;
	border-top: 1px solid black;
}

#bookmark {
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 802px;
	height: 20px;
	border: none;
	vertical-align: middle;
	text-align:center;
}

#bookmark img {
	padding: 0px;
	margin: 0px;
}

#menu {
	position: absolute;
	top: 185px;
	left: 50%;
	width: 802px;
	margin-left: -401px;
	height: 25px;
	line-height: 25px;
	border: 3px double #000;
	border-top: none;
	border-bottom: none;
	text-align: right;
}

#head2 {
	position: absolute;
	top: 158px;
	left: 50%;
	width: 802px;
	margin-left: -401px;
	height: 27px;
	line-height: 27px;
	border: 3px double #000;
	border-top: none;
	border-bottom: none;
}

#foot a, #foot a:hover, #foot a:active, #foot a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

h1 {
	font-weight: bold;
	font-size: 1em;
	display: block;
	background-color: #f8a034;
	width: 802px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

h2 {
	font-weight: bold;
	font-size: 1em;
	display: block;
	background-color: #F8DFC0;
	width: 802px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	margin-top: 10px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	display: block;
	background-color: #F8DFC0;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	text-align: left;
	padding-left: 3px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	display: block;
	background-color: #F8E9CD;
	width: 802px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: right;
	border-bottom: 1px solid black;
}

p {
	margin: 20px;
}

ul {
	margin-left: 25px;
	list-style: square;
}

ul li {
	margin-bottom: 10px;
}

table {
	width: 762px;
	margin: 20px;
	border: none;
}

td {
	vertical-align: top;
	padding: 3px;
	border: none;
}

td.overview {
	text-align: center;
}

table.index {
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

p.smalltext {
	font-size: 9px;
	color: Silver;
	font-weight: normal;
}

.explain {
	font-size: 10px;
}

td p {
	margin: 0px;
	margin-bottom: 10px;
}

img {
	border: none:
}

.copy {
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}

table.impressum td {
	margin: 0px;
	padding: 0px;
}