@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	/*background:url(../htmimg/pattern.jpg) top center repeat;*/
	background:#FF3300;
	font-family: 'ABeeZee', sans-serif;
}

::selection{
	background:#FF3300;
	color:#ffffff;
}

#container{
	margin: 0 auto;
	width: 1000px;
}

.band{
	width: 1000px;
	float: left;
}

.header{
	background:url(../htmimg/headerbg.jpg) bottom center repeat-x;
}

.headerimg{
	background:url(../htmimg/headerbg.jpg) bottom center repeat-x;
	height: 250px;
}

.content{
	background:#efefef;
	padding: 20px;
	width: 960px;
}

.afbeeldingen{
	background:#efefef;
}

.afbeeldingen img{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

h1{
	background:#FF3300;
	padding: 20px;
	font-size: 28px;
	font-weight:200;
	float: left;
	color:#FFFFFF;
}

p{
	float: left;
	margin: 0;
	padding: 0;
}

.footer{	
	background:#ffffff;
	margin-bottom: 40px;
}

.footer img{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.headerimg img{
	width: 1000px;
	float: left;
	height: 250px;
	margin: 0;
	padding: 0;
	border: 0;
}

.transparant{
	width: 960px;
	float: left;
	height: 80px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -100px;
	background:url(../htmimg/trans_zwart.png) repeat;
	color:#FFFFFF;
}

h3, h4{
	margin: 0;
	padding: 0;
}

h3{
	font-weight: bold;
}

h4{
	font-size: 14px;
	font-weight: 100;
}

.header a{
	padding: 10px;
	padding-top: 40px;
	float: right;
	height: 20px;
	margin-top: 50px;
	margin-right: 8px;
}

.header a:link, .header a:visited{
	text-decoration: none;
	color:#FFFFFF;
}

.header a:hover, .header a:active, .header a#actief{
	background:#ffffff;
	text-decoration: none;
	color:#000000;
}

#logo{
	width: 256px;
	height: 120px;
	float: left;
	margin-left: 20px;
}

.nieuwsitem{
	width: 940px;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
}

.nieuwsitem:hover{
	background:#999999;
}

.nieuwslinks:link, .nieuwslinks:visited, .nieuwslinks:hover, .nieuwslinks:active{
	color:#000000;
	text-decoration: none;
}

.nieuwsitem img{
	float: left;
	border: 0;
}

.gastenboek-schrijven{
	width: 300px;
	float: left;
}

.gastenboek-lezen{
	width: 600px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	/*border-left: 1px solid #FF6600;*/
	margin-bottom: 20px;
}

.gastenboek-entrie{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF6600;
}

.labels{
	width: 280px;
	padding: 5px;
	float: left;
	border: 1px solid #000000;
	background:#FFFFFF;
	margin-bottom: 5px;
}

.buttons{
	padding: 10px;
	float: left;
	background:#FF3300;
	border: 0px;
	color:#FFFFFF;
}

.album{
	width: 225px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 210px;
	background:#CCCCCC;
	padding: 0px;
}

.album:hover{
	background:#999999;
}

.album img{
	margin: 0;
	padding: 0;
}

.album p{
	width: 205px;
	float: left;
	padding: 10px;
	text-align: center;
}