@font-face {
	font-family: 'AdobeGaramondProBoldRegular';
	src: url('../fonts/agaramondpro-bold-webfont.eot');
	src: local('?'), url('../fonts/agaramondpro-bold-webfont.woff') format('woff'), url('../fonts/agaramondpro-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINBold';
	src: url('../fonts/din-bold-webfont.eot');
	src: local('?'), url('../fonts/din-bold-webfont.woff') format('woff'), url('../fonts/din-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINMediumRegular';
	src: url('../fonts/din-medium-webfont.eot');
	src: local('?'), url('../fonts/din-medium-webfont.woff') format('woff'), url('../fonts/din-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*{
margin: 0px;
padding: 0px;
text-decoration: none;
}

img{
border: none;
}

p {
    font-family:Verdana;
    color:#000;
    font-size:12px;
	line-height:19px;
	padding: 12px 0px 7px 0px;
}

a {
color:#000;
}

a:hover {
color:#8c151a;
}

html{
	background-image: url(../images/bg.png);
	overflow-x: hidden;
}

body{
	text-shadow: 0 0 0 #000;	
}

#container{
	width: 1018px;
	height:618px;
	background: url(../images/bg_container.png) repeat-y top center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top:83px;
	padding-left:45px;
	position:absolute;
	left:50%;
	margin-left: -531px;
}

#container2 {
	width: 1018px;
	height:700px;
	background: url(../images/bg_menu_terras.png) no-repeat top center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top:83px;
	padding-left:45px;
	position:absolute;
	left:50%;
	margin-left: -531px;
}

#container3 {
	width: 1018px;
	height:700px;
	background: url(../images/bg_menu_restaurant.png) no-repeat top center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top:83px;
	padding-left:45px;
	position:absolute;
	left:50%;
	margin-left: -531px;
}

#container4 {
	width: 1018px;
	height:700px;
	background: url(../images/bg_menu_nagerechten.png) no-repeat top center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top:83px;
	padding-left:45px;
	position:absolute;
	left:50%;
	margin-left: -531px;
}

#container5 {
	width: 1018px;
	height:700px;
	background: url(../images/bg_menu_wijn.png) no-repeat top center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top:83px;
	padding-left:45px;
	position:absolute;
	left:50%;
	margin-left: -531px;
}

#logo {
	width: 325px;
	height: 102px;
	position: absolute;
	background-image: url(../images/logo_fraansmarie.png);
	margin: -51px 0px 0px 324px;
	z-index: 15;
}

#logo.linkerkant {
	margin: -51px 0px 0px 85px;
}

#logo.rechterkant {
	margin: -51px 0px 0px 556px;
}
#afbeelding {
width: 972px;
	height: 422px;
}

.afbeelding {
	width: 972px;
	height: 422px;
  }

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.slideshow {
	width: 972px;
	height: 422px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: relative;
	bottom: 80px; right: -7px;
	width: 198px; height:47px;
	z-index: 10; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
 	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	border: 1px solid #610000;
	background-image: url(../images/bg_menu.png);
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;} 
  
#vlak {
	width: 332px;
	height: 383px;
	float:right;
	background-image: url(../images/vlak.png);
	background-repeat: repeat;
	margin: 0px 32px 0px 0px;
	padding: 0px 5px 0px 10px;
	z-index:10;
	}
#vlak.homepage {
		position:absolute;
		right:32px;
		top: 83px;

}
	
	
#vlak2 {
	background-image: url(../images/vlak.png);
	background-repeat: repeat;
	margin: 0px 32px 0px 0px;
	padding: 0px 5px 0px 10px;
	z-index:4;
	left: 539px;
}

#menu {
	font-family: 'AdobeGaramondProBoldRegular';
	width: 972px;
	height: 30px;
	background-image: url(../images/bg_menu.png);
	font-size:18px;
	letter-spacing:1px;
	position:relative;
	z-index:4;
	padding-top:10px;
	margin: -40px 0px 0px 0px;
	list-style:none; 
	text-transform:uppercase;
}

#menu li {
	float:left; 
	margin: 29px 13px 0px 0px;
	height:0px;
}

#menu li:hover {
	background-image: url(../images/submenu_vlak.png);
	height:auto;
}

#menu li:hover ul {
	display:block;
}

#menu li.laatste {
	float:left; 
	margin-right: 0;
}

#menu a {
	padding: 0px 18px;
	position:relative;
	top:-29px;
	color: #efe4cd;
	height:29px;
	display:block;
}

#menu a:hover {
	color: #3b170f;	
}

#menu ul {
	display:none;
	height:135px;
	margin-top:-13px;
}

#menu ul li {
	font-family: 'DINBold';
	float:left; 
	clear:both;
	font-size:15px;
	list-style:none;
	margin:0px 0px 2px 0px;
	text-transform: none;
	background-image: none !important; 
	height:auto;
}

#menu ul li a {
	position:static;
	top:0px;
	color:#3b170f;
	height:auto;
	margin-bottom:6px;
	padding: 0px 0px 0px 15px;
}

#menu ul li a:hover {
	color:#8c151a;
}

#menu ul li.laatste {
	margin-bottom: 0;
}

#afbeelding_klein  {
	width: 975px;
	margin: 13px 0px 0px 0px;
	position:absolute;
}

#afbeelding_klein img{
	padding: 0px 0px 0px 0px;	
}

#afbeelding_klein img .eind{
	padding: 0px 0px 0px 0px;	
}

.titel {
	font-family: 'AdobeGaramondProBoldRegular';
	font-size:19px;
	padding-top:6px;
	text-transform:uppercase;
	color:#3b170f;
	letter-spacing:2px;
}

#historie {
	width: 242px;
	height: 173px;
	position: absolute;
	background-image: url(../images/historie_boven.png);
	margin: -71px 0px 0px 650px;
	z-index: 4;
}

.table {
    font-family:Verdana;
    color:#000;
    font-size:12px;
	line-height:19px;
}

#menukaart {
	margin: -61px 0px 0px 4px;
	height: 658px;
	background-repeat:no-repeat;
}

#menukaart .terug {
	padding: 621px 0px 0px 10px;
}

#footer {
	width: 1063px;
	height:20px;
	margin: 165px 0px 0px 0px;
	position:absolute;
}

#footer p {
	font-family: 'DINBold';
	color: #efe4cd;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 0px;
	margin-left:5px;
}

#footer a {
	color: #efe4cd;
}

#footer a:hover {
	color: #8c151a;
}

#onder {
	width:1063px;
	height:29px;
	background: url(../images/bg_onder.png) no-repeat center;
	left:50%;
	margin-left: -532px;
	position:absolute;
	margin-top:196px;
}

#onder2 {
	width:1063px;
	height:29px;
	background: url(../images/bg_onder.png) no-repeat center;
	left:50%;
	margin-left: -532px;
	position:absolute;
	margin-top:20px;
}

