@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../layout/algemeen_bg.gif);
	background-repeat: repeat-x;
	background-color: #2B2623;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#alleshouder {
	background-color: #2B2623;
	width: 780px;
	margin: auto;
}
#bannerhouder {
	background-image: url(../layout/bannerboven_bg.gif);
	background-repeat: no-repeat;
	height: 54px;
}
#menuhouder {
	background-image: url(../layout/menu_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left:35px;
}
#footerhouder {
	background-image: url(../layout/footerhouder_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
}
#footer {
	background-image: url(../layout/footer_bg.gif);
	margin: auto;
	height: 29px;
	width: 760px;
}
#inhoudhouder {
	background-image: url(../layout/inhoudhouder_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#inhoudhouder2 {
	width: 760px;
	margin: auto;
	background-image: url(../layout/welkom.jpg);
	background-repeat: no-repeat;
	background-position: left 49px;
}

#inhoud {
	min-height:310px;
	_height:310px;
	padding-left:232px;
	padding-right:31px;
	text-align:justify;
	padding-bottom:10px;
	padding-top:42px;
	line-height: 1.9em;
}


.clearboth {
	clear:both;
}
#taalkeuze {
	padding-left: 30px;
	padding-top:5px;
}


#taalkeuze a:link {
	color: #8F9090;
	text-decoration: none;
	font-size: 10px;
}
#taalkeuze a:visited {
	color: #8F9090;
	text-decoration: none;
	font-size: 10px;
}
#taalkeuze a:hover {
	color: #F78222;
	text-decoration: none;
	font-size: 10px;
}
#taalkeuze a:active {
	color: #8F9090;
	text-decoration: none;
	font-size: 10px;
}
