html, body  {
	background-image: url(images/degrade.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* {	
	margin: 0px; 
	padding: 0px;
}

#wrapper {
	margin: 0 auto; /*korter*/
	width: 950px;
	min-height: 100%; /*om minstens volledig zichtbare venster te vullen met achtergrond*/
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
} 


/* ------------------- links */


#leftborder {
	width: 325px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
} 
#left {
	width: 100%;
	background-color: #000000;
} 
.alledagenopen {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #a8bc4c;
	font-weight: bold;
}
.adres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}




/* ------------------- rechts */


#rightborder {
	width: 580px;
	float: right;
	margin-top: 30px;
	background-color: #FFFFFF;
	padding: 15px;
} 
#right {
	width: 100%;
	background-color: #a8bc4c;
} 
#menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
} 
.introHP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	padding-right: 100px;
	padding-left: 100px;
}
.introHP a:link,
.introHP a:visited,
.introHP a:hover {
	text-decoration: none;
	color: #ffffff;
}
#menu a:link,
#menu a:visited,
#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}




/* ------------------- menukaart */


#intro {
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	width: 200px;
	float: left;
	margin-top: 30px;
	padding-left: 30px;
} 
#intro a:link,
#intro a:visited,
#intro a:hover {
	color: #ffffff;
	font-weight: bold;
} 

#menukaart {
	font-size: 11px;
	color: #FFFFFF;
	width: 300px;
	float: right;
	margin-top: 30px;
	line-height: 16px;
	padding-right: 30px;
} 
#menukaart H1 {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
} 
#menukaart td {
	padding: 3px;
} 

