html, body {
	margin: 0px;
	background: url(../img/background_1.png) no-repeat top center;
}

body, td {
	font-family: tahoma;
	font-size: 12px;
}

a {
	color: #009fe3;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

/* FOTOBOEK */
#fotoboekItem {
	display: block;
	float: left;
	padding: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: solid #dcdcdc 1px;
}

	#fotoboekItem img {
		opacity:0.60;
		filter:alpha(opacity=60);
	}

#fotoboekItem:hover {
	background: #ededed;
}

	#fotoboekItem:hover img {
		opacity:1.0;
		filter:alpha(opacity=100);
	}
	
#fotoboekAlbum {
	display: block;
	height: 102px;
	padding: 5px;
	margin-bottom: 10px;
	border: solid #ccc 1px;
}

	#fotoboekAlbum img {
		display: block;
		border: solid #ccc 1px;
		float: left;
	}
	
	#fotoboekAlbum .titel {
		display: block;
		float: left;
		line-height: 112px;
		height: 112px;
		padding-left: 10px;
		text-decoration: none;
		font-weight: bold;
	}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		width: 900px;
		height: 276px;
	}
	
		#banner {
			position: absolute;
			margin-top: 0px;
			margin-left: 476px;
		}
	
	#leftCol {
		float: left;
		width: 170px;
		border-right: #e5f7fb solid 1px;
	}
	
		#menu {
			margin: 0px;
			padding: 0px;
			width: 148px;
			list-style: none;
			text-align: right;
		}
		
			#menu li a {
				line-height: 24px;
				font-size: 14px;
				color: #009fe3;
				text-decoration: none;
			}
			
			#menu li a:hover, #menu li a.active {
				font-weight: bold;
				color: #009fe3;
			}
			
		#hyves {
			width: 148px;
			text-align: right;
		}
		
		#tino {
			width: 148px;
			text-align: right;
		}
	
	#rightCol {
		float: left;
		width: 729px;
	}
	
		#content {
			padding: 0px 0px 0px 34px;
			line-height: 150%;
			color: #666666;
		}
		
			h1.paginaTitel {
				display: inline;
				font-size: 18px;
			}
		
	#footer {
	
	}