body {
	background-color: #001C00;
	margin: 0; 
	padding: 0;
}

div#Container {
	position:absolute;
	left:50%;
	top:0px;
	width:800px;
	margin-left: -400px; /* - (width/2) */
	z-index:1;
}


div#Title {
	position:absolute;
	top:0px;
	width:800px;
	height:150px;
	z-index:1;
	background-image: url(images/bannerzijdenroos.gif);
}

div#Buttonbar {
	position:absolute;
	top: 150px;
	height: 30px;
	background-color:#99961E;
	z-index:1;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

div#Navigation {
	position:absolute;
	top: 150px;
	background-color:#99961E;
	z-index:1;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

ul#navigatie {
	margin: 0px;
	padding: 0px;
}

ul#navigatie li
{
	list-style-type: none;
	vertical-align:top;
	width: 120px;
	overflow:auto;
	float: left;
	position: relative;
	top: 0px;
	float: left;
	padding: 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
} 
 
ul#navigatie li a
{
    display: block;
    background-color: #DCC833;
	color: #001C00;
    padding: 3px;
	font:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:600;
	text-align: center;
    text-decoration: none;
}
 
ul#navigatie li a:hover
{
    background-color: #001C00;
    color: #DCC833;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DCC833;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #001C00;
	text-align: center;
}

div#Body {
	position:absolute;
	top:180px;
	width:800px;
	z-index:1;
}

div#Gastenboek {
	position:absolute;
	top:20px;
	width:200px;
	background-color: #DCC833;
}

div#Bodysmall {
	position:absolute;
	width:400px;
	margin-left: 200px;
}

div#Bodysmalltest {
	position:absolute;
	top:35px;
	width:600px;
	margin-left: 0px; 
}

div#Actueel {
	position:absolute;
	top:20px;
	width:200px;
	margin-left: 600px;
	background-color: #DCC833;
}

div#Actueeltest {
	position:absolute;
	top:40px;
	width:200px;
	margin-left: 600px;
	background-color: #DCC833;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DCC833;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DCC833;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #001C00;
	font-size:14px
}

.style3 {
	color: #DCC833;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style4 {
	color: #990099;
	text-decoration: none;	
}

.style5 {
	color: #EEE915;
	text-decoration: none;
}


img{
	border:none;
}
div#Productbar {
	position:absolute;
	left:50%;
	top:10px;
	width:390px;
	height:25px;
	margin-left: -160px; /* - (width/2) */
	z-index:2;
}

a#links{
    text-decoration:none;
    color: #DCC833;
    font-weight:bold;
    
}

