h1 {font-size: x-large}

a:link {color: #000000;}
a:visited {color : #000000;}
a:active {color : #000000;}
a:hover {color : #006a00;}

.bedrijfsinfo a{color: #FFFFFF;}
.bedrijfsinfo a:link {color: #FFFFF;}
.bedrijfsinfo a:visited {color : #FFFFFF;}
.bedrijfsinfo a:active {color : #FFFFFF;}
.bedrijfsinfo a:hover {color : #808080;}

.tekst a{color: #0000ff;}
.tekst a:link {color: #0000ff;}
.tekst a:visited {color : #0000ff;}
.tekst a:active {color : #0000ff;}
.tekst a:hover {color : #000000;}
.tekst h2{
    font-size:large;
    margin-bottom: 0px
}
.tekst h3{
    font-size:medium;
    margin-bottom: 0px
}
.tekst p{margin-top:0px;}
.tekst table, td, tr { separate; border: 0px }

html, body {margin: 0; padding: 0; border: 0;}

body {   
        scrollbar-3d-light-color: #E0E0E0;
        scrollbar-arrow-color: #014FB7;
        scrollbar-base-color: #DBE8EE;
        scrollbar-darkshadow-color: #0033FF;
        scrollbar-face-color: #DBE8EE; 
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #E0E0E0;  
        font-family: Arial, Helvetica, sans-serif;    
        font-color: #000000;
        background-color:#9BC933; 
        text-align: center;
}


.clear { clear: both; }


.wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        text-align: left;
        background-position: 0px 250px;
}


.outer {
        border-left: 250px solid transparent;  
        border-right: 0px solid #000;
        background: transparent;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

* html .outer {
       background: transparent;
}

.inner {
        margin-left: -1px; /*** This fixes a small overlap problem in IE6. ***/
        width: 750px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
        width: 100%;
}

.float-wrap {
        float: left;
        width: 1000px;
        margin-left: -250px;       /*** Same length as left column width ***/
        
}


      
        
.midden {
        position: static;
        float: right;
        margin-right:0px; 
        width: 710px;
        color:#000000

}

/* Mozilla bug fixes */
        html>body .inner, html>body .float-wrap {
        border-bottom: 1px solid transparent;
}


img {	
    border:none
	}

.kop{
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        width: 1000px;
        height:260px;
        overflow:hidden;
        text-align: left;
        background-image:url(kop.png)
}


.links{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    color: #FFFFFF;
    float:left;
	margin-left: 0px;
	margin-top: 20px;
	width: 250px;
	padding:5px
}
.links img{
    margin-bottom:5px;

}

.rechts {
    position:static;
    float:right;
    width:205px;
    margin-right:10px;
    text-align: right;
}

.kopbalk2 {    
        position: static;    
        height: 140px;    
        margin: 0px;    
        background-color:#00CC33;    
 

}

.kopbalk2 img{	    
        position:static;	
        margin-left:30px;	
        margin-top:0px
}

.datum{
        position: static;
        float: right;
        margin-right: 10px;
        margin-top: 20px;
        font-size:20px;
        font-weight:bold;
        color:#FFFFFF        
}

.menubalk_top {    
        position: static;    
        height: 25px;    
        margin: 0px;    
        padding-left:10px;
        padding-right:20px;  
        padding-top:1px;
        padding-bottom:1px;  
        background-color:#333333;           
        text-align:left
}




.menu {    
        position: static; 
        float: left;
        height: 25px;
        margin-top: 0px;    
        margin-left: 1px;    
        margin-right:0px;    
        margin-bottom:0px;     
        text-align:left;  
        background-color:#C4E188; 
        background-image: url("knop_boven.png");  
        background-repeat: repeat-x 
}

.menu a{    
        text-decoration:none;
        display:block;
        padding-left:5px;
        padding-right: 5px; 
        padding-top:3px;
        margin-top:1px;
        margin-bottom:1px;
        color:#000000;
        font-weight:bold
}

.menu a:hover {
        background-image: url("knop_over.png");  
        background-repeat: repeat-x; 
        margin-top:-1;
        height:24px;
        color:#000000;
}

.niveau1actief a {
        background-image: url("knop_over.png");  
        background-repeat: repeat-x; 
        border-top-style:solid;
        border-bottom-style:solid;
        border-width:1px;    
        border-color:#000000;
        color:#000000;
        margin-top:-1px;
        height:26px;
}

.menu a:visited {color : #000000}
.menu a:active {color : #000000}

.menu h1{    
        padding: 5px;    
        margin: 0px;    
        font-size: small;     
        font-weight:bold
}

.menubalk_onder {    
        position: static; 
        float: left;
        height:100%;
        width:970px;
        margin: 0px;    
        padding-left:10px;
        padding-right:20px;  
        padding-top:1px;
        padding-bottom:1px;  
        background-color:#333333;           
        text-align:left;
}

.kolom_menu_samenvatting {     
        position: relative; 
        float: left;
        display:block;
        color: #FFFFFF
        background-color:#333333;
        margin-top:5px;
        margin-bottom:5px;
}

.kolom_menu_samenvatting a{    
        text-decoration:none;
        display:block;
        padding-left:10px;
        padding-right: 10px; 
        margin-top:1px;
        margin-bottom:1px;
        color:#c7c7c7;

}

.kolom_menu_samenvatting a:hover { 
        color:#c7c7c7;
}

.kolom_menu_samenvatting a:visited {color : #c7c7c7}
.kolom_menu_samenvatting a:active {color : #c7c7c7}

.items_menusamenvatting{
        background-color:#333333; 
        font-size:small;
}

.submenu{
    position:static;
    float:right
}

.submenu h2{
    display:block;
    width:158px;
	text-align: left;
	margin-right:0px;
    font-size: medium;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    background-color:#1c8200;   
}

    
.submenu a{
	text-decoration:none;
	display:block;
	width: 150px;
	padding-left:8px;
	padding-top:1px;
	padding-bottom:2px;
	font-size:medium;
	color: #000000;
	background-color:#9BC933;
	text-align: left;
	margin-right:0px;
	margin-top:-1px;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
} 

.submenu  li { list-style: none;}

.submenu a:link{color:#000000}
.submenu a:visited{color:#000000}
.submenu a:hover{color:#646464}

.submenu ul {
    margin-left:0px;
    margin-top:0px;
}


.niveau2actief ul {
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
}


.niveau2actief  li { list-style: square;}

.niveau2actief a{
	text-decoration:none;
	display:block;
	width: 150px;
	padding-left:8px;
	padding-top:1px;
	padding-bottom:2px;
	font-size:medium;
	color: #000000;
	margin-bottom:0px;
	margin-top:-17px;
	margin-left:0px;
	background-color:#9BC933;
} 

.niveau2actief a:visited {
    color : #000000; 
    background-color:#9BC933;
}


.navigatie{
	height:15px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:25px;
	font-size:small;
	font-weight:bold;
	color:#9a9a9a
}


.navigatie a {
    text-decoration:none;
	color:#000000
}

.navigatie a:hover {
    text-decoration:underline;
	color:#000000
}

.navigatie a:visited {color : #000000;}

.tekst {
    position:static;
    margin:0px;
    padding:10px;
    min-height: 400px;
    width: 690px;
    background-color:#FFFFFF;
    border-style:solid
}

.midden h3{
	font-size:small;
	margin-bottom:0px;
}



.bedrijfsinfo {
    position:static;
    float:left;
    width:225px;
	font-size:x-small;
	text-align: left;
	margin:10px;
	color:#000000;
	padding-bottom:10px
}

.bedrijfsinfo h1 {
	font-size:x-small;
	margin-bottom:0px;
	color:#FFD939
}

.onderbalk {
    position:static;
    float:left;
    width:1000px;
    padding-top:10px;
    padding-bottom:10px;
	font-size:10px;
	text-align: center;
	color:#000000;
}


.printer{
	position:static;
	float:left;
	margin-top:25px;
	margin-left:40px
}


.klein{
    font-size:x-small;
}

.links h2{
    font-size:medium;
    margin-left:8px;
    margin-top:15px;
    margin-bottom:5px;
    color:#FFFFBF
}

.titel{
    margin-top:7px;
}

.titel h1{
    position: relative;
    float:left;
    top: -25px;
    color: #171BA1;
    font-weight:normal;
    font-size:60px;
    margin-left:20px;
    margin-right:20px;
    width: 700px;
    text-align:center
}

.titel img{
    position: static;
    float:left;
}

.ncs {
    position: static;
    float:left;
    margin-top:10px
}


.blok_links {
    width:250px;
	text-align: left;
	margin-right:0px;
    font-size: medium;
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    background-color:#171BA1;
}

.blok_links h1{
    display:block;
    background-color:#000000;
    color: #FFFFFF;
    margin:0px;
    padding:5px;
    font-weight:bold;
    font-size:medium  
}

.blok_links a{
    text-decoration:none;
    display:block;
    margin:5px;
    color: #FFFFFF;
}

.blok_links a:hover {
    text-decoration:underline;
    display:block;
    margin:5px;
    color: #FFFFFF
}

.powered{
    position:static;
    float:left;
    font-size:10px;
    margin:5px;
    color:#000000;
}
.powered a{color:#000000;}


.contentinhoud{
    margin:30px;
}


.gallery-thumb {
	margin: 2px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}



.gallery-albums {
	clear: both;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 46%; /* Change to 96% if you want 1 Album per line */
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}

/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
	width:700px
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
	float: left;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}

.gastenboek_item{
    margin: 10px;
    padding: 10px;
    width: 470px;
    border-style: solid;
    border-width: 1px;
    border-color: #c3c3c3
}

.paginationControl {
    list-style-type: none;
	background-color:#fcfcfc;
	overflow: hidden;
	font-size: x-small
}

.paginationElement {
	float:left;
	margin:0px;
	padding:0px;
	margin:0px 10px 0px 0px;
}

.paginationElement a {
	line-height: 25px;
}

.paginationElement span {
	line-height: 25px;
}
.paginationPrevious {
			
}

.paginationPage a {
    float:left;
    padding:0px 5px 0px 5px;
}

.paginationPage a:hover {
	background-color: #b9b9b9;
	color:white;
	font-weight: bold;
}

.currentPage span {
	float:left;
	padding:0px 5px 0px 5px;
	background-color: #b9b9b9;
	color:white;
	font-weight: bold;
}

.paginationNext {
		
}