body { font-size: 72.5%; 
	font-family:  Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: center;
	}
.google { width:728px; margin:10px auto; text-align: center; }
#page { background-color: white;
	text-align: left;
	background-repeat:repeat-y;
	background-position: 0 185px;
	padding:0px;
        background-image:url(images/middle.png);
	}
#header { background-color: #73a0c5;
	margin: 0px; 
	padding: 0px; 
	height: 185px; 
	width: 865px; 
	background:url(images/header.png) no-repeat bottom center;
	} 

#header h1{ text-align: right; padding-right: 40px; padding-top: 50px; padding-bottom: 10px; margin:0px; }

#navigation{
   background:url(images/nav.png) no-repeat bottom center;
   height:44px;
	width: 865px; 
   line-height:44px;
}
#adds {
font-size:.9em;
font-weight:bold;
}

#navigation ul , #adds ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navigation ul li ,#adds ul li { 
display: inline;
   }
#adds ul li a {
color:#FF9900;
margin-right:5px;
text-decoration:underline;
}

#navigation ul li a
{
text-decoration: none;
padding: 15px 1em;
color: #fff;
text-transform:uppercase;
font-size:11px;
letter-spacing:1px;
}

#navigation ul li a:hover
{
color: #FFFF00;
background:url(images/nav_hover.png) bottom center;
}

#content {
	font-size: 1.2em;
        padding-top:20px;
	}



#footer a {
	color: #fff;
text-decoration: none;
text-transform:uppercase;
letter-spacing:1px;
}

.nolist,#nolist, #footer ul 
{
list-style-type: none;
}

#footer ul {
	padding-top:25px;
}
#footer ul li {
display: inline;
   }


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: right;
	padding-right: 40px;
	}

h2 {
	font-size: 1.4em;
	}

h1.pagetitle {
	font-size: 1.5em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}
h4 {
	font-size: 1.1em;
font-weight:normal;
margin:2px 0px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2  {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font-size: 1.1em ;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments,  blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 865px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 550px;
	}

	

        /*border:1px white solid;*/





#footer {
	padding: 0px;
	margin: 0 auto;
	width: 865px;
	height: 72px;
	clear: both;
        background:url(images/footer.png) no-repeat bottom ;
        border: none;
	text-align: center;
	}

#footer p {
	margin: 0px;
	padding: 1px 0;
	text-align: center;
	color: #FFFFFF;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 50px;
	margin: 0;
        margin-bottom:25px;
	}

h2 {
	margin: 30px 0 0;
	}

h1.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}



.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 10px 0px 0;
	margin-left: 645px;
	width: 180px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}


.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


#wikihead {
  margin-top:5px;
  font-size:85%;
}
#wikihead input { font-size:90%; }


.wikitrail {
 padding:0px;
display:block;margin:5px 1em 5px 5px;text-align:center;border:0px;font-size:0.9em;}

@media print {
  body { width:100%; margin:0px; padding:0.5em; background:white;}
  #page,.narrowcolumn {width:100%;;margin:0px;padding:0px}
  .noprint { display:none; }
}

//#map {margin:0px auto;}
#map {font-size:10px}

.prijs { text-align:right;font-size:1.2em;font-weight:bold;}

table.schema { border:1px blue solid; width:520px;}
table.schema a{ text-decoration:none;}
table.schema tr { background-color:#f5f5f7;}
table.schema td { border:1px lightblue solid;}


/*   PMWIKI Styles */
  ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
  code.escaped { white-space: nowrap; }
  .vspace { margin-top:0.33em; }
  .indent { margin-left:40px; }
  .outdent { margin-left:40px; text-indent:-40px; }
  a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
  a.createlink { text-decoration:none; position:relative; top:-0.5em;
    font-weight:bold; font-size:smaller; border-bottom:none; }
  img { border:0px; }
  
    /*a.createlink { display:none; }*/
    a.createlinktext
      { border-bottom:none; text-decoration:none; color:inherit; }

div.blocked {border:1px dotted;margin:5px auto;padding:5px;text-align:left;line-height:120%;overflow:hidden;margin-right:10px;}
@media print {
div.blocked {border:0px}
}

table.widenote {position:relative;z-index:50;font-size:smaller;clear:both;color:#3C3528;float:right;margin-right:1em;margin-bottom:1ex;margin-left:1em;margin-top:2ex;border:1px solid #74664E;width:200px;line-height:110%;background-color:#ffffa1;}
td.noteheader {background-color: #FFE53E;margin: 0 0 9px 0px;} 
td.noteheader a {color:#3C3528;text-decoration: underline;}
.editconflict { color:green; 
  font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }

  table.markup { border:2px dotted #ccf; width:90%; }
  td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
  table.vert td.markup1 { border-bottom:1px solid #ccf; }
  table.horiz td.markup1 { width:23em; border-right:1px solid #ccf; }
  table.markup caption { text-align:left; }
  div.faq p, div.faq pre { margin-left:2em; }
  div.faq p.question { margin:1em 0 0.75em 0; font-weight:bold; }
  div.faqtoc div.faq * { display:none; }
  div.faqtoc div.faq p.question 
    { display:block; font-weight:normal; margin:0.5em 0 0.5em 20px; line-height:normal; }
  div.faqtoc div.faq p.question * { display:inline; }
   
    .frame 
      { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
    .lfloat { float:left; margin-right:0.5em; }
    .rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }

div#map{height: 500px; width:500;}

#wikitext ul  {
	padding-left: 25px;
	}
#wikitext ul ul {
	padding-left: 5px;
	list-style-type: none;
	}

