/*
background-image: url("../images/background.gif");
*/

@import url("reset.css");
@import url("image_slide.css");
@import url("navi.css");
@import url("frame.css");
@import url("../admin/fckeditor/editor/textarea.css");

body {
	background-color: #333333;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
}
body.admin div.frame ul#list_galerij li span.caption {
	position: relative;
}
body.admin h3 {
	position: relative;	
}
a {
	color: #333333;
}
div#content {
	position: relative;
	padding: 100px 0 0 0;
	background-color: #3B7B93;
	width: 810px;
	margin: 0 auto;
	padding-bottom: 10px;
	z-index: 20;
}
h1 {
	margin-bottom: 10px;
	height: 110px;
	background-image: url("../images/header_stichting.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9990px;
}
div#home_picture {
	margin: 50px auto;
	width: 400px;
	color: #333333;
}
div#footer {
	width: 810px;
	color: #CCCCCC;
	margin: 5px auto;
	text-align: center;
}
div#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFFFF;
}
div#footer span {
	color: #3B7B93;
}
div#dvdbox {
	position: absolute;
	height: 110px;
	width: 107px;
	left: -25px;
	top: 120px;
	overflow: hidden;
}
div#dvdbox a {
	display: block;
	height: 110px;
	width: 107px;
	background-image: url(../images/dvdbox.jpg);
	background-repeat: no-repeat;	
	text-indent: -9999px;
	background-position: 0 0;
}
div#dvdbox a:hover {
	background-position: -107px 0;	
}
/*
	ADMIN
*/
a.admin_edit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url("../admin/icons/list_edit.png");
}
