/* CSS Document */

* {
 margin: 0;
 padding: 0;
 background-color: #FFF;
 }

html, body {
	height: 100%;
	background-color: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
 position: relative;
 min-height: 100%;
 }
 #content {
 padding: 1em 1em 2.5em 1em;
 }

table a {
	text-decoration: none;
	color: #000;
}
table a:active, a:visited {
	text-decoration: none;
	color: #000;
}
table a:hover {
	text-decoration: underline;
	  color: #000;
}

#bottom {
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
	text-align: right;
	width: 100%;
}
.menue {
	background: #F0F0F0;
	padding: 5px;
	font-size: 10pt;
}
#kacheln {
	left: 50%;
	width: 650px;
	margin-left: -325px;
	position: relative;
	
}
