html {
overflow-x:hidden;
}

body {
font-family:Lucida Sans Unicode,Lucida Grande, sans-serif;
background-color:#ffffff;
text-align:center;
margin:0;
}

#taal {
margin:10px auto 0 auto;
height:25px;
width:900px;
text-align:right;
color:#baa95f;
font-size:11px;
}
#taal a:link {
text-decoration:none;
color:#696969;
}
#taal a:visited {
text-decoration:none;
color:#696969;
}
#taal a:active {
text-decoration:none;
color:#baa95f;
}
#taal a:hover {
text-decoration:none;
color:#baa95f;
}

#header {
position:absolute;
top:35px;
left:0;
height:390px;
width:2000px;
margin-left:-1000px; /* helft width */
left:50%;
z-index:0;
text-align:center;
}
@media screen and (min-device-width:320px) and (max-device-width:1024px) {
	#header {
	width:1024px;
	margin-left:-512px; /* helft width */
	}
}

.header {
position:absolute;
top:0;
left:0;
z-index:1;
height:390px;
width:100%;
}
#logo {
position:relative;
top:165px;
z-index:2;
height:150px;
width:600px;
}

#content {
margin:425px auto 30px auto;
height:auto;
width:900px;
text-align:center;
color:#696969;
font-size:16px;
line-height:24px;
}

#kolom {
width:435px;
height:auto;
color:#696969;
font-size:12px;
line-height:20px;
float:left;
margin:0 30px 35px 0;
}
#kolom img {
margin:0 auto 15px auto;
display:block;
}
#kolom p {
text-align:left;
}

#kwartkolom {
width:200px;
height:auto;
color:#696969;
font-size:12px;
line-height:20px;
float:left;
margin:5px 30px 35px 0;
text-align:left;
white-space:nowrap;
}
#kwartkolom img {
width:100px;
height:auto;
box-shadow:5px 5px 10px #555555;
margin:20px 0 20px 0;
display:block;
}
#kwartkolom a {
margin:10px 0 15px 0;
display:block;
}

#footer {
width:100%;
height:600px;
background-color:#696969;
padding-top:25px;
text-align:center;
}
#footercontent {
width:400px;
height:425px;
color:#baa95f;
font-size:12px;
line-height:1.3em;
margin:0 auto 25px auto;
text-align:left;
}
#footercontent p {
color:#ffffff;
font-size:12px;
line-height:20px;
text-align:center;
}
#footercontent hr {
height:1px;
background-color:#baa95f;
margin:25px 0 25px 0;
border:none;
width:100%;
clear:both;
}


hr {
height:1px;
background-color:#dedfdf;
margin:35px 0 35px 0;
border:none;
width:100%;
clear:both;
}

h1 {
width:100%;
height:auto;
color:#9a9a9a;
font-size:12px;
margin:0 0 5px 0;
text-transform:uppercase;
letter-spacing:1px;
text-align:left;
}

a:link {
text-decoration:none;
color:#baa95f;
}
a:visited {
text-decoration:none;
color:#baa95f;
}
a:active {
text-decoration:none;
color:#baa95f;
}
a:hover {
text-decoration:none;
color:#dedfdf;
}

img {
border:none;
}