/* CSS Document */

html, body 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height:100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#banner
{
	background-image:url(../images/banner.gif);
	width: 110px;
	height: 110px;
	z-index: 20;
	position:absolute;
	vertical-align:top;
	float:left;
	cursor: hand;
}

a:link, a:visited
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

a.navigation:link, a.navigation:visited
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a.navigation:hover
{
	color:#000000;
	background-color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#foto-background {
	position: fixed;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#foto-background img {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#content {
	position: absolute;
	background-image: url(../images/background.png);
	right:0;
	top:0;
	color: #FFFFFF;
	padding: 10px;
	z-index:10;
	width: 748px;
}

* html #content {
`	position: absolute;
	background-image: url(none);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.png', sizingMethod='scale');
	right:0;
	top:0;
	color: #FFFFFF;
	padding: 10px;
	z-index:10;
	width: 620px;
}

div.fotooverzicht
{
	float: left; 
	width: 140px; 
	margin-right: 5px; 
	margin-left: 5px; 
	margin-bottom: 5px;
}

.thumb1
{
	border: 1px dotted #FFFFFF;
	padding: 5px;
	filter:alpha(opacity=70); 
	opacity:.70; 
	-moz-opacity: .70;
}

.thumb2
{
	border: 1px dotted #FFFFFF;
	padding: 5px;
	filter:alpha(opacity=99); 
	opacity:.99; 
	-moz-opacity: .99;
}

td.head 
{
	font-weight: bold;
	padding:5px 0px 5px 0px;
}

td.item 
{
	border-bottom:1px dotted #FFFFFF;
	padding:5px 5px 5px 0px;
}

#title_td
{
	font-size: 18px;
	font-weight: bold;
	color: #9FD4FF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#spacer_td
{
	height: 5px;
}

#close
{
	position: absolute;
	float: right;
	left: 719px;
	margin-top: 5px;
	margin-right: 5px;
	height: 16px;
	width: 16px;
	z-index: 100;
}

#photo_div
{
	position: relative;
	text-align: center;
}

#photo_td
{
	color: #666666;
	border: 1px dotted #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	z-index: 1;
}

#photos_td
{
	color: #666666;
	border: 1px dotted #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
}

#footer
{
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.img_div
{
	width: 185px;
	height: 62px;
	float: left;
	margin: 0px;
	padding: 0px;
}


