@charset "utf-8";
@import url("reset.css");
@import url("typography.css");

html {
	overflow-y: scroll;
}


h3 {
	color: #02AEED;
	font-size: 16px;
	margin-bottom: 4px;
	
}

h3 a {
	text-decoration: none;
	color: #02AEED;
}

h5 a {
	
	color: #FFFFFF;

}


.lijstA {

	
	color: #02AEED;
}

.subnavItem  {

	font-size: 7px;
	margin-left: 18px;
	
	margin-top: -5px;
	
	
}

.subnavItem a {
	font-size: 7px;
	
}

#content a {
	text-decoration: none;
	color: #02AEED;
}


#content img {

	margin-right: 7px;

}

#content td {

	font: 13px sans-serif;
	font-family: "Arial";

}

div#sitewrap {
	margin: 0 auto;
}

	div#header {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	
		div#images {
			width: 100%;
			height: 100%;
		}
		
			img.image {
				position: relative;
				min-width: 100%;
				min-height: 300px;
				z-index: -2;
			}
			
			img.shadow {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 300px;
				z-index: -1;
			}
		


		div#photos {
			height: 300px;
			left: 0;
			overflow: hidden;
			position: absolute;
			top: 0;
			width:100%;
			z-index:-1;
		}
		
			div#photos ul {
				height: 100%;
				position: relative;
				width: 100%;
				margin: 0;
			}
				
				div#photos img.background {
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
				}
		
			div#photos img.image {
				z-index: -2;
			}
			
			div#photos img.shadow {
				z-index: -1;
			}
		
		



		
		div#logo {
			background-image: url("images/logo.png");
			width: 243px;
			height: 158px;
			position: absolute;
		}
		
		div#listen {
			position: absolute;
			overflow: hidden;
			margin-left: 736px;
			width: 218px;
		}
		
			div#listen-left {
				background-image: url("images/listen-left.png");
				float: left;
				width: 13px;
				height: 89px;
			}
			
			div#listen-middle {
				background-image: url("images/listen-middle.png");
				float: left;
				height: 69px;
				padding: 20px 0 0;
			}
			
				div#listen-middle ul {
					list-style: none;
					overflow: hidden;
					width: auto;
					margin: 0;
				}
				
					div#listen-middle ul li {
						overflow: hidden;
						float: left;
						padding: 0 1px 0 0;
						background-image: url("images/listen-space.png");
						background-position: right;
						background-repeat: no-repeat;
					}
					
						div#listen-middle ul li:last-child {
							padding: 0;
							background: none;
						}
			
			div#listen-right {
				background-image: url("images/listen-right.png");
				float: left;
				width: 13px;
				height: 89px;
			}
				
	div#navwrap {
		width: 100%;
		background-image: url("images/navwrap-bg.gif");
		background-repeat: repeat-x;
		background-color: #02aeed;
	}
	
		ul#nav {
			padding: 26px 0 39px 20px;
			list-style: none;
			overflow: hidden;
			margin: 0;
		}
		
			ul#nav li {
				margin-bottom: 10px;
			}
		
		div#actueel {
			width: 750px;
			padding: 26px 0 20px 20px;
		}
		
			div#items {
				overflow: hidden;
				width: 100%;
			}
			
				div.item {
					border-right: 1px solid #81d7f6;
				}
				
					div.item1 {
						width: 242px;
						padding: 0 20px 0 0;
					}
					
					div.item2 {
						width: 229px;
						padding: 0 20px 0 20px;
					}
					
					div.item3 {
						width: 197px;
						padding: 0 0 0 20px;
					}
					
				div.item:last-child {
					border: none;
					margin: 0;
				}
				
				div#items div.last-item {
					border: none;
					margin: 0;
				}

		
		div#latestnews {
			padding: 26px 20px 0 0;
		}
		
			div#latestnews ul {
				margin: 0 0 14px;
				list-style: none;
			}
			
				div#latestnews ul li {
					border-bottom: 1px solid #4ec6f2;
				}
			
	div.placeholder {
		margin: 0 auto;
		width: 980px;
	}
			
		div#content-wrap {
			position: absolute;
			top: 326px;
			width: 532px;
			padding: 0 258px 0 190px;
			z-index: 0;
		}
		
			div#content-shadow {
				background-image: url("images/content-bg.gif");
				background-repeat: no-repeat;
				height: 33px;
			}
		
			div#content {
				background-color: #fff;
				padding: 26px 20px;
				border-right: 1px solid #d1d1cf;
				border-left: 1px solid #d1d1cf;
				border-bottom: 1px solid #d1d1cf;
				
				margin-bottom: 10px;
				
				
				
				
				
			}
			
	div#now {
		padding: 37px 20px 0 20px;
		width: 150px;
	}
	div#nieuws {
		padding: 37px 20px 0 20px;
		width: 492px; 
	}
	div#form {
		padding: 37px 0 0 20px;
	}
		
		legend {
			text-indent: -9999em;
		}
		
		input, textarea {
			background-color: #d1d1cf;
			width: 236px;

		}
		
		input {
			height: 20px;
			margin-top: 7px;
			line-height: 20px;
		}
	
			input#btn1 {
				width: 119px;
				height: 34px;
				background-image: url("images/btn1.jpg");
				margin: 0;
			}
			
		textarea {
			height: 86px;
			margin-top: 7px;
			border: none;
		}
	
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	overflow: hidden;
}

.c1 {
	width: 170px;
}

.c2 {
	width: 532px;
	min-height: 1px;
	position: relative;
}

.c3 {
	width: 238px;
}

.z1 {
	position: relative;
	z-index: 1;
}