﻿html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #0b0b0b url('../images/background.jpg') repeat-x top center;
	text-align: center;
}

#SEO {
	position: absolute;
	width: 400px;
	text-align: left;
	left: -99999px;
}

.container {
	width: 900px;
	height: 613px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	background: url('../images/background2.jpg') no-repeat top right;
	text-align: left;
}

.content {
	width: 900px;
	height: 583px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.content-left {
	float: left;
	width: 419px;
	height: 583px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('../images/logo.jpg') no-repeat top left;
}

.content-right {
	float: left;
	width: 481px;
	height: 583px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.content-right .monitor {
	width: 421px;
	height: 265px;
	position: absolute;
	left: 33px;
	top: 73px;
}


.content-left .top {
	width: 419px;
	height: 325px;
	padding: 10px 0px 10px 0px;
	margin: 96px 0px 0px 0px;
}

.content-left .bottom {
	width: 419px;
	height: 121px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.content-left .left {
	float: left;
	width: 260px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content-left .right {
	float: right;
	width: 140px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.map {
	width: 144px;
	height: 172px;
	background: url('../images/map.jpg') no-repeat center center;
	position: absolute;
	left: 120px;
	top: -31px;
}

.footer {
	width: 900px;
	height: 32px;
	line-height: 32px;
	color: #5c5a5b;
	overflow: hidden;
}

.footer .left {
	float: left;
	width: 450px;
	height: auto;
}

.footer .right {
	float: right;
	width: 450px;
	height: auto;
	text-align: right;
}

/* SHOWCASES */

.top ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.top ul li {
	padding: 0px;
	margin: 0px 0px 2px 0px;
}


.top ul li a {
	display: block;
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px 1px 5px;
	color: #3b3b3b;
	text-decoration: none;
}

.top ul li a:hover {
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	background: #00afdc url('../images/hover.jpg') no-repeat center right;
	border-bottom: 1px dotted #3b3b3b;;
}

/* GLOBAAL */	

.clearfix {
	clear: both;
}

a {
	color: #00afdc;
	text-decoration: none;
}

a:hover {
	color: #3b3b3b;
	text-decoration: none;
}