BODY {
	font-family 		: Arial, Verdana, Times New Roman;
	font-size			: 10pt;
	color				: #000;
	background			: #004087;
	margin-top			: 0px;
}

#container {
	margin				: 0px auto; 
	overflow			: hidden;
	width				: 700px;
	margin-top			: 10px;
}

#header {
	height				: 133px;
	background			: #fff;
	width				: 700px;
	float				: left;
	overflow			: hidden;
}

	.header_naam {
		text-align		: right;
		font-size		: 25pt;
		font-weight		: bold;
		color			: #004087;
		margin-top		: 20px;
		margin-right	: 20px;
	}
	
	.header_naam a, .header_naam a:hover, .header_naam a:visited {
		color			: #004087;
		text-decoration	: none;
	}
	
	.header_line {
		background		: #004087;
		height			: 1px;
		margin-top		: 20px;
		margin-bottom	: 15px;
		margin-left		: 155px;
		margin-right	: 20px;
	}
	
	.header_sub {
		text-align		: right;
		margin-right	: 20px;
		font-size		: 13pt;
		color			: #004087;
		font-weight		: Bold;
		text-transform	: uppercase;
		font-style		: italic;
	}

#menu {
	color			: #fff;
	text-align		: right;
	margin-top		: 5px;
	margin-bottom	: 5px;
	float			: left;
	overflow		: hidden;
	width 			: 700px;
	font-size		: 11pt;
}

#menu a, #menu a:visited {
	color			: #fff;
	text-decoration	: none;
}

#menu a:hover {
	color			: #fff;
	text-decoration	: underline;
}

#content {
	padding-left	: 10px;
	padding-top		: 5px;
	padding-right	: 10px;
	padding-bottom	: 10px;
	background		: #fff;
	overflow		: hidden;
	float			: left;
	width 			: 700px;
	font-size		: 11pt;
}

#content a, #content a:hover, #content a:visited {
	color			: #000;
}

#footer {
	padding-left	: 10px;
	padding-top		: 2px;
	padding-right	: 10px;
	padding-bottom	: 2px;
	margin-top		: 10px;
	background		: #fff;
	overflow		: hidden;
	float			: left;
	width 			: 700px;
	text-align		: center;
}

#fotopieter {
	margin-right	: 3px;
	margin-bottom	: 3px;
}

.webdesign_line {
	background		: #000;
	height			: 1px;
	margin-top		: 20px;
	margin-bottom	: 5px;
	margin-left		: 5px;
	margin-right	: 20px;
}

#blokje ul {
/*	list-style-image		: url('images/dot.png'); */
	list-style				: circle outside; 
	color					: #000;
	margin					: 0px;
	margin-left				: 15px;
	padding					: 1px;
}

	
h1 {
	margin			: 0px auto;
	margin-bottom	: 5px;
	font-size		: 15pt;
}

h2 {
	margin			: 0px auto;
	font-size		: 13pt;
}

div#mailcontainer {
    width: 400px;
    margin:0 auto;
    border: 1px solid #bac5d6;
    padding: 15px;
    background: #f2f4f7;
}

label {
    float: left;
    width: 140px;
    text-align: left;
    padding-top: 5px;
}

input, textarea {
    padding: 3px;
    margin: 3px;
    border: 1px solid #bac5d6;
    font: 10px Verdana, sans-serif;
    background: #fff;
}
input.fout, textarea.fout {
    border: 1px solid #FF0000;
}

label.fout {
    color: #FF0000;
}