body{
	font-family: arial;
	font-size: 12px;
	background-color: #011135;
}

a{
	color: #000000;
}

h1{
	font-size: 20px;
	margin-left: 10px;
	margin-top: 0px;
}

h2{
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 0px;
}
p{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

li{
	list-style-image: url('../../images/icons/rating_star.png');
	margin-top: 5px;
}

img{
	border: 0px solid black;
}

img#header{
	border: 0px;
}

#container{
	position: absolute;
	width: 775px;
	margin-left: -387.5px;
	left: 50%;
	background-image: url('../images/achtergrond.jpg');
	background-repeat: repeat-y;	
}

#masthead{
	background: #efefef;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
}

#menu{
	float: left;
	width: 150px;
	padding-top: 10px;
}

#pagina{
	margin: 0px 0px 0px 150px;
	padding-top: 10px;
}

#footer{
	clear: both;
	background-color: #efefef;
	text-align: center;
	height: 18px;
	padding-top: 2px;
	font-weight: bold;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}

img#header{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.menuItem{
	display: block;
	width: 150px;
	height: 18px;
	color: #000000;
	
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	
}

.menuItem:hover{
	height: 17px;
	padding-top: 1px;
	background-color: #b9d3d8;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.subHeader{
	display: block;
	width: 595px;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	background-color: #efefef;
	font-weight: bold;
}

a.nieuwsItemIndex{
	display: block;
	width: 595px;
	height: 18px;
	padding-left: 5px;
	padding-top: 2px;
	color: #011135;
	font-weight: bold;
}

a.nieuwsItemIndex:hover{
	background-color: #b9d3d8;
}

div.nieuwsContainer{
	width: 600px;
	margin-left: 10px;
	border: 1px solid black;
}

div.nieuwsItemHead{
	width: 600px;
	height: 18px;
	background-image: url('../../images/kalenderHeaderBack.png');
	text-align: right;
	padding-top: 3px;
	border-bottom: 1px solid black;
	font-size: 13px;
	text-align: center;
}

div.nieuwsItem{
	width: 590px;
	padding: 5px;
}

img.nieuwsCircle{
	border: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

div.gastenboekForm{
	width: 590px;
	margin-left: 10px;
	background-color: #efefef;
	border: 1px solid black;
	padding: 5px;
}
.formLabel{
	float: left;
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	width: 100px;
	font-weight: bold;
}
.formField{
	width: 450px;
	margin-bottom: 5px;
}
.button{
	display: block; 
	background-color: #d9e6e9; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	height: 18px; 
	text-align: center; 
	font-weight: bold;
	border: 1px solid black;
	font-size: 13px;
}
/*Fotoalbum*/
div.fotoalbum{
	float: left;
	width: 175px;
	height: 200px;
	margin-left: 22.5px;
	margin-bottom: 22.5px;
	border: 1px solid black;
}
a.fotoalbumThumb{
	display: block;
	width: 100px;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 22px;
	float: left;
	border: 1px solid black;
}
img.fotoalbumAfbeelding{
	position: absolute;
	margin-top: 0px;
	width: 600px;
	margin-left: 10px;
	border: 1px solid black;
}
img.arrowRight{
	position: absolute;
	left: 710px;
	top: 145px;	
}
img.arrowLeft{
	position: absolute;
	left: 165px;
	top: 145px;	
}
img.arrowUp{
	position: absolute;
	left: 425px;
	top: 145px;	
}

#ulbumContainer{
	width: 500px;
	border: 1px solid black;
	padding: 5px;
	margin-left: 50px;
}
#imageUpload input {
	display: block;
	width: 490px;
}

/*Einde fotoalbum*/

/*Kalender Jaaroverzicht*/
.kalenderMaand{
	float: left;
	margin: 14px;
	width: 170px;
	border: 1px solid black;
}
.kalenderMaandHead{
	height: 22px;
	width: 170px;
	background-image: url('../../images/kalenderHeaderBack.png');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
}
.kalenderMaandDagen{
	float: left; 
	text-align: center;
	width: 22px;
	margin: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;
}
/*Einde Kalender Jaaroverzicht*/