@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: transparent url(../images/background.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 780px;
	height: 10px;
	margin: 0 auto;
	height: 500px;
}
#logo {
	padding: 50px 0px 50px 0px;
	margin: 0 auto;
	height: 93px;
	width: 490px;
}
#logo a {
	background: transparent url(../images/logo.gif) no-repeat;
	height: 93px;
	width: 490px;
	display: block;
}
#logo a span {
	display: none;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #1f540b; 
	/* Since we aren't floating li in this example we don't have to set a height on the div */
}
#navigation ul {
	text-align: center; /* We are using text-align: center on ul to horisontally align our menu */
	margin: 0 0 6px 0; /* Just some margin to align the blue border below the menu */
	padding: 0;
}
#navigation li {
	display: inline; /* The menu is horizontally aligned using display: inline */
}
#navigation li a {
	padding: 7px 0 5px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/tabbed-menu-left.gif) no-repeat left top; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}
#navigation li a:hover {
	background: url(../images/tabbed-menu-left.gif) no-repeat left bottom;
	color:#1f540b;  
}
#navigation li a span {
	padding: 7px 10px 5px 0;
	background: url(../images/tabbed-menu-right.gif) no-repeat right top; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
}
#navigation li a:hover span {
	background: url(../images/tabbed-menu-right.gif) no-repeat right bottom;
	color:#1f540b;  
}
#navigation li a.current {
	background: url(../images/tabbed-menu-left.gif) no-repeat left bottom; 
	color:#1f540b;  
}
#navigation li a.current span {
	background: url(../images/tabbed-menu-right.gif) no-repeat right bottom; 
	color:#1f540b;  
}
#subnavigation {
	padding: 5px 0px 0px 0px;
	font-size:10px
}
#subnavigation ul {
	width: 780px;
}
#subnavigation ul li {
	float: left;
}
#subnavigation ul li a {
	color: #1f540b;
	margin-right: 10px;
	font-weight: bold;
}
#subnavigation ul li a.current {
	text-decoration: none;
	font-weight: normal;
}
#subnavigation ul li a:hover {
	color: #666666;
}
#content {
	margin-top: 25px;
}
#content .left {
	width: 490px;
	float: left;
	
}

#content .leftfull {
	width: 600px;
	float: left;
	
}

#content .right {
	width: 240px;
	float: right;
}
#slide {
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #1f540b;
	margin-bottom: 10px;
}
#inner_slide {
	background: transparent url(../images/fruit.jpg) center center;
	width: 232px;
	height: 163px;
}
#inner_slide span {
	display: none;
}
#footer {
	margin-top: 10px;
	border-top: 1px solid #1f540b;
	padding: 10px 0px 20px 0px;
}
#img{
	margin-bottom: 15px;
	margin-left:3px;
	margin-right: 3px;
}
/* Instellingen voor gewone afbeeldingen*/
#img2{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 0px;
}
/* Instellingen voor afbeeldingen die in een tekst staan, rechts van die tekst*/
#img3{
	margin-top: 15px; 
	margin-bottom: 15px;
	margin-left:3px;
	margin-right: 3px
}
/* Instellingen voor afbeeldingen die onderaan een tekst of pagina staan*/
#img4{
	margin-top: 10px
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 30px;
}
/* Instellingen voor afbeeldingen die in een tekst staan, links van die tekst*/
#img5{
	margin-top: 10px
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
/* Instellingen voor afbeeldingen die in de pagina assortiment staan*/
#slide-images{
    position:relative;
    display:block;
    margin-bottom:10px;
    width:211px;
    height:150px;
}

#slide-images li{
    position: absolute;
    display:block;
    list-style-type:none;
    padding:4px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
	padding:4px;
    background-color:#FFFFFF;
	border: 1px solid #1f540b;

}

