body {
	background-color: #79827B;
	margin: 0px;
}

.buttons_wrapper {
	width: 270px;
	height: 238px;
	background-image: url(../_g/sprache_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	margin: 0px;
	border: 0px;
	font-size: 10px;
}

.deutsch_wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
}
.english_wrapper {
	position: relative;
	left: 199px;
	top: 60px;
}


.deutsch, .deutsch:link {
	width: 72px;
	height: 13px;
	border: none;
	display: block;
	background-image: url(../_g/sprache_de.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.deutsch:hover {
	background-position: 0px -13px;
}

.english {
	width: 72px;
	height: 13px;
	border: none;
	display: block;
	background-image: url(../_g/sprache_en.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.english:hover {
	background-position: 0px -13px;
}



.flash {
	width: 164px;
	height: 13px;
	border: none;
	display: block;
	background-image: url(../_g/flash_dl.gif);
	background-repeat: no-repeat;
	background-position: -10px 0px;
}
.flash:hover {
	background-position: -10px -13px;
}


#flashbox {
	height: 540px;
	width: 760px;
	
	margin: 0px;
	border: 0px;
}

#philippmaan {
	display: none;
}