body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 padding: 0; 
 margin: 0;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 830px;
}

#content { 
 float: left;
 color: #333;
 background: ;
 width: 250px;
 display: inline;
 margin: 0;
 padding-right: 40px;
 vertical-align: top;
}

#content p{ 
 	margin-top: 0px;
 	margin-bottom: 20px;
 	padding: 0;
	line-height: 19px;
}
#content p a{ 
 	color: #54075b;
}
#content p a:hover{ 
 	background-color: #54075b;
 	color: #ffffff;
}
#content h1 {
	color: #54075b;
	font-size: 14px;
	font-style:  italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	}

#contentsub { 
 float: left;
 color: #333;
 background: ;
 width: 540px;
 display: inline;
 margin: 0;
 vertical-align: top;
}

#contentsub p{ 
 	margin-top: 0px;
 	margin-bottom: 20px;
 	padding: 0;
	line-height: 19px;
}
#contentsub p a{ 
 	color: #54075b;
}
#contentsub p a:hover{ 
 	background-color: #54075b;
 	color: #ffffff;
}
#contentsub h1 {
	color: #54075b;
	font-size: 14px;
	font-style:  italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	}	
#contentsub h2 {
	color: #54075b;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	}
#contentsub h3 {
	color: #54075b;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	}	

#header {
 color: #333;
 width: 830px;
 float: left;
 height: 167px;
 text-align: left; 
 }

#header img{
 border: 0;
 } 

#leftcolumn { 
 color: #333;
 background: ;
 width: 290px;
 float: left;
}

#rightcolumn { 
 color: #333;
 background: ;
 width: 250px;
 float: left;
 margin:0;
 padding:0;
}

.box {
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	line-height: 19px;
	}
	
.box p{ 
 	margin-top: 10px;
 	margin-bottom: 0px;
 	padding: 0;
	line-height: 19px;
	color: #ffffff;

}

.box p a{ 
 	color: #ffffff;
}

.box p a:hover{
	background-color: #ffffff;
	color: #54075b;
}

.box h1 {
	color: #ffffff;
	font-size: 14px;
	font-style:  italic;
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 3px;

}	

#box_purple_top {
	width: 250px;
	height: 10px;
	background-image: url(../images/box_purple_top.gif);
	background-color: #54075b;
	overflow:hidden;
}

#box_purple_middle {
	width: 250px;
	background-color: #54075b;
}

#box_purple_bottom {
	width: 250px;
	height: 10px;
	background-image: url(../images/box_purple_bottom.gif);
	overflow:hidden;

}


#box_blue {
	width: 250px;
	display: block;
}
#box_blue_top {
	width: 250px;
	height: 10px;
	background-image: url(../images/box_blue_top.gif);
	margin-top: 40px;
	overflow:hidden;

}

#box_blue_middle {
	width: 250px;
	background-color: #0a92c1;
}

#box_blue_bottom {
	width: 250px;
	height: 10px;
	background-image: url(../images/box_blue_bottom.gif);
	overflow:hidden;

}

.onderschrift {
	text-align: center;
	margin-top: 45px;
}

.onderschrift h1 {
	font-size: 13px;
	font-weight: bold;
	color: #828282;
	margin-bottom: 3px;
	padding: 0;
}

.onderschrift p {
	color: #828282;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

.onderschrift p a{
	color: #828282;
}
.onderschrift p a:hover{
	background-color: #0a92c1;
	color: #ffffff;
}
.onderschrift img{
	vertical-align: middle;
	margin-right: 1px;
	margin-top: -1px;
}
/* FOOTER */
div.footer {
	font-family: verdana;
	color: #999;
	padding: 75px 0 0 0;
	font-size: 10px;
	text-align: center;
	line-height: 25px;
	margin-top: 25px;
	clear: both;
	}
div.footer a:link, div.footer a:visited, div.footer a:active {
	color: #999;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #999; 
	text-decoration:none;
	padding-bottom: 0px;
	}	
div.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0a92c1;
	}	
div.footer a img, div.footer img{
	border:0;
	vertical-align: middle; 
	}
