/** gele balk **/
.bar {
	background-color: #ffdc00;
	height:25px;
	text-align: right;
	color: #8d7f3a;
	font-size: 11px;
	vertical-align:middle;
	padding-right:18px;
	background-image: url(images/spacer.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/** contactlink in gele balk **/
a.contact:link, a.contact:visited, a.contact:active {
	font-size: 11px;
	color: #8d7f3a;
	text-decoration:none;
	background-image: url(images/icon-contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display:block;
	width:92px;
	height:15px;
	float:right;
}
a.contact:hover {
	font-size: 11px;
	color: #8d7f3a;
	text-decoration:underline;
}


/** standaard links **/
a:link, a:active, a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #ffdc00;
	text-decoration:underline;
}


h1 {
	font-size: 14px;
	color: #f3c800;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.album {
border:1px solid #000000;
}
.album:hover {
border:1px solid #ffdc00;
}

/** hoofdmenu links **/
a.hoofdmenu:link, a.hoofdmenu:visited, a.hoofdmenu:active {
	font-size: 11px;
	text-decoration:none;
	color:#000000;
	background-image: url(images/pointer-geel.gif);
	background-repeat: no-repeat;
	display:block;
	width:100px;
	height:14px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom:2px;
}
a.hoofdmenu:hover {
	color:#000000;
	background-color:#ffdc00;
}

/** overig **/
ul {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullit-geel.gif);
	padding-bottom:10px;
	padding-top:0px;
}

