* { padding: 0px; margin: 0px; }
html, body, div, ul, li, form, span, p, img, fieldset, legend, label, h1, h2, h3, h4, h5, h6, table, tbody, thead, tfoot, tr, th, td {
margin:0em; padding:0em; border:none; background-color: #ffffff;
}

@import "test.css";

html {
	background-color: #EBECEB;
}
body {
	background-color: #EBECEB;
	text-align: center;
	color: #013b8d;
}

#container {
	width:900px; 
	margin:0 auto;
	text-align: left;
	border-left: 2px outset gray;
	border-right: 2px inset gray;
	border-bottom: 2px inset gray;
}

#header {
	margin-left: 2px;
	margin-right: 2px;
	height: 85px;
	background:url('images/logo3.png') no-repeat left center;
	font-family: arial, "lucida console", sans-serif;

}
#menu {
	color: #ffffff;
	font-size: 14px;
	height: 18px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #013b8d;
	font-family: arial, "lucida console", sans-serif;

}
#grad {
	margin-left: 2px;
	margin-right: 2px;
	background:url('images/gradient.png') repeat-x;
	height: 20px;
}
#content {
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: left;
	color: #013b8d;
	font-family: arial, "lucida console", sans-serif;
	display: block;
	font-size: 12px;
	color: black;

}
#contentleft {
	padding-top: 20px;
	float: left;
	width: 150px;
	background-color: #F5F5F5;
	text-align: left;
	font-size: 10px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #003b8c;
}

#contentright {
	padding-top: 20px;
	margin-left: 160px;
	font-size: 12px;
	margin-left: 2px;
	color: black;
}

#contact {
	float: left bottom;
	top: 80px;
	left: 160px;
	color: #013b8d;
}
#zoeken {
	float: right;
	position: relative;
	top: 5px;
	height: 70px;
	margin-right: 4px;
}
h1 {
	font-size: 35px;
	color: #000000;
  margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
        width: 60%;
        height: 1px;
        border-style: dashed;
        color: #0000FF;
}

