@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}

body {
	margin: 0;
	text-align:center;
	background-image:url(images/bg.jpg);
}
.container {
	margin: 0 auto;
	width: 868px;
	padding-left: 68px;
	background-image:url(images/containerbg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
.header {
	float:left;
	width:800px;
	text-align: left;
}
.toolbar {
	float: left;
	width: 800px;
}
.tab a:link,
.tab a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 99px;
	height: 29px;
	color: #666666;
	background-image: url(images/tabnonactief.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 12px;
	}
.tab a:active,
.tab a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 99px;
	color: #FFFFFF;
	background-image: url(images/tabactief.gif);
	background-repeat: no-repeat;
	text-decoration: none;	
	font-size: 12px;
	height: 29px;
}
.tab p {
	margin-top: 8px;
}
.toolbar2 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 5px;
	width: 790px;
	background-color: #686868;
	color: #EF841C;
	font-size: 12px;
	text-align: left;
}
.toolbar2 a{
	color: #EF841C;
}

.k1 {
	float: left;
	width: 166px;
	margin-top: 4px;
	margin-right: 17px;
}
.k2 {
	float:left;
	width:617px;
	margin-top: 4px;
}
.navigatie {
	float:left;
	width:600px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.navigatie a{
	color: #EF841C;
}
.nummer {
	color: #EF841C;
}
.nummeractief {
	color: #EF841C;
	font-weight: bold;
}
.profiel {
	float:left;
	width:617px;
	margin-top: 4px;
}
.profieltitel {
	float:left;
	width:610px;
	text-align:left;
	padding-left:5px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
}
.profielfoto {
	float:left;
	width:150px;
	height:130px;
	border-left:1px solid #D9D9D9;
}
.profielfoto img{
	border:1px solid #EF841C;
}
.profieltekst {
	float:left;
	width:465px;
	height:130px;
	text-align:left;
	border-right:1px solid #D9D9D9;
	overflow:hidden;
}
.footer {
	float:left;
	width:800px;
	margin-top: 4px;
	background-color: #686868;
}

.kolomtitel {
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	font-size: 20px;
	color: #686868;
	text-align: left;
	font-weight: bold;
	background-image: url(images/kolomtitelbg.gif);
	background-repeat: repeat-x;
	padding: 4px;
	}

.menu {
	width: 164px;
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	background-color: #E5E4E4;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none; 
}
.menu a:hover{
	color: #EF841C;
}
.categorie {
	height: 23px;
	display: block;
	background:url(images/cat_bg.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	text-transform: capitalize;
	line-height: 22px;
	text-align: left;
}
.categorie-active {
	height: 23px;
	display: block;
	background:url(images/cat_bg.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	text-transform: capitalize;
	line-height: 22px;
	text-align: left;
}
.plaats {
	display: block;
	padding-left: 5px;
	text-align: left;
}
.plaatsen {
	text-align: left;
	height: 250px;
	overflow-Y:scroll;
}

