html
	{
	height: 100%;
	}
body 
	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px ; 
	color: #000000;
	margin: 0 10px 10px 10px;
	background-image: url(img/bg.gif);
	}
td
	{ 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px ; 
	color: #000000;
	}
input,select,textarea
	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px ; 
	color: #000000;
	border: solid #000000 1px;
	background-color: #ffffff;
	}
a:link
	{
	text-decoration: none;
	color: #000000;
	}
a:visited
	{
	text-decoration: none;
	color: #000000;
	}
a:hover
	{
	text-decoration: none;
	color: #cc0000;
	}
/*site starts here*/
#container
	{
	width: 800px;
	position: relative;
	border: solid 5px #ffffff;
	border-top: none;
	background-color: #eeeeee;
	min-height: 600px;
	_height: 600px;
	}
#top
	{
	width: 800px;
	height: 160px;
	position: relative;
	background-image: url(img/top.jpg);
	}
h1
	{
	width: 100px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	font-size: 10px;
	}
#left
	{
	width: 210px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 160px;
	background-image: url(img/left.gif);
	z-index: 2;
	}
#adres
	{
	width: 190px;
	position: absolute;
	top: 174px;
	left: 10px;
	text-align: center;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
#content
	{
	width: 580px;
	_width: 800px;
	position: relative;
	padding: 0 10px 20px 210px;
	text-align: justify;
	}
#content ul
	{
	list-style-image: url(img/li.gif);
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	left: 0;
	}
#pics
	{
	border: 5px solid #ffffff;
	margin: 5px;
	}
h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	}
#proximedia
	{
	position: relative;
	}
#proximedia img
	{
	border: none;
	margin-top: 10px;
	}	
/*navigatie*/
ul#nav
	{
	width: 190px;
	height: 154px;
	_height: 164px;
	position: absolute;
	left: 10px;
	top: 0;
	margin: 0;
	background-color: #ffffff;
	padding: 5px 0 5px 0;
	}
ul#nav li
	{
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	list-style-type: none; 
	}
ul#nav li a
	{
	text-decoration: none;
	height: 22px;
	width: 190px;
	display: block;
	outline: none;
	color: #000000;
	text-indent: 30px;
	background-image: url(img/nav.gif);
	background-position: left;
	background-repeat: no-repeat;
	}
ul#nav li a:hover
	{
	text-decoration: none;
	color: #cc0000;
	text-indent: 50px;
	background-image: url(img/nav_up.gif);
	background-position: left;
	background-repeat: no-repeat;
	}
li#home a:hover
	{
	background-position: 0 0;
	}
li#presentatie a:hover
	{
	background-position: 0 -22px;
	}
li#biermanden a
	{
	background-position: 0 -44px;
	}
li#dranken a
	{
	background-position: 0 -66px;
	}
li#promo a
	{
	background-position: 0 -88px;
	}
li#contact a
	{
	background-position: 0 -110px;
	}
li#ligging a
	{
	background-position: 0 -132px;
	}
