body {
	background: #e1e1e1;
	font-family: arial, helvetica;
}

img {
	border: none;
}

div#contentblock{
	position: absolute;
	width:1000px;
	height:600px;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-325px;
}

div#line1{
	position:absolute;
	background: #888;
	left: 0px;
	top: 340px;
	height: 10px;
	width: 855px;
	z-index: -3;
}

div#line2{
	position:absolute;
	background: #888;
	left: 0px;
	bottom: 0px;
	height: 5px;
	width: 843px;
	z-index: -4;
}

div#logo{
	position:absolute;
	left: 20px;
	top: 20px;
}

div#background_center{
	position:absolute;
	top: 200px;
	left: 00px;
	background: url(../images/hintergrund.jpg);
	height: 113px;
	width: 855px;
	z-index: -2;
}

div#background_right{
	position:absolute;
	top: 0px;
	left: 855px;
	background: #b2b2b2;
	height: 550px;
	width: 145px;
	z-index: -1;
}

div#mais{
	position:absolute;
	top: 200px;
	right: 0px;
	background: url(../images/mais.jpg);
	height: 200px;
	width: 145px;
	z-index: 1;
}

div#bilder{
	position:absolute;
	left: 20px;
	top: 280px;
	z-index: 2;
}

div#slogan{
	position:absolute;
	font-family: "Arial Black";
	font-size: 18px;
	background: #ff0000;
	color: white;
	right: 0px;
	top: 420px;
	width: 467px;
	padding: 5px 5px 5px 5px;
}

div#produkte1{
	position:absolute;
	left: -40px;
	top: 450px;
}

div#produkte2{
	position:absolute;
	left: 20px;
	top: 480px;
}

ul{
	list-style-type: square;
	font-family: "Arial Black";
	font-size: 16px;
	font-weight: bolder;
	color: #333;
}

li{
	float:left;
	margin-left: 40px;
}

div#willkommen{
	position:absolute;
	left:25px;
	bottom: 5px;
	color: #ff0000;
	font-family: "Arial Black";
	font-size: 24px;
	font-weight: bolder;
	font-style: italic;
}

div#startbutton{
	position:absolute;
	right: 0px;
	bottom: 0px;
	text-align:center;
	background: #ff0000;
	width: 145px;
	height: 30px;
	font-family: "Arial Black";
	font-size: 20px;
	font-weight: 500;
}

a.menu{
	text-decoration: none;
	color: white;
}

a.menu:hover{
	text-decoration: none;
	color: #999;
}

