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;
}
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;
}


body {
	line-height: 1;
	background-color:#000;
	text-align: center;
	padding-top: 20px;
}
a:link {
	color: #c00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #C00;
}
#current {
	color: #000;
}
#container #submenu #current {
	color: #000;
}

#container {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 800px;
	position: relative;
	margin: 0 auto 0;
}
#container #submenu {
	font-size: 75%;
	background: #999;
	height: 20px;
	padding-left: 50px;
}
#container #submenu a:link {
	color: #fff;
	text-decoration: none;
}
#container #submenu a:visited {
	text-decoration: none;
	color: #fff;
}
#container #submenu a:hover {
	text-decoration: none;
	color: #C00;
}
#container #submenu a:active {
	text-decoration: none;
	color: #fff;
}
#container #submenu #current {
	color: #000;
}
#container #submenu ul {
	margin-left: 30px;
}
#container #submenu li {
	display: inline;
	border-right: thin solid #000;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
#container #kop {
	height: 150px;
	background: #C00 url(images/banner.png) no-repeat;
}
#container #menu {
	background: #CCC;
	background-image: url(images/menuverloop.png);
	background-repeat: repeat-x;

}
#container #menu ul {
	margin-left: 5px;
}
#container #menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-shadow: 0px 1px 1px #fff;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	border-right: solid #c00 1px;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: small-caps;
}
#container #main {
	background: #Fff;
	float: left;
	width: 525px;
	padding: 5px 20px 35px 20px;
}
#container #main2 {
	float: left;
	width: 525px;
	padding: 5px 20px 35px 20px;
	background-image: url(images/deur.png);
}
#container #main3 {
	float: left;
	width: 525px;
	padding: 5px 20px 35px 20px;
	background-image: url(images/neksteun.png);
	background-repeat: no-repeat;
}
#container h1  {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #CE1514;
}
.kopje {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #CE1514;
}
#container p  {
	font-size: 14px;
	font-style: normal;
	line-height: 1.3;
}
#container #sidebar {
	float: right;
	width: 220px;
	background-color: #060;
	min-height: 400px;
	padding-left: 5px;
}
#container #sidebar p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #FFF;
}
#container #sidebar img {
	border: 4px solid #FFF;
	margin: 5px;
}
#container #footer {
	font-size: 80%;
	clear: both;
	height: 25px;
	width: 800px;
	text-align: center;
	padding: 5px 0px 0px;
}
.tekst {
	font-size: 14px;
	line-height: 1.2;
}
.Sidebartekst {
	font-size: 10px;
	color: #FFF;
}
#nieuws {
	width: 200px;
	margin: 5px;
	background-color: #FFF;
	min-height: 130px;
	color: #000;
	background-image: url(images/latestnews.png);
	background-repeat: no-repeat;
	padding: 30px 5px 5px 5px;
}
.nieuwstekst {
	font-size: 13px;
}
