@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	margin:50, 0; 
	background-color:#fff;
	text-align:center;
	font-size:0.8em;
	font-family:"Arial", "Lucida Sans Unicode", sans-serif
}

img, div, a { behavior: url("htc/iepngfix.htc") }
img { border:none; }

a {text-decoration:none; color:#007eff; font-weight:bold;}
a:active{text-decoration:none; color:#007eff; font-weight:bold;}
a:visited{text-decoration:none; color:#007eff; font-weight:bold;}
a:hover{text-decoration:none; color:#007eff; font-weight:bold;}

#container {
	margin:0px auto;
	margin-top:10px;
	width:848px;
	text-align:left;
}

#tag { 
	margin-bottom:30px;
	clear:both;
}

#content { margin-left:20px; margin-top:20px; }

#welkom {
	float:left;
	width:400px;
}
#welkom p { margin-bottom:30px; }
#doel { margin-top:8px; }

#statement {
	float:left;
	margin-left:24px;
	width:400px;
}

.quote {
	padding-left:55px;
	background-image:url("../images/quote.jpg");
	background-repeat:no-repeat;
	width:400px;
	height:254px;
}

.quote p{ width:300px; }

#werk {
	clear:both;
	padding-top:50px;
	*padding-top:0px;
	margin-bottom:20px;
}

.box { float:left; margin-left:15px; }

.thumbs {
	padding-bottom:15px;
}

p.desc {
	width:248px;
	margin-top:176px;
	margin-bottom:20px;
}

#statistiek {
	margin-top:20px;	
}

#stats_left {
	margin-top:25px;
	float:left;	
	width:385px;
}

#stats_right {
	margin-top:40px;
	margin-left:25px;
	float:left;	
}

.dienst {
	background-image:url("../images/me.jpg");
	background-repeat:no-repeat;
	width:355px;
	height:233px;
	padding-left:10px;
	padding-top:35px;
	line-height:18px;
}

#contact {
	clear:both;
	margin-left:20px;
	width:848px;
}

input {
	margin:5px;
	width:350px;
	height:30px;
}

textarea {
	margin:5px;
	width:390px;	
}

#top_right {
	position:fixed;
	margin-top:85px;
	margin-left:860px;
}

.form {
	float:left;
	width:400px;	
}

.details {
	float:left;
	margin-left:25px;
	width:400px;
}

.details p { padding-left:120px; }

input {
	border: 1px solid #000;
}

#message { color:#0077ee; }

#footer {
	clear:both;	
}