@charset "UTF-8";
/* CSS Document 
*/
 body, html{
margin: 0;
height: 100%;
}

#main_container{
min-height: 100%;
_height: 100%;
margin: -130px 0 0 0; 

background: #ffffff url(../images/ppsal_r1_c5.jpg) bottom left repeat-x;
}

#header_container{
width: 100%; 
height: 176px;
padding: 130px 0 0 0;
background: #000000;
color: #FFF;
/*text-align: left;*/
}

#footer_container{
height: 125px;
padding: 5px 0 0 0;
background: #000;
width: 100%;
text-align: left;
color: #FFF;
}




/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: square; }
ul.li { padding-left: 2px;}
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* footer CONTAINER */ 

#fcontainer 		{color: #666666; font-family: Arial, "Helvetica", sans-serif; font-size:11px; margin: 0 auto; width: 750px; padding: 10px 0 0 0;} 
#fcontainer a		{color: #666666; text-decoration: none; }
#fcontainer td		{color: #ffffff; text-decoration: none; }
#fcontainer a:hover	{color: #fdfd26; text-decoration: none; }
#right_bottom {float:right; padding-right:10px; padding-bottom: 10px;}


/* HEADER */

#logo 				{ width: 750px;  height: 126px; background: #000000 url(../images/ppsal_r1_c1.jpg) top no-repeat; margin: 0 auto;}

/* MENU */

#menu 				{ width: 750px; height: 45px; background: url(../images/ppsal_r2_c1.jpg) top no-repeat; font-family: Arial, "Helvtica", sans-serif; font-size:12px; margin: 0 auto;}
#menu a				{color: #ffffff; text-decoration: none; }
#menu a:hover		{color: #fdfd26; text-decoration: none; }
#menu a.selected	{color: #fdfd26; text-decoration: none; }


#submenu 			{width: 750px; height: 5px; background: black; font-family: Arial, "Helvetica", sans-serif; font-size:11px; margin: 0 auto;}
#submenu a			{color: #000000; text-decoration: none; }
#submenu a.selected	{color: #FFFFFF; text-decoration: none; }
#submenu a:hover	{color: #FFFFFF; text-decoration: none; }



/* inhoud */
#intro				{width:750px; padding-left:35px; background:#FFFFFF; font-family: Arial, "Helvetica", sans-serif; font-size:11px; line-height: 17px; margin: 0 auto;}

#intro p			{}
#intro h1			{font-size: 14px;margin-top:10px; color: #000}
#intro h2			{font-size: 12px; color: #000}
#intro img			{float:right;}
#intro ul 		{padding-left: 25px;}
#intro img.normal			{display:block; float:none;}

/* eventueel voor plaatjes */
#lightbox{
	background-color:#eee;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
