/* BEGIN FRAMEWORK LAYOUT */
* {
	margin						: 0;
	padding						: 0;
}

.clearfix:after {
	content						: ".";
	display						: block;
	height						: 0;
	clear						: both;
	visibility					: hidden;
}

html, body	{
	height						: 100%;
	margin						: 0;
	padding 					: 0;
} 

body {
	padding						: 0;
	margin						: 0 auto;
	
	text-align					: center;

	min-height					: 100%;
	width						: 100%;

	overflow					: -moz-scrollbars-vertical;	/* TOON ALTIJD EEN SCROLLBAR IN FIREFOX */
	
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 14px;
}

* html #container {	
	height						: 100%;	 /*for IE as IE treats height as min-height anyway*/
}

#clearfooter					{ clear	:both; 	height	:1px;}			/* needed to make room for footer */
#clearform						{ clear	:both; 	height	:1px;}			/* needed to make room for footer */
* > html #clearfooter 			{ float	:left; 	width	:100%;}			/* ie mac styles */
* html #content 				{ height:1%; 	margin-bottom:1px;}		/* combat IE's 3 pixel jog */


/* BEGIN WEBSITE LAYOUT */
#container{
	margin						: 0 auto;
	margin-bottom				: -1px;

	width						: 990px;
	min-height					: 100%;

	text-align					: left;
	
	border						: 0px solid black;
	
	background-image			: url(../images/layout/BG.gif);
	background-repeat			: repeat-y;
}

#header{
	width						: 990px;
	height						: 132px;
	
	float						: left;
	
	border-bottom-color			: #FFFFFF;
	border-bottom-style			: solid;
	border-bottom-width			: 3px;
	
	background-color			: #013D75;
}

#navigatie{
	width						: 990px;
	height						: 36px;
	
	float						: left;
	
	border-bottom-color			: #FFFFFF;
	border-bottom-style			: solid;
	border-bottom-width			: 3px;

	background-color			: #93BC0F;
}

#content { 
	margin-top					: 0px; 
	
	z-index						: 1;
}

#content_left_container 
{
    float						: left;
    width:                    765px;
}

#content_header {
	width						: 750px;
	height						: 44px;
	
	float						: left;
}

#content_left {
	position:                   relative;
	width						: 228px;
	height:                     auto;
	display:                    block;
	float						: left;
	margin-right				: 41px;
	padding-top					: 0px;
}

    #content_left_overlay {
        position:                   absolute;
        display:                    block;
        width:                      224px;
        height:                     70px;
        background-color:           #990000;
        /*
        opacity:                    .75;
        filter:                     alpha(opacity=75);
        */
        bottom:                     0px;
        left:                       4px;
        z-index:                    5;       
    }

        #content_left_overlay_content
        {
            position:                   absolute;
            display:                    block;
            width:                      204px;
            height:                     48px;
            bottom:                     10px;
            left:                       15px;
            z-index:                    6;
        }
        
            #content_left_overlay_content a:link,
            #content_left_overlay_content a:active,
            #content_left_overlay_content a:visited,
            #content_left_overlay_content a:hover
            {
                position:                   relative;
                display:                    block;
                width:                      204px;
                height:                     55px;
                color:                      white;/*#003B6F;*/
                text-decoration:            none;
                font-size:                  9pt;
            }
            
            #content_left_overlay_content a:hover
            {
                color:                      #003B6F;
            }

#content_center {
	width						: 455px;
	
	float						: left;
	
	padding-top					: 0px;
}

#content_right {
	width						: 224px;
	
	float						: right;
}

	#content_right p {
		margin-top				: 20px;
		margin-left				: 15px;
		margin-bottom			: 0px;
	
		font-family				: Verdana, Arial, Helvetica, sans-serif;
		font-size				: 14px;
		font-weight				: normal;
		
		color					: #FFFFFF;
		
		text-align				: left;
	}

#footer {
	width						: 990px;
	height						: 1px;
	
	overflow					: hidden;
	
	padding						: 0;
	margin						: 0 auto;
	position					: relative;

	clear						: both;

	display						: inline;
	display						: block;
	
	background-image			: url(../images/layout/BG.gif);
	background-repeat			: repeat-y;
	background-color			: #FFFFFF;
}
/* EINDE WEBSITE LAYOUT */

/* BEGIN WEBSITE ELEMENTEN */

#header_logo {
	width						: 424px;
	height						: 132px;
	
	float						: left;
	
	border-right-width			: 3px;
	border-right-style			: solid;
	border-right-color			: #FFFFFF;
	
	background-image			: url(../images/layout/IMG_Ariens_logo.gif);
	background-position			: top;
}

	#header_logo IMG {
		display					: none;
	}
	
#header_banner {
	width						: 563px;
	height						: 132px;
	
	float						: left;
}

#content_right_zoeken {
	width						: 224px;
	height						: 30px;
	
	border-bottom-color			: #FFFFFF;
	border-bottom-style			: solid;
	border-bottom-width			: 3px;
	
	background-color			: #C00418;
}

#content_right_adres {
	width						: 200px;		/* 224 - 24 padding */
	/*height						: 71px;*/			/* 95  - 24 padding */
	
	padding						: 12px;
	
	border-bottom-color			: #FFFFFF;
	border-bottom-style			: solid;
	border-bottom-width			: 3px;
	
	background-color			: #E09900;
	
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 12px;
	font-weight					: bold;
	color						: #013D75;
}

#content_right_content {
	width						: 224px;
	height						: 100%;
	
	background-color			: #013D75;
}

#content_disclaimer {
	text-align					: left; 

	padding						: 20px; 
}
 

/* EINDE WEBSITE ELEMENTEN */


/* BEGIN WEBSITE AFBEELDINGEN */
	IMG.header_logo {
		width					: 259px;
		height					: 108px;
		
		border					: 0px solid #FFFFFF;
		
		margin-left				: 50px;
		margin-top				: 15px;
	}

	IMG.content_left_sfeerbeeld {
		width					: 224px;
		height					: 340px;
		
		border					: 0px solid #FFFFFF;
		
		margin-left				: 4px;
		margin-top				: 0px;
	}

/* BEGIN WEBSITE AFBEELDINGEN */
