/*Wrappers*/

html, body {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#695e4a;
	letter-spacing:1px;
}
#content a {
	color:#695e4a;
	text-decoration:underline;
}
#wrapper {
	width:1054px;
	height: 768px;
	margin:0 auto;
}
#wrapperup {
	height:185px;
	width:1054px;
}
#wrapperdown {
	height:583px;
	width:1054px;
	background-image:url(assets/images/bg.jpg);
}
/*Framework div's*/
/*Boven*/
#oneliner {
	float:left;
	width:568px;
	height:185px;
}
#logo {
	float:right;
	width:485px;
	height:185px;
	background-image:url(assets/images/logo.jpg);
	background-repeat:no-repeat;
}
/*Onder*/
#content {
	width:684px;
	height:583px;
	float:left;
	font-weight:normal;
}
#streep {
	width:55px;
	height:583px;
	float:left;
	background-repeat:no-repeat;
}
#menuwrap {
	width:370px;
	height:583px;
	float:right;
}
/*Speciale divs*/
#text {
	width:460px;
	height:510px;
	margin-left:80px;
	margin-top:35px;
	overflow:auto;
}
#text h1 {
	font-size:14px;
}
#text h2 {
	font-size:13px;
}
#menu {
	width:260px;
	height:430px;
	margin-left:87px;
	margin-top:50px;
}
#menu li {
	line-height:30px;
	border-bottom-color:#C00;
	border-bottom-width:3px;
	background-image:url(assets/images/streepje.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#menu li, #menu li a {
	list-style-type:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

#foto {
	float:right;
	width:170px;
	height:170px;
	margin-right:-55px;
	margin-top:-170px;
}
#footer {
	float:left;
	height:40px;
	width:680px;
	color:#C00;
	font-size:10px;
	padding-top:13px;
	padding-left:5px;
	text-align:center;
}
#footer a{
	color:#C00;
	text-decoration:none;
}
