body {
	background-color:#f2f2f2;
    font: .75em Arial,Helvetica,sans-serif;
}
.page {
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	min-height:700px;
	background-color:#fff;
	border: 1px solid #bfbfbf;
	position: relative;
}

#q {
  background-color: white;
    height: 31px;
    left: 830px;
    position: absolute;
    top: 46px;
}
#q input[type="text"], #inputArea textarea
{
    border: 0 solid white;
    font-family: Arial,Sans-Serif;
    font-size: 10px;
    font-style: italic;
    margin: 6px 0 0 5px;
    width: 110px;
    color: #A41788;
    background: #FFF;
}
	
#menu {	
	background: #610981;
	/*border-bottom: 13px solid #A41788;
	float:left;
	width: 770px;*/
	padding-left: 225px;
}
#bar {
	height: 13px;
	background-color: #A41788;
	width: 100%;
	border-bottom: 1px solid #7c1167;
}	
#menu .current {
	background-color: #A41788;
}
#nav {
    margin-left: 0px;
    padding: 0;
}
#menu ul {
	list-style: none;
	/*background-color: black;
	margin: 5px;*/	  
	margin: 0;
    padding: 5px;
}	

#nav li {
	float:left;
}
#nav a:hover {
	background-color: #A41788;
}
#nav a {
	text-decoration:none;
	color: white;

	padding: 5px 10px 6px 12px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/*.subject {
	color: #F58329;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}*/
.title {
	color: #A41788;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 30px;
	
}
#submenu {
	width: 210px;
	/*min-height: 500px;*/
	float: left;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin: 20px 0 0 20px;
	
}
.submenu {
	background-color: #A41788;
	border-bottom: 2px solid #680b56;

	color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
   	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #A41788 0%, #7f0f84 300%);	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #A41788 0%, #7f0f84 300%);	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #A41788 0%, #7f0f84 300%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A41788), color-stop(3, #7f0f84));	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #A41788 0%, #7f0f84 300%);	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #A41788 0%, #7f0f84 300%);	 
    
}
	
.submenu li {
	padding-bottom: 10px;
	border-bottom: 2px solid #F58329;
	margin: 15px 0 10px 0;
}

.submenu a {
	text-decoration: none;
	color: black;
}
.submenu td {
	padding:10px;
	/*border-bottom: 2px solid #F58329;*/

	
}	
.submenu a {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 300;
	margin: 15px 0 10px 0;
	
}
#submenuShadow_1 {
	height: 40px;
	margin-top: 1px;
	background-image: url('smback.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top-right;
}
#submenuShadow {
	height: 40px;
	margin-top: 1px;
/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom left, #FFFFFF 0%, #E4E4E4 600%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom left, #FFFFFF 0%, #E4E4E4 600%);

/* Opera */ 
background-image: -o-linear-gradient(bottom left, #FFFFFF 0%, #E4E4E4 600%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #FFFFFF), color-stop(1, #E4E4E4));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom left, #FFFFFF 0%, #E4E4E4 600%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top right, #FFFFFF 0%, #E4E4E4 600%);
}
/*a:hover
{ 
background-color:yellow;
}*/
.content {
	min-height: 460px;
	/*border-bottom: 2px solid #F58329;*/
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin-bottom: 10px;
	width: 415px;
	float:left;
	padding: 20px;
}
.rightpanel {
	width: 300px;
	float:left;
	padding: 10px 0;
}
.newsContent {
	margin-top: 30px;
	margin-left: 10px;
}
/*.boxed {
	display:block;
	padding: 15px;
	background-color:#EEE;
	margin-bottom:10px;
	border:1px solid #F58329;
	opacity: 0.93;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	margin: 0 10px 10px 0;
	width: 258px;
	float:left;
}*/
.boxed {
	display:block;
	padding: 15px;
	color: #A41788;
	font-style: italic;
	margin-bottom:10px;
	border:1px solid #bfbfbf;
	opacity: 0.93;
	margin: 0 10px 10px 0;
	/*float:left;*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F6F6F6 300%);	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F6F6F6 300%);	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F6F6F6 300%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(3, #F6F6F6));	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F6F6F6 300%);	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 300%);	
}
.boxedcontent {
    /*margin-top: -34px;*/
    padding: 15px;
}
/*
.quoteleft {
	
}
.quoteright {
	float: right;
    margin-right: 20px;
    margin-top: -35px;
}*/	
/*.current {
	/*background-color: #DDDDDD;
	font-weight: bolder;
}*/
tr.current td { 
	/*background-color: #DDDDDD;*/
	font-weight: bold;
}
tr.current { 
	/*background-color: #DDDDDD;*/
	font-weight: bold;
}
.select {
	/*background-color: #F58329;*/
	color: #FFF;
	cursor: pointer;
}
.select a {
	color: #FFF;
}
.select .subject {
	color: #FFF;
}
.subsub {
	padding-left: 20px !important;
}
.lichtgrijs {
	clear:both;
	color: #757575;
	text-align: center;
}

.titleNews {
	color: #A41788;
	font-weight: bold;
	/*font-size: 18px;*/
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 30px;
	
}
.news td {
    border-bottom: 2px solid #bfbfbf;
    padding: 10px;
}
.actueel {
	font-size:20px;
	font-weight:bold;
	margin-left:95px;
}
.meerNieuws {
	font-size:12px;
	font-weight:bold;
	margin:15px;
}
#footer {
	clear:both;

	color: #757575;
	background-color:#F6F6F6;
	border-top: 1px solid #bfbfbf;
	height: 40px;
	padding-top: 15px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #EBEBEB 0%, #F6F6F6 200%);	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #EBEBEB 0%, #F6F6F6 200%);	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #EBEBEB 0%, #F6F6F6 200%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEBEB), color-stop(3, #F6F6F6));	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #F6F6F6 200%);	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #EBEBEB 0%, #F6F6F6 200%);	
}
#footer li {
	display: inline;
	padding: 10px;
	/*border-right: 1px solid #2f2f2f;*/
}
#footer a {
		text-decoration:none;
		color: #757575;
		margin-left: 33px;
}
#footer a:visited {
		text-decoration:none;
}
.fleft {
	width: 230px;
	float: left;
	border-right: 1px solid #bfbfbf;
}
.fright {
	width: 308px;
	float: right;
	border-left: 1px solid #bfbfbf;
}

.credits {
	float:right;
	margin-top:10px;
}
.logos img {
	margin:10px;
	