@charset "utf-8";
/* CSS Document */
html{
	width:100%;
	}

body{
	margin:0;
	padding:0;
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%; /* = 10px */
	background-color:#fff7d2;
	}
p 	{
	font-size:1.5em;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	color:#333333;/*Donkergrijs*/
	}
.rechts{
		text-align:left;
		}
.klein{
	font-size:10px;
	vertical-align:top;
	}
.main{
	font-size:1.5em;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	color:#333333;/*Donkergrijs*/
	}
.left{
	text-align:left;
	}
		/*De styles voor TinyMCPUK */
		.text_hoofdkop{
			font-size:16px;}
		.text_tussenkop{
			font-size:14px;}
		.text_paragraaf{
			display:block;
			font-size:12px;}
		.text_hoofdkop_cursief{
			font-size:16px;
			font-style:italic;}
		.text_tussenkop_cursief{
			font-size:14px;
			font-style:italic;}
		.text_paragraaf_cursief{
			font-size:12px;
			font-style:italic;}
		.text_hoofdkop_vet{
			font-size:16px;
			font-weight:bold;}
		.text_tussenkop_vet{
			font-size:14px;
			font-weight:bold;}
		.text_paragraaf_vet{
			font-size:12px;
			font-weight:bold;}
		.text_hoofdkop_vet_cursief{
			font-size:16px;
			font-weight:bold;
			font-style:italic;}
		.text_tussenkop_vet_cursief{
			font-size:14px;
			font-weight:bold;
			font-style:italic;}
		.text_paragraaf_vet_cursief{
			font-size:12px;
			font-weight:bold;
			font-style:italic;}
		.text_hoofkop_underline{
			text-decoration:underline;
			}
		.text_tussenkop_underline{
			text-decoration:underline;
			}	
		.text_paragraaf_underline{
			text-decoration:underline;
			}
		.text_hoofkop_underline_vet{
			text-decoration:underline;
			font-weight:bold;
			}
		.text_tussenkop_underline_vet{
			text-decoration:underline;
			font-weight:bold;
			}	
		.text_paragraaf_underline_vet{
			text-decoration:underline;
			font-weight:bold;
			}
		.text_hoofkop_underline_vetcursief{
			text-decoration:underline;
			font-weight:bold;
			font-style:italic;
			}
		.text_tussenkop_underline_vetcursief{
			text-decoration:underline;
			font-weight:bold;
			font-style:italic;
			}	
		.text_paragraaf_underline_vetcursief{
			text-decoration:underline;
			font-weight:bold;
			font-style:italic;
			}	
		/* Einde styles voor TinyMCPUK */
.projecten{
	padding-left:10em;
	font-size:10px;
	line-height:1.5;
	}
.projectlink a{
	font-size:10px;
	color:#333333;/*Donkergrijs*/
	}

.projectlink a hover{
	color:#990033/*Bruin/Rood*/
	}
.project_thumb{
	padding:0;
	}
#container{
	position:relative;
	float:left;
	width:100%;
	height:450px;
	padding-top:2em;
	margin-right: auto;
	margin-left: auto;
	}
#header{
	width:100%;
	text-align:left;
	height:150px;
	background-image:url(../images/headerbg.png);
	background-repeat:repeat-x;
	border-bottom:1px solid;
	}
#logo{
	padding-left:2em;
	padding-top:4em;
	}
#logo img{
	border:none;
	}
#slogan{
	position:absolute;
	left:10em;
	top:7.2em;
	width:50em;
	text-align:right;
	height:4.7em;
	font-size:1.5em;
	font-weight:bold;
	}
#navigation{
	position:relative;
	float:left;
	f\loat:left;
	width:160px;
	height:380px;
	text-align:left;
	font-size:1.8em;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	color:#333333;
	z-index:1000;
	}
#maintext{
	position:relative;
	float:left;
	f\loat:left;
	width:380px;
	height:380px;
	text-align:left;
	padding-left:2em;
	padding-right:2em;
	z-index:0;
	}

#mainfoto{
	position:absolute;
	float:left;
	f\loat:left;
	width:380px;
	height:380px;
	left:600px;
	padding-top:2em;
}

#beschrijving{
	position:absolute;
	left:120px;
	top:0px;
	text-align:left;
	width:550px;
	height:400px;
	padding:10px;
	overflow:auto;
	border:1px;
	}
#foto1{
	position:absolute;
	left:10px;
	top:100px;
	vertical-align:middle;}
#foto2{
	position:absolute;
	left:620px;
	top:100px;
	vertical-align:middle;
	}
#foto3{
	position:absolute;
	left:830px;
	top:50px;
	visibility:hidden;
	}
#foto4{
	position:absolute;
	left:830px;
	top:270px;
	visibility:hidden;
	}
#foottabel{
	position:relative;
	float:left;
	left:0px;
	top:100px;
	text-align:center;
	height:5em;
	width:90%;
	}
#footer{
	font-size:1em;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	color:#C30;
	}
#footer a{
	font-size:1em;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	color:#C30;
	text-decoration:none;
	}

#footer a:hover{
	font-size:1.2em;
	color:#000000;
	}

