/* CSS Document */

body, html {
    position: relative;
    text-align: center;
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e9e4bb;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;  
}

img { border:none }

p {
	font: normal 11.3px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 145%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

#container {
	position: relative;
	z-index: 1;
	text-align: left;
	margin: 0 auto 0 auto;
	top: 50px;
	width: 995px;
}


#content_index {
	position: absolute;
	z-index: 4;
	width: 480px;
	height: 200px;
	top: 333px;
	left: 50%;
	margin-top: 5px;
	margin-left: -235px;
	text-align: left;
}

#content_impressum {
	position: absolute;
	z-index: 5;
	width: 310px;
	height: 350px;
	top: 255px;
	left: 50%;
	margin-top: 15px;
	margin-left: -235px;
	text-align: left;
}
