/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.70em Verdana, Arial, Tahoma, Trebuchet MS;
	color: #fff;
	background: #0000df url(images/pattern.jpg) repeat-x;
}
#container {
	position: relative;
	width: 989px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	color: #fff;
	text-decoration: none;
}

a:hover { text-decoration:underline}

img {
	border: 0;
}
h3, h4 {
	font-style: italic;
	font-size: 140%;
}
img.photobox {
	background: url(images/photobox.png);
	padding: 5px 6px 6px 5px;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 297px;
	background: url(images/header.jpg);
	color: #fff;
	margin-bottom: 10px;
}
#header h1 {
	text-indent: -999em;
}
#header p {
	position: absolute;
	bottom: 1px;
	right: 10px;
	line-height: 39px;
}
#header ul {
	position: absolute;
	bottom: 1px;
	left: 0;
}
#header ul li {
	float: left;
	background: url(images/bal02.jpg) left center no-repeat;
	padding-left: 24px;
	margin-left: 8px;
	line-height: 39px;
}
#header ul li a {
	float: left;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}
#header ul li a:hover {
	color: #ff3800; 
	text-decoration:none;
}
/****************/
/***** SIDE *****/
/****************/
#right {
	text-align: right;
}
.side {
	float: left;
	width: 181px;
	line-height: 150%;
}
#side_center {
	text-align: center;
}
#side_center a {
	font-weight: bold;
}
img.ad {
	margin: 8px 8px 2px 0;
}
/***** GROENE BOX *****/
.side_groen, .side_paars, .center_paars, .center_groen {
	background: url(images/side_groen_footer.jpg) left bottom no-repeat;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.side_groen h3, .side_paars h3 {
	background: url(images/side_groen_title.jpg);
	line-height: 37px;
	padding: 0 10px;
	color: #243103;
}
.side_groen_text, .side_paars_text, .center_groen_text, .center_paars_text  {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #c1d495;
}
.side_groen a {
	color: #243103;
}
/***** PAARSE BOX *****/
.side_paars {
	background: url(images/side_paars_footer.jpg) left bottom no-repeat;
}
.side_paars a {
	color: #0001a5;
}
.side_paars h3 {
	background: url(images/side_paars_title.jpg);
	color: #243103;
}
.side_paars_text {
	background: #c0c0ff;
	padding: 0 5px;
	color: #0001a5;
}
/***** NIEUWS *****/
ul.nieuws li {
	border-bottom: 1px solid #b1c386;
	border-top: 1px solid #ddecba;
	padding: 0 5px;
}

ul.nieuws li.first {
	border-top: 0;
}
ul.nieuws li.last {
	border-bottom: 0;
}
/******************/
/***** CENTER *****/
/******************/
#center {
	float: left;
	margin: 0 5px;
	width: 617px;
}
#center h3 {
	position: relative;
	background: #fff url(images/center_title.jpg) left top no-repeat;
	text-align: center;
	color: #0001a5;
	padding: 8px 0;
}
#center h3 img {
	position: relative;
	top: 2px;
	margin: 0 5px;
}
#center img.photobox {
	float: left;
	margin-right: 5px;
}
#center h4 {
	margin-bottom: 5px;
}
/***** PAARSE BOX *****/
.center_paars {
	background: url(images/center_paars_footer.jpg) left bottom no-repeat;
}
.center_paars a {
	color: #0001a5;
}
.center_paars_text {
	overflow: hidden;
	background: #c0c0ff;
	padding: 5px 5px 0 5px;
	color: #0001a5;
}
.center_groen_text {
	overflow: hidden;
	background: #c0c0ff;
	padding: 5px 5px 0 5px;
}

.center_groen_text h4{
	font: 1.2em Verdana; font-weight:bold;
}

/***** GROENE BOX *****/
.center_groen {
	background: url(images/center_groen_footer.jpg) left bottom no-repeat;
}
.center_groen_text {
	background: #67871c url(images/center_bg.jpg) bottom no-repeat;
}
.center_groen a {
	color: #243103;
}
/***** PRIJSVRAGEN *****/
table.prijsvragen {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	width: 615px;
}
table.prijsvragen th {
	background: #5e7b19;
	font-size: 140%;
	line-height: 24px;
	text-align: left;
}
table.prijsvragen td{
	border-bottom: 1px solid #829d43;
	line-height: 24px;
}
table.prijsvragen tr.title td{
	border: 0;
}
table.prijsvragen a {
	color: #fff;
}
table.prijsvragen a:hover {
	text-decoration: underline;
}
table.prijsvragen .k1 {
	width: 248px;
	padding-left: 10px;
}
table.prijsvragen .k2 {
	width: 255px;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(images/footer.jpg) top no-repeat;
	clear: both;
	height: 53px;
	line-height: 53px;
	padding: 0 10px;
	margin-bottom: 10px;
}
#footer p.onderdeel {
	float: left;
	font-size: 150%;
	font-style: italic;
}
#footer p.copy {
	float: right;
}