html, body {border: 0; margin: 0; padding: 0;}

body {
  font: 12px calibri, verdana, arial, helvetica, sans-serif;
  line-height: 140%;
  background: #7B8699;
  width: 100%;
  min-width: 970px;
  color:#333333;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
	clear: both;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 3px;
  letter-spacing: -1px;
  color: #2553A0;
  background-color: transparent;
  font-size:21px;
}

h2 {
  padding: 10px 0 0 0;
  color: #35ABEC;
  background-color: transparent;
  letter-spacing: -1px;
  font: 17px calibri, verdana, arial, helvetica, sans-serif;
  font-weight:bold;
}

h3 {
  font: 16px calibri, verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}

p, ul, ol {margin: 0; padding: 0 0 18px 0; font-weight: normal; font: 12px calibri, verdana, arial, helvetica, sans-serif;}

/*p.notfound{padding: 15px 0 100px;}*/
strong, b{
	font-weight: bold;
	color: #2553A0;
}
ul, ol {list-style: none; padding: 0 0 18px 40px;}
ol{
	list-style:decimal; 
}
blockquote {
	/*line-height: 1.2em;*/
  font-style: italic;
  color: #9A8074;
  background-color: transparent;
  width: 400px;
  background: url(../images/close-quote.jpg) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  padding-bottom: 10px;
}

blockquote:first-letter {
  background: url(../images/open-quote.jpg) no-repeat left 4px;
  padding-left: 60px;
}

code {
  display: block;
  width: 80%;
  background-color: #F5F4F3;
  border: #E2DBD8 1px solid;
  color: #666666;
  padding: 3px 5px;
  margin: 10px 0;
}

small {font-size: 0.85em;}

img {border: 0;}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

hr {
  border: 1px solid #E7E1DE;
  margin: 15px 0;
}
/***** Links *****/

a {text-decoration: none; 
  color:  #2553A0;}

a:hover {text-decoration: none; color: #1CA2EA;}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

table {border: 0; margin: 0 0 18px 0; }

table th{ background-color:#9ad5f5; color:#2553A0; padding: 3px; text-align:center;}

table tr td {padding: 3px; background:#E9EBEE;}

table tr.alternate td{background-color: #D8DCE1;}

table.form { background-color: #FFFFFF; }
table.form td { background-color: #FFFFFF; }


/***** FORM Tables *****/

/*
form table th{
	background-color:#FFFFFF;
}
form table td{
	background-color:#FFFFFF;
	text-align:left;
}
form table td.number{
	background-color:#FFFFFF;
	text-align:right;
}
*/

/***** Attachments *****/

.attachment
{
	margin: 0px; 
	padding: 0px;
	background-color:#9AD5F5;
	display:block;
	width: 250px;
	border-bottom: 1px solid #FFFFFF;
	list-style: none; 
	list-style-image: none;
	/*line-height:32px;*/
	padding:5px;
	vertical-align: baseline;
}

a.attachment{
	padding-bottom: 3px;
	font-weight:bold;
	padding-left: 5px;
 	text-decoration: none;
 	color: #2553A0;
}

a:hover.attachment {
  color:  #1CA2EA;
  text-decoration:none;
}
  
/***** Global Classes *****/

.clear {clear: both;}

.alignleft {float: left;}

.alignright {float: right;}

.text-left {text-align: left;}

.text-right {text-align: right;}

.text-center {text-align: center;}

.text-justify {text-align: justify;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.underline {border-bottom: 1px solid;}

.highlight {background: #ffc;}

.img-left {float: left; margin: 4px 10px 4px 0;}

.img-right {float: right; margin: 4px 0 4px 10px;}

.nopadding {padding: 0;}

.noindent {margin-left: 0; padding-left: 0;}

.nobullet {list-style: none; list-style-image: none;}

.noborder {border: none;}

.error {color: #35ABEC;}

/***** Main Layout ****/

#container {
  background: url(../images/bg_top.jpg) repeat-x top left;
  width: 100%;
  height: 100%;
}

#wrapper {
  width: 960px;
  background: url(../images/bg.jpg) repeat-y top left;
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/**** Sidebar ****/

#sidebar {
  display: block;
  float: left;
  width: 250px;
  text-align: left;
  color: white;
  background-color:#FFFFFF;
}
#sidebar #sb_top {
  width: 250px;
  height: 240px;
  background: url(../images/sb_top.jpg) no-repeat left top;
  color: #5C6778;
  font-weight: bold;
  text-align: center;
  /*cursor: pointer;*/
}

#sb_top p{
	padding-top: 15px;
	color: #5C6778;
	font-weight:bold;
	font-size:13px;
}
#sb_top p .blu{
	color: #15479A;
	font-weight: bold ;
}
#sidebar .sb_logo {padding-top: 67px;}

#sidebar .sb_content {
  text-align: left;
  /* padding-left: 12px; */
  width: 250px;
}

#sidebar .sb_content h2 {
  color: #F5F1C2;
  background: url(../images/bg_h2.jpg) repeat-x;
  width: 248px;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
  font: 17px Georgia, "Times New Roman", Times, serif;
  border: 1px solid #845;
}

#sidebar .sb_content p {padding: 5px 20px 15px 20px;}

#sidebar .sb_content ul {
  list-style-type: square;
}
/*links*/

#sidebar .sb_content a {color: #FFFF99;}

#sidebar .sb_content a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#sidebar .sb_content img {
  border: 1px solid #302723;
  padding: 4px;
  background-color: #443833;
  Margin: 0;
  margin-left: 10px;
}

#sidebar .sb_content img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  Margin: 0;
  margin-left: 10px;
}
/**** Main Menu ****/

#sidebar #navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 250px;
  margin: 0px;
font-size: 13px;
}


#sidebar #navlist a {
  display: block;
  padding: 2px 2px 2px 24px;
  border: none;
  border-top: 1px solid #71C5F2;
  border-bottom: 1px solid #138BCC;
  background-color: transparent;
  background-color:#35ABEC;
  color: white;
  text-decoration: none;
  font-weight:bold;
  margin: 0px;
  min-height: 26px;
  line-height:26px;
}

#sidebar #navlist a:hover {
  color: #fff;
  background-color: #2553A1;
  border-top:1px solid #2F6ACC;
  border-bottom: 1px solid  #204788;
}

#sidebar #navlist a.noborder {
  border-bottom: none;
}
/* SUBNAV */
#sidebar #navlist #subnavlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 250px;
}
#sidebar #navlist #subnavlist ul li{
	list-style-image:url(../images/bullet_subnav.gif);
}
#sidebar #navlist #subnavlist a {
  display: block;
  padding: 2px 2px 2px 37px;
  border: none;
  border-top: 1px solid #D9EFFD;
  border-bottom: 1px solid #63BFF1;
  background-color:#9AD5F5;
  color: #2654A1;
  text-decoration: none;
  font-weight:bold;
  background-image:url(../images/bullet_subnav.gif);
  background-position:top left;
  background-repeat:no-repeat;
  min-height: 23px;
  line-height:23px;
}

#sidebar #navlist #subnavlist a:hover {
  color: #fff;
  background-color: #71C5F2;
  color: #2654A1;
}

#sidebar #navlist #subnavlist a.noborder {
  border-bottom: none;
}


/*Copyright*/

#sidebar .copyright {
  display: block;
  margin: 60px auto 40px auto;
  padding: 5px 7px;
  width: 220px;
  text-align: center;
  background-color: #302723;
  border: 1px solid black;
  color: #877065;
  font-size: 11px;
}

#sidebar .copyright p {padding: 0;}

#sidebar .copyright a {color: #FFFF99;}

#sidebar .copyright a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/**** Header ****/

#header {
  background: url(../images/bg_top.jpg) repeat-x top left;
  display: block;
  float: left;
  clear: right;
  width: 709px;
  height: 35px;
  padding-top: 15px;
  color: white;
  text-align: right;
}

#header a {color: white;}

#header a:hover {
  border-bottom: 1px dotted white;
}
/*** func nav ***/
#funcnav ul{
	padding:5px;
	margin-right: 26px;
}
#funcnav ul li{
	display: inline;	
}
#funcnav ul li a{
	font-size:15px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	border-left: 1px solid #1CA2EA;
}
#funcnav ul li a.home{
	background-image:url(../images/ico_home.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	border-left: 0px;
}
#funcnav ul li a.links{
	background-image:url(../images/ico_links.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
#funcnav ul li a.contact{
	background-image:url(../images/ico_contact.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
#funcnav ul li a.taal{
	background-image:url(../images/ico_taal.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
#funcnav ul li a.taal_noborder{
	background-image:url(../images/ico_taal.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	border-left: 0px;
}
#funcnav ul li a.logged{
	background-image:url(../images/ico_logged.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
#funcnav ul li a.not_logged{
	background-image:url(../images/ico_not_logged.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}
#funcnav ul li a:hover{
	border-bottom: 0px solid #2D68CC;
	color: #1CA2EA;
}
/**** Content ****/

#content {
  display: block;
  float: left;
  width: 709px;
  text-align: left;
  margin: 0;
  padding: 0;
}

#content ul li {list-style: url(../images/bullet.gif);
  font-size: 12px;}

#content img {
  border: 1px solid #9AD5F5;
  padding: 4px;
  background-color: #BDE3F9;
  margin: 15px 0;
}

#content img.alignleft {
  display: block;
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

#content #intro {
  background: #55453E url(../images/intro.jpg) no-repeat center;
  width: 100%;
  height: 156px;
  color: white;
  font-weight:bold;
}
#content .intro_t {
  width: 90%;
  margin-left: 40px;
  color: white;
}

#content #intro h1 {
  margin: 0;
  color: white;
  font-size: 30px;
  border: none;
  padding: 105px 0 5px 0;
  font-weight:bold;
}

#content #intro h1 span {color: white;
  font-weight:normal;}

#content #intro h1 .editsection {
  font-size: 12px;
  margin-left: 15px;
  color: white;
}

#content #intro h2 {
  margin: 0;
  padding: 0 0 15px 0;
  color: black;
  font-size: 18px;
}

#content #intro p {padding: 0;}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#content #introduction {
  background-color: #55453E;
  height: 176px;
  color: white;
  margin-bottom: 25px;
  padding: 0 20px;
}

#content #introduction h1 {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 25px;
  font-size: 22px;
border-bottom: 4px solid #877065;
  color: #877064;
}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/* main content */
#content #main {
  display: block;
  margin: 15px 20px;
}

/* Calendar */

#content .calendar {
  Float: left;
  clear: left;
  background: url(../images/calendar.jpg) no-repeat left top;
  width: 50px;
  height: 55px;
  margin-top: 20px;
}

#content .calendar .month {
  display: block;
  clear: both;
  text-align: center;
  font-size: 12px;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}

#content .calendar .date {
  display: block;
  clear: left;
  text-align: center;
  font-size: 30px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1px;
}
/* main content */

#content .post {
  display: block;
  float: left;
  width: 595px;
  margin: 15px 0 15px 13px;
  padding: 35px 15px 12px 15px;
  border-bottom: 1px dotted #35ABEC;
}
#content .post p{
	font-size:12px;
}
#content .post .author {
  font-size: 11px;
  display: block;
  height: 15px;
  line-height: 15px;
  clear: both;
  margin-bottom: 15px;
  background: url(../images/author.jpg) no-repeat left top;
  padding-left: 25px;
}
/* the links at the bottom of each posts */

#content .post .links ul{
	margin: 0px; 
	padding: 0px;
	list-style: none; 
	list-style-image: none;
}
#content .post .links ul li{
	margin: 0px; 
	padding: 0px;
	background-color:#9AD5F5;
	display:block;
	width: 250px;
	border-bottom: 1px solid #FFFFFF;
	list-style: none; 
	list-style-image: none;
	line-height:32px;
	padding:5px;
	vertical-align: baseline;
}
#content .post .links ul li a{
	padding-bottom: 3px;
	font-weight:bold;
	padding-left: 5px;
 	text-decoration: none;
 	color: #2553A0;
}
#content .post .links ul li img{
  border: 0px solid #9AD5F5;
  padding: 0px;
  background-color: #9AD5F5;
  Margin: 0px 0;
}

#content .post .links a:hover {
  color:  #1CA2EA;
  text-decoration:none;
}

#content .post .links .comment {
  display: block;
  float: left;
  background: url(../images/comment.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .feed {
  display: block;
  float: left;
  background: url(../images/feed.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .cat {
  display: block;
  float: left;
  background: url(../images/categories.jpg) no-repeat left center;
  padding-left: 20px;
}
/***** Footer *****/

#footer {
  clear: both;
  width: 959px;
  height: 12px;
  background:#5C6778;
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}


/**** Form Layout ****/

form {margin: 0; padding: 0;}

input, select {
  font: 12px calibri, verdana, arial, helvetica, sans-serif;
  background-color: #fff;
  border: 1px solid #C8CDD4;
  line-height: 18px;
  height:18px;
  padding: 0 0 0 2px;
}

textarea{
  font: 12px calibri, verdana, arial, helvetica, sans-serif;
  background-color: #fff;
  border: 1px solid #C8CDD4;
  padding: 0 0 0 2px;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #1CA2EA;
  background-color: #fff;
}

label {cursor: default; width: 200px;}

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  background: url(../images/button.jpg) repeat-x center;
  color: white;
  padding: 0 7px;
  height: 23px;
  border: 1px solid #35ABEC;
}
/*Search input*/
input.search {
  background: url(../images/search.jpg) no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  padding-left: 35px;
  padding-top: 5px;
  color: white;
}
/* EXTRA FORM STUFF */
form .button a{
	display:block;
	text-align:center;
	background-image:url(../images/bg_btn.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF; 
	font-weight:bold;
	height : 23px;
	line-height:23px;
}
form .button a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
form .button a.login_button{
	width: 72px;
}
form .button a.registreer_button{
	width: 115px;
}
form .button a.verzend_button{
	width: 90px;
}
form .vraag{
	color: #5C6778;
}
.small{
	font-size: 11px;
}
.top{
	text-align:right;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.top a{
	font-weight: bold;
	background-image:url(../images/ico_top.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}
.top a:hover{
	background-image:url(../images/ico_top_f2.gif);
}
.link_data{
	padding: 12px;
	background-color:#CCEAFA;
	margin-bottom: 12px;
}
.link_data h3{
	color: #2553A0;
	font-size: 15px;
}
.link_data p{
	line-height:17px;
	padding-bottom: 0px;
}
/*********TAALKEUZE ***********/
#taalkeuze{
	height: 400px;
	width: 696px;
	padding: 0px;
	margin: 0px;
	padding-top: 12px;
	background-color:#5C6778;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#lang_shortcuts{
	height:130px;
	text-align:center;
	font-size: 13px;
	color: #333333;
	padding-top: 92px;
}
#lang_shortcuts a{
	text-decoration:none;
	font-weight:bold;
	font-size: 16px;
}
#lang_shortcuts a:hover{
	text-decoration:none;
	color: #1CA2EA;
}
