/* CSS Document */

body {background-color:#fff2c6;}
.startscreenborder
{ 	margin-top:5px;
	border: 1px solid #b12008;
	padding:5px;
	width:856px;}
	
.startscreen
{
	/* background-image:url(../images/startscreen.jpg); */
	/* background-position:top left; */
	/* background-repeat:no-repeat; */
	width:856px;
	height:580px;}
	
.startscreen_flash {height:100px;}

.startscreen_top {
	background-image:url(../images/startscreenoben2.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	widht:856px; height:362px;
}
.startscreen_bottom {
	widht:856px; height:118px;text-align:left;position:relative;
	background-color:#B12117;
}
.startscreen_logo{
	float:right;
	margin-right:88px;
	margin-top:26px;}
	
.startscreen_language{
	float:left;	
	margin-top:16px;
	margin-left:26px;
}
.startscreen_language_flag {
	margin-right:10px;}
	
.startscreen_willkommen_de{
	position:absolute;
	left: 25px;
	width:340px;
	height:50px;
	z-index:1
	}
.startscreen_willkommen_gb{
	position:absolute;
	left: 260px;
	top:37px;
	width:310px;
	height:65px;
	z-index:3
	}
.startscreen_willkommen_nl{
	position:absolute;
	left: 590px;
	top:10px;
	width:250px;
	height:46px;
	z-index:2
	}
