#titel{
	font-size: 20px;
	font-weight: bold;
	font-style: italic; 
	background-image: url(images/titel.jpg);
	background-repeat: repeat;	
	position: absolute;
	top: 131px;
	left: 260px;
	z-index: 3;
}

#broodkruimel{
	font-size: 14px;
	font-weight: normal;

	position: absolute;
	top: 185px;
	left: 275px;
	z-index: 3;
}

h2{
	font-size: 1em;
	font-weight: bold;
}

a:link{
	text-decoration: underline;
	color: #1C3F5D;
	font-weight: bold; 
}

a:visited{
	text-decoration: underline;
	color: #1C3F5D;
	font-weight: bold; 	
}

a:active{
	text-decoration: underline;
	color: #1C3F5D;
	font-weight: bold; 
	}

a:hover{
	text-decoration: underline;
	color: #A3A380;
	font-weight: bold;
}
