 

/*------ ID's ---------------------------------------------------------------------------------*/

#prologos {
	position: relative;
	top: 30px; left: 260px;
	width: 600px;
	height: auto;
	text-align: left;
	}

#mainContact {
	position: relative;
	top: 150px; left: 230px;
	width: 700px; height: auto;
	}

#frmDiv, #formulier{ 
	float: left;
	width: 70%;
	height: auto;
	margin-top: 100px;
	margin-left: 250px; 
	padding: 30px;
	text-align: left;
	}
	#formulier {margin-top: -110px; margin-left: 0;}


#frm {
	width: 95%;
	margin-left: auto; 	/* centreren FIREFOX */
	margin-right: auto; /* centreren FIREFOX */
	font-size: 1em;
	}	
	
	td {padding-right: 5px;}
	input, textarea {padding-left: 2px;}	
	legend {font-size: 1.3em; font-weight: bold; color: #a48829; margin-bottom: 10px;}
	fieldset {border-color: #a48829;}


#uploadFrm_msgs	{
	position: absolute;
	top: 250px; left: 50%;
	width: 500px; height: auto; 
	margin-left: -250px;
	padding: 20px; 
	font-size: 1.1em; 
	font-weight: bold;
	border: 2px solid #ecffd4;
	}


#footer {
	/*position: absolute;*/
	margin-top: 550px; margin-left: 250px;
	width: 694px; height: auto;
	padding: 3px;
	line-height: 20px;
	color: #5C665D; /*728078*/
	font-size: 0.9em;
	text-align: center;
	border-top: 1px solid #6c7668;
	-moz-opacity:.7;
	opacity: .7;
	}
	#footerUL {
			list-style-type: none; 
			width: 100%; height: 20px;
			margin: 0 auto; /* 0 0 0 25px = deze waarde als 'wie kent deze?' link geactiveerd is...*/ 
			padding: 0;  
			text-align: center;
			}
	#footerUL li {display: inline;}
	#footerUL li a {padding: 0 8px;}					
	
	#ref{ /* "Design & implementatie Pano Psathas" */
			width: 100%;
			height: auto;
			margin-top: 0px;
			text-align: center;	
			}
			#footer #ref span {
				text-transform: capitalize;
				filter:alpha(opacity=50);
				-moz-opacity:.5;
				opacity: .5;
				} 