body, p, form {
	margin: 0px;
}

body {
	background: #666a6d url('../images/background.website.jpg') no-repeat center top;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a {
	color: #662e91;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 28px;
	line-height: 28px;
	color: #662c91;
	
	font-weight: bold;
	
	margin: 0 0 10px 0;
}

h3 {
	font-size: 28px;
	
	font-weight: normal;
	
	margin: 0 0 20px 0;
}

.bold {
	font-weight: bold;
}

.center_text {
	text-align: center;
}

.no_padding {
	padding: 0 !important;
}

.top_text {
	vertical-align: top;
}

.float_left {
	float: left;
}

#website_container {
	width: 937px;
	margin: 0 auto;
}

#website {
	width: 899px;
}

#header {
	position: relative;
	height: 200px;
}

#logo {
	width: 149px;
	height: 197px;
	position: absolute;
	top: 21px;
	left: 35px;
}

#slogan {
	width: 422px;
	height: 120px;	
	
	position: absolute;
	top: 40px;
	left: 314px;
}

#content_container {
	width: 899px;
	background: #FFF url('../images/background.content.container.jpg') repeat-y left top;
}

#content_container_background {
	background: transparent url('../images/background.content.total.jpg') no-repeat left top;
}

#content_left {
	width: 620px;
	
	padding: 30px 20px;
	
	float: left;
}

#content_right {
	padding: 30px 0 30px 10px;
	
	width: 219px;
	
	float: left;
	
	background: #662c90;
	
	color: #FFF;
}

#website_navigatie {
	position: absolute;
	height: 39px;
	background: #FFF url('../images/nav.line.gif') no-repeat left 13px;
	
	left: 200px;
	top: 160px;
}

#nav, #nav ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	z-index: 1000;
	float: left;
}

#nav {
	position: relative;
	float: left;
	background: transparent url('../images/background.navigatie.line.gif') no-repeat left top !important;
}

#nav li {
	position: relative;	
	
	line-height : 39px;
	
	font-weight: bold;
	list-style: none;
	
	float: left;
	
	cursor: default;
	
	background: transparent url('../images/nav.line.gif') no-repeat right 13px;
	
}

.nav_li_mouseover {
	background: transparent url(../images/background.navigatie.mouseover.gif) repeat-x right top !important;
	cursor: default;
	display: inline-block;
}

#nav li ul li {	
	float: none;
	position: relative;
	display: inline-block;
	text-align: left;
	
	margin: 0px;
	padding: 0px;
	height: 22px;
	line-height : 24px;
	
	
	white-space: nowrap;	
}

#nav li ul {
	position: absolute;
	display: none;
	left: 0px;
	top: 40px;	
	
	padding: 0 0 2px 0;
	background: #FFF;
}

#nav a:hover {
	text-decoration: none;
}

#nav li a {
	display: inline-block;
	height: 40px;
	text-decoration: none;
	color: #cab6d9;
	
	text-transform: uppercase;
	
	font-size: 14px;
	font-weight: bold;
	
	padding: 0px 16px 0px 14px;
}

#nav li a:hover {
	color: #703a98;
}

.nav_selected {
	color: #703a98 !important;
}

#nav li ul li a {
	padding: 0px 14px 0px 14px;
	
	color: #000;
	text-decoration: none;
	text-transform: none;
	
	background: #FFF;
	height: 24px;
	font-size: 12px;
}

#nav li ul li a:hover {
	background: #FFF;
	display: inline-block;
}

.content_right_img {
	margin: 0 0 0 -10px;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
