html {
	height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

body {
	height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#content {
	display: block;
	padding: 0px;
	overflow: auto;
	overflow: hidden;
	position: absolute; top: 0px; bottom: 40px;
	z-index: 3;
	width: 100%;
	background: #000000;
}

* html #content {
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

div.lines-left {
	width: 50%;
	height: 373px;
	padding: 0px;
	margin: 0px;
	position: absolute; top: 0px; left: 0px;
	background-image: url(../gfx/startseite/left.gif);
	background-repeat: repeat-x;
	z-index: 10;
}

div.lines-right {
	width: 50%;
	height: 373px;
	padding: 0px;
	margin: 0px;
	position: absolute; top: 0px; right: 0px;
	background-image: url(../gfx/startseite/right.gif);
	background-repeat: repeat-x;
	z-index: 10;
}

div.content-container {
	width: 880px;
	padding: 0px;
	margin: 0px 0px 0px -440px;
	position: absolute; top: 0px; left: 50%;
	z-index: 20;
}

div.middle {
	width: 880px;
	height: 373px;
	padding: 0px;
	margin: 0px;
	position: absolute; top: 0px; left: 0px;
	z-index: 10;
}

div.willkommen {
	width: 200px;
	height: 55px;
	padding: 0px;
	margin: 0px;
	position: absolute; top: 372px; left: 240px;
	z-index: 10;
}

div.welcome {
	width: 200px;
	height: 55px;
	padding: 0px;
	margin: 0px;
	position: absolute; top: 372px; right: 240px;
	z-index: 10;
}

#footer {
	position: absolute;
	background-color: #000000;
	bottom: 0px;
	width: 100%;
	height: 40px;
	z-index: 5;
}

* html #footer {
	bottom: 2px;
	width: 100%;
	height: 38px;
}

div.footer-container {
	width: 880px;
	height: 40px;
	padding: 0px;
	margin: 0px 0px 0px -440px;
	text-align: center;
	position: absolute; top: 0px; left: 50%;
}

img {
	border: none;
}

a:link {
	border: none;
	text-decoration: none;
	color: #000000;
}

a:visited {
	border: none;
	text-decoration: none;
	color: #000000;
}

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

a:active {
	border: none;
	text-decoration: none;
	color: #000000;
}

font.footer {
	font-size: 9px;
	line-height: 27px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}