/* CSS Document */

body {
	background-color: #fde1b7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 100%;
	height: 100%;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
}	

a {
	color: #000000;
}


#header {
	background-image: url(../images/header_bck.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 170px;
	overflow: auto;
	/*width: 100%;*/
}

#menu {
	width: 170px;
	min-height: 450px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	margin: 0px;
	padding: 0px;
	min-height: 450px;
	/*width: 100%;*/
	overflow: auto;
	background-color: #fde1b7;
}

#footer {
	background-image: url(../images/footer_bck.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 24px;
	float: left;
	min-width: 100%;
	width: 100%;
}

#beeld_linksboven {
	margin: 0px;
	padding: 0px;
	width: 170px;
	min-height: 170px;
	float: left;
	display: inline;
}

#topnav {
	margin: 0px;
	padding: 0px;
	height: 170px;
	float: left;
	overflow: hidden;
}

#servicemenu_top {
	margin: 0px;
	height: 160px;
	width: 145px;
	float: right;
	background-image: url(../images/servicetop_bck.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}


/* definiëren van stijlen binnen divs */

#footer p {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
 