/* 	---------------------
	ALGEMEEN
	--------------------- */

html, body, div, h1, h2, h3, h4, h5, 
ul, ol, dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td 
	{ margin: 0; padding: 0; } 

html, body 
	{
	/*background-color: #151515;*/
	background-color: #FFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font: normal normal 85%/1.5 Arial, Verdana, "Times New Roman", sans-serif;
	color: #333;
	}
	
hr {border: 0px; height: 0px; border-bottom: 1px solid #999; margin: 0px 0px 15px 0px;}

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



/* 	---------------------
	STRUCTUUR
	--------------------- */
	
#container
	{
	width: 950px;
	height: auto;
	overflow: auto;
	}
	
#leftframe
	{
	float: left;
	width: 139px;
	background-image: url(../images/fotobram.jpg);
	background-repeat: norepeat;
	}
	
#rightframe
	{
	float: right;
	width: 811px;
	}

#header
	{
	width: 811px;
	height: 203px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	}
	
#navigatie
	{
	position: absolute;
	top: 175px;
	margin-left: 40px;
	}

#contentbox_large
	{
	overflow: auto;
	width: 731px;
	min-height: 632px;
	padding: 40px;
	background-color: #FFF;
	}
	
#contentbox_left
	{
	float: left;
	width: 516px;
	text-align: justify;
	}
	
#contentbox_right
	{
	float: left;
	width: 175px;
	margin-left: 40px;
	}

#blogbox
	{
	width: 100%;
	height: 90px;
	display: block;
	}
	
#fotobox
	{
	float: left;
	width: 160px;
	height: 205px;
	padding-top: 5px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	border: 1px solid #CCC;
	}
	
#fotobox_foto
	{
	height: 115px;
	}

#fotobox_omschrijving
	{
	width: 150px;
	height: 75px;
	padding: 5px;
	margin-top: 5px;
	background-color: #E5E5E5;
	text-align: left;
	font-style: italic;
	color: #333;
	}

#footer
	{
	width: 811px;
	height: 27px;
	padding-top: 13px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	}
	


/* 	---------------------
	TEKSTOPMAAK
	--------------------- */

p {margin-bottom: 15px;}

h1 {font-size: 1.6em; color: #641C79;}
	
h2 {font-size: 1.2em; color: #96bd0c; margin-bottom: 15px;}

h3 {font-size: 1.1em; font-weight: bold;}
	
h4 {font-size: 1.6em; color: #641C79; font-weight: bold;}

#contentbox_right .datum {font-style: italic; color: #666;}
#contentbox_left .blogpost {font-style: italic; color: #666; font-size: 0.9em;}
	
.vet {font-weight: bold;}

.cursief {font-style: cursief;}

.mark {color: #96bd0c;}

.citaat {color: #666; font-style: italic;} 



/* 	---------------------
	HYPERLINKS
	--------------------- */

a {outline: none; text-decoration: none;}

a img {border: none;}

#footer a {color: #FFF; text-decoration: underline;}

#contentbox_right a {color: #333; text-decoration: underline}
#contentbox_right a:hover {color: #710678; text-decoration: underline}

#contentbox_left a {color: #333; font-weight: bold; text-decoration: underline;}
#contentbox_left a:hover {color: #641C79}

#navigatie ul {list-style-type: none;}
#navigatie ul li {display: inline; font-size: 1.2em; }
#navigatie ul li a
	{
	text-decoration: none;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	}
#navigatie ul li a:hover
	{
	background-color: #FFF;
	color: #641C79;
	}



/* 	---------------------
	IMAGES
	--------------------- */
	
img {border: none;}



/* 	---------------------
	LIJSTEN
	--------------------- */
	
ul 
	{
	list-style-type: disc; 
	list-style-position: outside; 
	margin-left: 0px;
	text-align: left;
	margin-bottom: 15px;
	}	
li {margin-bottom: 10px;}


/* 	---------------------
	FORMULIEREN
	--------------------- */

#contentbox_right input
	{
	width: 168px;
	height: 15px;
	padding-left: 5px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	}
	
#contentbox_right input.btn
	{
	height: auto;
	width: auto;
	padding: 2px 5px;
	background-color: #666;
	color: #FFF;
	}
	
.btn2
	{
	height: auto;
	width: auto;
	padding: 2px 5px;
	background-color: #666;
	color: #FFF;
	}

#contentbox_left input, textarea
	{
	width: 250px;
	padding-left: 5px;
	border: 1px solid #CCC; 
	background-color: #F2F2F2;
	margin-bottom: 10px;
	font-size: small;
	}
	
#contentbox_left input {height: 15px;}

#contentbox_left textarea {width: 370px;}

#contentbox_left input.btn
	{
	height: auto;
	width: auto;
	padding: 2px 5px;
	background-color: #641C79;
	color: #FFF;
	}

#contentbox_left .formonderwerp 
	{
	float: left;
	width: 120px;
	margin-bottom: 10px;
	font-weight: bold;
	}

#contentbox_left .vinkje {width:15px !important; border-width: 0px !important;}

iframe 
	{
	border: 1px solid #CCC; 
	background-color: #F2F2F2; 
	width: 400px;
	margin-bottom: 15px;
	font-size: small;
	}

/* 	---------------------
	FORMULIEREN
	--------------------- */
	
	
table
	{
	margin-bottom: 15px;
	text-align: left;
	}
	
td.lijst
	{
	font-weight: bold;
	width: 150px;
	vertical-align: top;
	padding-bottom: 10px;
	}