@charset "utf-8";

p, h1, h2, h3, h4, h5, ul, li, span, div, td, tr, table {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
.border_and_shadow {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 30px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	box-shadow: 7px 7px 5px #888;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.shadow {
	box-shadow: 7px 7px 5px #888;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}



a:hover {
	text-decoration: underline;
	border: none;
}
#header p a {
	text-decoration: none;
}


body {
	background-color: #CCCCCC;
	font-family: 'Quicksand', Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
}


#wrapper {
	height: 625px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.fieldstyle {
	font-family: 'Open Sans', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	width: 250px;
	border: 2px solid #FFF;
	background-color: #FFF;
}


#sidebar {
	height: 615px;
	width: 240px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFF;
	font-size: 0.9em;
	background-image: url(images/bg-sidebar.png);
}


#header {
	height: 100px;
	width: 680px;
	float: right;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#nav {
	width: 225px;
	margin-top: 270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#note {
	height: 150px;
	width: 240px;
	background-image: url(images/note.png);
	color: #666;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 10px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#content {
	height: 475px;
	width: 680px;
	clear: none;
	float: right;
	padding-left: 30px;
	color: #FFF;
}
#ehi {
	height: 145px;
	width: 260px;
	border: 3px dashed #FFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#contact {
	width: 300px;
	float: left;
}
#image {
	padding-top: 225px;
}
#terug {
	text-align: center;
	font-size: 0.9em;
}
