body,
.body {
	margin: 0;
	padding:0;
	
  	font: normal normal 12px Trebuchet MS, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #05306C;
}

#wrapper {
	background:url('/images/achtergrond.png') repeat-x #CCC;
	background-attachment: fixed;
	background-position: top center;
}

#tinymce {
	background-color:#FFF;
	border: 1px dashed #000;
}

a {
	color: #D2025D;
	text-decoration: none;
}

a:hover {
	color: #666666;
  	text-decoration: none;
}

.text, table, div, p{
	color: #05306C;
	text-decoration: none;
}

.titel, h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F1257A;
	letter-spacing: -0.1mm;
}

.leader {
	font-size: 14px;
	font-weight: light;
	color: #291F78;
	letter-spacing: 0.2mm;
}


.subtitel {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.bloktitel {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.1mm;
}

.bloktekst {
	font-size: 11px;
	color: #fff;
}

a.bloknav,
a.bloknav:hover,
a.nav1,
a.nav1:hover,
a.nav2,
a.nav2:hover,
a.nav3,
a.nav3:hover,
a.nav4,
a.nav4:hover,
a.nav5,
a.nav5:hover,
a.nav6,
a.nav6:hover {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

a.bloknav,
a.bloknav:hover {
  font-size:16px;
}

a.nav1,
a.nav1:hover {
	font-size:16px;
	font-weight:normal;
	padding: 5px 36px 10px 0;
}

a.last,
a.last:hover {
	padding: 5px 0 10px 0;
}

a.nav6,
a.nav6:hover {
	font-size:16px;
	font-weight:normal;
	text-align: right;
	padding: 5px 0 10px 0;
}

a.nav2,
a.nav2:hover,
a.nav4,
a.nav4:hover {
	font-size:14px;
	color:#FF0272;
	padding: 5px 5px 0 0;
}

a.nav3,
a.nav3:hover {
	font-size:12px;
	padding: 5px 0 0 0;
}

a.nav5,
a.nav5:hover {
	font-size:14px;
	padding: 2px 0 0 0;
}

.magenta,
a.nav1:hover,
a.nav2:hover,
a.nav3:hover,
a.nav4:hover,
a.nav5:hover,
a.nav6:hover {
	color: #FF0272;
}

.wit {color: #fff;}

.hr,
hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #000000;
} 




input[type=text] {
	margin:1px; padding:2px;
	border:1px solid #CCC;
}

input[type=button], input[type=submit] {
	margin:0; 
	padding:0;
	border:0;
	font-weight:bold;
	color: #fff;
	background-color:#05306C;
	border:0;
}


#twitter
{
	font-size: 12px;
 	position:absolute;
 	margin:3; padding:0;
	width:234px; 
	height: 155px;
	background:#05306C;
}

#twitter ul li
{
	position:relative;
	margin:0; padding:0;
	width:234px;
	height:125px;
	text-align:left;
}



/* NAV */
*{outline: none;}
img {border: 0;}
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	
}

ul#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	z-index:99;
}
ul#topnav li a {
	float: left; 
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }


ul#topnav li .sub,
ul#topnav li .sub2 {
	position: absolute;	
	top: 34px; left: 0;
	background: #05306C;
	padding: 0 15px 15px 15px;
	float: left;z-index:99;
	/*--Bottom right rounded corner--
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
	display: none;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	
}

/*ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}*/
ul#topnav li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 170px;
	float: left;
}

ul#topnav li .sub2 ul {
	list-style: none;
	margin: 0; 
	padding: 0;

}

ul#topnav .sub ul li,
ul#topnav .sub2 ul li {
	width: 100%;
}
/*
ul#topnav .sub ul li h2,
ul#topnav .sub2 ul li h2 {
	padding: 0;  
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a,
ul#topnav .sub2 ul li h2 a {
	padding: 5px 0;
}
*/
ul#topnav .sub ul li a,
ul#topnav .sub2 ul li a {	
	float: none; 
	text-indent: 0; 
	height: auto;
	text-align:left;
	/*padding: 7px 5px 7px 15px;*/
	display: block;
	text-decoration: none;
	/*color: #fff;*/
}


