body {
	background: url(images/bg.png);
	margin: 0;
	padding: 0;
	font: small Trebuchet MS, Verdana, Arial, Helvetica, Sans-serif;
	line-height: 1.4em;
}

a {
	color: #f17348;
}

a:hover {
	color: orange;
}

img {
	border: 0px;
}

h5 {
	font-size: 110%;
	margin-bottom: 4px;
}

#contentholder {
	background: url('images/index_03.png') top left no-repeat;
}

#content {
	margin: 0px 13px 0px 13px;
	font-size: 85%;
	vertical-align: top;
	height: 430px;
	overflow: auto;
}

#content h3 {
	/*font-size: 160%;*/
	font-weight: bold;
	color: #f17348;
}

.nieuws {
	clear: both;
	vertical-align: middle;
	border-left: 5px solid #fff48b;
	padding-left: 8px;
	display: block;
}

.nieuws img {
	margin: 3px;
}

#footer {
	text-align: center;
	font-size: 85%;
	color: #ccc;
	clear: both;
}

.formulier {
	width: 260px;
	border: 1px;
	background: #f9f9f9;
}

#contactform {
	margin: 0px;
}

.verzend {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
}

.pixelborder {
	border: 1px solid #dbdbdb;
}