body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	font-size: 75%;
	background-color: #ffffff;
	text-align: center;
}

p{ margin: 0px 0px 1em 0px; padding: 0px; }
.divider{ clear: both; }

#site{
	width: 759px;
	margin: 0px;
	text-align: left;
	background-color: #EDEDED;
}

#header{
	height: 267px;
	width: 589px;
	background-color: #ffffff;
	text-align: left;
}

#menu{
	position: absolute;
	margin-top: 0px;
	height: 204px;
	width: 204px;
	background-color: #61B4E8;
	text-align: left;
}

#topimg{
	position: absolute;
	margin-top: 0px;
	margin-left: 204px;
	height: 204px;
	width: 375px;
	background-color: #61B4E8;
}

#bar{
	background-color: #61B4E8;
	text-align: right;
	color: #ffffff;
	width: 589px;
}

#content{
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	width: 569px;
	background-color: #ffffff;
	padding: 10px;
}

#content img{
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content h1{
	font-size: 100%;
	font-weight: bold;
	margin-top: 30px;
	color: #0059A1;
}

#content p{
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

#content p a, #content a{
	color: #005CB7;
	text-decoration: none;
}

#content p a:hover, #content a:hover{
	color: #61B4E8;
	text-decoration: underline;
}

#logos a{
	color: #61B4E8;
}

/*	FOOTER */

#footer{
	margin-left: 200px;
	font-size: 0.8em;
	color: #000000;
	padding: 5px;
}

#footer a{
	color: #005CB7;
	text-decoration: none;
}

#footer a:hover{
	color: #61B4E8;
	text-decoration: underline;
}

/*	AANMELD FORMULIER */

#form{
	width: 300px;
	color: #ff0000;
}

#form label{
	color: #005CB7;
	font-weight: bold;
	clear: both;
}

.inputtext{
	width: 100%;
	border: 1px #C05647 solid;
	margin-bottom: 5px;
	float: left;
}

.inputsubmit{
	float: right;
}

fieldset{
	padding: 10px;
	border: 2px solid #ff0000;
}
fieldset p{
	margin-top: 7px;
	text-align: center;
}

.error{
	color: #ff0000 !important;
}

#logos{
	position: absolute;
	top: 0px;
	margin-left: 589px;
	width: 170px;
	background-color: #EDEDED;
}
