/*************************************************************************************************
 * <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:#161616;
    	font-size:11px;
    	line-height:18px;
    }
    
    body {
    	text-align:center;
    	background:url("../images/bg_intro.jpg") top left repeat-x;
    }
    
    a:link, a:visited {
    	color:#ffffff;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	color:#0066ff;
    	font-size:11px;
    	font-weight:bold;
    	padding-bottom:10px;
    }
   
 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    ul {
    }
    
    li {
	    list-style: disc;
		margin-left:22px;
    }

/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:900px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 }
 
 div.block {
 	width:415px;
 	height:447px;
 	display:block;
    	background:url("../images/bgBloack.jpg") top left no-repeat;
    	float:left;
    	margin-top:44px;
 }
 
 div#blankierAutoverhuur div.logo {
 	width:261px;
 	height:77px;
 	display:block;
    background:url("../images/logoAutoverhuur.jpg") top left no-repeat;
    text-indent:-90000px;
    
    float:left;
    display:inline;
    
    margin-top:22px;
    margin-left:70px;
 }
 
  div#blankierShortlease div.logo {
 	width:277px;
 	height:75px;
 	display:block;
    	background:url("../images/LogoBlankierShortlease.jpg") top left no-repeat;
    	text-indent:-90000px;
    	
    	
    float:left;
    display:inline;
    
    margin-top:23px;
    margin-left:70px;
 }
 
 div.header {
 	width:364px;
 	height:220px;
 	
    float:left;
    display:inline;
    
    margin-top:1px;
    margin-left:24px;
 }
 
 div#blankierAutoverhuur div.header {
    	background:url("../images/image2.jpg") top left no-repeat;
 }
 
  div#blankierShortlease div.header {
    	background:url("../images/image3.jpg") top left no-repeat;
    margin-top:2px;
 }
 
 div.content {
 	clear:both;
 	margin-left:40px;
 	width:330px;
 	margin-top:10px;
 	display:inline;
 	float:left;
 }
 
 div#logo {
 	width:382px;
 	height:112px;
 	display:block;
    background:url("../images/logoBlankierBottom.jpg") top left no-repeat;
    clear:both;
    	text-indent:-90000px;
    	
 	display:inline;
    	margin-top:40px;
    	margin-left:220px;
 	float:left;
 }
 
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

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

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

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	table.form
	{
		font-family:			Trebuchet MS, arial, verdana;
		color:					#a4a4a4;
		line-height:			18px;
		font-size:				10pt;
		
		border-collapse:		separate;
		border-spacing:			5px;
	}
	
	table.form td
	{
		background:				transparent;
	}
	
	.req
	{
		color:					#669000;
	}
	
	.text
	{
		font-family:			verdana, arial;
		font-size:				11px;
		
		border:					1px solid #000000;
		background:				white;
		
		width:					120px;
		height:					20px;
	}
	
	.button
	{
		font-family:			verdana, arial;
		font-size:				11px;
		font-weight:			bold;
		color:					white;
		
		border:					1px solid #000000;
		background:				#c06a79;
		
		height:					25px;
	}
	
	.textarea
	{
		font-family:			verdana, arial;
		font-size:				11px;
		
		
		width:					250px;
		height:					150px;
		width:120px;
		border:1px solid black;
	}
	
	.clsInfBlock
	{
		font-family:			verdana,arial;
		color:					#000000;
		line-height:			18px;
		font-size:				11px;
		
		width:					340px;
		_width:					365px;
		
		display:				block;
		padding:				15px;
		
		background-color:		#C7E6FF;
		border:					1px solid #05507A;
		border-top:				3px solid #05507A;
	}
 
	select {
		width:120px;
		border:1px solid black;
		height:					20px
	}
	
	ul.adresGegevens {
		width:100%;
		text-align:center;
		color:white;
		
		float:left;
		margin-top:115px;
		margin-left:175px;
		display:inline;
	}
	
	
	
	div#footer div.floatRight {
		color:#d57373;
		font-size:9px;
	}
	
	div#footer div.floatRight a {
		color:#d57373;
		text-decoration:none;
	}
	
	
	ul.adresGegevens li {
		float:left;
		display:inline;
		padding-right:20px;
	}
	
	ul.adresGegevens li a {
		color:white;
		font-size:11px;
	}
	
	
/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
 
    .spacer {
        width:20px;
        display:inline;
        float:left;
        height:1px;
    }
    
    .top {
    	float:left;
    	display:inline;
    	margin-top:4px;
    	margin-left:250px;
    }
    
    .bottom {
    	float:right;
    	margin-top:35px;
    	font-size:9px;
    	color:#9c9e9f;
    	margin-right:10px;
    	display:inline;
    }
    
    .bottom a {
    	color:#9c9e9f;
    	text-decoration:none;
    }
    
    .placeText {
    	font-weight:bold;
    	color:white;
    	font-size:12px;
    	margin-right:50px;
    }
    
    .placeText a {
    	color:white;
    	text-decoration:none;
    }
    
    .header img
    {
    position:absolute;
    }