



/* Colours */

body { color: black; margin: 0px; font-family: helvetica, arial; font-size: 14px; line-height: 18px;}
a { text-decoration: none; color: white}
a:hover { color: grey; text-decoration: underline;}
a:visited { color: white;}

/* ALL */

.hidden {
	width: 0px;
	height: 0px;
	}
#logo {
	position: fixed;
	z-index: 999;
	top: 40px;
	width: 108px;
	margin-left: 20px;
	margin-right: 10px;
	text-align: right;
	}
#page {
	position: absolute;
	left: 280px;
	padding-top: 40px;
	width: 920px;
	background: white;
	}
.content{
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	color: white;
	border-top: 2px solid white; 
	border-bottom: 2px solid white;
	padding-top:20px; 
	padding-bottom:37px;
	margin-top: 218px; 
	margin-left: 150px; 
	width: 200px;	}

	
	

/* Logos */

.logos {
	color: white;
	text-align: right;
	font-size: 9px;
	line-height: 12px;
	margin-top: 10px;
	}
.logos img{
	margin-top: 5px;
	}

.mainMenue {
	position: absolute;
	left: 140px;
	z-index: 998;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 16px;
	font-size: 11px;
	top: 216px;
	}
.mainMenue .languages {
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 
	padding-top:10px; 
	padding-bottom:6px;
	color: white;
	}
.mainMenue .sosbrutalism {
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 
	padding-top:10px; 
	padding-bottom:6px;
	margin-top: 100px;
	}
.mainMenue .sosbrutalism .sos {
	color: #e04616;
}

.secondMenue {
	top: 150px;
	width: 500px;
	background: red;
	}	
.mainMenue .menue {
	margin-top: 21px;
	color: grey;
	}
.mainMenue .de {
	color: grey;
	height: 20px;
	}
.mainMenue .de a{
	color: white;
	}
.mainMenue .de a:hover {
	text-decoration: underline;
	color: grey;
	}
.mainMenue .menue a{
	color: white
	}
.mainMenue .menue a:hover{
	color: grey;
	}
.mainMenue .menue .line{
	color: white;
	background-color: white;
	height: 2px;
	margin: 1px 0px 2px 0px;
	}
	
	

.break {
	clear: both;
	heigth: 0px;
	width: 0px;