@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	/*background: #FFFFFF;*/
	background: #000000;
	text-align:center;
}
h1 {
	font-weight:bold;
	letter-spacing:2px;
	color:#d9a22d;
	background:#000000;
	font-size:14px;
	padding: 0 3px 0 3px;
	float:left;
	clear:left;
	text-decoration:none;
}


#container {
	/*background: url(/application/views/blends/images/bg-3.jpg) no-repeat;*/
	margin: 0 auto;
	width:1024px;
	height:768px;
	text-align:left;
	z-index:1;
}
#header_con {
	background: url(/application/views/blends/images/header_bg.png) repeat-x;
	width:1024px;
	height:113px;
	padding-top:30px;
	z-index:5;
}
#logo {
	width:136px;
	height:45px;
	margin-left:20px;
	background:url(/application/views/blends/images/blends_logo.png) no-repeat;
}
.logo {
	display:block;
	width:136px;
	height:45px;
	border:0;
}
 /* ----------------------------------------------------- HET MENU */
#menu {
	margin-left: 10px;
	margin-top:14px;
}
.nav, .nav ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding-right:0px;
	display: block;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	display:block;
	position: relative;
}
.nav li {
	margin: 0;
	display:inline;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	/*background: #666666;  <------------- achtergrond moet nog weg */
	color: #333333;
	font-weight: bold;
	height: 27px;
	padding: 4px 10px 0 10px;
	display: inline-block;
	text-transform: none;
	text-decoration: none;
}
.nav li a:hover {
/*	background: #ccc;*/
	color: #daa32f;
	
	text-decoration: none;
}
#nav-one li:hover a,  /* Eerste kolom  */
#nav-one li.sfHover a {
	height:27px;
	
	/*padding: 10px 10px 0 10px;*/
	background: url(/application/views/blends/images/menu_bg_hover.gif) center top no-repeat; /*#ccc */
	color: #daa32f;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	/*background: url(/applications/views/blends/images/nav_bg.png) repeat-y;*/
	min-width:157px;
	height:20px;
/*	border-left: #FFFFFF 1px dotted;*/
	padding:0px;
	margin:0px;
	font-weight: bold;
	color: #333333;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	/*background: #FFFFFF;*/
	font-weight: bold;
	height: 20px;
	min-width:157px;
	color: #daa32f;	 /* hover 2de laag */
}

.nav ul {
/* background: #FFFFFF;*/

  list-style: none;
 /*width: 150px;*/
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
  left: 0px; 			/* positie van de tweede laag */
  /*width: 157px;*/
}
.nav ul li {
	border: 0;
	background: url(/application/views/blends/images/nav_bg.png) repeat-y;
	display:block;
	padding-left:5px;
	height:20px;
	margin:0px;
	float: none;

}
.nav ul a {
	border-bottom: 0;
	/*padding-right: 20px;
	min-width: 157px;*/
	white-space: normal;
}
.nav ul a:hover {
	background: #ccc;
	color: #000;
}
#onder_menu {
	min-width: 157px;
	height:22px;
	display:block;
	background:url(/application/views/blends/images/onder_menu.png) no-repeat;
}

/* ---------------------------------------------------- EINDE VAN HET MENU */
#content_con {
	widows:1024px;
	height:655px;
}
#space {	
	width:1024px;
	height:75px;
}
#content {
	margin-left:20px;
	float:left;
}
#content_top {
	background:url(/application/views/blends/images/content_top_bg.png) no-repeat;
	width:626px;
	height:26px;
}
#inhoud {
	background:url(/application/views/blends/images/content_bg.png) repeat-y;
	width:626px;
	padding-right:-30px;
	height: 457px;

}
#inhoud_echt {
	margin-left:30px;
	margin-right:30px;
}
#content_bottem {
	background:url(/application/views/blends/images/content_bottem_bg.png) no-repeat;
	width:626px;
	height:32px;
}
#rechts {
	float:left
}
#contact {
	margin-left: 55px;
	margin-top:25px;
}
#rechts_top {
	background:url(/application/views/blends/images/rechts_bg_top.png) no-repeat;
	width:278px;
	height:41px;
}
#contact_inhoud {
	background:url(/application/views/blends/images/rechts_bg.png) repeat-y;
	width:278px;
}
#contact_echt {
	margin-left: 30px;
	margin-right: 30px;
	text-transform: uppercase;
}

#rechts_bottom {
	background:url(/application/views/blends/images/rechts_bg_bottom.png) no-repeat;
	width:278px;
	height:41px;
}
#opties_top {
	background:url(/application/views/blends/images/rechts_bg_top.png) no-repeat;
	width:278px;
	height:41px;
}
#opties_inhoud {
	background:url(/application/views/blends/images/rechts_bg.png) repeat-y;
	width:278px;
	height:60px;
	padding-left:30px;
}
#opties_bottom {
	background:url(/application/views/blends/images/rechts_bg_bottom.png) no-repeat;
	width:278px;
	height:41px;
}
#eten {
	width:70px;
	float:left;
	height:64px;
}
.eten {
	display:block;
	background:url(/application/views/blends/images/eten.png) no-repeat;
	width:70px;
	height:64px;
}
#lunch {
	width:70px;
	float:left;
	height:64px;
}
.lunch {
	display:block;
	background:url(/application/views/blends/images/lunch.png) no-repeat;
	width:70px;
	height:64px;
}
#drinken {
	width:70px;
	float:left;
	height:64px;
}
.drinken {
	display:block;
	background:url(/application/views/blends/images/drinken.png) no-repeat;
	width:70px;
	height:64px;
}

a
{
    outline: none;
    text-decoration: none;
}
#footer{
font-size:10px;
color:black;
}
#footer a{
color:black;
}