@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
a {
	color:#8FC2FF;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
img a {
	border:none;
}
html, body {
	overflow:visible;
	background:url(/images/swirl.png) top center;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#4e2683;

}
#slidecounter {
	float:left;
	color:#4F4F4F;
	font:50px "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	margin:18px 20px;
}
#slidecaption {
	overflow: hidden;
	float:left;
	color:#FFF;
	font:26px "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	margin:33px 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background-image: url(/images/progress.gif);
}
#supersize {
	position:fixed;
}
#supersize img {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

#header {
	width:100%;
	height:125px;
	margin:0 auto;
	float:left;
	background:url(/images/back.png) repeat-y top center;
}
#logo {
	width:100%;
	margin:0 auto;
	height:110px;
	padding-top:15px;
	text-align:center;
}
#logo a img{
	padding-top:15px;
}
#logo h3{
	font-size:50px;
	padding-top:35px;
	color:#4769d4;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
	z-index:3;
	position:relative;
}
#footer {
	height: 15px; /* .push must be the same height as .footer */
	z-index:500;
	position:relative;
	background:url(../images/back.png) repeat-y top center;
	padding:10px 50px 10px 50px;
}
#push {
	height: 35px; /* .push must be the same height as .footer */
	z-index:4;
	position:relative;
}
#content {
	width:100%;
	margin:0 auto;
	position:relative;
	clear:both;
}

/* navigatie midden blog */

#content ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  text-align:left;
  font-size:12px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:bold;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top:0;
}

ul.menu li a {
  	border-bottom: 1px  #867198 solid ;
	color: #4e2683;	
}

ul.menu li a:hover {
	background:url(/images/midden_hover.png) bottom right no-repeat;
	color:#fff;
}

ul.menu li ul li {
  background: #fff;
  color: #000;
}

ul.menu li ul li a {
  background: #fff;
  border-bottom: 1px  #4e2683 solid ;
	border-top:none ;
  text-align:center;
  padding:10px;
  width:170px;
  

}
ul.menu li ul li a:hover {
  background: #ede9f2;
  color:#4e2683;
}
.midden {
	background:url(/images/midden_norm.png) top center no-repeat;
	padding:10px;
	font-size:18px;
	margin-top:10px;
}
.nav {
	background:url(/images/midden_hover.png) center center no-repeat;
	padding:5px;
}
.nav:hover {
	background-color:#000;
}

/* einde navigatie */

#tekst {
  padding:10px 10px 30px 10px;
  font-family:Verdana, Geneva, sans-serif;
  font-weight:normal;
  font-size:11px;
  color:#000;
}
#tekst a {
	color:#4e2683;
	font-weight:bold;
	display:inline;
	border:none;
	background:none;
	padding:0;
	margin:0;
	}
#tekst ul, ul li. ul li ul {
	color:#000;
	padding:0px;
}
#tekst ol {
	list-style:disc;
	padding-left:15px;
	color:#000;
}
#tekstpag ol {
	list-style:disc;
	padding-left:15px;
	color:#000;
}
	
	
#midden {
	margin-top:0%;
}
#middenpag {
	margin-top:15px;
	margin-bottom:15px;
}
#footer a {
	text-decoration:none;
	color:#4e2683;
}
#footer a:hover {
	text-decoration:underline;
}

#content h2 {
	display:block;
	padding: 10px;
	text-align:left;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(/images/midden_hover.png) top right no-repeat;
	color:#fff;
}
#content .linkedin {
	display:block;
	padding: 5px 10px 5px 10px;
	text-align:left;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(/images/midden_hover.png) top right no-repeat;
	color:#fff;
}
#tekstpag {
	height:275px;
	padding:10px 10px 10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
	background-color:#FFF;
	overflow-x: hidden;
	overflow-y: auto;
	color:#000;
  	opacity:0.9;
  	filter:alpha(opacity=90);
}
#tekstpag a {
	color:#4e2683;
	font-weight:bold;
	display:inline;
	border:none;
	background:none;
	padding:0;
	margin:0;
}

div.ed_form
{
    font-size: 11px;
}

div.ed_form_group
{
    margin-bottom: 20px;
}

div.ed_form_group_name
{
    display: none;
}

div.ed_form_element
{
    text-align: right;
    margin:5px 0px 5px 0px;
    width: 380px;
    padding:2px;
}

div.ed_form_element span.ed_form_label
{
    float: left;
}

/* format the controls */
div.ed_form_element input.ed_form_textbox, div.ed_form_element select.ed_form_dropdown_list, div.ed_form_element textarea.ed_form_textbox_multiline
{
    width: 220px;
    height: auto;
    border: solid 1px Gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 4px 4px 4px 4px;
}

div.ed_form_element select.ed_form_dropdown_list
{
    width: 220px;
}

div.ed_form_element textarea.ed_form_textbox_multiline
{
    height: 100px;
}

/* required controls */
div.ed_form_element input.ed_form_element_required, div.ed_form_element select.ed_form_element_required
{
}

/* invalid controls */
div.ed_form_element input.ed_form_invalid_control, div.ed_form_element select.ed_form_invalid_control
{
    background-color: #fff6dc;
    border: solid 1px #F08125;
    content: "*";
}

span.ed_form_label_required
{
}

span.ed_form_invalid_label
{
    color: #F08125;
}

/* submit button */
div.ed_form_submit_outer
{
    width: 380px;
    text-align: right;
    margin-top: -10px;
}

div.ed_form_submit_inner
{
}

/* validation summary */
div.ed_form_validation_summary
{
    margin: 10px 0px 30px 0px;
    border: solid 1px #F08125;
    width: 400px;
    color: #666666;
    background-color: #fff6dc;
    text-align: left;
    font-size: 1em;
}

div.ed_form_validation_summary_inner
{
    padding: 10px 15px 10px 15px;
}

div.ed_form_validation_summary div.header
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #F08125;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items
{
    font-size: 1em;
    width: 100%;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items td
{
    font-size: 1em;
    width: 100%;
    padding: 0px 15px 0px 0px;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items div.ed_form_summary_message
{
    background-image: url(/images/interface/validation_item_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 3px 2px 3px 10px;
    margin-left: 10px;
}









































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

