img, div { 
	border:0;
}

html {
	height:100%;
}

body {
	background-color:black;
	padding:0;
	margin:0;
	height:100%;
}

p {
	padding:7px 0 7px 0;
	margin:0 0 0 0;
}	

#container {
	width:849px;
	background:url("../images/background.jpg") repeat-y top center;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:relative;
	top:0;
	left:0;
	width:849px;
	height:125px;
} 

#headerImage {
	position:absolute;
	left:82px;
	width:764px;
	height:125px;
}

#headerHome {
	position:absolute;
	top:125px;
	left:82px;
	width:764px;
	height:528px;
	background-color:black;
}

#headerOverlay {
	position:absolute;
	top:414px;
	left:547px;
	width:383px;
	height:249px;
}

#headerLogo {
	position:absolute;
	left:-53px;
	top:19px;
	width:207px;
	height:117px;
}

#headerText {
	position:absolute;
	left:179px;
	top:10px;
	width:700px;
	height:150px;
}

#middle {
	position:relative;
	width:849px;
	height:auto;
	top:0;
	left:0;
}

#middleMenu {
	position:absolute;
	top:55px;
	height:250px;
	width:175px;
}

#middleLogo {
	position:absolute;
	top:430px;
	width:115px;
	height:113px;
	left:-16px;
}

#content {
	position:relative;
	left:200px;
	width:600px;
	height:auto;	
	font:13px arial;
	padding-top:25px;
	padding-bottom:25px;
}

#contentHome {
	position:relative;
	left:120px;
	width:650px;
	height:auto;	
	font:13px arial;
	padding-top:555px;
	padding-bottom:25px;
}

#fotoalbum {
	position:relative;
	left:200px;
	width:500px;
	height:auto;	
	padding-top:25px;
}

.albumFoto {
	position:relative;
	width:500px;
	height:300px;
	margin:0;
	padding:0;
}

.albumFotoalbum {
	position:relative;
	width:500px;
	height:600px;
	margin:0 0 30px 0;
	padding:0;
}

.albumTitle {
	position:relative;
	width:500px;
	height:30px;
	margin:0 0 30px 0;
	padding:0;
}

.nieuwsItem {
	position:relative;
	width:600px;
	height:auto;
	top:0;
	left:0;
	overflow:auto;
}

.nieuwsTitle {
	position:relative;
	width:600px;
	height:30px;
	top:0;
	left:0;
}

.nieuwsFoto {
	position:relative;
	float:left;
	width:150px;
	height:120px;
	top:0;
	left:0;
}

.nieuwsTekst {
	position:relative;
	float:right;
	display:inline;
	width:430px;
	height:auto;
	margin-top:5px;
	margin-bottom:20px;
	top:0;
	left:0;
}