/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.75em Lucida Sans Unicode, Arial, Tahoma, Verdana, Trebuchet MS;
	color: #bb1779;
	background: #5d0037 url(images/pattern.jpg) repeat-x;
	margin-bottom: 10px;
}
#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background: url(images/bg.jpg) left repeat-y;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	color: #bb1779;
	text-decoration: none;
}
a:hover {
	color: #5d0036;
}
h2 {
	color: #530031;
	font-size: 150%;
	line-height: 30px;
	font-weight: normal;
}
img {
	border: 0;
}
/*******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 340px;
	background: url(images/header.jpg);
}
#header h1 {
	text-indent: -999em;
}
#header ul#topmenu{
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 120%;
}
#header ul#topmenu li{
	float: left;
	margin-right: 10px;
}
#header ul#topmenu li a{
	float: left;
	color: #fff;
}
#header ul#topmenu li a:hover{
	color: #f6018b;
}
/***** MENU *****/
#menu {
	position: absolute;
	top: 53px;
	left: 34px;
	width: 312px;
	color: #530031;
}
span.pink {
	color: #f6018b;
}
#menu h2 {
	line-height: 35px;
	padding-left: 12px;
}
#menu p {
	margin: 5px 0;
}
#menu ul {
       float: left;
    margin-left: 15px;  
}
/****************/
/***** LEFT *****/
/****************/
#left {
	position: relative;
	top: -99px;
	margin-bottom: -99px;
	float: left;
	margin-left: 20px;
	width: 212px;
	padding: 0 20px;
}
#left ul img {
	border: 4px solid #ffb5e1;
	margin-bottom: 5px;
}
#left h2 {
	padding-left: 5px;
}
#left h2.rondje {
	position: relative;
	left: -9px;
	padding-left: 18px;
	line-height: 30px;
	background: url(images/rondje.jpg) left 10px no-repeat;
}
/*****************/
/***** RIGHT *****/
/*****************/
#right {
	position: relative;
	top: -81px;
	margin-bottom: -81px;
	float: right;
	margin-right: 20px;
	width: 658px;
}
#right .box {
	background: url(images/rightbg.jpg) no-repeat top;
}
#right .box h2 {
    padding-left: 310px;
}
#right .topbox h2 {
	text-align: center;
	padding-left: 36px;
}
#right p {
	padding: 10px 8px;
	line-height: 150%;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	padding-top: 20px;
	height: 20px;
	font-size: 90%;
	clear: both;
	text-align: center;
	color: #fff;
	background: #5d0037 url(images/footer.jpg) top repeat-x;
}
