@charset "UTF-8";
/* CSS Document */
html
{
    height: 100%;
    margin: 0px;
}

body {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 10pt;
	color: #646464;
	margin:0 0 0 0;
}

a {
	color:#0099DB;}	

.headIMG {
z-index:8;	
}

.adresGeg {
	position:absolute;
	margin-left:230px;
	margin-top:-335px;
	width:400px;
	font-size:10px;
	z-index:10;	
}
.container{
 /* half the width of the div */
	/*//////*/
	margin: 0px;
	min-width:1018px;
    width: 100%;
    min-height:600px;
	height: 100%; /* voor IE */ 
    position:absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box; /* voor moderne browsers behalve IE */
    -moz-box-sizing: border-box; /* voor mozilla-based browsers (netscape, FF ...) */
	overflow:hidden;
	
	
}

.header{
	position: relative;
	width: 1018px;
	height:343px;
	left: 50%;
	margin-left: -509px;
}

.content{
	position: relative;
	margin-bottom:10px;
	width: 1018px;
	text-align:left;
	left: 50%;
	margin-left: -509px;
}

.contentTxt{
	margin-left:230px;	
}
.footer{
	position: relative;
	width: 100%;
	height:auto;
	background-color:#C3DBE5;
	
	height:100%;
}



h1 {
	font-family: 'Nova Flat', cursive;
	font-size:15pt;
	color:#0099DB;	
}

h2 { 
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size:15pt;
	color:#646464;	
}