html {height:100%}

body {
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0px;
	font-family:arial;
	font-size:12px;
	background: #2C4E74 url(/resources/images/background.gif);
}

div#document {
	float:left;
	width:100%;
	height:380px;
	background: #2C4E74 url(/resources/images/background_startseite.gif);
}

div#innerContainer {
	margin:0 auto;
	margin-top:73px;
	width:877px;
	height:183px;
	background: url(/resources/images/logo_startseite.gif) no-repeat;
}

ul#navigation {
	float:left;
	width:877px;
	margin-top:197px;
	margin-bottom:22px;
	margin-left:0px;
	padding:0px;
	list-style-type:none;
	font-size:15px;
}

ul#navigation li a {
	text-decoration:none;
	color:#ffffff;
}

ul#navigation li a:hover {
	text-decoration:underline;
	color:#ffffff;
}

ul#navigation li#willkommen {
	float:left;
	margin-right:50px;
}

ul#navigation li#welcome {
	float:left;
	margin-right:410px;
}

ul#navigation li#deutsch {
	float:left;
	margin-right:50px;
}

ul#navigation li#englisch {
	float:left;
}

p#footer {
	margin:0px;
	clear:both;
	text-align:center;
	color:#ffffff;
	line-height:150%;
}

p#footer a {
	color:#ffffff;
	text-decoration:none;
}

p#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
