/* START 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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */







/* commented backslash hack v2 \*/ 
html, body {
	height:100%;
}
/* end hack */ 
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #585858;
	font-size:11px;
	background-color:#fff;
	background-image: url(images/bg.gif);
}
#container {
	width: 949px;
	min-height:100%;
	text-align: left;
	background: #fff;
	background: url(images/background.gif);
	border-left: 1px solid #a1a1a1;
	position:relative;
	margin-left:10px;
}
/* commented backslash hack v2 \*/ 
* html #container {
	height:100%;
}
* html #container {
	width:949px;
	w\idth:949px;
}
/* end hack */ 

a:link, a:visited {
	color:#FF8900;
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
	
}

p {
	padding:0px 0px 15px;	
}

h1 {
	font-size: 12px;
	padding-bottom: 15px;	
}

hr {
	border: 0;
	height: 1px;
	background-color:#ccc;
	color:#ccc;
	margin:20px 0px 20px;
}

ul {
	list-style:square;
	padding-left:15px;
}

li {
	padding-bottom:10px;	
}

.textbox {
	border:1px solid #999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:3px;
	width:400px;
}

ul#nieuws {
	list-style:none;
	padding-left:0px;
}

ul#nieuws li {
	padding:0px 0px 10px;
}

#header {
	background-image: url(images/header-nav.gif);
	background-repeat:no-repeat;
	height:194px;
}

* html #header {
	height:194px;
	he\ight:194px
}

#inner-header {
	margin-left:11px;
}

#navigation {
	
}

#navigation ul {
	margin-top: 17px;
}

#navigation li {
	display:inline;
	margin-left: 30px;
}

#navigation li a:link, #navigation li a:visited {
	color:#585858;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ff8b05;
}

#navigation li a:active, #navigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #80ca05;
}


#sidebar {
	float: right;
	width: 203px;
	padding: 0;
	position:relative;
}

#logo {
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	height:194px;
}


#side-content {
	padding: 15px 10px 10px;
}

ul#subnav {
	font-weight: bold;
	list-style:none;
	padding-left:0px;
}

#subnav li {
	padding: 5px;
}

#core {
	width: 670px;
	padding:0
}
	
#content {
	padding: 30px 20px 50px 30px;;
	line-height:1.5em;
}

#crumble {
	text-align:left;
	margin-top:-20px;
	margin-bottom:20px;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px #999 dotted;
}

p#crumble, p#title {
	padding:15px 0px 5px;	
}

#crumble a:link, #crumble a:visited {
	color:#ccc;
	text-decoration:none;
}

#crumble a:hover, #crumble a:active {
	color:#ccc;
	text-decoration:underline;
}

#title {
	font-size:12px;
	font-weight:bold;	
	color:#ccc;
	border-bottom:1px #999 dotted;
	margin-bottom:20px;
}


#footerwrap {
	padding:5px 0 0;
	height:30px;
	position:relative;
	width: 670px;
	text-align: left;
	margin:-35px 0 0;
}
#footer {
	
	position:relative;
	width:100%;
	margin-left: 20px;
	text-align:center;
}
#footer p {
	margin:0;
	padding:5px;
}
* html #footerwrap {
	height:35px;
	he\ight:30px;
}
#clearfooter {
	height:30px;
	width:100%;
	clear:both
}
.blank, .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-7px;}
.blank2 {
	top:-1px;
	border-top:1px solid #fff;
	left:-13px;
	z-index:99;
}


