﻿* {
	margin: 0;
	padding: 0;  
}

body, html {
	background-color: #404040;
	height: 100%;
	font-size: small;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
}



div#wrap {
	background-color: #fff;
	width: 700px;
	height: 100%;
	margin: auto;
	padding-top:20px;
}

div#banner {
	width: 100%;
	height: 80px;
	margin: 10px 10px 0 0;
	background-color: #fff;
}

div#header {
	background: #fff url('../img/aron_tekst.png') no-repeat left;
	height: 80px;
	margin-left: 20px;
}

div.header p {
	padding: 0 20px 0 20px;
}

div#menubalk {
	background-color: #fff;
	margin-left: 20px;
	text-align: left;
	color: blue;
}

div#menubalk a {
	text-decoration: none;
	color: maroon;
}

div#left {
	float: left;
	width: 250px; 
	height: 100%;
	margin: 20px 0 0 10px; 
	text-align: left;
	background: url('../img/bg.png') repeat;
}

div#left img {
	margin: 10px 0 0 10px;
	border: 0;
}

div#left ul {
	margin: 10px 0 0 10px;
	text-decoration: none;
	list-style: none;
	color: #a64b3c;
	font-size:larger;
}

div#content 
{
    float: left;
	height: 100%;
	width: 429px;
	margin: 20px 10px 0 1px;
	background-color: #fff;
	text-align: left;
}

/* Schaduwrandje er omheen*/

div.shadowOuter {
    background: url('../img/l.gif') repeat-y left;
    width: 810px;
    height: 100%;
    clear: both;
}

div.shadowOuter div.shadowInner {
    background: url('../img/r.gif') repeat-y right;
    width: 805px;
    height: 100%;
    margin-left: 5px;
}

/*
div.header {
	width: 50%;
	float: left;
	background-color: #fff;
	color: #666666;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-size: 36px;
	letter-spacing: 0;
	line-height: 44px;
	padding-top: 10px;
	text-align: left;
	font-weight: normal;
}
*/

div.Afbeelding {
	margin-left: 1px;
	background: url('../img/bg.png') repeat;
	padding: 10px;
	text-align: center;
}

div.tekst {
	margin: 5px 5px 5px 10px;
    font-family: Verdana, Helvetica, serif;
	line-height: 16px;	
	font-size: 10pt;
	color:#333;	
}

div#adres {
	margin-left: 10px;
	color: #a64b3c;
	font-size: 9pt;
	font-weight:lighter;
	line-height: 20px;
}

div#adres a {
	color: #a64b3c;
}

div.spacer {
	height: 1px;
	width: 100%;
	background-color: #fff;
}

