.container {
	width: 550px;
	height: auto;
	top: 70px;
	position: absolute;
	margin-left: -275px;
	left: 50%;
	border: 1px dotted #000000;
	background: #ffffff;
	padding: 20px;
}

.container a {
	color: #e2001a;
	font-weight: bold;
	text-decoration: none;
}

.container a:hover {
	color: #e2001a;
	font-weight: bold;
	text-decoration: underline;
}

.balken {
	width: 100%;
	height: 114px;
	background: #CCCCCC;
	position: absolute;
	top: 157px;
	border-top: 1px solid #000000;
	border-bottom: 3px solid #000000;
}

.copyright {
	width: 100px;
	height: 15px;
	background: no-repeat url(../img/byN8walkers.jpg);
	border: 1px none #66ff66;
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
}

body {
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

td, th {
	font-size: 12px;
}

h1 {
	font-size: 16px;
	text-decoration: none;
	color: #e2001a;
	margin-bottom: -15px;
	text-transform: uppercase;
}

.required {
	color: #e2001a;
}

