body
{
	margin:		0;
	padding:	0;
	background-color:	#C2006E;
	font-family:	arial, helvetica, sans-serif;
	
	background-position:	top center;
}

#container
{
	width:	700px;
	margin:	0;
	margin-left:	auto;
	margin-right:	auto;
	padding:	0;
	
	border-color:	#C2006E;
	border-style:	solid;
	border-width:	0;
	border-left-width:	25px;
	border-right-width:	25px;
	
	background-color:	#000000;
	background-image:	url('images/kim.jpg');
	background-position:	bottom left;
	background-repeat:	no-repeat;
}

#container #styleselector
{
	color:	white;
	
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	5px;
	
	font-size:	90%;
	
	text-align:	left;
}

#container #styleselector a
{
	color:	#0BA08A;
}

#bannerleft
{
	float: left;
	margin:	0;
	margin-top:	20px;
	margin-left:	-40px;
	padding:	0;
}

#bannerright
{
	float: right;
	margin:	0;
	margin-top:	20px;
	margin-right:	-40px;
	padding:	0;
}

#header
{
	margin:	0;
	padding:	0;
	
	height:	293px;
	
	background-image:	url('images/header_nieuw.jpg');
	background-position:	top center;
	background-repeat:	no-repeat;

	overflow:	hidden;
}

#header h1
{
	display:	none;
}

#header h2
{
	display:	none;
}

#header img
{
	margin:	0;
	padding:	0;
	border:	0;
	
	position:	relative;
	
	left:	20px;
	top:	12px;
}

#navigation
{
	position:	relative;
	margin:	0;
	margin-top:	10px;
	padding:	0;
	
	width:	220px;
		
	display:	inline;
	float:	left;
	list-style-type:	none;
	
	z-index:	1;
}

#navigation li
{
	margin:	0;
}

#navigation a
{
	display:	block;
	
	padding:	10px;
	padding-top:	5px;
	padding-bottom:	5px;
	
	margin:	0;
	
	line-height:	1em;
	
	vertical-align:	middle;
		
	color:		white;
	
	font-size:	120%;
	font-weight:	bold;
	text-decoration:	none;
}

#navigation a:link{}
#navigation a:active{}
#navigation a:hover
{
	background-color:	#C2006E;
	color:	#FFFFFF;
}

#links
{
	float:		left;
	width:		170px;
	display:	inline;
	
	margin:			0;
	margin-top:		10px;
	padding:		20px;
	
	list-style:				none;
	list-style-position:	inside;
	
	color:		#0BA08A;
	
	font-size:		80%;
	
	clear:		left;
}

#links div
{
	display:			inline;
	
	margin:				0;
	padding:			0;
	
	font-weight:		bold;
	text-decoration:	underline;
	
	background-color:	black;
}

#links a
{
	display:			block;
	margin:				0;
	padding:			5px;
	padding-left:		0;
	
	color:				white;
	text-decoration:	none;
}
#links a:active{}
#links a:link{}
#links a:hover
{
	color:				black;
	background-color:	#0BA08A;
	border:				0;
	text-decoration:	underline;
}

#links img.first
{
	float:	left;
	
	margin:	5px;
	margin-top:	50px;
	margin-bottom:	50px;
	
	width:	180px;
}

#links img
{
	float:	left;
	
	margin:	5px;
	margin-top:	50px;
	margin-bottom:	50px;
	
	width:	180px;
}

#links img.last
{
	float:	left;
	
	margin:	5px;
	margin-top:	10px;
	margin-bottom:	400px;
	
	width:	180px;
}

.selected
{
	background-color:	#C2006E;
}

#content
{
	position:	relative;	
	float:	right;
	
	width:	430px;
	
	margin:	0;
	margin-right:	20px;
	margin-top:		-10px;
	margin-bottom:	20px;
	
	padding:	10px;
	padding-top:	15px;
	padding-bottom:	20px;
	
	color:	#FFFFFF;
	font-size:	90%;
	
	background-color:	black;
	
	border-color:	#C2006E;
	border-style:	solid;
	border-width:	5px;
	
	z-index:	2;
	
	overflow:	auto;
	
	-webkit-border-top-right-radius:	45px;
	-webkit-border-top-left-radius:		20px;
	-webkit-border-bottom-left-radius:	45px;
	
	border-top-right-radius:	45px;
	border-top-left-radius:		20px;
	border-bottom-left-radius:	45px;
	
	-moz-border-radius-topright:	45px;
	-moz-border-radius-topleft:		20px;
	-moz-border-radius-bottomleft:	45px;
}

#bottom
{
	clear:	both;
}

#content h1
{
	margin:	0;
	padding:	0;
	
	font-size:	180%;
	
	clear:	both;
}

#content h1 a
{
	color:	white;
}

#content h2
{
	margin:	0;
	padding:	0;
	
	font-weight:	normal;
	font-size:		100%;

	color:	#555555;
}

#content .heading
{
	margin-bottom:	1em;
}

#content p
{
	margin:	0;
	margin-bottom:	1em;
	padding:	0;
	line-height:	1.4em;
}

#content p .groot
{
	font-size: 140%;
}

#content p .klein
{
	font-size: 70%;
}

#content a
{
	color:	#0BA08A;
	
	text-decoration:	none;
}

#content a:link{}
#content a:active{}
#content a:hover
{
	text-decoration:	underline;
}

#content ol li
{
	margin-bottom: 5px;
}

.continue
{
	display:	block;
	width:	10em;
	margin-bottom:	6em;
}

#clear
{
	clear:	both;
}

#bottom
{
	width:	750px;	
	
	margin:	0;
	margin-left:	auto;
	margin-right:	auto;
	
	padding-top:	10px;
	padding-bottom:	10px;
	
	border:	0;
	
	font-size:	60%;
	
	text-align:	center;
	
	color:	white;
	background-color:	#C2006E;
}

em
{
	color:	#C2006E;
	font-weight:	normal;
	text-decoration:	none;
}

table
{
	margin:	1em;
}

dt
{
	font-weight:	bold;
}

dd
{
	margin-bottom:	1em;
}

.left
{
	margin:	5px;
	margin-right:	10px;
	float: left;
}

.right
{
	margin:	5px;
	margin-left:	10px;
	float:	right;
}

.review
{
	display:	block;
	
	margin:	10px;
	margin-bottom:	50px;
}

.review img
{
	border-color:	black;
	border-width:	10px;
	border-style:	solid;
}

.review img:link{}
.review img:active{}
.review img:hover
{
	border-color: #C2006E;
}

#addreply
{
	margin:		0;
	padding:	0;
	
	margin-top:		50px;

	text-align:	center;
}

#addreply h1
{
	margin-bottom:	10px;
	margin-left:	5px;
	
	text-align:	left;
}

#addreply input
{
	width:	95%;
	margin-bottom:	5px;
	
	border-width:	0;
	
	padding:	5px;
}

#addreply textarea
{
	width:	95%;
	height:	5em;
	
	float:	none;
	
	background-color:	#FFF;
	
	margin:		0;
	margin-top:	2px;
	padding:	5px;
	
	border-width:	0;
	
	color:	#000;
	
	font-size:	90%;
}

#addreply button
{
	margin-top:		20px;
}

.reactie
{
	margin-top:	20px;
	margin-left:	2px;
	
	padding-bottom:	10px;
	
	border-width:	0;
	border-color:	#333;
	border-style:	dotted;
	border-bottom-width:	2px;
}

#content div.reactie h1
{
	font-size:	140%;
}

#content div.reactie a h1
{
	color:	#FFF;
	
	text-decoration:	underline;
}

#content div.reactie a h1:hover, #content div.reactie a h1:focus
{
	color:	#0BA08A;
}

#content div.reactie p
{
	padding-right:	5px;
	
	font-size:	90%;
}

#content div.error
{
	margin:	5px;
	
	background-color:	#CD3500;
	color:	white;
	
	font-weight:	bold;
	
	padding:	10px;
	
	margin-top:	30px;
	margin-bottom:	-30px;
}