@charset "utf-8";
body {
	background: white url(img/background.png) no-repeat center top;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#container	{
	margin: 0 auto;
	width: 640px;
	height: auto;
	padding: 0;
}

#camera	{
	width: 190px;
	height: 190px;
	z-index: 100;
	padding: 0; margin: 0;
}

#terug_knop	{
	width: 190px;
	height: 190px;
	z-index: 100;
	padding: 0; margin: 0;
	background: url(img/back.png) no-repeat;
	opacity: .75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
	filter: alpha(opacity=75);
}

#terug_knop:hover, #terug_knop:active 	{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
}

#index_thumbs	{
	padding: 0; margin: 0;
}

#index_thumbs_1	{
	float: left;
	width: 320px;
	height: 200px;
	background: url(img/index_thumbs_1.png) no-repeat;
}

#index_thumbs_1:hover, #index_thumbs_1:active	{
	background: url(img/index_thumbs_1_hover.png) no-repeat;
} 

#index_thumbs_2	{
	float: right;
	width: 320px;
	height: 200px;
	background: url(img/index_thumbs_2.png) no-repeat;
}

#index_thumbs_2:hover, #index_thumbs_2:active	{
	background: url(img/index_thumbs_2_hover.png) no-repeat;
}

#index_thumbs_3	{
	float: left;
	width: 320px;
	height: 200px;
	background: url(img/index_thumbs_3.png) no-repeat;
}

#index_thumbs_3:hover, #index_thumbs_3:active	{
	background: url(img/index_thumbs_3_hover.png) no-repeat;
}

#index_thumbs_4	{
	float: right;
	width: 320px;
	height: 200px;
	background: url(img/index_thumbs_4.png) no-repeat;
}

#index_thumbs_4:hover, #index_thumbs_4:active	{
	background: url(img/index_thumbs_4_hover.png) no-repeat;
}

.floatclear	{
	clear: both;
}

#footer	{
	height: 30px;
	background: url(img/stripe.png) no-repeat center top;
	margin-top: 30px;
	margin-bottom: 15px; 
	padding: 0;
	text-align: center;
}

#footer p	{
	padding-top: 15px;
	font-size: 9px;
	color: #535353;
}

