/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0;} fieldset,img{border:0;} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';} abbr,acronym {border:0;font-variant:normal;} sup {vertical-align:text-top;} sub {vertical-align:text-bottom;} input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} input,textarea,select{font-size:100%;} legend{color:#000;}

/* Standard settings */
body  {
	font: 12px/16px Arial, Verdana, Helvetica, sans-serif;
	background: url(../img/bg.png) top left repeat-x;
	text-align: center;
	color: #000;
	height: 100%;
}
a {
	outline: 0;
	text-decoration: none;
}
a img { border: 0; }

h1 {
	font-weight: bold;
}

/* Containers */
#container { 
	width: 842px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: url(../img/container.png) top left repeat-y;
} 

/* Verder.... */
#streep {
	width: 759px;
	margin: 0 auto;
	background: url(../img/streep.png) top right repeat-y;
}
#balk {
	background: url(../img/balk.png) top left repeat-x;
	height: 4px;
	width: 100%;
}
.login {
	background: url(../img/input.png) no-repeat;
	border: 0; 
	padding: 0 10px 0 10px; 
	height: 20px; 
	width: 99px;
}
#links { 
	text-align: right;
	width: 759px;
	padding: 0 20px 0 10px; 
	margin: 5px auto 0 auto;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#links a { 
	color: #000;
}


/* Header */
#header { 
	margin: 0 auto 0 auto;
	width: 755px;
	overflow: hidden;
}
#header .header { 
	float: right;
	width: 579px;
	background: url(../img/header.png) top left no-repeat;
}
#header .boven {
	/*background: url(../img/header-boven.png) top left no-repeat;*/
	height: 164px;
} 
#header .boven a {
	color: #000;
} 
#header .boven .links {
	float: left;
	width: 479px;
} 
#header .boven .rechts {
	float: right;
	width: 100px;
	text-align: center;
} 
#header .onder {
	/*background: url(../img/header-onder.png) top left no-repeat;*/
	height: 36px;
} 
#header .onder .bar {
	text-align: center;
	padding: 10px 10px 0 0;
}

/* Header menu */
#header .header-menu { 
	float: left;
	width: 176px;
} 
#header .header-menu .top {
	height: 21px;
	background: url(../img/header-top.png) top left no-repeat;
}
#header .header-menu .mid {
	background: url(../img/header-mid.png) top left repeat-y;
	min-height: 176px;
	padding: 0 12px;
	color: #fff;
}
#header .header-menu .bot {
	height: 3px;
	background: url(../img/header-bot.png) bottom left no-repeat;
}

/* Header menu links */
#header .header-menu .mid ul li {
	background: url(../img/rechts.png) center left no-repeat;
	padding-left: 20px;
}
#header .header-menu .mid ul li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
}

/* Content */
#inhoud {
	margin: 2px auto 0 auto;
	width: 755px;
	overflow: hidden;
}
#inhoud .menu {
	float: left;
	width: 176px;
}
#inhoud .menu .block {
	margin: 0 0 2px 0;
}
#inhoud .menu .block .top {
	height: 2px;
	background: url(../img/menu-top.png) top left no-repeat;
}
#inhoud .menu .block .top-grijs {
	height: 2px;
	background: url(../img/menu-top-grijs.png) top left no-repeat;
}
#inhoud .menu .block .mid {
	background: url(../img/menu-mid.png) top left repeat-y;
	padding: 7px 12px;
	color: #fff;
}
#inhoud .menu .block .mid-rond {
	background: url(../img/menu-mid.png) top left repeat-y;
	padding: 10px 0 0 12px;
	color: #fff;
}
#inhoud .menu .block .mid-grijs {
	background: url(../img/menu-mid-grijs.png) top left repeat-y;
	padding: 7px 0;
	text-align: center;
}
#inhoud .menu .block .bot {
	height: 3px;
	background: url(../img/menu-bot.png) bottom left no-repeat;
}
#inhoud .menu .block .bot-rond {
	height: 15px;
	background: url(../img/menu-bot-rond.png) top left no-repeat;
	margin: 0 0 10px 0;
}
#inhoud .menu .block .bot-grijs {
	height: 1px;
	background: url(../img/menu-bot-grijs.png) bottom left no-repeat;
}

/* Menu links */
#inhoud .menu .block .mid ul li {
	background: url(../img/onder.png) center left no-repeat;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 10px;
}
#inhoud .menu .block .mid ul li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
#inhoud .menu .block .mid-rond ul li {
	background: url(../img/onder.png) center left no-repeat;
	padding-left: 20px;
}
#inhoud .menu .block .mid-rond ul li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

/* Content */
#inhoud .content { 
	float: right;
	width: 579px;
}
#inhoud .content .tekst { 
	margin: 20px 10px 10px 20px;
}  
#inhoud .content .tekst a { 
	color: #786A5D;
	text-decoration: underline;
}

/* Clear */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Footer */
#footer {
	background: url(../img/footer.png) top left repeat-x;
	height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	line-height: 31px;
}
#footer a {
	color: #fff;
}
