/*************************************************************************************************
 * <APPLICATIE TITEL> CSS
 *************************************************************************************************/

/*************************************************************************************************
 * STYLE RESETS
 *************************************************************************************************/
 
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
        margin:0;
        padding:0;
    }
    
    table {
        border-collapse:collapse;
        border-spacing:0;
    }
    
    img { 
        border:0;
    }
    
    ol,ul {
        list-style-type:disc;
		list-style-position:inside;
    }
    
    caption,th {
        text-align:left;
    }
    
    h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:normal;
    }
    
    abbr,acronym { 
        border:0;
    }
    
/*************************************************************************************************
 * GENERIEKE STYLES (UITSLUITEND "KALE" HTML-TAGS!)
 *************************************************************************************************/
 
    html, body {
    	padding:0px;
    	margin:0px;
    }
 
    body, input, select, textarea, td {
    	font-family:arial, verdana;
    	color:#58585a;
    	font-size:11px;
    	line-height:18px;
    }
    
    body {
    	text-align:center;
    	background:#b4b4b4;
    }
    
    a:link, a:visited {
    	color:#e61c0d;
    	text-decoration:none;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	color:#4a6163;
    	font-size:16px;
    	font-weight:bold;
    	padding-bottom:10px;
    	font-family:arial narrow, arial, verdana;
    }
    
    div#columnTop h1 {
    	color:#cdc75e;
    }
   
 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    ul {
    }
    
    li {
		padding-left:22px;
    }
	fieldset {
		padding: 5px;
	}

/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:1000px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 }
 
 div#header {
 	height:139px;
	position:relative;
 	width:1000px;
 }
 
  div#header img {
 	position:absolute;
 }
 
 div#aboveHeader {
 	height:91px;
    background:url("../images/aboveHeader.jpg") top left no-repeat;
 	width:1000px;
 }
 
  div#overflow {
 	overflow:hidden;
    _height:1%;
    _overflow:visible;
 }
 
 div#menu {
 	width:1000px;
 	height:26px;
 	background:#e4e4e4;
 }
 
  div#footer {
 	height:27px;
    background:url("../images/footer.jpg") top left no-repeat;
 	width:1000px;
 }

 div#search {
 	float:right;
 	margin-top:37px;
 	margin-right:15px;
 }
 
 div#search input {
    border:none;
    
    padding:0px;
    margin:0px;
 }
 
 div#search input.text {
    background:url("../images/txt.jpg") top left no-repeat;
    width:189px;
    height:29px;
    
    float:left;
    
    padding-top:9px;
    padding-left:27px;
    padding-right:4px;
 }
 
 div#search input.submit {
    background:url("../images/submit.jpg") top left no-repeat;
    width:61px;
    height:29px;
    float:left;
 }
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

        /*****************************************************
         * PAGINA VOORBEELD 1
         *****************************************************/

        /*****************************************************
         * PAGINA VOORBEELD 2
         *****************************************************/

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	.form
	{
		border-collapse:	separate;
		border-spacing:		5px;
		*border-collapse:	expression('separate', cellSpacing = '5px');
	}
	
	.text
	{
		font-family:			arial, verdana;
		font-size:				11px;
		color:					#5F5959;
		
		border:					1px solid #000000;
		background:				url("../cms/images/bg_textfield.jpg") top left repeat;
		
		width:					250px;
		height:					20px;
	}
	
	.button
	{
		font-family:			arial, verdana;
		font-size:				11px;
		font-weight:			bold;
		color:					#424242;
		
		border:					1px solid #000000;
		background:				#EBE16E;
		
		width:					250px;
		height:					20px;
	}
	
	.req
	{
		color:					#E61D0B;
	}

/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/

