@charset "utf-8";
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/herhalen.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#bovenrand {
	background-image: url(images/boog.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.Hoofdlijn {
	width: 1000px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-radius: 15px 15px 15px 15px;
	margin-top: 30px;
}
#onderrand {
	height: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333;
}
.logo {
	background-image: url(images/destech.jpg);
	width: 350px;
	background-repeat: no-repeat;
	height: 71px;
	float: left;
	margin-left: -20px;
}
.rechterrand {
	background-image: url(images/page%20rand.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 500px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	border-radius: 15px;
}
.radius {
	border-radius: 15px 15px 15px 15px;
}

/*--Menu--*/
.menu {
	background-position: left top;
	background-repeat: repeat-x;
	height: auto;
	width: 200px;
	margin-left: -2px;
}
.menu ul {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 95%;
	list-style: none outside none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0;
}
.menu ul li {
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	min-width: 200px;
}
.menu ul li a {
	background-position: right center;
	color: #000;
	/* [disabled]display: list-item; */
	/* [disabled]padding: 17px 15px; */
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(images/menu.png);
	/* [disabled]background-repeat: repeat-x; */
}
.menu a:hover {
	/* [disabled]background-color: #FFFFFF; */
	background-position: right center;
	color: #333333;
	text-decoration: underline;
}
.menu .current_page_item a {
	background-color: #FFFFFF;
	color: #333333;
}
