/*************/
/* interface */
/*************/

* { 
	margin: 0; 
} 

html, body { 
	height: 100%;
	min-height: 100%;
	margin:0px;
	padding:0px;
} 

body {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	color: #4f4f4f;
	background: url(img/back.jpg) top left repeat-y #996633;
}

#menustructuur {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:694px;
}

a.menustruct {
	cursor:pointer;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:694px;
	text-decoration: none;
}

a.menustruct:hover {
	text-decoration: none;
	background-color: #d3c9c0;
}

/********/
/* divs */
/********/

.menu {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	color: #777777;
}

.adres {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

.inhoud {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	color: #4f4f4f;
}

.contact {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	color: #4f4f4f;
}

.footer {
	font-family: Helvetica, Tahoma;
	font-size: 12px;
	color: #996633;
}

.pics {  
	height:  250px;  
	width:   250px;
	padding: 0;  
	margin:  0;
	top: 0px;
	left: 0px;
} 

.pics img {  
	height:  250px;  
	width:   250px;  
	top: 0px; 
	left: 0px; 
}


/**************/
/* hyperlinks */
/**************/

a:link, a:visited, a:active {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: underline;
	color: #996633;
	background-color: transparent;
	}

a:hover {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8a332a;
}

a.menu:link, a.menu:visited, a.menu:active {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #777777;
	background-color: transparent;
}

a.menu:hover {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:active {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #777777;
	background-color: transparent;
}

a.topmenu:hover {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: underline;
	color: #333333;
	background-color: transparent;
}

a.footer:link, a.footer:visited, a.footer:active {
	font-family: Helvetica, Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #b2b2b2;
	background-color: transparent;
}

a.footer:hover {
	font-family: Helvetica, Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #8a332a;
	background-color: transparent;
}

a.contact:link, a.contact:visited, a.contact:active {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #8a332a;
	background-color: transparent;
}

a.contact:hover {
	font-family: Helvetica, Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #996633;
	background-color: transparent;
}

a.otherstyle:link, a.otherstyle:visited, a.otherstyle:active, a.otherstyle:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom:0px;	
}

