body{
	margin: 0;
	background-color: #444444;	
	overflow: hidden;
	font-family: 'Dosis', sans-serif;
}

.skin{
	/*
	float: left;
	width: 100%;
	height: 50%;
	border: 1px solid red;	
	margin-bottom: -250px;
	*/
}

.panel{
	position: absolute;
	top: 50%;
	height: 620px;
	margin-top: -310px;
	border-left: 1px solid white;
	border-right: 0;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	background-color: black;
	width: 20%;
	clear: both;
	margin-left: -1px;
	cursor: pointer;
}

#p1{ left: 0%; background: url("gfx/P-history2.png") top right no-repeat; }
#p2{ left: 20%; background: url("gfx/P-expertise2.png") top right no-repeat; }
#p3{ left: 40%; background-color: white; }
#p4{ left: 60%; background: url("gfx/P-clientele2.png") top right no-repeat; }
#p5{ left: 80%; border-right: 0px; background: url("gfx/P-contact2.png") top right no-repeat; }

.content{
	position: absolute;
	top: 50%;
	height: 620px;
	margin-top: -310px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	background-color: #444444;
	color: white;
	width: 0%;
	clear: both;
	margin-left: -1px;
	display: none;
	overflow-y: auto;
}

#cL{ left: 6%; border-left: 1px solid white; }
#cR{ left: 60%; }

p{
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;	
}

p a:link, p a:visited, p a:active{
	color: #fd9e54;
	text-decoration: none;
}

p a:hover{
	color: yellow;
	text-decoration: none;
}

.data{
	color: white;
}