/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #bbb5be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #474241;
	letter-spacing: 1px;
	text-align: center;
}

#top {
	background: url(../img/top.jpg);
	width: 796px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
}

#middle_ag {
	position: relative;
	background: url(../img/ag.gif) repeat-y;
	width: 796px;
	margin: 0 auto;
	text-align: left;
}

#middle {
	position: relative;
	width: 750px;
	border-bottom: #5e237b solid 1px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	text-align: left;
}

#logo {
	position: absolute;
	width: 175px;
	height: 49px;
	left: 49px;
	top: 13px;
	float: left;
}

#navigatie {
	position: absolute;
	width: 200px;
	left: 60px;
	top: 95px;
	padding: 0;
	float: left;
/*	background-color:#f00;*/
}

#newsletter {
	position: absolute;
	width: 200px;
	left: 60px;
	top: 400px;
	padding: 0;
	float: left;
/*	background-color:#f00;*/
}

#twitter {
	position: absolute;
	width: 250px;
	left: 10px;
	top: 470px;
	padding: 0;
	float: left;
	height: 300px;
/*	background-color:#f00;*/
}

ul#navlist {
	margin: 0; 
	padding: 0;
	list-style-type: none; 
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
}

ul#navlist .selected {
	margin: 0; 
	padding: 0;
	list-style-type: none; 
	color: #cccc17;
}

ul#navlist a {
	color: #5e237b;
}

ul#navlist a:hover {
	color: #cccc17;
}

ul#navlist li.selected { 
	background: url(../img/selected.gif) left center no-repeat; 
	padding-left: 18px;
	margin: 0;
}

#navlist li { 
	background: url(../img/bullit_groen.gif) left center no-repeat; 
	padding-left: 13px;
	margin: 0;
}

ul#knowledgebase {
	margin: 0; 
	padding: 0;
	list-style-type: none; 
}

ul#knowledgebase a {
	color: #cccc17;
}

ul#knowledgebase a:hover {
	color: #5e237b;
}

#knowledgebase li { 
	background: url(../img/pdficon_small.gif) left top no-repeat; 
	padding-left: 23px;
	margin: 0;
}

#tekst1 ul, #tekst2 ul {
	list-style-image: url(../img/bullit_paars.gif);
	margin: 0 0 20px -15px;
}

/*
#tekst_kb ul {
	list-style-image: url(../img/pdficon_small.gif);
	margin: 0 0 20px -10px;
	list-style-type: none; 
}
*/

#body {
	position: relative;
	width: 425px;
	min-height: 262px;
	left: 275px;
	top: 0px;
	margin-bottom: 70px;
}

#titel {
	position: relative;
	font-size: 25px;
	line-height: 30px;
	color: #cccc17;
	letter-spacing: 1px;
	width: 425px;
/*
	height: 30px;
*/
	top: 28px;
	left: 0px;
}

#tekst1, #tekst_kb {
	position: relative;
	width: 425px;
	top: 70px;
	left: 0px;
	font-size: 12px;
	line-height: 20px;
}

#tekst2 {
	position: relative;
	width: 425px;
	top: 40px;
	left: 0px;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: -30px;
}

b, i {
	color: #5e237b;
}

a {
	text-decoration: none;
	color: #cccc17;
	font-weight: bold;
}

a:hover {
	color: #5e237b;
}

a img {
	border: none;
}

#bottom {
	position: relative;
	background: url(../img/bottom.jpg);
	width: 796px;
	height: 65px;
	margin: 0 auto;
	text-align: left;
}

#adres {
	padding-top: 11px;
	color: #fff;
	text-align: center;
}

#rechts {
	text-align: right;
}

#links {
	text-align: left;
}

.adres {
	color: #fff;
}

.adres a {
	color: #fff;
	font-weight: normal;
}

.adres a:hover {
	color: #5e237b;
}

#copyright {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e5e5e5;
	text-align: center;
	padding-bottom: 30px;
}

#copyright a {
	color: #e5e5e5;
	font-weight: normal;
}

#copyright a:hover {
	color: #fff;
}

