.divmenu{
	background:url(images/footer/footer.jpg) no-repeat center center;
}

 .mini {
    font-size: 7pt;
    font-family: Courier New, Courier, mono;
    color: #000000;}
 
.tekst {
    font-size: 8pt;
    font-family: Courier New, Courier, mono;
    color: #000000;}

.knoppen {
    font-size: 8pt;
    font-family: Courier New, Courier, mono;
    color: #000000;
    font-weight: bold;}
 
.rood {   
    color: #CC0000;
    font-family: Courier New, Courier, mono;
    font-weight: bold;
    font-size: 8pt;}
	   
.wit {   
    color: #FFFFFF;
    font-family: Courier New, Courier, mono;
    font-weight: bold;
    font-size: 8pt;}

.groen {
    color: #99CC66;
    font-family: Courier New, Courier, mono;
    font-weight: bold;
    font-size: 8pt;}

.groengroter {
    color: #99CC66;
    font-family: Courier New, Courier, mono;
    font-weight: bold;
    font-size: 11pt;}

.titels {
    font-size: 11pt;
    color: #000000;
    font-family: Courier New, Courier, mono;
    font-weight: bold;
    }

.knoppengroen {
    font-size: 8pt;
    font-family: Courier New, Courier, mono;
    color: #99CC66;
    font-weight: bold;}

.groter {
    font-size: 13pt;
	}

   
            a:link     { 
			font-size: 8pt;
			font-family: Courier New, Courier, mono;
			color: #000000;
			font-weight: bold;}
                               
            a:visited    {color: #000000;}
            a:active    {color: #99CC66;}
            a:hover        {color: #99CC66;}  
 
            a.groter:link    {color: #FFFFFF;    font-size: 13pt;}
            a.groter:visited    {color: #99CC66;    font-size: 13pt;}
            a.groter:active    {color: #FFFFFF;    font-size: 13pt;}
            a.groter:hover    {color: #99CC66;    font-size: 13pt;}       

.knopwitnrgroen {
    font-size: 8pt;
	color: #FFFFFF;
}
            a.knopwitnrgroen:link    {color: #FFFFFF;    font-size: 8pt;}
            a.knopwitnrgroen:visited    {color: #FFFFFF;    font-size: 8pt;}
            a.knopwitnrgroen:active    {color: #FFFFFF;    font-size: 8pt;}
            a.knopwitnrgroen:hover    {color: #99CC66;    font-size: 8pt;}    
			
.knopwit {
    font-size: 8pt;
	color: #000000;
}
            a.knopwit:link    {color: #000000;    font-size: 8pt;}
            a.knopwit:visited    {color: #000000;    font-size: 8pt;}
            a.knopwit:active    {color: #000000;    font-size: 8pt;}
            a.knopwit:hover    {color: #FFFFFF;    font-size: 8pt;}       

.knopmenu {
    font-size: 10pt;
}
            a.knopmenu:link    {	color: #000000;    
					font-size: 10pt; 
					font-weight: bold;
					font-family: Courier New, Courier, mono}
            a.knopmenu:visited    {	color: #000000;
					font-size: 10pt; 
					font-weight: bold;
					font-family: Courier New, Courier, mono }
            a.knopmenu:active    {color: #000000; }
            a.knopmenu:hover    {color: #000000;  } 
			
/* EXTRA CSS VOOR JQUERY - PAGE XS*/ 
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
			
		
/* EXTRA CSS VOOR JQUERY - PAGE HEADER */ 

 /*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:90px;	width: 610px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; left: 0px;
	width: 92px; height:36px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 30px;
	background: url(images/header/paging.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #99CC66;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;} 
