﻿/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	text-align:center;
	background:white  url('../gfx_content/landingspagina.jpg') no-repeat center top;
	}
	
	
img {border:0px solid #000000;}
	
body, p {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	color:#636466;
	line-height:14px;
	}
	
a{outline:none;}
a:hover{text-decoration:none;}

/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

#container {
	position:relative;
	margin:0 auto 0 auto;
	width:980px;
	text-align:left;
	height:600px;

}
	
	
/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/

div.contentBlock {
	margin-top:30px;
	position:relative;
	height:550px;
	width:980px;
	background:url('../gfx/landings_content_bg.gif');
	float:left;
	}


/* ============================================================	*/ 
/* ========	content				===============================	*/
/* ============================================================	*/

div.content{top:230px;left:510px;width:390px;height:260px;float:left;position:absolute;}

div.content a{text-decoration:underline;color:#182c79}



/* ============================================================	*/ 
/* ========	logoblock				===============================	*/
/* ============================================================	*/

div.logoblock{width:129px;height:130px;float:left;position:relative;
font-size:10px;}

div.logoblock a{width:129px;height:130px;position:absolute;top:0px;left:0px;display:block;background:url('../gfx/blanc.gif');z-index:100;}

div.logo{width:129px;height:40px; text-align:center;position:absolute;top:40px;left:0px;}
div.text{width:129px;height:50px;text-align:center;
position:absolute;bottom:0px;left:0px;}

/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div.footerbg{
position:absolute;
left:0px;
bottom:-20px;
width:980px;
height:20px;
background:url('../gfx/landingspagina_footer_bg.png');behavior: url(css/iepngfix.htc);
}

div.footer {
	float:left;
	position:relative;
	height:20px;
	width:980px;
	font-size:10px;
	color:#ffffff;

}
div.footer a{
	color:#ffffff;
	}
	
	
div.footerleft{
	float:left;
	line-height:20px;
	text-indent:50px;
	}
div.footerright{
	float:right;
	line-height:20px;
	padding-right:10px;
	}
	



