*{
	margin:0;
	padding:0;	
}

body{
	/*overflow: none;*/
	color: #0168B3;
	text-align:center;
	
	font-family:verdana;
}

#linker_rand{
	position: fixed;
	left:0;
	height: 100%;
	width:5%;
	background-color: #00ADEF ;
	z-index: 5 ;
	
}

#rechter_rand{
	position: fixed;
	right:0;
	height:100%;
	width:5%;
	background-color: #00ADEF ;
	z-index: 5 ;
}

#linker_kartel_rand{
	position: fixed;
	left:0;
	height: 100%;
	left:5%;
	z-index: 5 ;
	width: 30px;
	background-image: url("images/kartel_links.png");
	background-repeat: repeat-y;	
}

#rechter_kartel_rand{
	position: fixed;
	right:0;
	height:100%;
	right: 5%;
	z-index: 5 ;
	width: 30px;

	background-image: url("images/kartel_rechts.png");
	background-repeat: repeat-y;
}




a{
	color:#00aeef;
}

a:hover{
	color: red;
}



#banner_bottom{
	position: fixed;
	bottom: 0;
	left:0;
	height: 15% ;	
	width: 100%;
	background-color: #e2f6ff ;	
	color:#00aeef;
	font-size: 95%;	
	

}

#banner_bottom_fade{
	position: fixed;
	bottom: 15%;
	left:0;

	height: 54px;
	width: 100%;

	background-image: url('images/fade.png');
	background-repeat: repeat-x;
	background-position: top;

	/*background-color: green;*/
}

#content{
	margin-left: auto;
	margin-right: auto;
	
	
	
	min-height: 330pt;
	width: 75%;
	background-color: #e2f6ff ;	
	
	padding-top: 50pt;
	
	z-index: 4 ;		
/*	overflow-y: scroll; */
	
	padding: 5pt;
	text-align:left;
	font-size:12px;
	line-height: 20px;
	
	color: #0168B3;
	margin-bottom: 10%;
}

#content h1{
	/*color: #EE3940;*/
	color: #0168B3;
	font-size: 15pt;
}

#content h2{
	/*color: #EE3940;*/
	color: #0168B3;
	font-size: 12pt;
}

#logo{	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 50px;
	width:75%;
	height:100%;
	background-color: white;	
	
	text-align:left;

}


#menu {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 100%;
}


#content p {
	margin: 20px;
}


#subtitle {
	
	position: absolute;
	right: 15%;
	top: 7%;
	
}

.lijntje {
	width: 90%;
	background-image: url('../promo-images/lijntje.png');
	background-repeat: no-repeat;
	background-position: center ;
	height: 25px;


}
th {
	background-color:#0168B3;
	color:#FFF
	}


h2 {
	margin-top: 15px;
	margin-left: 5px;
}

h3 {
	margin-top: 15px;
	margin-left: 15px;
}

ul {
	margin-left: 50px;
}