/* links */
A:link {text-decoration:none; color:#b59d64;}

A:visited {text-decoration:none; color:#b59d64;}

A:hover {text-decoration:underline; color:#b59d64;}

A:active {text-decoration:underline; color:#b59d64;}
/* einde links */

html
{
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

/* CSS Document */
body {
	height: 100%;
	background-color: #b59d64;
	background-image: url(Cafe/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.wittelijn {
	font-size: 1px;
	background-color: #FFFFFF;
}
.header {
	padding-top: 20px;
	background-position: left center;
}
.menu {
	background-color: #525252;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #950025;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	padding: 15px;
}
.bottom {
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	padding: 20px;
}

