/*************************************************
* Elements
*************************************************/
html,body {
	padding: 0px;
	margin: 0px;
}
body,td,div,span,p,ul,ol,li {
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.breaker {
	clear: both;
	height: 1px;
}
a {
	color: #000000;
	text-decoration: underline;
}
img {
	border-width: 0px;
}
a font {
	color: #000000;
}
/*************************************************
* Design
*************************************************/
#backImage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-Index: 0;
}
#designDiv {
	position: absolute;
	top: 0px;
	left: 416px;
}
#graphicTitle {
	margin-left: 22px;
}
.dot {
	float: left;
	width: 16px;
	height: 16px;
	
	position: relative;
	top: 4px;
	
	margin-right: 7px;
}
.dottextcontainer {
	margin-bottom: 10px;
}
.subheadline {
	margin-left: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}
/*************************************************
* Menu
*************************************************/
#menu {
	background-color: #75e900;
	background-image: url("/images/design/images/menu_bred_groen.jpg");
	background-repeat: no-repeat;
	width: 550px;
	height: 87px;
	
	padding-left: 36px;
	padding-top: 9px;
}
#menuandsub {
	background-color: #75e900;
	background-image: url("/images/design/images/menu_bred_groen.jpg");
	background-repeat: no-repeat;
	background-position:top left;
	width: 550px;
	height: 87px;
	
	padding-left: 39px;
	padding-top: 9px;
}

#menuandsub a {
	text-decoration:none;
}
.menuitem,.menuitemchosen {
	margin-right: 16px;
	height: 17px;
}
#submenu {
	margin-top: 29px;
	margin-left:10px;
}
.submenuitem,.submenuitemchosen {
	margin-right: 12px;
	height: 17px;
}