@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/images/site/menulijn.gif);
	background-repeat: repeat-y;
	background-position: 200px top;
	font-size: 100%;
}
body, html, form {
	margin: 0px;
	height: 100%;
}
.footer {
	height: 30px;
}
.rechterbalk {
	background-image: url(/images/site/rechts_achter.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.onderbalk {
	background-image: url(/images/site/images/onder_midden.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
.foto_onder {
	background-image: url(/images/site/images/midden.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 149px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 0;
	position: relative;
}
.bottom_menu {
	color: #FFF;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}
.bottom_menu a {
	color: #FFF;
	text-decoration: none;
}
.bottom_menu a:hover {
	text-decoration: underline;
}
.menu_container {
	width: 200px;
}
.topmenu_container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
	height: 100px;
	background-image: url(/images/site/wit_onder.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.topmenu_container .logo {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
.content {
	min-width: 400px;
	max-width: 700px;
	_width: 450px;
	padding-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	float: left;
	padding-right: 300px;
	padding-bottom: 15px;
	padding-left: 15px;
	clear: none;
}
.content .artikel {
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 20px;
	color: #666;
}
.content .artikel_tekst a {
	color: #666;
	text-decoration: underline;
}
.content .artikel_tekst a:hover {
	text-decoration: none;
}
.content .artikel_url a {
	text-decoration: none;
	font-size: 0.8em;
}
.content .artikel_url a:hover {
	text-decoration: underline;
}
.content .artikel h1 {
	font-size: 1.5em;
	color: #666;
	padding-right: 15px;
	padding-bottom: 10px;
	font-weight: normal;
	margin: 0px;
}
.menu {
	width: 200px;
	float: left;
	clear: right;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 25px;
}
.menu ul {
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
.menu li {
	background-image: url(/images/site/buttons.png);
	height: 25px;
	width: 172px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: 0px 0px;
	margin-bottom: 3px;
	cursor: pointer;
	overflow: hidden;
}
.menu li:hover {
	background-position: 0px -26px;
}
.menu li a {
	text-decoration: none;
	color: #003;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 4px;
}
.siteTitle {
	font-family: Verdana, Geneva, sans-serif;
}
.siteTitle h1 {
	font-size: 36px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 210px;
}
.content .artikel_url a, .siteTitle h1 {
	color: #3466FD;
}
.kleur_links {
	background-image: url(/images/site/kleur_onder.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

