body, html {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	text-align:left;
	text-decoration:none;
	background:#FFF;
}
h1 {
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	margin-top:0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin-top:0px;
	margin-bottom:0px;
}
a:link, a:visited {
	color:#cb0024;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;	
}

a img {
	border:none;
}
#wrapper {
	width:776px;
	height:551px;
	position:relative;
	left:50%;
	margin-left:-388px;
}
#ui {
	position:absolute;
	width:100%;
	height:487px;
	bottom:0;
}
#menu {
}
#background {
	position:relative;
	width:776px;
	height:461px;
	background:url(../images/background.jpg);
}
#flash {
	position:absolute;
	left:73px;
	top:187px;
	width:208px;
	height:165px;
}
#layer {
	position:absolute;
	width:370px;
	height:205px;
	left:305px;
	top:30px;
	background:#FFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	padding:20px;
}
#header {
	position:absolute;
	width:370px;
	height:205px;
	left:305px;
	top:30px;
	padding:20px;
}
#header_vraag {
	position:absolute;
	width:380px;
	height:205px;
	left:305px;
	top:30px;
	padding:20px;
}
#mask {
	position:relative;
	top:90px;
	left:325px;
	width:370px;
	height:175px;
	overflow:hidden;
}

#mask2 {
	position:relative;
	top:80px;
	left:325px;
	width:390px;
	height:175px;
	overflow:hidden;
}

#content {
	position:absolute;
	width:350px;
}

#content2 {
	position:absolute;
	width:380px;
}

#bar {
	position:absolute;
	width:10px;
	height:173px;
	background:none;
	right:0;
	border:1px solid #9d9d9d;
}
#tracker {
	width:10px;
	height:42px;
	position:absolute;
	background:url(../images/tracker.gif);
}

div.formulier {
	width:280px;
}

div.formulier input {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	border:1px solid #666;
	font-size:11px;
	width:200px;
}

div.formulier textarea {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	border:1px solid #666;
	font-size:11px;
	width:200px;
	height:65px;
}

div.formulier input.submit {
	margin:0px;
	padding:0px;
	background:url(../images/verstuur.gif) no-repeat top left;
	border:none;
	width:66px;
	height:26px;	
	z-index:1001;
}
div.formulier input.submit:hover {
	cursor:pointer;
}

 /* AANGEPAST MENU */
div#menu_holder {
	margin:0px;
	padding:0px;
	position:absolute;
	top:218px;
	left:73px;
	width:205px;
	height:285px;
	z-index:1;
}

div.menu_item {
	margin:0px;
	padding:0px;
	width:205px;
	height:23px;
	display:block;
	z-index:2;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

