/* --------------------------------
   General
----------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #444 url('../body.jpg');
	color: #444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 24px;
}

small,.small {font-size: 0.9em;}

a {
	color: #EEC;
	text-decoration: none;
}
a:hover {
	color: #FFA;
	text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

blockquote, code {
	background: #4A4A4A;
	border: 1px solid #333;
	color: #BBB;
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	background: #4A4A4A url('../quote.gif') no-repeat left top;
	padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em Georgia,sans-serif;}
h2 {font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
	background: url('../paper_left.gif') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 778px;
}
#paper_right {
	background: url('../paper_right.gif') no-repeat right bottom;
}

#layout_wrapper {
	background: #50504A url('../grain_dark.gif');
	margin: 0 auto;
	width: 736px;
}
#layout_container {padding: 8px;}
#layout_content {border: 1px solid #333;}

#header_image {
	height: 160px;
	background: #222 url('../header.jpg') no-repeat;
	border-bottom: 1px solid #222;
	border-top: 1px solid #111;
}


/* --------------------------------
   Site title
----------------------------------- */

#site_title {
	/*background: url(../header-bg.jpg) repeat-y center top;*/
	background: #222;
	padding: 8px 20px 4px 15px;
}
#site_title h1 	{
	color: #EED;
	font: normal 2em Georgia,sans-serif;
	margin: 0 0 5px;
}
#site_title h2 {
	color: #BFBFB6;
	font: normal 1.1em sans-serif;
	margin: 0;
}

#site_title h1#logo-text a {
	
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #287AB2;
	text-transform: none;
	text-decoration: none;
	
}
#site_title h1#logo-text span {
	color: #ccc;
}

/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #353535 url('../navigation.jpg') repeat-x;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #AAA;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 9px;
	text-decoration: none;
}
.navigation a:hover {
	background: #444;
	color: #287ab2;
	text-decoration: none;
}
.navigation li.active a {
	background: none;
	color: #287ab2;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
	background: #4A4A4A;
	color: #CCC;
}

.thumb { margin-left:10px; margin-top:5px;}

/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
	background: #222;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #2A2A2A;
	color: #AAA;
	padding: 16px;
}
#bottom ul li {
	border-bottom: 1px solid #303030;
}
#bottom ul li a {
	color: #777;
	display: block;
	padding: 4px 6px;
}
#bottom ul li a:hover {
	/*background: #2A2A2A;*/
	color: #287AB2;
	text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {color: #777;}
#tag_cloud a:hover {color: #FFC;}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}

/* Images */
img.bordered {padding: 3px; background: #666;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Icons */
span.comment {background: url('../icon_comment.gif') no-repeat left center; padding-left: 18px;}

/* Label */
.label {
	background: #222 url('../post_top.gif') repeat-x left top;
	border-bottom: 2px solid #555;
	color: #BBB;
	margin: 0;
	padding: 0.5em 0.8em 0.6em;
}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/* --------------------------------
   Posts
----------------------------------- */

.post {
	background: #363636;
	border-bottom: 1px solid #111;
}
.post_top {
	background: #222 url('../post_top.gif') repeat-x left top;
	border-bottom: 4px solid #777;
	border-top: 1px solid #3A3A3A;
	padding: 10px 16px 13px;
}
.post_title h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
	color: #287AB2;
}
.post_title h2 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
.post_body {
	background: url('../post_body.jpg') no-repeat left top;
	border-top: 1px solid #333;
	padding: 16px 16px 0;
}
.post_metadata {padding: 10px;}
.post_metadata .content {
	background: #424242;
	color: #999;
	font-size: 0.9em;
	padding: 10px 12px;
}
.post_metadata a {color: #BBB;}
.post_metadata a:hover {color: #DDD;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc; line-height: 2em;}
.post_body ul span{color: #287AB2;}
.post_body ol {list-style: decimal;}

.post_body_image { height: 300px;} 

/* ----------------------------------------
  Forms
------------------------------------------- */

/*form {margin: 0; padding: 0;}*/

/* Inputs */
/*input#s, textarea, input.styled {
	background: #DDD;
	border: 3px solid #555;
	font: normal 1em Verdana,sans-serif;
	padding: 3px;
	width: 160px;
}
textarea {width: 440px;}
*/
/* Seachform */
/*table.search {
	border-collapse: collapse;
	width: 250px;
}
table.search td {vertical-align: top;}
*/

/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #666;
	border: 1px solid #444;
	padding: 2px;
}
.comment_author {
	color: #EEE;
	padding-top: 2px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
	border-bottom: 1px solid #333;
	border-top: 1px solid #505050;
	list-style: none;
	padding: 8px 10px 6px;
}

.nicelist ol li a {font: normal 1.4em sans-serif; color: #EEC; text-decoration: none; }
.nicelist ol li a:hover {text-decoration: none;}

.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #444;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #999;
	font-size: 0.9em;
	padding-top: 4px;
}
.nicelist .date a {
	color: #BBB;
	text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif; color: #EEC;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: none;}
.archive_postinfo {padding-bottom: 6px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #555;
	border-top: 1px solid #444;
	font-size: 0.9em;
	padding: 7px 8px 9px;
}
.pagenavigation a {
	color: #CCC;
	text-decoration: none;
}
.pagenavigation a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* ----------------------------------------
   Table
------------------------------------------- */
/*.post_body table {clear:both; width:600px; margin:2.0em 0 0.2em 20px; table-layout: fixed; border-collapse:collapse; empty-cells:show; background-color:rgb(233,232,244);}
.post_body table th.top {height:2.0em; padding:3 7px 0 7px; empty-cells:show; background: #222; text-align:left; color:rgb(40,122,178); font-weight:bold; font-size:110%; 	}
.post_body table th.small {height:2.5em; padding:0 0px 0 0px; empty-cells:show; background-color:rgb(175,175,175); text-align:center; color:rgb(255,255,255); font-weight:bold; font-size:110%;}
.post_body table th {height:3.0em; padding:2px 20px 2px 7px; background-color:rgb(225,225,225); text-align:left; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.post_body table td {height:1.5em; padding:2px 7px 2px 7px; border-bottom: 1px solid #333; border-top: 1px solid #505050; background-color:rgb(68,68,68); text-align:left; font-weight:normal; color:rgb(204,204,204); font-size:110%;}
p.caption {clear:both; margin:0.5em 0 2.0em 20px; text-align:left; color:rgb(80,80,80); font-size:110%;}
*/
/* ----------------------------------------
   Accordion
------------------------------------------- */

.basic  {
	width: 716px;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
    color: black;
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	color: #EEC;
	background-color: #444444;
	border-bottom: 1px solid #333;
	border-top: 1px solid #505050;
	font: normal 1.4em sans-serif;
}
/*.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}*/
.basic a.selected {
	color: #EEC;
	background-color: #363636;
	/*background-image: url("AccordionTab2.gif");*/
	font: normal 1.4em sans-serif;
}

/*****************************************************
image slider gallery
******************************************************/

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 

/*core classes*/ 
.stripViewer { 
position: relative; 
overflow: hidden; 
border: 5px solid #222; 
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li { 
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #222; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #ccc; 
color: #287AB2; 
} 

/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 { 
font: normal 10px Verdana; 
margin: 0; 
padding: 6px 2px; 
border: 0; 
}
/***************************************************
   Css voor de kalender
 ***************************************************/
#kalender {
     text-align: center;
     width: 600px;
     margin-left: auto;
     margin-right: auto;
}

#kalender table {
  font-size: 11px;
  background-color: #222222;
  border-color: #287ab2;
  border-style: solid;
  border-width: 1px;
}

#kalender table td {

 text-align: left;
 height:1.5em;
 padding:3px 10px 2px 15px;
 }

/***************************************************
   Css voor het mail-formulier
 ***************************************************/
 
#enSubscribe label{display:block;}

 
 
div#form{
 	/*background: url('../post_body.jpg') no-repeat left top;
 	padding: 8px 0px 8px 0px; */
	/*width: 450px;*/
}
/*#form table {
  background-color: #363636; 
} */

#form table {
  font-size: 9px; 
  background-color: #222222; 
  border-color: #287ab2;
  border-style: solid;
  border-width: 1px;
} 

#form table td {
 height:1.5em; 
 padding:2px 7px 2px 7px; 
 /*border-bottom: 1px solid #333; 
 border-top: 1px solid #505050; 
 background-color:rgb(68,68,68); 
 text-align:left; 
 font-weight:normal; 
 color:rgb(204,204,204); font-size:110%;*/
}

input, textarea {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #bac5d6;
    color: #000000;
    font-size: 10px; 
	/*width:250px;*/
}
textarea {
	height:100px;
}
select {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #bac5d6;
    color: #000000;
}

.input_fout {
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #287AB2;
    color: #000000;
}
.text_fout {
    color: #287AB2;
}
.tabel {	
  border-color: #bac5d6;
  margin: auto; 
} 
.button
{
	width:100px;
}

#checkbox {background-color:#222; border-color:#222;}
