/* LAYOUT ELEMENTEN */

a img {
	border: 0;
}

body{
	text-align:center;
}

html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Arial, Verdana;
	color:#FFF;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
	margin:0;
	padding:0;
}

.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #center te clearen. */
}

.container {
	min-height: 100%;
	_height: 100%;
	width: 	804px;
	margin: 0 auto; /* deze div links zetten (gebruik 'auto' om te centreren */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. */
}

* html > .container {
	height: 100%;
}

.navigatie{
	padding-top:45px;
	padding-right:23px;
}

.fotos{
	padding-top:100px;
	padding-right:5px;
}

.content{
	padding-top:15px;
	padding-right:23px;
	padding-left:282px;
}


.footer {
	padding-top:30px;
	padding-right:23px;
	padding-left:282px;
	padding-bottom:30px;
}

.faux {
	background: #000;
	height: 1%;
	margin: 0 auto;
}



/* VORMGEVING ELEMENTEN */
.navigatie {
	color:#FFF;
	font-weight:bold;
	text-align:right;
	font-family:Verdana;
}

.navigatie a { 
	color:#FFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1.4px;
	text-decoration:none;
}

.navigatie a:hover {
	color:#FFF;
	text-decoration:underline;
}

.fotos {
	text-align:right;
}

.content{
	text-align:left;
	line-height:1.8;
	letter-spacing:1px;
}
.content a{
	color:#FFF;
	text-decoration:none;
}

.content a:hover{
	color:#FFF;
	text-decoration:underline;
}

.footer {
	color:#9B9FA3;
	text-decoration:none;
	font-size:10px;
	letter-spacing:1px;
	text-align:left;
}

.footer a{
	color:#9B9FA3;
	text-decoration:none;
}

.footer a:hover{
	color:#9B9FA3;
	text-decoration:underline;
}