html, body{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}
body { 
	margin: 0; 
	padding:0;
	overflow-x:hidden;
}

a,
a:link,
a:visited{
	text-decoration:underline;
	color:#000;
	font-size: 22px;
}
a:hover {
	text-decoration: none;
	}
#container {
	height: 9985px;
	width: 960px;
	margin-left: -480px;
	top: 0;
	position: absolute;
	left: 50%;
	background: url(img/bg.gif) 0px 0px repeat-y;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

p {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 16px;
}

table,tr,td {
	vertical-align: top;
}
td {
	width:25%;
	padding-top: 10px;
	padding-left: 4px;
}
.groter {
	font-size: 22px;
}
.rechts {
	text-align:right;
	padding-right: 5px;
	}
.klein  {
	font-size: 18px;
}

#image {
	background: #EBEAEA;
	text-align: center;
	height: 560px;
}
#image img {
	margin-top: 120px;
	margin-bottom: 70px;
}
