body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #804A34;
	line-height: 150%;
	text-align: center;
	background: #F9D1A4 url(../images/background.jpg) repeat-x top;
}
.print{
	display: none;
}
.clear{
	clear: both;
}
#container{
	margin: 0 auto;
	padding: 1px;
	width: 1001px;
	background: url(../images/main.jpg) no-repeat;
	text-align: left;
}
#white{
	background: #fff;
	width: 960px;
	margin: 20px 0 0 15px;
}
#header{
	background: #fff;
	width: 730px;
	height: 130px;
	position: absolute;
	margin-left: 230px;
	margin-top: 10px;
	z-index: 100;
}
h1{
	font-size: 1.4em;
	color: #F37B19;
	font-weight: bold;
	padding: 0;
	margin: 0 
}
h2{
	font-size: 1.2em;
	color: #F37B19;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
a {color:#F37B19;
	text-decoration: none;
   }
a:hover, a:active {color:#F37B19;
	text-decoration: underline;
}
#logo{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#buttons{
	float: left;
	margin: 0;
	padding: 0;
}
#top_buttons{
	width: 130px;
	height: 120px;	 
	margin: 0;
	padding: 0;
	position: relative;
}
#top_buttons li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#top_buttons li, #top_buttons a{
	height: 120px;
	display: block;
	text-indent: -6000px;
}
#button1{
	background: url(../images/button_ijs.jpg);
	left: 0;
	width: 130px;
}
#button2{
	background: url(../images/button_chocolade.jpg);
	left: 140px;
	width: 130px;
}
#button3{
	background: url(../images/button_koffie.jpg);
	left: 280px;
	width: 130px;
}
#button1 a:hover{
	background: transparent url(../images/button_ijs.jpg) 0 -120px no-repeat;
}
#button2 a:hover{
	background: transparent url(../images/button_chocolade.jpg) 0 -120px no-repeat;
}
#button3 a:hover{
	background: transparent url(../images/button_koffie.jpg) 0 -120px no-repeat;
}
#sidebar{
	margin-top: 10px;
	padding-left: 10px;
	position: absolute;
	z-index: 50;
}
#sidebar_address{
	margin-top: 10px;
	background: #F78F1E;
	width: 370px;
	min-height: 80px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	line-height: 200%;
}
#sidebar_address .content{
	padding: 10px 10px 10px 0;
}
#sidebar_address a{
	text-decoration: none;
	color: #fff;
}
#sidebar_address a:hover{
	text-decoration: underline;
	color: #fff;
}
#main{
	margin: 0;
	padding-left: 390px;
	padding-top: 140px;
	min-height: 340px;
	_height: 340px;
}
#menu{
	margin: 0;
	padding: 0;
	width: 560px;
	height: 20px;
	background: #F78F1E;
}
#menu ul, #menu li{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
#menu li{
	float: left;
}
#menu a{
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	background: url(../images/border.jpg) no-repeat center right;
	padding: 0 18px 0 18px;
}
#menu a.no_border{
	background: none;
}
#menu a:hover{
	text-decoration: underline;
}
#menu a.active{
	color: #874E33;
}
#content{
	padding: 10px 35px 10px 18px;
}
#content h1{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#footer{
	margin-left: 15px;
	padding: 0;
	background: #F78F1E;
	width: 960px;	
	height: 20px;
}
#footer_tekst{
	text-align: right;
	font-size: 10px;
	color: #fff;
	padding-right: 10px;
}
#footer_tekst a{
	color: #fff;
	text-decoration: none;
}
#footer_tekst a:hover{
	text-decoration: underline;
}
