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

form{clear:both;}

#inlog_box {
	display: inline-block;
	padding: 10px;
	border: 1px solid #999;
	background-color: #ffffff;
}

#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:#000000;
	background-color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

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: 620px;
}

* 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;
}



.fotooverzicht a {
	display: block;
	float: left;
	width: 130px;
	border: 1px dotted #FFFFFF;
	padding: 5px;
	margin: 0 5px 5px 5px;
}

.fotooverzicht a:hover {
	border: 1px solid #FFFFFF;
	background: none;
}

.thumb1
{
	filter:alpha(opacity=50); 
	opacity:.50; 
	-moz-opacity: .50;
}

.thumb2
{
	filter:alpha(opacity=99); 
	opacity:.99; 
	-moz-opacity: .99;
}

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

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

td.item a {
	display: block;
	float: left;
	width: 75px;
	border: 1px dotted #FFFFFF;
	padding: 5px;
	margin: 0 5px 5px 5px;
}

td.item a:hover {
	border: 1px solid #FFFFFF;
	background: none;
}

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