body {
	background-color: #fbf4e7;
	background-image: url(../img/gradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}

body h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
/* commented backslash hack \*/
html, body{height: 100%;}
/* end hack */
html,body {margin:0;padding:0;}

div#container {
     height:100%;
	 background-image:url(../img/background.jpg);
     background-repeat: no-repeat;
	 min-height: 100%;
	 
	 text-align: left;
	 margin: 0 auto;
} 

html>body div#container {
    height: auto; 
}
#containerleft {
	float: left;
	width: 455px;
	position: static;

}
* html #containerleft {margin-right:-3px}
#containerright {

	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5d2c1e;
	font-size: 12px;
	padding-top: 275px;
	padding-right: 25px;
	padding-bottom: 10px;
	margin-left: 485px;
}
* html #containerright {margin-left:470px;height:1%}
#containerright a {
	color: #5d2c1e;
	text-decoration: underline;
}
#containerright a:hover {
	color: #CC6600;
	text-decoration: underline;
}

#menu{
	padding: 0px;
	width:230px;
}

#menu ul {
	width: 230px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#home  {
	background-image: url(../img_menu/home.jpg);
	height: 31px;
}
#evenementen  {
	background-image: url(../img_menu/evenementen.jpg);
	height: 30px;
}
#westernavonden {
	background-image: url(../img_menu/westernavonden.jpg);
	height: 30px;
}
#saloon {
	background-image: url(../img_menu/saloon.jpg);
	height: 31px;
}
#outdoorcity {
	background-image: url(../img_menu/outdoorcity.jpg);
	height: 32px;
}
#specials {
	background-image: url(../img_menu/specials.jpg);
	height: 31px;
}
#impressies {
	background-image: url(../img_menu/impressies.jpg);
	height: 29px;
}
#kinderfeestjes {
	background-image: url(../img_menu/kinderfeestjes.jpg);
	height: 29px;
}
#contact {
	background-image: url(../img_menu/contact.jpg);
	height: 31px;
}
#route {
	background-image: url(../img_menu/route.jpg);
	height: 34px;
}
#vacatures {
	background-image: url(../img_menu/vacatures.png);
	height: 34px;
}

#menu a {
	display: block;
	text-indent: -1500;
	background-position: 0px;
	margin: 0px;
	padding: 0px;
	width: 230px;
}
#menu a:hover {
	background-position: -230px;
}

#menu a.current {
	background-position: -230px;
}
#foto {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}
#submenu a {
	color: #c58b10;
	font-weight: bold;
}