/* LAYOUT ELEMENTEN */
body{
	text-align:center;
}

html,body {
	font-family: Arial, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	background-image:url(../images/spacer.jpg);
	background-repeat:repeat;
}
.extra_container{
	height: 600px;
	width: 	928px;
	_width: 915px;
	margin: auto;
}
.container {
	height: 600px;
	width: 	900px;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	margin: auto;
	background-color:#772775;
}

.language {
	width: 790px;
	height:100px;
	background-image:url(../images/bg_logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.left {
	width: 285px; 
	height: 500px;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:no-repeat;
	float: left;
}

.center {
	width: 515px;
	height: 468px;
	float: left;
	overflow:auto;
	overflow-x:hidden;
}

.right {
	height:600px;
	float:right;
}


/* VORMGEVING ELEMENTEN */
.language{
	padding-left:110px;

}

.left{
	text-align:right;
	font-weight:bold;
	font-size:14px;
	line-height:17pt;
	letter-spacing: 0.9px;
}
.left ul{
	padding-right:63px;
	padding-left:0px;
	padding-top:96px;
	}
.left li {
	list-style-type:none;
}
.left li a{
	color:#772775;
	text-decoration:none;
}
.left li a:hover{
	color:#DB1A5A;
	text-decoration:none;
}
.actief{
	color:#DB1A5A;
}

.center {
	line-height:18px; 
	text-align:left;
	padding-left:50px;
	padding-right:50px;
	letter-spacing: 1px;
}
.center h1 {
	margin:0px;
	padding:0px;
	font-size:15px;
}
.center input, textarea{
	font-family: Arial, Geneva, sans-serif;
	color:#772775;
	font-size:12px;
}
.center a{
	color:#FFF;
	text-decoration:underline;
}
.center a:hover{
	color:#FFF;
	text-decoration:none;
}
