/* CSS-file for Strictly CSS three column layout 2006, http://www.strictlycss.com, Developed by Eivind Savio */

* {	padding: 0; margin: 0; border: 0;}  /*Set's border, padding and margin to 0 for all values*/

html { 
	scrollbar-track-color: #FBD659;
	scrollbar-face-color: #FBD659; 
    scrollbar-arrow-color: #333;  
    scrollbar-3dlight-color: #7D7F9A;  
    scrollbar-highlight-color: #FBD659;
    scrollbar-shadow-color: #FBD659;
    scrollbar-darkshadow-color: #7D7F9A;}

body, html {
height: 100%;
background-color: #FBD659;  
text-align: center; 					/*** Centers the design in old IE versions ***/
}

body { font: 12px Arial, Helvetica, sans-serif; color: #403C35;}

a:link, a:visited, a:active { color: #7D7F9A; text-decoration: none; font-weight: bold;}

table { width: 415px; margin-bottom: 1.2em; margin-top: 0.2em; line-height: 1.4em;}	
td { padding: 0px 5px 0px 0; vertical-align: top;}

.clear { clear: both;}

#wrapper {
	width: 900px; /*948px;*/
	margin: 0 auto; 					/*** Centers the design ***/
	min-height: 100%;
	background: #FCFAE8; /*F9EEC2;*/  	/*** This is our faux columns ***/
	text-align: left; 					/*** Because we centered the text in body we have to move the text back to left aligning 		                                         ***/
	}
	
* html #wrapper {
	height: 100%;  						/*** IE doesn't support min-height, but instead it handles height as min-height so we need 
										to hack the height ***/}

img.border { border: 1px solid #7D7F9A;}	
	
/* HEADER */

#header {
 height: 160px; 
 /*background-color: #FCFAE8;*/
 background-image: url(images/bovenbalk900x150.jpg); background-repeat:no-repeat;}

#header .logo {
 float: left;
 margin-left: 20px; margin-top: 10px;}

#header h1 {
 float: right;
 font: bold 15px Arial, Helvetica, sans-serif; color: #000;
 margin-right: 10px; margin-top: 128px;}
 
#headerprint { display: none;}

/* CONTENT AND COLUMNS */

.outer { padding-left: 200px;} 

* html .outer {
	padding-right: 162px; /*170px;*/ /*184px;*/ /*234px;*/} 																							                                        /* Normally this shouldn't be in this hack, it should be in .outer, 
										but because of IE7 I had to */

.inner {
	width: 698px; /*748px; */          	/*** This width is for non-IE browsers. Mozilla makes this necessary. 
										Be sure to check your layout in different browsers if you changes this value. 
										Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 30px;
	background-color: #FCFAE8; /*F9EEC2;*/}  /* voor de footer?*/
 

* html .inner { 
	width: 100%;}						/*** 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. ***/
.float-wrap {
	float: left;
	width: 709px; /*630px;*/ /*670px;*/ 
	margin-left: -200px;}    			/*** Same length as .outer padding-left but with negative value ***/

* html .float-wrap {}   				/*** No need for hacking IE on this layout ***/

#content {
	float: right;
	width: 509px;
	background-color: #FCFAE8; /*F9EEC2;*/
	text-align: left;}

* html #content { 
    position: relative;}    			/*** IE needs this  ***/

.contentWrap{ padding: 1.2em 1.5em 0 1.5em;}

#content h2 {
	font: bold 15px Arial, Helvetica, sans-serif; color: #333; 
	margin-bottom: 1em;}
	
#content h3 {
	font: bold 12px Arial, Helvetica, sans-serif; color: #333; 	
	margin-bottom: 0; margin-top: 8px;}
	
#content p {
	font-size: 12px; color: #333; 
	line-height: 1.4em; 
	margin-bottom: 1em;}

#content ul {
	list-style-type: square;
	margin: 2px 0 1em 18px;
	font-size: 12px; color: #333; 
	line-height: 1.4em; }	
	
#content ul li{
	margin-bottom: 6px;}	

/*LEFT COLUMN */

* html #left { position: relative;}  	/*** IE needs this  ***/

#left {
    float: left;
	margin-top: 1.2em;
	width: /*180px;*/ 13em; 
	position:relative; 					/* added by Sabine Visser, for working menu on Mac, Safari en FF */
	left: 20px;		   					/* added by Sabine Visser, for working menu on Mac, Safari en FF */
	top: 0px;}		   					/* added by Sabine Visser, for working menu on Mac, Safari en FF */
	
#nav { list-style: none;}  				/* dit is de ul met id=nav */
#nav li { margin-bottom: 0.2em;
	padding-bottom: 5px;
	border-bottom: 1px solid  #9A8FB6; /*#7D7F9A;*/ /*#CCC;*/
	display: block;
	width: 160px;}
#nav a {  
	font: bold 13px Arial, Helvetica, sans-serif; color: #333;
	text-decoration: none;}
	
#nav a:hover { color: #7D7F9A;}	

#nav_home { 
	padding-top: 0; /*8px;*/
	/*border-top: 1px solid #CCC;*/
	/*background-color:#FFCC66;*/}		/* bovenste list-item heeft een border-top */    
	
#home #nav_home a, 
#info #nav_info a, 
#vrag #nav_vrag a,
#vrij #nav_vrij a, 
#zove #nav_zove a,
#vrie #nav_vrie a,
#cont #nav_cont a,
#film #nav_film a,
#foto #nav_foto a { color:#7D7F9A;} /* actieve menu items */
	
#sub {
	list-style: none;
	margin-left: 14px; margin-top: 0.5em;}	
	
#sub li{ 
	margin-bottom: 2px;
	padding-bottom: 0;
	border-bottom: none;
	width: 146px;}	
	
#sub a {
	display: block;  
	font: normal 12px Arial, Helvetica, sans-serif; color: #333;}	 
		
#sub a:hover { color: #7D7F9A;}	

#high #nav_high a, 
#zorg #nav_zorg a, 
#huis #nav_huis a,
#opna #nav_opna a, 
#kost #nav_kost a,
#best #nav_best a,
#dona #nav_dona a { color: #7D7F9A; font: bold 12px Arial, Helvetica, sans-serif;} /* actieve submenu items */	 
	
/* 	grote letter blokje */
p.groteletters { 
	font: bold 13px Arial, Helvetica, sans-serif; color: #333;}
#left a.kleinfont, .kleinfont {
	font: bold 13px Arial, Helvetica, sans-serif; color: #333;}
#left a.groterfont, .groterfont {
	font: bold 16px Arial, Helvetica, sans-serif; color: #333;}
#left a.grootstefont, .grootstefont {
	font: bold 19px Arial, Helvetica, sans-serif; color: #333;}
#left a:hover.kleinfont, #left a:hover.groterfont, #left a:hover.grootstefont { color: #7D7F9A;}

/*RIGHT COLUMN */

#right {
	margin-top: 1.0em; 
	float: right; 
	width: 160px; /*154px;*/ /*234px; */
	padding: 0; 
	text-align: center;
	background-color: #FCFAE8; /*F9EEC2;*/}

* html #right {
	position: relative;                     			/*** IE needs this  ***/
	margin-right: -160px; /*-234px;*/}                  /*** IE gets this margin. ***/

#right ul.navigation { list-style: none;}
	
#right ul.navigation li {
	display: inline;}

#right img {
	margin-bottom: 1em;
	border: 1px solid #7D7F9A;}	
	
#right img.onderste {
	margin-bottom: 0;
	border: 1px solid #7D7F9A;}	


#right p {
	width: 120px; 
	font-size: 12px; color: #333;
	line-height: 1.4em;
	margin-top: 1em;
	text-align: left;
	margin-left: auto; margin-right: auto; }
	
#right p.tekst {
	padding: 6px;
	font-size: 11px; color: #333;
	border: 1px solid #7D7F9A;}

#right h1 {	
	width: 140px; 	
	margin-top: 1em;	
	margin-left: auto; margin-right: auto; 
	font: bold 12px Arial, Helvetica, sans-serif; color: #333;
	line-height: 1.4em; 
	/*text-align: left;*/}
	
/*#right a, #right a:hover {color: #D60059; text-decoration: none;}*/	
/*#right img.banner { border: none;}*/
/*.rood {font: bold 12px Arial, Helvetica, sans-serif; color: #D60059;}*/


/*FOOTER*/

#footer {
 	width: 900px; 
	text-align: center;
	height: 30px; 						/*** The drawback with this solution is that the height of the footer can't be flexible.
				 		 				If you add so much content to the footer that it extends 30px, you will get a vertical                                        scrollbar and the content will overflow the footer if you don't set overflow to hidden 
										***/
	margin: 0 auto;
	margin-top: -30px; 					/*** By using a negative margin-top we now moves the footer up the same amount as the                                        footer height to avoid vertical scrolling. 	
										Remember, if you use borders and padding on your footer you will have to calculate this
										in your negative margin-top value also. ***/	
	background-color: #FCFAE8; 
	color: #000;
	background-image: url(images/onderbalk900x30a.jpg); background-repeat:no-repeat;}	
										 /* border-top veroorzaakte verticale scrollbalk in IE7 */	
#footer ul {
	list-style-type: none;
	font: bold 12px Arial, Helvetica, sans-serif; color: #000;
	padding-top: 10px;}
	
#footer li { display: inline; margin: 0 13px;}	
#footer li a { color: #000; text-decoration: underline;}
#footer li a:hover, #footer li a:visited { color: #000;}
	
	
/*p.tekstprint { display: none; margin-bottom: 0;}*/	
/*p.onderste { margin-bottom: 0;}	*/

/*#footer p {
	font: bold 13px Arial, Helvetica, sans-serif; color: #000;
	padding-top: 10px;}	*/
	
/*#content ol {
	margin: 2px 0 0 24px;
	font-size: 12px; color: #333; 
	line-height: 1.4em;}*/
