/*jans toevoegingen*/

.BigText {
	color: #9A6000;
	font-size: 1.8em;
}
.style2 {color: #FFFFFF}
.style3 {color: #CCCCCC}

.titelspreuk {

	color: #000000;
	font-family: Times; /*,normal;362.5*/
	/*font-size: 9%*/
	font-weight: 600;
	line-height: 150px;
	text-align: center;

}

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	background: #333 url(img/bg.jpg);
	color: #333;
	font: normal 70% "arial",sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	border: 1px;
	border-style: dashed;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #994;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 1012px;
	border: 12px solid #222;
}

/* header */
.header {
	color: #000000;
	width: 824px;
	background: url(img/header.jpg) no-repeat;
	font-family: Times;
	font-weight: 600;
	line-height: 150px;
	text-align: center;
	height: 150px;
	top: 50px;
	background-color:#F3F3F3;
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	font: normal 1.4em Verdana;
	/*height: 50px;*/
	text-align: center;
	width: 1012px;
}
.subnav {

	width: 180px;
	height: 1000px;
	background:#222;
}
.main {

	width: 671px;
	top: -200px;
	background: #F3F3F3;
}
.main_right {
	width: 220px;
	background: #222;
	color:#CCC;
}


