html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #faf7f4;
}

img {
	border: none;
}

#container, #top_shadow {
	top: 40px;
}

#container {
	position: relative;
	width: 1037px;
	height: auto;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/linksrechts.png');
	background-position: top left;
	background-repeat: repeat-y;
}

#top_shadow {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1037px;
	height: 37px;
	background-image: url('../images/bovenkant.png');
}

#bovenkant_container {
	position: relative;
	top: 22px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: auto;
	z-index: 2;
}

#external_nav {
	position: relative;
	float: left;
}

#external_nav a {
	color: #C5C5C7;
}

#contact_bar {
	position: relative;
	float: right;
}

#contact_bar a{
	color: black;
}

#container #logo {
	position: absolute;
	top: 143px;
	left: 11px;
}

#container .titel {
	position: absolute;
	margin-top: 0px;
	left: 35px;
	top: 572px;
	width: 610px;
	font-size: 50pt;
	color: #C5C5C7;
	display: inline;
	line-height: 65px;
}

#container #subtitel {
	position: absolute;
	margin-top: 0px;
	left: 600px;
	top: 580px;
	font-size: 17pt;
	color: #C5C5C7;
	width: 395px;
	line-height: 24px;
}

#container .nav {
	position: absolute;
	left: 350px;
	top: 533px;
	color: #F5A125;
	text-transform:lowercase;
}

#container #menu {
	position: absolute;
	left: 350px;
	top: 72px;
}

#container #menu a {
	color: black;
}

#container #menu .highlight {
	color: #F5A125;
}

#container #tekst {
	position: absolute;
	top: 675px;
	left: 350px;
	width: 300px;
	height: auto;
	min-height: 100px;
	z-index: 2;

	border: 0px solid red;
}

#container #tekst p {

}

#sub_container {
	position: absolute;
	top: 0px;
}

.tekst {
	font-family: "arial";
	font-size: 8pt;
}

.mask{
	position:absolute;
	top: 215px;
	left: 11px;
	width:1014px;
	height:300px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
	visibility: hidden;
}

a {
	text-decoration: none;
	color: #F5A125;
}
a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 200px;
	height: 34px;
	color: #4DB1D4;
}

.kaartje{
position: absolute;
left: 490px;
top: 20px;
width: 130px;
}

.kaartje img{
padding-right: 5px;
float: left;
}

#container #menu .kaartje a {
	color: #c5c5c7;
}

.socials{
list-style: none;
padding: 0px;
margin-left: 600px;
margin-top: 20px;
}

.socials li{
display: inline;
}

.socialButton{
width: 32px;
}
