/*
	basis
*/

body, html {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background: repeat-y scroll center url(d/bg.png);
	font-size: 11px;
	color: #666;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
}

/*
	containers
*/

#wrap {
	position: relative;
	width: 699px;
	margin: auto;
	padding: 0;
	text-align:left; 
	background-repeat:no-repeat;
	background: top right no-repeat url(d/top.jpg); 
}

#navprimary { 
	width:165px; 
	height:325px;
	margin:0; 
	padding:10px; 
}

#navsecondary { 
	float: left; 
	width:165px; 
	margin:0; 
	text-align:right; 
	padding:10px; 
}

#content { 
	float:left; 
	width:480px; 
	margin-left:15px; 
	text-align:left; 
	padding:0; 
	line-height: 16px;
	background-color: white;
	padding: 5px;
}

#floating {
	width: 165px;
	height:100%;
	padding:0;
	marging:0;
	position:relative;
}
#floating div {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:right; 
}

#navprimary ul, #navsecondary ul {
	margin-bottom: 32px;
	list-style: none;
	line-height: 17px;
}

#navprimary img.links {
	float: left;
}

/*
	vanalles
*/

br.wboth { clear: both; height: 0px; }

img.rechts {
	float:right;
}

im.cd {
	border:1px;
}


/*
	herschrijven
*/

h2 {
	padding-bottom: 5px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-variant: normal;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	padding: 2px 3px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	margin: 13px 0 3px 0;
	font-variant: normal;
	font-weight: bold;
	color: #000;
	background: #eee;
	clear:right;
}

a, a:visited {
	color: #b11714;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 1px 1px 3px;
}
a.active, a.active:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #b11714;
	padding: 1px 1px 1px 3px;
}
a:hover {
	color: #b11714;
	font-weight: bold;
	text-decoration: underline;
}

p {
	color: #333;
}
