@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* TYPOGRAFIE */
	font-family: Century Gothic, Arial;
	font-weight: 100;
	color: #777;
	text-align: left;
	font-size: 14px;
	line-height: 20px;	


}


#container {
	position:relative;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}
#header {
	position:relative;
	width:100%;
	height:250px;
	margin-left:auto;
	margin-right:auto;
		background-image:url('../images/bg_wave.jpg');
			background-size:100%;
}

#footer{
	position:relative;
	padding: 20px;
	text-align: center;
	width:100%;
	height:25px;
	margin-left:auto;
	margin-right:auto;
		background-color:#E7F0F7;
}



#logo {
	position: absolute;
	top: 5px;
	float: left;
	z-index: 10;
}


#navigatie {
	position: absolute;
		z-index: 3;
	float: right;
	width: 100%;
	height: 50px;
	background-image: url('../images/white-opacity-40.png');
	/* TYPOGRAFIE */
	color: #fff;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;	
	padding-top: 20px;
}


#timetitle  {
	width: 600px;
	height: 30px;
	padding: 20px 0px 20px 0px;
	float: left;
	
		font-size: 24px;
		font-weight:bold;
		color: #004e9f;
	
	}

#tekst  {
	width: 600px;
	height: auto;
	padding-left:50px;
	float: left;
	
}

#pagehalfleft {
	width: 600px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 40px;
	padding: 0px 20px 20px 20px;
	background-color: #e7f0f7;
}

#pagehalfright {
	width: 600px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 40px;
	padding: 0px 40px 20px 20px;
	font-weight: normal;
}


#clear {
	clear:both;
}

#txt30left {
	width: 250px;
	float: left;
	padding: 0px 0px 0px 20px;
	text-align: right;
					/* TYPOGRAFIE */
		font-family: Century Gothic, Arial;
				color: 				#333;
		font-size:			12px;
		text-decoration: 	none;
		font-weight:		normal;
}	

#txt30right {
	width:250px;
		float:left;
		padding: 0px 0px 0px 0px;
						/* TYPOGRAFIE */
		font-family: Century Gothic, Arial;
		color: 				#333;
		font-size:			12px;
		text-decoration: 	none;
		font-weight:		normal;
}	

#txt30center {
	width:20px;
		float:left;
			padding:20px 20px 20px 20px;


}	

#txt30top {
	width:60px;
		float:left;

}

#txt30 {
	width: 600px;
	height: auto;
	margin-top: 30px;
	background-image: url('../images/30_line.png');
}	
			
#30icon {	

	width:1020px;
	height:3500px;
	margin-top:30px;
			
			}


	
		/* TYPOGRAFIE */

a:link, a:visited, a:active {
text-decoration:none;
color: #555;
}

a:hover {
	color: #F00;
}




h1 { 
		font-size:			36px;
		font-weight: 100;
		line-height:1px;
		color: #004e9f;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #004e9f;
}

h3 { 
		font-size:			24px;
				font-weight: 100;
		color:#999;
		line-height:0px;
}
	
