/* 	---------------------
	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: #F6F6F6;
	background-image: url(../images/bggradient.jpg);
	background-repeat: repeat-x;
	font: normal normal 87%/1.5 Arial, Helvetica, Verdana, "Times New Roman", sans-serif;
	color: #000;
	letter-spacing: 0.02em;
	}



/* 	---------------------
	STRUCTUUR
	--------------------- */

#top
	{
	width: 100%;
	height: 15px;
	background-color: #000;
	}

#container
	{
	overflow: auto;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;	
	width: 720px;
	height: auto;
	}

#logo
	{
	float: left;
	margin-bottom: 20px;
	width: 345px;
	height: 58px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	}
	
#nav
	{
	float: right;
	margin-top: 35px;
	margin-right: 20px;
	}

hr.titlehr 
	{
	clear: both;
	margin-right: 20px;
	margin-bottom: 40px;
	border: 0px;
	height: 2px;
	width: 700px;
	background-image: url(../images/bgline.jpg);
	}

#tekstblok
	{
	float: left;
	width: 420px;
	margin-right: 50px;
	text-align: left;
	}

.fiche
	{
	float: left;
	width: 210px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	}
	
.item
	{
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 340px;
	height: 260px;
	}
	
.itemimageframe
	{
	margin-bottom: 15px;
	width: 318px;
	height: 190px;
	padding: 10px;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
	}
	
.itemdate
	{
	float: left;
	width: 30px;
	height: 30px;
	background-color: #000;
	margin-right: 10px;
	}
	
#footer
	{
	width: 100%;
	height: auto;
	background-color: #000;
	}
	
#footercontent
	{
	margin: 0 auto;
	width: 700px;
	padding-right: 20px;
	padding-top: 10px;
	}
	


/* 	---------------------
	TEKSTOPMAAK
	--------------------- */
h1, h2, p {margin-bottom: 15px;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.2em;}
#tekstblok h2 
	{
	background-color: #000; 
	color: #FFF; 
	padding: 0px 5px; 
	display: inline-block;
	}

.item p
	{
	color: #666;
	line-height: 2em;
	}
	
.itemdate span.month,
.itemdate span.year
	{
	display: block;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.08em;
	}
	
.itemdate span.month {color: #18CF00;}
.itemdate span.year {color: #FFF; font-size: 1.6em; font-weight: bold;}

.verplicht {color: #0dcdfd;}
.vet {font-weight: bold;}
.comment {font-style: italic; color: #666;}
.titel {font-size: 1.6em; line-height: 0.7em;}



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

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

#container a {text-decoration: underline;}
#container a.normallink {color: #333;}
#tekstblok a {color: #666;}

#nav a
	{
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
	}
	
.item a
	{
	color: #000;
	font-size: 1.6em;
	line-height: 0.7em;
	text-decoration: none;
	}
	
.item a:hover {text-decoration: underline;}

#footercontent a.backtop {color: #666; letter-spacing: 0.05em; text-decoration: none;}

#footercontent table a {color: #FFF; text-decoration: underline;}
#footercontent table a:hover {color: #0dcdfd;}

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

#nav img
	{
	margin-left: 3px;
	margin-right: 3px;
	}


/* 	---------------------
	LIJSTEN
	--------------------- */
	
ul {
	list-style: disc outside;
	margin-left: 15px;
	margin-bottom: 15px;
	}



/* 	---------------------
	TABELLEN
	--------------------- */

table.contact
	{
	margin-top: 20px;
	margin-bottom: 30px;
	width: 700px;
	color: #FFF;
	text-align: left;
	}
	
table.contact th
	{
	height: 40px;
	font-size: 1.6em;
	font-weight: normal;
	color: #0dcdfd;
	text-align: left;
	}
	


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

label
    {
    float: left;
    width: 75px;
    text-align: left;
	}

input,
textarea
	{
	margin-bottom: 10px;
	width: 225px;
	padding-left: 5px;
	background-color: #FFF;
	font: normal normal 87%/1.5 Arial, Helvetica, Verdana, "Times New Roman", sans-serif;
    color: #000;
	border-width: 0px;
	}

input {height: 15px;}

textarea {height: 150px;}
	
.knop
    {
    width: 60px;
	height: 9px;
	background-image: url(../images/btn_form.jpg);
    }