* {
	margin: 0;
	padding: 0;
}

body {
	background: #efefef url('background.jpg') repeat-x;
	font: 11px Verdana, "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	color: #333333;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

input {
	color: #50a3d7;
}


input[type="submit"] {
	width: 100px;
	height: 30px;
	background: url('submit.png') no-repeat;
	border: 0;
	text-align: center;
}

/**
 * Container 
 */

#container {
	background: #fff;
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	*padding: 0 0 20px 0;
}

/**
 * Top 
 */

#top {
	background: url('top.jpg') no-repeat;
	height: 100px;
}

h1 {
	padding: 10px 0 10px 10px;
	width: 185px;
	height: 50px;
	float: left;
}

h1 a {
	background: url('logo.jpg') no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

h2 {
	visibility: hidden;
}

#top form {
	float: right;
	margin: 20px 15px 0 0;
}

#top ul {
	clear: both;
	list-style-type: none;
	margin: 0 0 0 10px;
}

#top ul li {
	display: inline;	
	padding: 0 30px 0 0;
}

#top ul li a {
	color: #666666
}

/**
 * Content 
 */

#content {
	padding: 25px 0 0 0px;
	margin: 0 0 0 10px;
	width: 800px;
}

#content .nieuws {
	width: 775px;
	min-height: 0px;
	background: #f7f7f7;
	border: 1px solid #dbdbdb;
	float: left;
	padding: 0px 0 0 0;
	margin: 10 10px 0 0;
}

#content .inpuut{
	width: 120px;
	height: 26px;
	background: url('input.png') no-repeat;
	border: 0;
	padding: 0 0 0 5px;
}

#content .nieuws a {
	color: #50a3d7;
}


#content .nieuws p {
	width: 745px;
	line-height: 13px;
	float: left;
	padding: 0 0 0 15px;
}

#content .item {
	float: left;
	margin: 10px -9px 30px 0;
	_margin: -10px -9px 30px 0;
}

#content .item h3 {
	width: 245px;
	height: 17x;
	color: #fff;
	font-size: 11px;
	padding: 0px 0 0 30px;
}

#content .item h3.blauw {
	background: url('kopblauw.jpg') no-repeat;
}

#content .item h3.geel {
	background: url('kopgeel.jpg') no-repeat;
}

#content .item h3.zwart {
	background: url('kopzwart.jpg') no-repeat;
}

#content .item ul {
	list-style-type: none;
	padding: 0 0 0 35px;
}

#content .item li a {
	color: #333333;
}

.nieuw {
	color: #000000;
	font-size: 9px;
}

.tip {
	color: #ff0000;
	font-size: 9px;
}