html, body {
	margin:				0;
	padding:			0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	line-height: 		150%;
	color: 				#000;
	height:				100%;
	min-height:			100%;
}

a { color: #000000; font-weight: bold; }
th { text-align:left; }

/**
 * Template
 */
div.wrapper
{
	width: 777px;
	border-right: 1px solid #939597;
	border-left:  1px solid #939597;
   	height:				auto !important; /* real browsers */
	height:				100%; /* IE6: treaded as min-height*/
	min-height:			100%; /* real browsers */
	position: relative;
	margin: auto;
}

div.header{
	background: #FFF url('../images/tplt_header.png');
	height: 118px;	 
}

div.inner{
	padding: 25px 25px 0px 25px;
	background-color: #FFFFFF;
	bottom: 0px;
}

.zoeken { text-align: right; }
.zoeken .zoekveld{
	border: 1px solid #bebfbf;
	border-width: 2px 1px 1px 2px;
	width: 135px;
}
.menu{
	padding: 0;
	margin: 0;
	list-style: none;
}
	.menu li{
		display: block;
		float: left;
		padding-left: 17px;
		margin-right: 13px;
	}
	.menu li.selected{
		color: red;
		background: transparent url('../images/tplt_arrow.png') no-repeat 0 4px;
	}
	.menu li a {
		text-decoration: none;
		font-weight: normal;
		color: #000;
	}

	.menu li a:hover {
		text-decoration:underline;
	}
	
.content {
	position: relative;
	width: 667px;
	background-color: #fde9b2;
	padding: 10px 30px;
	
}
	.content img { padding: 1px; border: 1px solid #F9B500;  }
	.content .route {
		padding: 10px 0px;
		border-bottom: 1px solid black;
		list-style: none;
		margin: 5px 5px 20px 5px;;
	}
	.content .route li {
		display: inline;
		padding-left: 15px;
		background: transparent url('../images/tplt_route_arrow.png') no-repeat 0 4px;
	}
	.content .route li a {
		text-decoration: none;
		color: #000;
	}
	.content .route li a:hover { text-decoration: underline; }
	.content .route li.home {
		background: none;
		padding: 0px;
	}
	
.nieuws img.nieuwsimg
{
	float: left;
	margin: 0px 15px 15px 0px;
}
.nieuws h1
{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.nieuws p.text
{
	margin: 15px 0px;
	font-size: 12px;
}
.nieuws .meer
{
	text-decoration: none;
	color: #000;
}


/**
 * Overige stijlen
 */
div.line{
	height: 16px;
	background: url('../images/tplt_dot.png');
	clear: both;
}

.cb { clear: both; }
