html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #4F3208;
	background: url(images/stripe.gif);
}

#container
{
	width: 800px;
	margin: 0 auto;
	height: auto;
	background-image: url(images/midden.gif);
	background-repeat: repeat-y;

}

#header
{
	width: 800px;
	height: 296px;
	background: url(images/header.gif);	
	background-repeat: no-repeat;
}

#header-text
{
	width: 380px;
	margin-top: 268px;
	margin-left: 102px;
	text-align: left;
	float: left;
	height: 30px;
	color: white;
}

#slide-show
{
	height: 205px;
   float: right;
	margin: 86px 26px 0 0;
 	*margin: 86px 13px 0 0;
	width: 137px;
	border-left: 1px solid white;

}

#submenu
{
	width: 800px;
	background: url(images/submenu.gif);
	text-align: left;
	height: 34px;
	*margin-top: -2px;
	color: #A6783C;
}

#submenu ul 
{
	margin-top: 0;	
	padding: 10px 0 7px 0;
	list-style: none;
	width: 550px;
	margin-bottom: 0px;
	margin-left: 210px;	
}

#submenu ul li 
{
	text-decoration: none;
 	list-style: none;
	border-bottom: 0;
	color: #A6783C;
	display: inline;
	margin-left: 3px;
}

#submenu ul li a
{
	text-decoration: none;
	margin-left: 3px;
	list-style: none;
	color: white;
}

#submenu ul li a:hover
{
	color: #A6783C;
}

#menu
{
	float: left;
   margin-left: 26px;
  *margin-left: 13px;
	margin-top: -62px;
  *margin-top: -62px;
  	width: 175px;
	height: auto;
	color: white;
}

#menu-top
{
	margin: 0px;
	height: 197px;
	width: 175px;
	background: url(images/menupicture.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}

#menu-bottom
{
	margin: 25px 0 0 0px;
	height: 188px;
	width: 175px;
	background: url(images/pictureondermenu.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #67430C;
	border-top: 1px solid #67430C;
}

#content
{
	float: left;
	margin-left: 0px;
	text-align: left;
	width: 535px;
	height: auto;
	padding: 15px 10px 15px 10px;
}

#content ul 
{
	list-style: square;
}

#content a
{
 	text-decoration: none;
	color: maroon;
}

#content a:hover
{
	text-decoration: none;
	color: white;
}

#footer
{
	clear: left;
	width: 800px;
	height: 35px;
	color: white;
	background: url(images/footer.gif);
}

#footer a
{
	color: maroon;
	text-decoration: none;
}

#footer a:hover
{
	color: white;
}

#menu ul 
{
 	list-style: none;
   width: 175px;
  *width: 170px;
	margin: 0px 0 0 0;
 	padding: 0;
 	text-align: left;
}

#menu ul li 
{
	margin: 0;
}

#menu ul li a 
{
 display: block;
 padding: 2px 2px 2px 4px;
 /*border-right: 1px solid #69c;*/
 background-color: #A6783C;/*#036;*/
 border-bottom: 1px solid white;
 color: #fff;
 text-decoration: none;
 width: 100%;
}

html>body #menu ul li a {
 width: auto;
}

#menu ul li a:hover {
 /*border-right: 1px solid #69c;*/
 background-color: #67430C;
 border-bottom: 1px solid white;
 color: #fff;
}

.menu-styles
{
	
 padding: 2px 0 2px 5px;
 background: #67430C; 
 width: 170px ;  
 color: #fff; 
 border-bottom: 1px solid white;
}

.kop
{
	font-size: 14px;
	font-weight: bold;
	color: maroon;
}

#content img
{
	padding:5px;
}

hr
{
	height: 1px;
	background: white;
	border: none;
	color: white;
}