/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.75em Tahoma, Arial, Trebuchet MS, Verdana;
	color: #000;
	background: #88b51e url(images/pattern.jpg) repeat-x;
	margin-top: 8px;
}
#grote_ad {
	position: absolute;
	top: 0px;
	margin-top: 270px;
	left: 50%;
	margin-left: 490px;  }

#container, #footer {
	position: relative;
	width: 968px;
	padding: 0 59px;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/bg.jpg) 59px 0 repeat-y;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color:#000;
}
img {
	border: 0;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	left: -59px;
	height: 241px;
	background: url(images/header.jpg) bottom no-repeat;
	color: #fff;
	width: 1086px;
}
#header p {
	padding: 28px 0 0 85px;
}
#header h2 {
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 85px;
}
/*******************/
/***** SIDEBAR *****/
/*******************/
#sidebar {
	float: left;
	width: 217px;
	position: relative;
	top: -117px;
	left: 10px;
	color: #fff;
	background: url(images/rood_bg.jpg);
}
#sidebar_top {
	background: url(images/rood_top.jpg) top no-repeat;
}
#sidebar_bottom {
	background: url(images/rood_bottom.jpg) bottom no-repeat;
	overflow: hidden;
	padding: 0 2px 15px 2px;
}
#sidebar h3 {
	font-size: 1em;
	background: url(images/rood_gradient.jpg);
	line-height: 26px;
	padding-left: 4px;
	width: 209px;
}
#sidebar h3#titeltop {
	background: 0;
	line-height: 28px;
	margin-bottom: 5px;
}
#sidebar a {
	color: #fff;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#sidebar ul.plaatjes {
	overflow: hidden;
}
#sidebar ul.plaatjes li {
	display: inline;
	float: left;
	margin: 0 0 9px 4px;
}
#sidebar ul.menu {
	margin: 10px 0;
	padding-left: 6px;
	line-height: 1.5em;
}
#sidebar ul.banners {
	text-align: center;
}
/*******************/
/***** CONTENT *****/
/*******************/
#content {
	position: relative;
	float: right;
	right: 2px;
	width: 739px;
}
#content h1 {
	line-height: 36px;
	font-size: 1.5em;
	padding-left: 8px;
	margin-bottom: 10px;
}
#content p {
	padding: 0 8px 15px 8px;
}
/***** ZOEKEN *****/
form#zoeken {
	background: url(images/zoeken_bg.jpg);
	height: 31px;
	width: 191px;
	padding: 6px 0 0 548px;
	margin-bottom: 10px;
}
form#zoeken input {
	float: left;
	width: 154px;
	height: 22px;
	padding-top: 5px;
	background: transparent url(images/zoeken_input.jpg) no-repeat;
	outline: none;
	border: none;
	font: inherit;
}
form#zoeken input.button {
	width: 33px;
	height: 27px;
	padding: 0;
	background: transparent url(images/zoeken_submit.jpg) no-repeat;
	cursor : pointer;
}
/***** GROEN *****/
.groen, .roos {
	width: 731px;
	margin: 0 0 10px 3px;
	background: url(images/groen_bg.jpg);
}
.groen h1 {
	background: url(images/groen_top.jpg);
}
.groen_bottom {
	background: url(images/groen_bottom.jpg) bottom no-repeat;
}
/***** GROEN *****/
.roos {
	background: url(images/roos_bg.jpg);
}
.roos h1 {
	background: url(images/roos_top.jpg);
}
.roos_bottom {
	background: url(images/roos_bottom.jpg) bottom no-repeat;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(images/footer.jpg) 59px top no-repeat;
	padding-top: 10px;
	text-align: right;
	color: #fff;
	line-height: 2em;
}