/* Standaard */
* {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0;
}

A {
	color:#667BB4;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

BODY {
	margin:0;
	background:#43578B;
	z-index:0;
	width:100%;
	height:100%;
}

BODY, P, TD, LI {	
	font-family:Arial;
	font-size:12px;
	color:#333333;
}

.clear {
	clear:both;
}

.container {
	position:relative;
	width:100%;
	height:100%;
}

#content {
	width:970px;
	margin-left:10px;
	padding-top: 15px;
	min-height:400px;
	background:white;
}


UL.content {
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content_links {
	width:200px;
	min-height:400px;
	float:left;
}


#copyright {
	width:970px;
	height:35px;
	text-align:center;
	background:white;
	line-height:200%;
	margin-left: 10px;
}

#footer {
	width:100%;
	height:35px;
	background:#EEEEEE;
}



#header {
	width:970px;
	margin-left:10px;
	height:111px;
}

HTML {
	width:100%;
	height:100%;
}

INPUT,TEXTAREA,SELECT {
	font-family:Arial;
	font-size:12px;
}

.input_text {
	border:1px solid #333333;
	color:#333333;
	background:white;
}

.kantlijn {
	padding:25px;
}

.kop {
	color:#FFBE00;
	font-weight:bold;
}

#menu {
	margin-left:10px;
	height:44px;
	width:770px;
	background:url(/images/backgrounds/menu.png) no-repeat;
	padding-left:200px;
}

#site {
	width:980px;
	margin: 0 auto;
	z-index:1;
}

#top {
	width:100%;
	height:10px;
}

.submit_button {
	border:1px solid white;
	color:white;
	background:#333333;
}

.tussenruimte {
	width:100%;
	height:25px;
}

.menu {
	float:left;
	height:44px;	
}

#content-right {
	width:200px;
	padding:0 15px;
	margin-top: 12px;
	min-height:400px;
	float:right;
	display:inline;
	background: #FFFFFF;

}

#content-right UL.block A {
	text-align:left;

}

/* BLOKKEN */

UL.blockrechts {
	margin:0 15px 15px 0px;
	width:200px;
}

#content-right UL.blockrechts {
	margin:0 0 15px 0px;

}

UL.blockrechts LI {
	width:100%;
	list-style:none;
}

UL.blockrechts LI A {
	display:block;
	width:182px;
	height:20px;
	border:1px dotted #6D819C;
	line-height:28px;
	padding:0 18px;
	text-decoration:none;
	color:#6D819C;
}

UL.blockrechts LI A:hover {	
	border:1px dotted #6D819C; 
	color:#6D819C; 
}


UL.blockrechts LI.active A, UL.blockrechts LI.active A:hover {
	color:white;
	background:#6D819C; 
	border:1px solid #6D819C;
}

.body-0 UL.blockrechts LI.active A, .body-0 UL.blockrechts LI.active A:hover {	
	background:#6D819C; 
	border:1px solid #6D819C; 
}


UL.blockrechts LI UL {
	display:none;
}

UL.blockrechts LI.active UL {
	display:block;
	width:188px;
	margin-bottom:15px;
	padding:20px 15px;
	border:1px solid #6D819C;
}



.body-0 UL.blockrechts LI.active UL {	
	border:1px solid #6D819C; 
}


UL.blockrechts LI UL LI {
	list-style:none;
	float:none;
}

UL.blockrechts LI.active UL LI A, UL.blockrechts LI.active UL LI A:hover {
	background:white !important;
	width:100%;
	display:inline;
	color:#333333;
	padding:0;
	border:0 !important;
	line-height:180%;
}

P {
	line-height: 15px;
	font-size: 13px;
	font-family: Arial;
	padding-bottom: 10px;
}

H1 {
	font-size:17px;
	color:#667BB4;
	font-weight:bold;
	margin-bottom:20px;
}

H2 {
	font-size:15px;
	color:#667BB4;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}

H3 {
	font-size:15px;
	color:#667BB4;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}