/*************************************************************************************************
 * <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;
    }
    
    fieldset,img { 
        border:0;
    }
    
    ol,ul {
        list-style:none;
    }
    
    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:verdana, arial;
    	color:#4c4c4c;
    	font-size:11px;
    	line-height:18px;
		background:#585879 url("../images/introBg.jpg") 0px 50px repeat-x;
    }
    
    body {
    	text-align:center;
    }
    
    a:link, a:visited, a:hover, a:active {
    	color:#20204c;
    }
    
    a:hover {
    }
    h1 {
    	font-size:11px;
    	padding-bottom:10px;
    	font-weight:bold;
    	text-transform:uppercase;
    }
    
    #columnLeft h1
    {
    	color:#20204c;
    }
    
    #columnRight h1 {
    	color:#ffffff;
    }

 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }

/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	div#container {
		width:1000px;
		postion:relative;
		margin:0 auto;
		text-align:left;
	}
	
	div#afbeelding {
		float:left;
		display:inline;
		margin-left:15px;
		width:970px;
		height:361px;
		background:url("../images/introAfbeelding.jpg");
		margin-top:50px;
	}
	
	div#header {
		width:1000px;
		height:94px;
		background:url("../images/introHeader.jpg");
		
		margin-top:50px;
	}
	
	div#language {
		float:left;
		display:inline;
		
		margin-top:165px;
		margin-left:415px;
	}
	
	div#language a {
		display:block;
		float:left;
		height:25px;
		width:34px;
		text-indent:-90000px;
	}
	
	div#language a.dutch {
		background:url("../images/introDutch.jpg");
	}
	
	div#language a.gb {
		background:url("../images/introGB.jpg");
		margin-left:20px;
	}
	
	div#language a.germany {
		background:url("../images/introGermany.jpg");
		margin-left:20px;
	}
	
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

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

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

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

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
 
    .spacer {
        clear: both;
    }
    
    .floatLeft {
    	float:left;
    	display:inline;
    	margin-top:5px;
    	margin-left:30px;
    }
    
    .floatRight {
    	float:right;
    	margin-top:5px;
    	margin-right:30px;
    	display:inline;
    }
