html, body, table, input, textarea{
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3C2415;
}
html{
	height: 100%;
}
body{
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-family: 'TYP1451B', sans-serif;
	text-transform: lowercase;
	font-size: 18px;
	line-height: 18px;
	color: #3C2415;
	margin-bottom: 0.8em;
}
h5{
	font-size: 18px;
}
p{
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 1em;
	color: #3C2415;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
a{
	color: #3C2415;
	text-decoration: underline;
}
ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
ul li{
	list-style: disc;
	list-style-position: inside;
	line-height: 18px;
}
ol li{
	list-style: decimal;
	list-style-position: inside;
	line-height: 18px;
}
fieldset{
	border: solid 2px #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
fieldset legend{
	font-weight: bold;
}
#container{
	position: absolute;
	width: 100%;
	text-align: center;
	/*
	top: 50%;
	margin-top: -300px;
	*/
	z-index: 100;
}
#site{
	width: 990px;
	height: 600px;
	text-align: left;
	margin: 0px auto 0px auto;
	overflow: hidden;
	z-index: 110;
}
#bg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#logo{
	position: absolute;
	margin-top: 20px;
	margin-left: 160px;
	z-index: 150;
}
#menu{
	position: absolute;
	font-family: 'FuturaStdBook', sans-serif;
	font-size: 14px;
	background-image: url('../img/menu_bg.png');
	background-repeat: no-repeat;
	width: 736px;
	height: 22px;
	margin-top: 120px;
	margin-left: 134px;
	padding-left: 43px;
	line-height: 18px;
	z-index: 120;
}
#menu a{
	text-transform: lowercase;
	text-decoration: none;
	margin-right: 25px;
}
#content{
	position: absolute;
	width: 540px;
	margin-top: 142px;
	margin-left: 352px;
	z-index: 130;
}
#content .content{
	width: 462px;
	background-image: url('../img/content_bg.png');
	background-repeat: repeat-y;
	padding: 0px 88px 0px 20px;
}
#content .top, #content .transition{
	display: block;
}
#content .content .image{
	margin-bottom: 10px;
}
#sidemenu{
	position: absolute;
	width: 194px;
	margin-top: 142px;
	margin-left: 134px;
	z-index: 140;
}
#sidemenu .content{
	width: 154px;
	background-image: url('../img/sidemenu_bg.png');
	background-repeat: repeat-y;
	padding: 0px 20px 6px 44px;
}
#sidemenu .top{
	display: block;
}
#sidemenu a{
	text-decoration: none;
}
#sidemenu a:hover{
	text-decoration: underline;
}
#sidemenu .locatielink{
	text-decoration: underline;
}
#mood{
	position: fixed;
	z-index: 115;
	margin-top: 88px;
	margin-left: -280px;
}
form label{
	display: block;
	margin-top: 3px;
	margin-bottom: 1px;
}
form .textfield input{
	width: 448px;
	border: solid 1px #CCCCCC;
}
form .textarea textarea{
	width: 448px;
	height: 100px;
	border: solid 1px #CCCCCC;
}
form .button input{
	margin-top: 10px;
	width: 120px;
}
.beveiliging{
	display: none;
}