/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%; /* HEEL BELANGRIJK! */
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #737373;
	margin-bottom: 0px;
	margin-top: 0px;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}
.container {
 	z-index:1000;
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}

.bottomDiv {
	position: absolute;
	bottom:0;
	right:0;
	color:#FFFFFF;
	z-index: 1;
}

.content {
	position: relative;
	width: 944px;
	height: 534px;
	background-color: #808080;
}
.header {
	position: relative;
	width:944px;
	text-align: center;
	font-size: 60px;
	color: #FFFFFF;
	z-index: 3;
}
.headerBG {
	background-color: #808080;
	height: 10px;
	width: 944px;
	position: absolute;
	z-index:2;
	margin-top: 63px;
}

.left {
	position: relative;
	float: left;
	width: 291px;
	height: 517px;
	padding-left: 12px;
	padding-top: 3px;
}
.leftImage {
	position: relative;
	float: left;
	width: 291px;
	height: 517px;
}

.right {
	position: relative;
	float: left;
	width: 607px;
	padding-left: 18px;
}

.topMenu {	
	position: relative;
	float: left;
	width: 607px;
	height: 22px;
	padding-top: 18px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
.textContent {	
	position: relative;
	float: left;
	width: 607px;
	height: 447px;
	text-align: left;
	font-size: 13px;
	background-color: #FFFFFF;
}

.textPadding {
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.imageSlider {
	position:relative;
	float: left;
	padding-top: 30px;
	width: 607px;
}

.imageLink {
	padding-right: 15px;
}

.footer {	
	position: relative;
	float: left;
	width: 607px;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	margin-top: 10px;
	color: #FFFFFF;
}

.click {
	position: relative;
	float: left;
	width: 607px;
	color: #666666;
	font-size: 11px;
}

.Address {
	position: relative;
	float: left;
	width: 260px;
	padding-top: 30px;
}