* {
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #5C288D;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

img {
	border: none;
}

div#container {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
}

div#splash {
	width: 312px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

div#splash img {
	margin-top: 50%;
}

div#content {
	position: relative;
	width: 780px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(/images/left_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div#header {
	background-color: white;
	background-position: right;
	background-repeat: no-repeat;
	height: 134px;
	background-image: url(/images/header.jpg);
}

div#header img {
	margin-top: 20px;
	margin-left: 10px;
}

div#navigation {
	background-color: #DDC5DE;
	width: 210px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

div#navigationbg {
	width: 210px;
	height: 175px;
	background-color: #DDC5DE;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navigation ul li {
	text-align: center;
}

div#navigation ul li a {
	color: white;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid white;
	width: 210px;
	height: 30px;
	background-color: #d7afd9;
	padding-top: 7px;
}

div#navigation ul li a:hover {
	background-color: #5C288D;
}

div#main {
	width: 550px;
	float: right;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 35px;
	padding-top: 55px;
	padding-right: 100px;
	padding-bottom: 10px;
	min-height: 300px;
	z-index: 1;
	line-height: 125%;
}

div#mainbg {
	position: absolute;
	height: 231px;
	width: 314px;
	bottom: 0;
	right: 0;
}

div#main a {
	color: #D1E9CD;	
}

div#main a:hover {
	color: white;
}

div#verder {
	position: absolute;
	left: 660px;
	top: 150px;
}

form select {
	font-size: 11px;
}