html, body {
	height: 100%;
}

body {
	background: #000000;
	margin: 0px;
}

* {
	outline: none;
}

a {
	color: #B90000;
	text-decoration: none;
}

b, strong {
	color: #B90000;
	font-size: 14px;
}

img {
	border: none;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	padding: 35px 0px;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 944px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background: url(../images/achtergrond_y.gif) repeat-y left top;	
}

#site {
	width: 888px;
	height: auto;
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 90px 0px;
	/*background: url(../images/achtergrond.gif) no-repeat bottom center;*/
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	position: relative;
	float: left;
	width: 888px;
	height: 122px;
	background: #FFFFFF;
}

#middle {
	position: relative;
	float: left;
	width: 888px;
	height: auto;
	z-index: 500;
}

.btn1 {
	position: absolute;
	left: 280px;
	top: 50px;
	z-index: 50;
}

.btn2 {
	position: absolute;
	left: 439px;
	top: 50px;
	z-index: 50;
}

.btn3 {
	position: absolute;
	left: 615px;
	top: 50px;
	z-index: 50;
}

.btn4 {
	position: absolute;
	left: 775px;
	top: 50px;
	z-index: 50;
}

#logo {
	position: relative;
	float: left;
	padding-top: 10px;
}

#menu {
	position: relative;
	float: left;
	width: 223px;
	background: url(../images/nieuws_top.gif) no-repeat;
}

#knoppen {
	position: relative;
	float: left;
	padding: 120px 0px;
	z-index: 900;
}

.knop {
	text-align: right;
}

.knop a {
	position: relative;
	float: left;
	width: 191px;
	padding-right: 32px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}

.knop a:hover {
	background: url(../images/nieuws_item.gif) no-repeat 200px 10px;
}

#nieuws_flash {
	position: relative;
	float: right;
	width: 650px;
	height: 239px;
	background: url(../images/nieuws.gif) no-repeat;
}

#afbeelding {
	position: relative;
	float: left;
	width: 410px;
	height: 239px;
}

#nieuws_datum {
	position: relative;
	float: left;
	padding: 89px 0px 0px 40px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #c90000;
}

#nieuws_datum .spacer {
	padding: 0px 7px;
}

#layer {
	width: 410px;
	height: 239px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/nieuws_layer.png);
}

#nieuws_intro {
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	width: 170px;
	line-height: 19px;
	padding: 30px 0px 0px 35px;
}

#nieuws_intro a {
	font-weight: bold;
	color: #FFFFFF;
}

#content {
	position: relative;
	float: right;
	width: 610px;
}

#tekst {
	position: relative;
	float: left;
	width: 550px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 22px;
	color: #3c3c3d;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 944px;
	margin: 0px auto;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	background: #FFFFFF;
}

#krul {
	width: 223px;
	height: 396px;
	background: url(../images/bg_krul.gif) no-repeat;
	position: absolute;
	top: -396px;
	left: 28px;
	z-index: 0;
}

#copyright {
	position: relative;
	float: left;
	width: 223px;
	padding-left: 28px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	color: #bbbbbb;
}

#copyright a {
	color: #bbbbbb;
	text-decoration: none;
}

#adres {
	position: relative;
	float: right;
	padding-right: 28px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}

#adres .spacer {
	margin: 0px 5px;
}

#adres a {
	text-decoration: none;
	color: #000000;
}

.form {
	background: #FFFFFF;
	border: 1px solid #B90000;;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	width: 200px;
}