/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #b1b8bf;
	height: 100%;
}

a img {
	border: none;
}

#distance { 
	width: 1px;
	height: 50%;
	background-color: #b1b8bf;
	margin-bottom: -350px; /* half of container's height */
	float: left;
}

#container {
	position: relative;
	margin: 0 auto;
	height: 700px;
	width: 1000px;
	clear: left;
	background: #ffffff;
	border: 4px solid #295d89;
}

#header {
	height: 100px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#logo {
	float: left;
	padding: 25px 0 0 25px;
}

#language {
	position: absolute;
	top: 58px;
	right: 388px;
	height: 30px;
	width: 60px;
}

#language a {
	text-decoration: underline;
	color: #295d89;
}

#language a:hover {
	text-decoration: none;
	color: #295d89;
}

#content {
	position: relative;
	height: 600px;
	width: 100%;
	padding: 0;
	margin: 0;;
}

#image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#menu {
	position: absolute;
	top: 36px;
	left: 123px;
	height: 39px;
	width: 413px;
}

#menu img {
	height: 39px;
	width: 413px;
}

#list {
	position: absolute;
	top: 0;
	left: 0;
	margin: 8px 0 0 0;
	height: 32px;
	width: 400px;
	z-index: 2;
}

#list ul {
	list-style-type: none;
}

#list li {
	display: inline;
	padding: 0 10px 0 22px;
}

#list li.last {
	display: inline;
	padding: 0 0 0 43px;
}

#left {
	height: 100%;
	width: 53%;
	padding: 0;
	margin: 0;
	float: left;
}

.screensInfo {
	position: absolute;
	top: 76px;
	left: 37px;
	width: 493px;
	height: 132px;
	z-index: 2;
	background: url("../images/screensInfo.jpg") no-repeat;
}

.colorsInfo {
	position: absolute;
	top: 226px;
	left: 37px;
	width: 493px;
	height: 132px;
	z-index: 2;
	background: url("../images/colorsInfo.jpg") no-repeat;
}

.abrigoInfo {
	position: absolute;
	top: 376px;
	left: 37px;
	width: 493px;
	height: 132px;
	z-index: 2;
	background: url("../images/abrigoInfo.jpg") no-repeat;
}

#info .infoText {
	position: absolute;
	display: block;
	padding: 6px 0 30px 105px;
	width: 388px;
	height: 96px;
	z-index: 3;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

.screensInfoText {
	position: absolute;
	top: 76px;
	left: 142px;
	width: 378px;
	height: 100px;
	margin: 6px 0 10px 0;
	z-index: 3;
}

.colorsInfoText {
	position: absolute;
	top: 226px;
	left: 142px;
	width: 378px;
	height: 100px;
	margin: 6px 0 10px 0;
	z-index: 3;
}

.abrigoInfoText {
	position: absolute;
	top: 376px;
	left: 142px;
	width: 378px;
	height: 100px;
	margin: 6px 0 10px 0;
	z-index: 3;
}

#right {
	height: 100%;
	width: 47%;
	padding: 0;
	margin: 0;
	float: right;
}

#back {
	position: absolute;
	top: 75px;
	right: 33px;
	width: 416px;
	height: 434px;
	z-index: 2;
}

#back img {
	height: 434px;
	width: 416px;
}

#front {
	position: absolute;
	top: 75px;
	right: 33px;
	width: 416px;
	height: 434px;
	z-index: 3;
}

#front h6.nieuws {
	position: absolute;
	margin: 8px 0 0 10px;
	left: 0;
	top: 0;
	font-size: 13px;
	font-weight: normal;
	color:	#ffffff;
}

#front h6.jobs {
	position: absolute;
	margin: 48px 0 0 10px; 
	left: 0;
	top: 167px;
	font-size: 13px;
	font-weight: normal;
	color:	#ffffff;
}

#nieuws {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 0 -1px;
	width: 424px;
	height: 41px;
}

#nieuwsitems {
	position: absolute;
	margin: 0;
	padding: 0 10px 0 15px;
	top: 36px;
	left: 0;
	width: 391px;
	height: 170px;
	overflow: auto;
}

#jobs {
	position: absolute;
	left: 0;
	top: 207px;
	margin: 0 0 0 -1px;
	width: 424px;
	height: 41px;
}

#jobitems {
	position: absolute;
	margin: 0;
	padding: 0 10px 0 15px;
	top: 243px;
	left: 0;
	width: 391px;
	height: 180px;
	overflow: auto;
}

#rightimagecontent {
	position: absolute;
	top: 90px;
	right: -30px;
	z-index: 1;
}

#rightimagecontent .fScreens {
	position: absolute;
	top: 0;
	right: 0;
	height: 140px;
	width: 520px;
	z-index: 1;
}

#rightimagecontent .fColors {
	position: absolute;
	top: 210px;
	right: 0;
	height: 70px;
	width: 520px;
	z-index: 1;
}

#rightimagecontent .fAbrigo {
	position: absolute;
	top: 300px;
	right: 0;
	height: 140px;
	width: 520px;
	z-index: 1;
}

#footer {
	position: relative;
	margin: 0 auto;
	height: 12px;
	width: 1000px;
	clear: right;
	text-align: right;
}

/*----------------------------------------------------------------------------------------------*/
/* HACKS */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
