



<SCRIPT TYPE="text/javascript">
		<!--
			function checkform(aantal)
			{
			  	for (j=1;j<=aantal;j++)
				{
					// de teller j is hierbij gelijk aan de naam van de vraag
					//alert(j);
					arr=document.getElementsByName(j+'[]');
					// adhv de naam j wordt van elke vraag alle bijbehorende inputvelden opgevraagd en in het array met de naam arr geplaatst
					switch(arr[0].type)
					{
						case 'radio':
							if (arr[0].id == 'ja')
							{
								var ingevuld;
								ingevuld = false;
								for (i=0;i<arr.length;i++)
								{
									if (!ingevuld)
										if (arr[i].checked)
											ingevuld = true;
								}
								if (!ingevuld)
								{
									alert('a.u.b. vraag ' + j + ' invullen, dit is een verplichte vraag');
									arr[0].focus();									
									return false;
								}
							} 
						break;  
						case 'checkbox':
							if (arr[0].id == 'ja')
							{
								var ingevuld;
								ingevuld = false;
								for (i=0;i<arr.length;i++)
								{
									if (!ingevuld)
										if (arr[i].checked)
											ingevuld = true;
								}
								if (!ingevuld)
								{
									alert('a.u.b. vraag ' + j + ' invullen, dit is een verplichte vraag');
									arr[0].focus();
									return false;
								}
							} 
						break;
						case 'text':
							if (arr[0].id == 'ja')
							{
								aantal_ingevuld = 0;
								totaal = arr.length
								for (i=0;i<arr.length;i++)
								{
									if (arr[i].value != '')
										aantal_ingevuld++;										
								}
								if (aantal_ingevuld != totaal)
								{
									alert('a.u.b. vraag ' + j + ' invullen, dit is een verplichte vraag');
									arr[0].focus();
									return false;
								}
							}
						break;
						case 'textarea':
							if (arr[0].id == 'ja')
							{
								if (arr[0].value == '')
								{
									alert('a.u.b. vraag ' + j + ' invullen, dit is een verplichte vraag');
									arr[0].focus();
									return false;
								}
							}
						break;
					}
				}
				return true;
			} 
			
		//-->
		</script>
		
		
		
		
		
			<SCRIPT TYPE="text/javascript">
			<!--
			
			function popup(mylink, windowname)
			{
				if (! window.focus)return true;
				var href;
				if (typeof(mylink) == 'string')
				   href=mylink;
				else
				   href=mylink.href;
				window.open(href, windowname, 'width=448,height=336,scrollbars=yes');
				return false;
			}
			
			//-->
		</SCRIPT>	
		
		
		
		<script language="JavaScript" type="text/javascript">
		<!--
			function roll_over(img_name, img_src)
			   {
			   document[img_name].src = img_src;
			   }
		//-->
		</script>
        
        
        
        <script language="JavaScript" type="text/javascript">
		<!--
			function roll_over_flash(showdiv_name, hidediv_name)
			{
			   document.getElementById(showdiv_name).style.visibility = 'visible';
			   document.getElementById(hidediv_name).style.visibility = 'hidden'; 
			}
		//-->
		</script>
		
		
		<script language="JavaScript" type="text/javascript">
		<!--
			function toon_info(name, zichtbaar)
			   {
					if (zichtbaar == true)
						document.getElementById(name).style.visibility = 'visible'; 
					else 	
						document.getElementById(name).style.visibility = 'hidden'; 
			   }
		//-->
		</script>
		
		
			<script language="javascript">
		<!--		
		function displayTekst()
		{
	
			fieldHandleTekst   = document.getElementById('tekst')
			fieldHandleDisplay = document.getElementById('display')
			if( fieldHandleTekst && fieldHandleDisplay )
			{
				fieldHandleDisplay.value = fieldHandleTekst.value;
				
			}
			else
				alert( "the foto upload field was not filled correctly" );
		}
		//-->		
		</script>
		
		
				
		<script language="JavaScript" type="text/javascript">		
		<!-- functie wordt gebruikt om de plaatjes bij in proudprojects_publicatie_project.php te roteren
			function GrootsteWaarde(number1, number2, number3)
			{
				maxNumber = Math.max(number1, number2)
				maxNumber = Math.max(maxNumber, number3)
				return(maxNumber);			
			}
			
			
			
			
			
			
			function RotateImages() 
		  	{
    							
				img1  = document.getElementById("foto_1");
				img2  = document.getElementById("foto_2");
				img3  = document.getElementById("foto_3");
				
				oldSrc1  = img1.src;
				oldSrc2  = img2.src;
				oldSrc3  = img3.src;
							
				
				img1.src = oldSrc2;
				img2.src = oldSrc3;
				img3.src = oldSrc1;			
			
  			}
		//-->
		</script>
		
		
		
			<script language="JavaScript" type="text/javascript">
			<!-- 
		  
			function ControleerGetoond()
			{
				oPaginaNaam = parent.mainframe.document.getElementById("paginaNaam");
			  	if (oPaginaNaam != null) 
				{	
					oN1Link     = document.getElementById(oPaginaNaam.name);
					if (oN1Link)
					{
						oN1Link.style.color="#FF9900";
					}
				}
			  }
			 //-->
		</script>
		

		<script language="JavaScript" type="text/javascript">
		<!-- 

			// functie gebruikt in fmp_smoelenboek.php, bij het starten van de foto upload, het zet het loading gedeelte op visible
			function startUpload()
			{    
				parent.mainframe.document.getElementById('f1_upload_process').style.visibility = 'visible';    
				return true;
			}
		
			// functie gebruikt in fmp_smoelenboek.php, bij het be-eindigen van de foto upload, het geeft een melding of de foto al dan niet goede ge-upload is.
			function stopUpload(filename,success)
			{     
				var result = '';
				var foto;
				if (success == 1)
				{         
					parent.mainframe.document.getElementById('result').innerHTML = '<span class="msg">The file was uploaded successfully!<\/span><br/><br/>';      
				}      
				else 
				{         
					parent.mainframe.document.getElementById('result').innerHTML = '<span class="emsg">There was an error during file upload!<\/span><br/><br/>';      
				}      
				parent.mainframe.document.getElementById('f1_upload_process').style.visibility = 'hidden';      
				
				//alert(parent.mainframe.document.getElementById('foto').src);
				
				
				
				
				foto = parent.mainframe.document.getElementById('foto');
				
					if (foto != null) 
					{
						foto.src = 'cms/personeelsfotoos/254' + filename;
					}
					else
					{
						alert('Error: 0021');
					}
				
				
				
				
				return true;   
			}


	 	//-->
		</script>

.disp1 { display:block }
.disp2 { display:none }

.chat_main
{
    overflow: auto; 
    height: 300px; 
    width: 500px; 
    background-color: #CCCCCC; 
    border: 1px solid #555555;
}

#divInhoudMidden
{
    position			: absolute;
    left				: 237px;
    top					: 0px;
    background-color	: #FFFFFF;	
    border-color		: #000000;
    border-width		: 0;
}


td, th, li, font 
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: black;
}

#td_form_upload_proudprojects
{
	color				: White;
	width				: 180px;
	height				: 30px;
}

#td_input_form_upload_proudprojects
{
	color				: White;
	width				: 230px;
	height				: 30px;
}

#td_proudprojects
{
	color				: White;
	width				: 206px;
	height				: 30px;
}
#td_input_proudprojects
{
	color				: White;
	height				: 30px;
}

#tdBeheer
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: black;
	border 				: 5;
}



a.sub_small:link {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif ;
	font-size		:12px;
}

a.sub_small:visited {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif; 
 	font-size		:12px;
}


a.sub_small:active {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif;  
	font-size		:12px;
}









a.10_999999_verdana:link {
	color			:#999999;
	text-decoration	:none;
	font-family		:Verdana, Arial Narrow, Helvetica, sans-serif ;
	font-size		:10px;
}

a.10_999999_verdana:visited {
	color			:#999999;
	text-decoration	:none;
	font-family		:Verdana, Arial Narrow, Helvetica, sans-serif ;
 	font-size		:10px;
}


a.10_999999_verdana:active {
	color			:#999999;
	text-decoration	:none;
	font-family		:Verdana, Arial Narrow, Helvetica, sans-serif ; 
	font-size		:10px;
}









a.9_white:link {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif ;
	font-size		:9px;
}

a.9_white:visited {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif; 
 	font-size		:9px;
}


a.9_white:active {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif;  
	font-size		:9px;
}









a.12_colored:link {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif; 
	font-size		:12;
}

a.12_colored:visited {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif; 
 	font-size		:12;
}

a.12_colored:hover {
	color			:#FF9911;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif; 
	font-size		:12;
}

a.12_colored:active {
	color			:#333333;
	text-decoration	:none;
	font-family		:Arial Narrow, Helvetica, sans-serif; 
	font-size		:12;
}












a.yello_small:link {
	color			:#FFFFFF;
	text-decoration	:none;
	font-family		:Verdana, Arial Narrow, Helvetica, sans-serif ;
	font-size		:11px;
}

a.yello_small:visited {
	color			:#FFFFFF;
	text-decoration	:none;
	font-family		:Verdana, Arial Narrow, Helvetica, sans-serif; 
 	font-size		:11px;
}

a.yello_small:hover {
	color			:#FFDB91;
	text-decoration	:none;
	font-family		:Verdana, Arial Narrow, Helvetica, sans-serif; 
	font-size		:11px;
}

a.yello_small:active {
	color			:#FFFFFF;
	text-decoration	:none;
	font-family		:Verdana, Arial Narrow, Helvetica, sans-serif;  
	font-size		:11px;
}



a.coloredHeader
{
    font-size				: 11px;
    color					: #FFFFFF;
    font-family				: verdana;
	
	text-decoration			: none;
}

a.coloredHeader:hover 
{
	font-size				: 11px;
    color					:#FF9911;
    font-family				: verdana;

	text-decoration			: none;
}








a
{
	color					: #000000;
	font-family 			: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	text-decoration			: underline;
}
a.faqlink
{
	color					: #FFFFFF;
	font-family 			: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	text-decoration			: underline;
}

a.button:hover
{
    font-size				: 11px;
    color					: #000000;
    font-family				: verdana;
	text-decoration			: none;
}


a.buttonklein
{
    font-size				: 9px;
    color					: #000000;
    font-family				: verdana;
	text-decoration			: none;
}

a.buttonklein:hover
{
    font-size				: 9px;
    color					: #000000;
    font-family				: verdana;
	text-decoration			: none;
}

a.White
{
    font-size				: 11px;
    color					: #FFFFFF;
    font-family				: verdana;
	text-decoration			: none;
	font-weight				: bold;
}
a.White:hover
{
    font-size				: 11px;
    color					: #DDDDDD;
    font-family				: verdana;
	text-decoration			: none;
	font-weight				: bold;
}

a.WhiteHeader
{
    font-size				: 11px;
    color					: #FFFFFF;
    font-family				: verdana;
	font-weight				: bold;
	text-decoration			: none;
}

a.greyHeader
{
    font-size				: 11px;
    color					: #777777;
    font-family				: verdana;
	text-decoration			: none;
}


a.nieuwsbrieflink
{
    font-size				: 11px;
    color					: #FFFFFF;
    font-family				: verdana;
	font-weight				: bold;
	text-decoration			: none;
}

a.Orange
{
    font-size				: 11px;
    color					: Orange;
    font-family				: verdana;
	text-decoration			: none;
	font-weight				: bold;
}

#document
{
    font-size				: 11px;
    color					: White;
    font-family				: verdana;
	text-decoration			: none;
}

#hyperlink
{
    font-size				: 11px;
    color					: White;
    font-family				: verdana;
	text-decoration			: none;
}

#hyperlink_proudprojects
{
    font-size				: 12px;
    color					: White;
    font-family				: verdana;
	text-decoration			: none;
}


a.koe
{
    font-size				: 9px;
    color					: #FFFFFF;
    font-family				: verdana;
	text-decoration			: none;
}

a.koe:hover
{
    font-size				: 9px;
    color					: #FFFFFF;
    font-family				: verdana;
	text-decoration			: none;
}

a.nounderline
{
	color					: #000000;
	font-family				: Verdana, Arial;
	font-size				: 11px;
	text-decoration			: none;
}

a.nounderline:hover
{
    font-size				: 11px;
    color					: #000000;
    font-family				: verdana;
	text-decoration			: none;
}

a.smoelenboek
{
	width					: 83px;
	color					: #000000;
	font-family				: Verdana, Arial;
	font-size				: 11px;
	text-decoration			: underline;
}

a.smoelenboek:hover
{
	width					: 83px;
    font-size				: 11px;
    color					: #000000;
    font-family				: verdana;
	text-decoration			: none;
}

a.menu
{
	position				: absolute;
	top						: 2px;
	color					: #000000;
	font-family				: Verdana, Arial;
	font-size				: 11px;
	text-decoration			: none;
	font-weight				: bold;	
}



a.buttonkleinOrange
{
    font-size				: 9px;
    color					: #FF9911;
    font-family				: verdana;
	text-decoration			: none;
}

a.buttonkleinOrange:hover
{
    font-size				: 9px;
    color					: #FF9911;
    font-family				: verdana;
	text-decoration			: none;
}

a.HyperlinkHelpdesk
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #003399;	
	text-decoration		: none;
}


#bodyResolutieopvullingFrame
{
		background			: url(images/krijtstreep.gif) repeat left top;
}


#divSintBoven
{
		background			: url(images/sinterklaasBovenste.gif) no-repeat;
		position			: absolute;
		top					: 14px;
		left				: 25px;
		width				: 533px;
		height				: 107px;
}

#divSintMidden
{
		background			: url(images/sinterklaasMiddelste.gif) no-repeat;
		position			: absolute;
		top					: 125px;
		left				: 25px;
		width				: 533px;
		height				: 47px;
}

#divSintOnder
{
		background			: url(images/sinterklaasOnderste.gif) no-repeat;
		position			: absolute;
		top					: 68px;
		left				: 25px;
		width				: 533px;
		height				: 395px;
}

#divInlogscherm
{
		position			: absolute;
		width				: 424px;
		left				: 50%;
		margin-left			: -212px;
		text-align			: center;
		top					: 25%;		
		height				: 300px;		
}

#tableMidden{
		position			: absolute;
		width				: 200px;
		left				: 50%;
		margin-left			: -43px;
		text-align			: left;
		top					: 62%;		
}
#tableWijzigMidden{
		position			: absolute;
		width				: 220px;
		left				: 50%;
		margin-left			: -41px;
		text-align			: left;
		top					: 161px;		
}
#tableMiddenWijzigWachtwoord{
		position			: absolute;
		width				: 200px;
		left				: 50%;
		margin-left			: -43px;
		text-align			: left;
		top					: 52%;		
}

#divInlogBackground
{
		position			: absolute;
		width				: 424px;
		left				: 50%;
		margin-left			: -212px;
		text-align			: center;
		top					: 25%;		
		height				: 300px;
}

#divLogoffscherm
{
		background			: url(/images/logoffbackground.gif) no-repeat;
		position			: absolute;
		width				: 424px;
		left				: 50%;
		margin-left			: -212px;
		text-align			: center;
		top					: 25%;		
		height				: 300px;
}

#divWijzigWachtwoord
{
		position			: absolute;
		width				: 424px;
		left				: 50%;
		margin-left			: -212px;
		text-align			: center;
		top					: 15px;;		
		height				: 300px;
}

#divInhoudLinks
{
	position			: absolute;
	left				: 0px;
	top					: 0px;
	width				: 227px;
}

#divInhoudRechts
{
	position			: absolute;
	left				: 769px;
	top					: 0px;
	background-color	: white;
	width				: 227px;        	
	padding-top			: 13px;
	margin-right		: 10px;
}

#Contentproudprojects
{
	position			: absolute;
	left				: 662px;
	top					: 0px;
	background-color	: White;
	width				: 330px;        	
	padding-top			: 13px;
	margin-right		: 10px;
}

#divBackButton
{
		position 			: absolute;
		left				: 525px;
		top					: 12px;
}

divUploadBackground
{
		height				: 300px;
		width				: 128px;
		z-index				: -20;
}

#divTekstMidden
{
		position 			: absolute;
		left				: 25px;
		top					: 46px;
		width				: 525px;
}

#divTekst
{
		position 			: absolute;
		left				: 30px;
		top					: 46px;
		height				: 100px;
		width				: 143px;
}

#divFoto
{
		position 			: absolute;
		left				: 30px;
		top					: 164px;
		height				: 21px;
		width				: 143px;
}

#divBrowseButton 
{
		position 			: absolute;
		left				: -185px;
		top					: 181px;
		height				: 21px;
		width				: 130px;
		z-index				: 15;
		filter              : alpha(opacity=0); 
		cursor   			: hand;
}

#divBrowsDisplay
{
		position 			: absolute;
		left				: 58px;
		top					: 183px;
		height				: 21px;
		width				: 113px;
		z-index				: 5;
}

#divBrowseImage 
{
		position 			: absolute;
		left				: 30px;
		top					: 181px;
		height				: 21px;
		width				: 143px;
		z-index				: 5;										
}

#divName
{
		position 			: absolute;
		left				: 30px;
		top					: 213px;
		height				: 21px;
		width				: 143px;
}

#divSelect
{
		position 			: absolute;
		left				: 30px;
		height				: 10px;
		width				: 140;
		top					: 232px;		
		line-height			: 13px;
}

#divComment
{
		position 			: absolute;
		left				: 30px;
		top					: 262px;
		height				: 21px;
		width				: 143px;
	
}

#divCaption
{
		position 			: absolute;
		left				: 30px;
		height				: 10px;
		width				: 140;
		top					: 281px;		
		line-height			: 13px;
}

#divImageSubmit
{
		position 			: absolute;
		left				: 45px;
		height				: 50px;
		width				: 113px;
		top					: 345px;
}

#divPrikbord
{
		position 			: absolute;
		left				: 0px;
		width				: 532px;
		top					: 36px;
		height				: 100%;	
		background-color 	: Black;		
}

#divBlaadjesInhoud
{
		position 			: absolute;
		left				: 25px;
		width				: 272px;
		top					: 50px;
		height				: 210px;
		z-index				: 15;
		line-height			: 14px;		
}

#divBlaadje1
{
		position 			: relative;
		width				: 282px;
		top					: 10px;
		height				: 250px;
		z-index				: 1;
}

divPlaatsBerichtBackground
{
		position 			: absolute;
		left				: 45px;
		width				: 163px;
		top					: 55px;
		height				: 359px;
		z-index				: 5;
}

#divTekstPrikbord
{
		position 			: absolute;
		left				: 33px;
		top					: 51px;
		height				: 100px;
		width				: 115px;
		z-index				: 5;
		font-family 		: Verdana, Arial, Helvetica, sans-serif;
		font-size			: 9px;
		color				: black;
}

#divInvulveldenPrikbord
{
		position 			: absolute;
		left				: 43px;
		top					: 166px;
		height				: 100px;
		width				: 122px;
		z-index				: 5;
		font-family 		: Verdana, Arial, Helvetica, sans-serif;
		font-size			: 9px;
		color				: black;				
	
}

<!-- deze is alleen voor de nieuwe brace site  -->
#divInvulveldenBrace
{
		position 			: absolute;
		left				: 30px;
		top					: 166px;
		height				: 100px;
		width				: 122px;
		z-index				: 5;
		font-family 		: Verdana, Arial, Helvetica, sans-serif;
		font-size			: 9px;
		color				: black;			
}

#divBerichtPrikbord
{
		position 			: absolute;
		left				: 30px;
		top					: 307px;
		height				: 100px;
		width				: 115px;
		z-index				: 5;
		font-family 		: Verdana, Arial, Helvetica, sans-serif;
		font-size			: 9px;
		color				: black;				
}

#divPrikbordSubmit
{
		position 			: absolute;
		left				: 30px;
		top					: 412px;
		height				: 100px;
		width				: 115px;
		z-index				: 5;
		font-family 		: Verdana, Arial, Helvetica, sans-serif;
		font-size			: 9px;
		color				: black;
}

#divBracePrikbordSubmit
{
		position 			: absolute;
		left				: 30px;
		top					: 482px;
		height				: 100px;
		width				: 115px;
		z-index				: 5;
		font-family 		: Verdana, Arial, Helvetica, sans-serif;
		font-size			: 9px;
		color				: black;
}

#divPrikbordGroot
{
		background			: url(images/we/prikbordbig.png) no-repeat;
		position 			: relative;
		left				: 25px;
		top					: 20px;
		height				: 270px;
		width				: 443px;
		z-index				: 5;
		font-family 		: Verdana, Arial, Helvetica, sans-serif;
		font-size			: 10px;
		color				: black;
		padding				: 40;
}

#divBracePrikbordGroot
{
		background			: url(images/brau/prikbordbig.png) no-repeat;
		position 			: relative;
		left				: 25px;
		top					: 20px;
		height				: 300px;
		width				: 500px;
		z-index				: 5;
		font-family 		: Verdana, Arial, Helvetica, sans-serif;
		font-size			: 10px;
		color				: black;
		padding				: 40;
}

#divUrenstaten
{
		width				:1008px; 
		height				:370px; 
		border				:0px; 
		position 			: absolute;
		left				: -230px;
		top					: -80px;
}


#newTekstHeaderBlack
{
	font-family 		: 007 GoldenEye, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	color				: black;
	font-weight			: bold;	
}

#tekstHeaderBlack
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	color				: black;
	font-weight			: bold;	
}

#tekstHeaderWhite
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 20pt;
	color				: white;
	font-weight			: bold;	
}

#newTekstHeader
{
	font-family 		: 007 GoldenEye, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	color				: #FF9911;	
	font-weight			: bold;
}

#tekstHeader
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	color				: #FF9911;	
	font-weight			: bold;
}

#tekstSterretje
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #FF9911;	
	font-weight			: bold;
}

#tekstManagement
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	color				: #FF9911;	
}
	
#tekstHeaderBeleidsterrein
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	color				: White;	
	font-weight			: bold;
}
	
#knoppen_proudprojects
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: White;	
	font-weight			: bold;
}
	
#tekstBlack
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #000000;
	font-weight			: bold;	
}

#tekstgrijsArialNarrow
{
	font-family 		: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #333333;
}


#tekstgrijs
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #EEEEEE;
	font-weight			: bold;	
}
#tekstgrijs_smoelenboek
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #EEEEEE;
}
#tekstgrijs_poll
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #666666;
}
#tekstRed
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: red;
	font-weight			: bold;	
}

#tekstOrange
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: orange;
	font-weight			: bold;	
}

#tekstGrey
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #333333;
}

#tekst_11_Grey
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #333333;
}

#tekstWhiteMedium
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #FFFFFF;
}

#tekstWhite
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #FFFFFF;
}


#tekstWhiteSmall
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	color				: #FFFFFF;
}
#tekstBordeauxSmall
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	color				: #990033;
}
#tekstWhiteBold
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #FFFFFF;
	font-weight			: bold;	
}


#tekstWarning
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	color				: #000000;
	font-weight			: bold;
}

#tekstError
{
	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	color				: red;
	font-weight			: bold;
}

#tekstColoredSmall
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #FF9911;

}

#tekstColoredBig
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 14px;
	color				: #FF9911;
    font-weight			: bold;

}

#tekstNormal
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: black;
}

#tekstBlackSize11
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: black;
}

#tekstWhiteSize11
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: white;
}


#tekstWhiteSize11Bold
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: white;
	font-weight			: bold;
}

#tekstSmall
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 8px;
	color				: black;
}

#tekstKop
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	color				: White;
	font-weight			: bold;
}
#tekstHelpdesk
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #333333;	
	text-decoration		: none;
}

#tekstHelpdeskGrijs
{

	font-family 		: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #333333;	
	text-decoration		: none;
}


#tekstHelpdeskOmschrijving
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #FF9933;	
}

#tekstHelpdeskCommentaar
{

	font-family 		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #FF0000;	
}

#tekst_12_333333_ArialNarrow
{

	font-family 		: Arial Narrow, Verdana, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #333333;	
}

#inputPrikbordtitel
{
	background				: url(images/Tekstbackground.png) no-repeat;
	background-attachment	: fixed;
	border					: 0px;	
	width					: 118px;
	height					: 22px;
}

#input_form_upload_proudprojects
{
	border					: 1px;
	border-style			: solid;
	color					: white;
	background-color		: Black;
}
#select_proudprojects
{
	border					: 1px;
	border-style			: solid;
	color					: white;
	background-color		: Black;
}
#textarea_proudprojects
{
	border						: 1px;
	border-style				: solid;
	color						: Black;
	background-color			: White;
	scrollbar-base-color		: #FFFFFF;
	scrollbar-arrow-color		: #000000;
	scrollbar-3dlight-color		: #FFFFFF;
	scrollbar-darkshadow-color	: #FFFFFF;
	scrollbar-face-color		: #FFFFFF;
	scrollbar-highlight-color	: #FFFFFF;
	scrollbar-shadow-color		: #FFFFFF;
	scrollbar-track-color		: #FFFFFF;	
}


#input.disabled 
{
	color					: blue; 
	background-color		: lime;
}

#input_verzenden
{
	border					: 0px;
	background-color		: White;
	color					: #000000;
}

#prikbordTitel
{
	background				: url(images/Tekstbackground.png) no-repeat;
	background-attachment	: fixed;
	border					: 0;	
	width					: 118px;
	height					: 22px;
}

#selectPrikbord
{
	background-colour	: black;
	width				: 118px;
	height				: 22px;
}

#tarPrikbord
{
	background				: url(images/TekstAreaBackground.png) no-repeat;
	background-attachment	: fixed;
	border					: 0;	
}

#tableLevensloop
{
	font-family 	: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #FFFFFF;
}

#f1_upload_process
{   z-index:100;   
	visibility:hidden;   
	text-align:center;   
	margin:0px;   
	padding:0px;   

} 
		

input.verzenden{
	border:0px; 
	border-style: solid; 
	border-color:#666666; 
	cursor: pointer; 
	background-color:#D4D0C8;
	color:#000000;
	width: 81px;
}

#div_colored 
{
	font-family: Arial,sans-serif;
	background: #FF9911;
    color: #000000;
}

#pa {
	font-family: Arial,sans-serif;
	background: #FF9911;
	text-align: left;
	padding: 5px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 3px solid #FFF;
  	color: #FFF;   
	position: absolute;
    width: 532px;
    height: 335px;
    top: -450px;
	z-index: 100000;
}

#pa .pa_close {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}

#pa a img {
	border: none;
	text-decoration: none;
}

