/* ALGEMEEN, TEKST, LINKS */
body {
	font-family: arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	background-color: #b9c2c6;
}

.balktekst {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;	
}

.contacttekst {
	font-size: 11px;
}

.contactkop {
	font-family: arial;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}

.contentkop {
	font-family: arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

a:link, a:visited, a:active {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.img {
	border: none
}

/* DIVISIONS */
#container {
    padding: 0px;
    width: 950px;
	position: relative;
    margin-left: -475px;
    left: 50%;
}

#topbalk {
	width: 950px;
	height: 43px;
	background: url(images/index_02.jpg) no-repeat top left;
}

#header {
	width: 950px;
	height: 257px;
}

/* CONTACT */
#contact {
	width: 200px;
	float: left;
}

#contactbalk {
	widht: 185px;
	height: 29px;
	background: url(images/index_05.jpg) no-repeat top left;
	padding: 15px 0px 0px 15px;
}

#contactinhoud {
	width: 200px;
	padding: 10px 0px 10px 0px;
}

/* CONTENT */
#content {
	width: 750px;
	float: left;
}

#contentbalk {
	width: 730px;
	height: 29px;
	background: url(images/index_06.jpg) no-repeat top left;
	padding: 15px 0px 0px 20px;

}

#contentinhoud {
	width: 730px;
	padding: 10px 0px 10px 20px;
}

/* FOOTER */
#footer {
	width: 950px;
	height: 44px;
	clear: both;
}

#footerlinks {
	width: 185px;
	height: 29px;
	float: left;
	background: url(images/index_09.jpg) no-repeat top left;
	padding: 15px 0px 0px 15px;

}

#footerrechts {
	width: 735px;
	height: 29px;
	float: left;
	background: url(images/index_10.jpg) no-repeat top left;
	text-align: right;
	padding: 15px 15px 0px 0px;
}
