html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: f0f0f0;
}

/* wrapper */

#wrapper {
	height: 100%;
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/* html>body #wrapper,  {
	position: relative;
	height: auto;
	min-height: 100%;
} */

#wrapper2 {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

/* wrapper2 */

/* main */

#shadeleft {
	left: 0;
	position: absolute;
	width: 16px;
	height: 100%;
	background: url(graphics/shade_left.jpg) top left repeat-y;
}

#header {
	background: #000027 url(graphics/header.jpg) top left repeat-x;
	left: 0;
	position: absolute;
	width: 916px;
	height: 80px;
	padding: 25px 0 0 45px;
}

#content {
	background: white;
	left: 16px;
	top: 0;
	position: absolute;
	width: 948px;
	height: 100%;
}

#contentShadeTop {
	background: url(graphics/content_top.jpg) top left repeat-x;
	position: absolute;
	width: 948px;
	height: 36px;
	left: 0;
	top: 80px;
	z-index: 1;
}

#shaderight {
	right: 0;
	position: absolute;
	width: 16px;
	height: 100%;
	background: url(graphics/shade_right.jpg) top left repeat-y;
}

#main {
	left: 15px;
	top: 120px;
	position: absolute;
	width: 650px;
	margin: 30px;
	overflow: auto;
	z-index: 2;
	bottom: 20px;
	padding-right: 20px;
}

.gradientbar {
	background: url(graphics/gradient_bar_horizontal.jpg);
}

.gradientbar_small {
	background: url(graphics/gradient_bar_horizontal_small.jpg);
}
	
/* menu */

/*#menutitle {
	background: url(graphics/menu_title_gradient.jpg) repeat-x;
	position: relative;
	padding: 5px 0 5px 5px;
	color: white;
	width: 165px;
	height: 20px;
}*/

#rightmenu {
	/*background: #eee;*/
	position: absolute;
	top: 138px;
	right: 40px;
	width: 210px;
	height: 250px;
}

#menu ul {
	position: absolute;
	margin: 0;
	padding-left: 0;
	margin-left: 0;
}

#menu li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted black;
}

#menu li a, #menu li a:visited {
		text-decoration: none;
		color: #001D9F;
		display: block;
		width: 165px;
}

#menu li a.actief {
	font-weight: bold;
}

/*#menu li a:hover {
	background: #0F144B;
	color: white;
	display: block;
	cursor: pointer;
	width: 165px;
}*/

/*#menu li a:active  {
	background: url(graphics/menu_title_gradient.jpg) repeat-x;
	position: relative;
	padding: 5px 0 5px 5px;
	color: white;
}*/

.error {
	color: red;
}

/* footer */

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 31px;
}

#poweredby {
	position: absolute;
	left: 0;
	font-size: 80%;
	text-indent: 3px;
	bottom: 0;
}

#max {
	position: absolute;
	right: 135px;
	font-size: 80%;
	bottom: 0;
}

#maxlogo {
	background: url(graphics/logo.jpg) top left no-repeat;
	position: absolute;
	right: 5px;
	width: 126px;
	height: 31px;
}

#demoresults td {
	width: 70px;
}

.testbezig {
	color: orange;
}

.testklaar {
	color: green;
}

.testerror {
	color: red;
}

.testmixed {
	color: #FF7900;
}
