html, body {	
	height: 100%;
	width:900px;
	padding: 0;
	margin: 0 auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	min-width: 900px;
	text-align: center;
}

a:link, a:active, a:hover, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2d275d;
	text-decoration: none;
	padding: 0; margin: 0;
	font-size: 14px;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

div#startLogo {
	width: 101px;
	position: absolute;
	top:0px;
	margin: 10px 0px 2px 18px;
	height: 114px;
	padding: 0px;
	z-index:90;
}

div#willkommen{
	width: 800px;
	position: absolute;
	top:70px;
	height: 28px;
	padding: 0px;
	text-align:center;
	z-index:100;
}

table {
	border: 0px;
	width: 800px;
	height: 100%;
	border-collapse: collapse;
	background-color: d6d6d6;
	background-image: url(/fileadmin/images/kaesehaus.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

table td.top {
	width: auto;
	background:none;
	background-image: url(/fileadmin/images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: 0px -1px;
}

table table {
	width: auto;
	background:none;
}
table table td {
	vertical-align: top;
	height: 30px;
}
