/*-------------------------------------------------------- SCROLL  + COLOR ----------------------------------------------------*/
body, html {

background-color: #ffffff;
}

a:link {
color: #747272;
}
a:visited {
color: #747272;
}


 .content_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration : none;

}


 .legende {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration : none;

}

.content {
	color:#747272;
	margin-left:10px;
}
 
.content ul{
	font-family: Arial
	color:#747272;
	margin-left:5px;
}

#myoutercontainer { position:absolute}
	#myinnercontainer { position:absolute; top:50%; width: 375px; height: 500px; background-color: #787878 }
