html {
	overflow-y: scroll;
}

body{
	background-color: #3c3c3c;
	color: #DDD;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img{
	border: 0px;
}
A:link{
	border: 0px;
	text-decoration: underline;
	color: #DDD;
}
A:visited{
	border: 0px;
	text-decoration: underline;
	color: #DDD;
}
A:active{
	border: 0px;
	text-decoration: underline;
	color: #FFF;
}
A:hover{
	border: 0px;
	text-decoration: underline;
	color: #FFF;
}

#center{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
#content{
	position: absolute;
	top: 220px;
	width: 800px;
}

#header{
	position: absolute;
	top: 40px;
	left: -10px;
}
#subheader{
	position: absolute;
	top: 70px;
	left: 405px;
}

#menu{
	position: absolute;
	top: 130px;
	left: 400px;
}
#menu A:link img{
	padding-bottom: 4px;
	border: 0px;
	border-bottom: 1px #777 solid;
}
#menu A:visited img{
	padding-bottom: 4px;
	border: 0px;
	border-bottom: 1px #777 solid;
}
#menu A:active img{
	padding-bottom: 4px;
	border: 0px;
	border-bottom: 1px #FFF solid;
}
#menu A:hover img{
	padding-bottom: 4px;
	border: 0px;
	border-bottom: 1px #FFF solid;
}
#galerij{
	position: absolute;
	top: 0px;
	left: 0px;
}
#info{
	position: absolute;
	top: 0px;
	left: 101px;
}
#contact{
	position: absolute;
	top: 0px;
	left: 177px;
}
#meer{
	margin-top: -11px;
	position: absolute;
	top: 0px;
	left: 286px;
}

#gal_table{
	border: 0px;
	margin: 0px;
	padding: 0px;
	
	width: 800px;
}
#gal_table_left{
	text-align: left;
	padding-bottom: 13px;
}
#gal_table_right{
	text-align: right;
	padding-bottom: 13px;
}

#fotos_terugknop{
	position: absolute;
	top: 0px;
	left: 200px;
}
#fotos_table{
	position: absolute;
	left: 0px;
	top: 40px;
	
	border: 0px;
	margin: 0px;
	padding: 0px;
	
	width: 800px;
}
#fotos_table img{
	padding: 23px;
}
#fotos_table_left{
	text-align: left;
	width: 266px;
	padding-bottom: 30px;
	background-image: url(../images/shadowbox.jpg);
	background-repeat: no-repeat;
}
#fotos_table_center{
	text-align: left;
	width: 266px;
	padding-bottom: 30px;
	background-image: url(../images/shadowbox.jpg);
	background-repeat: no-repeat;
}
#fotos_table_right{
	text-align: left;
	width: 266px;
	padding-bottom: 30px;
	background-image: url(../images/shadowbox.jpg);
	background-repeat: no-repeat;
}
#fotos_table_empty{
	width: 266px;
	padding-bottom: 30px;
}

#info_foto{
	position: absolute;
	top: 0px;
	left: -2px;
	width: 332px;
	height: 450px;
}
#info_tekst{
	position: absolute;
	top: 30px;
	left: 400px;
	width: 400px;
	text-align: center;
}

#contact_tekst{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 800px;
	text-align: center;
}
#contact_small{
	font-size: 10px;
}
#twittericoon{
	margin-bottom: -2px;
}
#noline{
	text-decoration: none;
}
