body {
	position: relative;
	font: Arial;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	background: #3f443d;
}

/*body, p, html, table, td {
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif, Bookman Old Style;
	font-size: 12px;
	line-height: 18px;
}*/

.pivot-image {
	border: black 1px solid;
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
	/* style for popup-images in entries (textual links) */
}

.registered {
	background-color: #ff9;
}

#container {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	top: 15px;
	width: 800px;
	height: auto;
	border: black solid 1px;
/*	text-align: center; */
	background: #FFFFFF;
}

#entrycontainer {
	position: relative;
	margin: 0;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	top: 15px;
	width: 800px;
	height: auto;
	border: black solid 1px;
	background: #FFFFFF;
}

#centercolumn {
	position: relative;
	top: 0;
	width: 770px;
	height: auto;
	border: 0;
	padding: 0px;
	margin-left: 15px;
	text-align: left;
}

#header {
	position: relative;
	top: 0px;
	bottom: 0px;
	width: 800px;
	height: 250px;
	background: white;
	text-align: left;
/* margin: 0;
	padding: 0; 
	border: black 1px solid; */

}

#contentnormaal {
	top: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	text-align: left;
	margin: 40px;
}

#leftcolumn {
	left: 0px;
	position: absolute;
	width: 200px;
	margin-top: 4px;
	border: black 1px solid;

}

#rightcolumn {
	position: absolute;
	right: 0px;
	width: 200px;
	margin-top: 4px;
	border: black 1px solid;

}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-size: 11px;
	line-height: 16px;
}

#archief {
	height: 200px;
	width: 212px;
	overflow: auto;
	margin-top: 20px;
	border: solid;
	border-width: 10px;
	border-color: #C0C0C0;
	background-color: #D6D6D6;
	text-align: center;
	padding: 10px;
}

#footer {
	clear: both;
	margin-bottom:12px;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
}

.block h3 {
	background: #a7b6c9;
	color: #26344c;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px solid #999;
	font-size: 11px;
}

.block p {
	margin: 0px;
}

.content {
	padding: 0px;
	background: #fff;
}

.entrycontent {
	padding: 12px;
	background: #fff;
	text-align: left;
}

.content p {
	margin: 4px 2px 4px 2px;
}

h1 { 
	Font: 16px Arial;
	color: #000000;
	font-weight:bold;
	display: inline;
	}

h2 { 
	Font: 14px Arial;
	color: #000000;
	font-weight:normal;
	}
	
h3 { 
	Font: 12px Arial ;
	color: #000000;
	}

/* Pivot Origineel

h1 {
	font-size: 16px;
	margin: 4px;
	color: #fff;
	display: inline;
}

h2 {
	font-size: 13px;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #26344c
}

h3 {
	font-size: 13px;
}*/

h4, .subtitle {
	font-size: 14px;
	margin: 4px;
	color: #fff;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
	text-decoration: none;
	font-weight: bold;
	color: #5c6b8e;
}

.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5c6b8e;
}

a {
 color: #253a69;
}

.prevnext_links {
	float: right;
	color: #fff;
}

h1 a, .prevnext_links a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover { 
	color: #000000;
	text-decoration: underline;
	}
a:active { 
	color: #000000;
	text-decoration: none;
	}

/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}

/* ACCESSIBILITY CHANGES - JM 2004/11/26 */
/* these hide the accessibility tags to stop the layout from changing */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }


/*======== MENU =============== */

#nav, #nav ul, #nav li {
		position: relative;
	padding:0;
	margin:0;
	border:0;
	}

#nav {

	width:798px; /*menu items times width set for them*/
	height: 160px;
	padding-top: 20px;
	margin:0; /*if wanted centerd*/ }

#nav ul {
    text-align:center; }

#nav li {
	list-style:none;
	text-indent:0;
    float:left;
    width:150px; /*what ever you need them to be*/
}
      /*value for other browsers than IE*/
#nav ul>li {
	width:150px;
	margin-right: 40px;
		/*the sum of these values is the base for
		  calculating the total width of the menu*/ }

#nav a, #nav a:link, #nav a:visited,
#nav a:hover, #nav a:focus, #nav a:active {
	display:block;
	width:100%;
    height:160px;
	line-height:1.4em;
	padding:0;
	border:0;
	margin:0;
	margin-top: 0px;
	margin-left: 40px;
	text-decoration:none; }

#nav a, #nav a:link, #nav a:visited {
      /*other styles, like colors, borders and backgrounds*/
     color:white;
     /*background:blue;*/
     border:0; }
     
#menu-item1{
     background:url(overmij.jpg);}

#menu-item2{
     background:url(speellijsten.jpg);}
     
#menu-item3{
     background:url(contact.jpg);}

#menu-item4{
     background:url(links.jpg);}
     
     
#nav a:hover, #nav a:focus, #nav a:active {
        /*other styles specific for menu item that has focus et cetera,
          like colors, borders and backgrounds*/
    color:white;
   /* background:yellow;*/
    border:0; }
