/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff url(images/pattern.jpg) 50% 0 repeat-x;
	color: #848484;
	font: 0.7em Trebuchet MS, Verdana, Arial;
}
span.blauw {
	color: #0aaafd;
}
span.rood {
	color: #ed2024;
}
#container {
	width: 778px;
	margin: 0 auto;
}
#header {
	clear: both;
	border-bottom: 1px solid #dcdcdc;
}
#header h1 {
	color: #ed2024;
	line-height: 100%;
	font-size: 280%;
}
#header h2 {
	font-weight: normal;
	font-size: 100%;
	color: #929292;
	margin-bottom: 3px;
}

/* TOP MENU */
ul#topmenu {
	margin: 30px 0 10px 0;
	list-style: none;
	float: right;
}
ul#topmenu li{
	display: inline;
	border-right: 1px solid #0aaafd;
	padding: 0 10px;
}
ul#topmenu li a{
	display: inline;
	color: #0aaafd;
	text-decoration: none;
}
ul#topmenu li.last {
	border: none;
	padding-right: 0;
}
/* LEFT */
#left {
	position: relative;
	top: 18px;
	float: left;
	width: 215px;
}
#left h3 {
	color: #353535;
	font-size: 130%;
	margin-bottom: 3px;
}
ul#partners {
	list-style: none;
	border-top: 1px solid #e9e9e9;
}
ul#partners li {
	border-bottom: 1px solid #e9e9e9;
	line-height: 20px;
}
ul#partners a {
	color: #929292;
	text-decoration: none;
}
/* RIGHT */
#right {
	width: 545px;
	float: right;
}
.box {
	margin-top: 10px;
	padding: 9px;
	background: url(images/box.jpg) no-repeat top;
	border-bottom: 1px solid #e9e9e9;
}
.box p {
	margin-bottom: 10px;
}
.box h3 {
	color: #ed2024;
	margin-bottom: 10px;
	font-size: 120%;
}
#footer {
	text-align: center;
	color: #ed2024;
	margin: 10px 0;
}