/* 	---------------------
	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: #CCC;
	font: normal normal 85%/1.5 Trebuchet MS, Arial, Verdana;
	color: #333;
	}



/* 	---------------------
	STRUCTUUR
	--------------------- */
	
#container
	{
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 750px;
	overflow: auto;
	background-color: #FFF;
	border: 2px solid #FFF;
	}

#header
	{
	width: 750px;
	height: 120px;
	background-color: #336666;
	background-image: url(../images/headerfoto.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}

#navigatie
	{
	width: 742px;
	height: 20px;
	margin-top: 0px;
	padding: 4px;
	background-color: #EAAD08;
	text-align: center;
	font-size: 1.1em;
	}
	
#leftnav
	{
	float: left;
	width: 150px;
	height: 100%;
	border-right: 1px solid #ccc;
	margin-bottom: 25px;
	}
#content ul
	{
	margin-left: 0px;
	}	
#content
	{
	width: 660px;
	padding: 25px 40px 0px 40px;
	}
#content_right
	{
	float: left;
	margin-left: 50px;
	width: 450px;
	margin-bottom: 25px;
	}
#content_right ul
	{
	margin-left: 30px;
	}	
#footer
	{
	clear: both;
	width: 740px;
	height: 15px;
	padding: 5px;
	background-color: #336666;
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	}

#nieuwsbox_titel
	{
	width: 640px;
	padding: 5px 10px;
	background-color: #CCC;
	}
	
#nieuwsbox
	{
	width: 640px;
	padding: 10px;
	background-color: #EEE;
	margin-bottom: 15px;
	}
	


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

h1, h2, p, hr {margin-bottom: 15px;}

h1 {font-size: 2em; color: #336666;}
	
h2 {font-size: 1.6em; color: #EAAD08;}

h3 {font-size: 1.2em; font-weight: bold; color: #336666; display: inline;}

.vet {font-weight: bold;}

.cursief {font-weight: italic;}

.postdatum {font-size: 0.9em; color: #666;}

hr {border-width: 0px; border-bottom: 1px dotted #999;}



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

a {outline: none; text-decoration: underline; color: #333;}
a:hover {color: #EAAD08;}

a img {border: none;}

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

#leftnav ul {list-style-type: none;}
#leftnav ul li a {text-decoration: none; color: #336666;}
#leftnav ul li a:hover {text-decoration: underline; color: #EAAD08;}

#navigatie ul {list-style-type: none;}
#navigatie ul li {display: inline; font-size: 1.1em;}
#navigatie ul li a
	{
	text-decoration: none;
	padding: 5px 7px 5px 7px;
	color: #FFF;
	border-right: 2px solid #EAAD08;
	border-left: 2px solid #EAAD08;
	}
#navigatie ul li a:hover
	{
	background-color: #336666;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	}



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

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

label
	{
	float: left;
	width: 120px; 
	height: 15px;
	}

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

input {width: 200px; height: 15px;}

textarea {width: px; height: px;}

input.btn
	{
	width: auto;
	height: 20px;
	padding-bottom: 2px;
	border-width: 0px;
	background-color: #EAAD08;
	}
privacy_contact
{
	font-size: 10px;
}