/* extra file to help the css mouseover work in the navbar with MSIE */
/* view-source:http://www.xs4all.nl/~peterned/htc/csshover3-source.htc */

body { behavior:url("csshover.htc"); }

/* START PAGE LAYOUT */

body {
 margin:0px;
 padding:0px;
 border:0;
 background:#fff;
 font: normal 100% Verdana, Helvetica, Trebuchet, Arial, sans-serif;
 word-spacing:0em;
 letter-spacing:0em;
 color:#3e9be2;
 font-size:10px;
 line-height:200%;
}

* { padding:0px; }

.onlyprint { display:none; }
.donotprint {  }

/* { padding:0px; margin:0px; } */

.wrapper { 
 text-align:left;
 margin:0px auto;
 padding:0px;
 width: 950px;
 background:#fff;
}

.upper {
 padding-top:20px;
 height:120px;
 font-family:'Georgia', serif;
 font-size:150%;
}

.left {
 clear:both;
 float:left;
 width:150px;
 color:#3e9be2;
}

.left strong {
 color:#276ab8;
}

.middle {
 float:left;
 width:720px;
 color:#276ab8;
 padding:0 50px 0 15px;
 font-size:150%;
}

.middle strong {
 color:#276ab8;
}

.footer {
 clear:both;
 margin:0px 20px 0px 0px;
 // background:#fff url('images/bg_shade_under.gif') left bottom repeat-x; 
 padding-bottom:30px;
 color:#000;
}

/* END PAGE LAYOUT */

/* ------------------------------------------------------------------------------------------ */

/* START CONTENT */

p { margin:0; padding:0; }
hr { height:0; border:0; border-top:1px solid #b2b2b2; text-align:center; }

.upper h1 {
 font-family: Verdana, Helvetica, Trebuchet, Arial, sans-serif;
 color:#3e9be2;
 font-weight:normal;
 font-size:75%;
}

.middle h1 {
 font-family: 'Georgia', 'Times', serif;
 font-weight:normal;
 color:#840829; /* 008cde; */
}

.middle h2 {
 font-family: Verdana, Helvetica, Trebuchet, Arial, sans-serif;
 font-weight:normal;
 color:#276ab8;
}

.tekstkader {
 clear:both;
 color:#777777;
 padding:15px 30px;
 font-family: 'Georgia', 'Times', serif;
 line-height:150%;
 margin:1px 1px 20px 1px;
 border-top:1px solid #ddd;
 border-right:1px solid #eee;
 border-left:1px solid #eee;
 background:#fff url('images/bg_shade_top.gif') left top repeat-x;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}

/* ------------------------------------------------------------------------------------------ */

/* END CONTENT */

/* ------------------------------------------------------------------------------------------ */

#navbar, #leftnavbar {
 list-style:none;
}

#navbar li {
 float:left;
 padding:5px;
}


3e9be2

a		{ color:#840829; text-decoration:none; }
a:link		{ color:#840829; text-decoration:none; }
a:visited	{ color:#840829; text-decoration:none; }
a:active	{ color:#840829; text-decoration:none; }
a:hover		{ color:#3e9be2; text-decoration:underline; }

.upper a:link		{ color:#840829; text-decoration:none; }
.upper a:visited	{ color:#840829; text-decoration:none; }
.upper a:active		{ color:#840829; text-decoration:none; }
.upper a:hover		{ color:#840829; text-decoration:underline; }

input, textarea {
 border-top:1px solid #999;
 border-left:1px solid #aaa;
 border-bottom:1px solid #ddd;
 border-right:1px solid #bbb;
 background:#fcfcfc;
}

.submit {
 border:0px;
 background:#840829;
 color:#fff;
 font-weight:bold;
 margin:5px 0;
}

/* ------------------------------------------------------------------------------------------ */

/* START CALENDAR */

.year { display:none; width:620px; height:330px; overflow: auto; font-family: georgia; font-size:normal 100% 10px; color:#999; text-align:center; background:#eee; border:#ccc 1px solid; }
.yearname { font-size:150%; }
.month { float:left; width:140px; padding:0px; margin:5px; background:#fff; }
.monthname { font-size:125%; width:140px; padding:0px; margin:0px; color:#006; }
.weekday { float:left; width:16px; padding:1px; margin:1px; color:#600; }
.day { float:left; width:16px; padding:1px; margin:1px; }
.active { float:left; width:16px; padding:1px; margin:0px; border:#276ab8 1px dotted; color:#fff; font-weight:bold; }

/* END CALENDAR */

/* ------------------------------------------------------------------------------------------ */

/* END CONTENT */

.img-plaatje {
 float:right;
 z-index:1;
 background: url(images/shadowAlpha.png) no-repeat bottom right !important;
 background: url(images/shadow.gif) no-repeat bottom right;
 margin: 10px 0 0 10px !important;
 margin: 10px 0 0 5px;
}

.img-plaatje img, .img-plaatje object {
 display: block;
 z-index:2;
 position: relative;
 background-color: #fff;
 border: 1px solid #999;
 margin: -6px 6px 6px -6px;
 padding: 2px;
}

