@charset "utf-8";
html, body {
	height:100%;
	margin:0;
	padding:0;
	}



#headLinks {
    width:50%;
    position:absolute;
    top:0px;
    left:0;	
    bottom:0;
	z-index:-1;
	background-image:url(../layout/left_header.jpg);
	background-repeat:repeat-x;
	min-height:207px;	
	height: 207px;
    }

#headRechts {
	width:50%;
	position:absolute;
	top:0px;
	bottom:0;
	right:0;
	z-index:-1;
	background-image:url(../layout/right_header.jpg);
	background-repeat:repeat-x;
	min-height:207px;
	height: 207px;
    }

/* ---------------------- Layout --------------------------- */
#container {
	border-width:0 0;
	border-style:solid;
    
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
    
	width:1024px;
	margin:0 auto;
	}
	
#header {
    width:100%;
    height:207px;
    }

#inhoud {
    width:100%;
    padding:0 0 0px; 
    margin:0 0 0 0px;
    }	
	
#inhoudTeksten {
    width:614px;
    padding:0 0 50px; 
    margin:0 0 0 205px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    }	
	
#links {
    width:200px;
    position:absolute;
    top:207px;
    left:0;	
    bottom:0;
    }

#rechts {
    width:210px;    
    position:absolute;
    top:207px;
    bottom:0;
    right:0;
    }
	
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:3px;
	color:#FFFFFF;
    height:20px;
    width:100%;    
    position:absolute;
    bottom:0;
	background-image:url(../layout/footer.jpg);
    }
	
	
/* ------------- FORM ----------------------------------------- */
INPUT.form
{
	width: 250px;
	color: #000000;
	border: 1px solid #7F4582;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
}
textarea.form
{
	font: 11px Arial;
	width: 250px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #7F4582;
}
select.form
{
	font: 11px Arial;
	width: 250px;
	color: #000000;
	background-color: #FFFFFF;
	border: outset 1px #7F4582;

}
INPUT.submit
{
	color: #FFFFFF;
	width: 85px;
	background-color: #7F4582;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7F4582;
	
}	

