/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* OVERIGE CSS */
body {
	background-color: #000;
	background-image: url(../images/bg_body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	line-height: 1.6em;
}

p {
	margin-bottom: 15px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color: #383838;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.error {
	color: #DB4D08;
	font-weight: bold;
}

input {
	border: 1px solid #C7C7C7;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	width: 150px;
}

input.checkbox {
	border: none;
	background-color: transparent;
	width: auto;
}

input.button {
	border: none;
	background-color: transparent;
	width: auto;
	margin-top: 8px;
}

label {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

#container {
	width: 622px;
	margin: 0 auto;
}

#top {
	height: 100px;
}

#logo {
	width: 50%;
	float: left;
	clear: right;
}

#founder {
	width: 50%;
	float: left;
	clear: right;
	text-align: right;
	padding-top: 30px;
}

#body {
}

#body div.top {
	background-image: url(../images/bg_body_top.png);
	height: 19px;
}

#body div.middle {
	background-image: url(../images/bg_body_middle.png);
	padding: 20px 60px;
}

#body div.bottom {
	background-image: url(../images/bg_body_bottom.png);
	height: 20px;
}

/* CLEAR DIV */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
