body {
	background-color:#003867;
	/*background-color:#223A66;*/
	;
}

div.mainContainer {
	margin:30px auto;
	width:1000px;
}	

#flash {
	width:720px;
	float:left;
	position:relative;
}

div.sprachen {
	margin-top:30px; 
	text-align:center; 
	padding-left:40px;
	/*
	line-height:40px;
	padding-top:12px;
	
	-moz-border-radius:10px;
	border:2px inset #6782D5;
	background-color:#aae;
	*/
	display:none;
}

.flag {
	border:1px outset #6782D5;
	/*-moz-border-radius:5px;*/
	width:36px;
	height:24px;
	background:url('flags_kombi.png');
	display:block;
	float:left;
	margin-right:10px;
}

#de.flag {
	background-position: 0 0;
}

#en.flag {
	background-position: -36px 0;
}

#es.flag {
	background-position: -72px 0;
}


div.left {
	float:left;
}

div.right {
	float:right;
	}

div.clear {
	clear:both;
}

#buttons {
	width:211px;
	text-align:right;
	/*position:relative;*/
	margin-top:20px;
}

#btnLogo {
	width:211px;
	height:215px;
	background:url('buttons/Logo.jpg');
}

.navButton {
	width:211px;
	height:43px;
	margin-top:15px;
	display:block;
}

#btnGDC {
	background:url('buttons/01.jpg');
}

#btnEM {
	background:url('buttons/03.png');
	width:206px;
	height:41px;
	margin-left:3px;
	margin-top:50px;
}

#btnM2M {
	background:url('buttons/m2m.png') no-repeat;
	width:211px;
	height:41px;
	margin-left:3px;
}

#btnEM:hover, #btnEM:active, #btnEM:focus  {
	background:url('buttons/03-aktiv.png');
	cursor:pointer;
}

#btnM2M:hover, #btnM2M:active, #btnM2M:focus  {
	background:url('buttons/m2m-aktiv.png') no-repeat;
	cursor:pointer;
}

#btnGDC:hover, #btnGDC:active, #btnGDC:focus  {
	background:url('buttons/01-aktiv.jpg');
	cursor:pointer;
}

#btnCompany {
	background:url('buttons/02.jpg');
}

#btnCompany:hover, #btnCompany:active, #btnCompany:focus  {
	background:url('buttons/02-aktiv.jpg');
	cursor:pointer;
}
