HTML {
	height:100%;
}
BODY {
	height:100%;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #eeeeee;
}
* {
	margin:0;
	padding:0;
}
IMG {
	border:0;
}
A {
	outline:none;
}
DIV#container {
	position:relative;
	top:inherit;
	height:389px;
	background:url(../_resources/static/start/htm_bg.jpg) repeat-x center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_resources/static/start/htm_bg.jpg);
}
DIV#holder {
	position:relative;
	top:95px;
	width:1000px;
	height:204;
	background:#fff url(../_resources/static/start/htm_bg.jpg) repeat-x center center;
	margin:auto;
	text-align:left;
	background-image: url(../_resources/static/start/htm_bg.jpg);
}
IMG#logo {
	position:absolute;
	top:10px;
	left:0;
	z-index: 3;
}
DIV#dropzone {
	position:absolute;
	top:8px;
	right:7px;
	width: 785px;
	z-index: 4;
}
UL.menu {
	list-style:none; 
	width:782px; 
	height:184px; 
	display:block; 
	overflow:hidden;
}
UL.menu LI {
	display:block;
	width:130px;
	float:left;
	overflow:hidden;
}
.begruessung {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	height: 200px;
	line-height: normal;
	font-variant: normal;
	white-space: normal;
	display: block;
	visibility: inherit;
}

