/* First of all the MEYER CSS-RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* end CSS reset */

/* ------------------------------------------------------------------------------
	=LINKSTATES  - geen border om linkjes								--------*/
a:link,
a:visited,
a:hover,
a:active{
		outline: none;	/* FF outline fix */
		border:0px;
}
img{border:none;}

html,
body {
	width:100%;
	height: 100%;
	background:#FFF;
}

.wrapper{
	position:relative;
	display:block;
	width:800px;
	background:url("../design/images/contentBG.jpg");
	background-repeat:repeat-y;
	min-height: 100%;
    height: auto !important; 
	height: 100%; 
    margin: 0 auto;
}

#container{
	background:#ccc;
	display:block;
    margin:0px auto 0px auto;
	width:800px;
}
#header{
	float:left;
	height:139px;
	width:800px;
	background:#1f0067;
}
#header #logo{
	float:left;
	width:153px;
	height:139px;
	background:#1f0067;
}
#header #title{
	float:left;
	width:647px;
	height:139px;
	background:#1f0067;
	color:#FFF;
}
#header #title h1{
	font-weight:bold;
	font-family:Arial,Verdana;
	font-size:18px;
	text-transform:uppercase;
	line-height:22px;
	margin-top:22px;
	margin-left:32px;
}
#header #title #adres{
	width:491px;
	font-family:Arial, Verdana;
	font-size:11px;
	float:left;
	margin-top:40px;
	margin-left:32px;
}
#header #title #adres #adresleft{
	width:215px;
	float:left;
	color:#fff;
}
#header #title #adres #adresleft a,
#header #title #adres #adresright a{
	color:#fff;
}
#header #title #adres #adres right{
	width:215px;
	float:left;
	color:#fff;
}
#mainContainer{
	clear:both;
	display:block;
	float:left;
	width:800px;
	min-height: 100%;
    height: auto !important; 
	height: 100%; 
}
#mainContainer #menu{
	display:block;
	float:left;
	width:154px;
    height: auto !important; 
	min-height:350px;
	height:auto !important;
    height: 100%; 
	background:#f2f2f2; /* #eeeeee; */
	margin-top:50px;
}
#mainContainer #menu ul#list{
	font-family:Arial;
	font-size:12px;
	margin-left:28px;
	color:#555;
}
#mainContainer #menu ul#list li{
	width:120px;
	height:35px;
	color:#555;
	line-height:15px;
	margin-bottom:10px;
}
#mainContainer #menu ul#list li a:link,
#mainContainer #menu ul#list li a:visited{
	color:#0000ee;
	text-decoration:none;
}

#mainContainer #menu ul#list li a:hover{
/*	color:#555; gewoon basic... */
	text-decoration:none;
	font-weight:bold;
}
#mainContainer #menu ul#list li a:active,
#mainContainer #menu ul#list li a.active{
	font-weight:bold;
	text-decoration:none;
}

#mainContainer #text{
	display:block;
	width:427px; /* 491 oude */
	height:auto;
	min-height:350px;
	float:left;
	background:#FFF;
	margin-left:32px;
	margin-top:49px; /* was 40 */
	margin-right:32px;
	font-family:Arial;
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
}

#mainContainer #text ul#submenu{
	color:#787878;
	line-height:19px;
	margin-bottom:10px;
}

#mainContainer #text #submenu a{
	color:#787878;
	text-decoration:underline;
}

/** .[: HEADERS :]. **/

#mainContainer #text h1{
	color:#555;
	font-size:22px; /* was 26 */
	font-family:Arial, Verdana;
	margin-bottom:29px;
}
#mainContainer #text h1.paginaheader{
	font-family:Arial, Verdana;
	font-size:22px; /* was 26 */
	margin:0;
	padding:0;
	line-height:26px;
}
#mainContainer #text h2{
	color:#555;
	font-size:18px; /* was 26 */
	font-family:Arial, Verdana;
	margin-bottom:29px;
}
#mainContainer #text h2.paginaheader{
	font-family:Arial, Verdana;
	font-size:18px; /* was 26 */
	margin:0;
	padding:0;
	line-height:20px;
}
#mainContainer #text p{
	font-family:Arial;
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
}
#mainContainer #text p strong{
	font-weight:bold;
	font-size:14px;
	font-family:Arial;
	color:#555;
	width:100%;
	display:block;
	line-height:15px;
	margin-bottom:5px;
}
#mainContainer #right{
	display:block;
	float:left;
	width:122px; /* 154 - 30px; */
	height:auto;
	min-height:350px;
	background:#e7efff;
	margin-top:50px;
	font-family:Arial, Verdana;
	font-size:11px;
	margin-left:15px;
	margin-right:15px;

}
#mainContainer #right p{
	margin-bottom:15px;
}
