@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 80%;
	background-color: #FFF;
	background-image: url(../backbody.gif);
	background-repeat: repeat;
}
#page {
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #000;
	position: relative;
	width: 800px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	background-repeat: repeat;
	background-image: url(../back.gif);
}
#header {
	width: 800px;
	margin-bottom:14px;
}
span.box_nummer {
	background-color: #996;
	padding:2px 4px 2px 4px;
	margin-bottom:7px;
}
#prefooter {
	clear:both;
	margin-bottom: 0;
	padding-bottom:2em;
	visibility: hidden;
}
#footer {
	bottom: 0;
	width: 800px;
	color: #000;
	background-color: #996;
	padding:4px 0 4px 0;
}
img {
	border:none;
}
.border_7 {
	border:7px solid #FFF
}
a {
	color: #000;
	text-decoration: underline;
	outline:none;
}
#footer a {
	text-decoration: none;
}
a:hover, #footer a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 7px 0 14px 0;
}
h1 {
	font-size: 1.2em;
	margin:0;
	padding: 14px 0 14px 0;
}
