/* Begin Typography & Colors */
body {
	font-size: 72.5%; /* Resets 1em to 10px */
	font-family:  Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	background:url(images/background.jpg);
	}

.google {
        width:728px;
        margin:10px auto;
	text-align: center;
	}
#page {
	background-color: white;
	text-align: left;
	background:url(images/middle_page.jpg) repeat-y; 
	background-position: 0px 185px;
	}
#page.singlecol {
	background-repeat:repeat-y;
	background-position: 0 185px;
	padding:0px;
        background-image:url(images/middle.jpg);
	}
#header {
	background-color: #73a0c5;
	margin: 0px; 
	padding: 0px; 
	height: 185px; 
	width: 865px; 
	background:url(images/header.jpg) 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.jpg) no-repeat bottom center;
   height:44px;
   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.jpg) 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 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;
	}

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.jpg) 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 red solid;}

