body {
	background-color: white;
	margin: 0px;
}

* {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #707070;
}

/* DIVS */

	
/*.DIVflashplugin {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
	vertical-align: middle;
	
}*/

.DIVflashplugin {
	position: absolute;
	width: 600px;
	text-align: center;
	left: 50%;
	margin-top: 50px;
	margin-left: -300px;
}
/* Rahmen*/
.DIVhomemain {
	position: absolute;
	width: 600px;
	margin-left: -300px;
	top: 430px;
	left: 50%;
	margin-top: 20px;
	border: 1px solid #B6C5D6;

}
/* Buttons*/
.DIVouterhelper {
	position: relative;
	margin-left: -300px;
	left: 50%;
	width: 450px;
	height: 90px;
}

.DIVhomehelper1 {
	display: inline;
	position: absolute;
	width: 150px;
	margin-left: 0px;
	text-align: center;
}

.DIVhomehelper2 {
	display: inline;
	position: absolute;
	width: 150px;
	margin-left: 150px;
	text-align: center;
}

.DIVhomehelper3 {
	display: inline;
	position: absolute;
	width: 150px;
	margin-left: 300px;
	text-align: center;
}

.DIVhomehelper4 {
	display: inline;
	position: absolute;
	width: 150px;
	margin-left: 450px;
	text-align: center;
}

.DIVfooter {
	position: absolute;
	top: 570px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	text-align: center;
}

.DIVchooseit {
	position: absolute;
	top: 420px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	text-align: center;
}

a.homemain {
	text-align: center;
	text-decoration: none;
}

.IMGbutton {
	vertical-align: center;
	border: 0px;
}