html {
	height:101%;
}


body {
	background-repeat: repeat;
	background-color: #000;
	background-attachment: scroll;
	background-position: center bottom;
	background-image: url(../grafik/pattern1.jpg);
}

a {
	color: #309;
	text-decoration: none;
}
.Schrift {
	font-family: "Source Serif 4", Georgia, Times, serif;
	text-align: center;
}


.Überschrift {
	font-size: larger;
	color: #093;
	text-align: center;
	font-family: "Source Sans 3", Verdana, Geneva, sans-serif;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	color: #093;
	text-decoration: none;
}	

#haupttabelle {
	height:auto
	position: absolute;
	left: 10%;
	right: 10%;
	background-color: #FFF;
	color: #000;
	position: absolute;
	height: 100%;
	width: 80%;
	padding: 10px;
}
