body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #ffffff;
	font-size: 10pt;
}

A:link  {
 	
	text-decoration : none;
	color : #bbbdc0;
	font-family :Arial, Times;
}

A:visited  {

	text-decoration : none;
	color : #bbbdc0;
	font-family :Arial, Times;
}

A:active  {
	
	text-decoration : none;
	color : #bbbdc0;
	font-family :Arial, Times;
}

A:hover  {

	text-decoration : underline;
	color : #bbbdc0;
	font-family :Arial, Times;
}	



div#main_container{
margin: 0 auto 0 auto;
width: 980px;
}

div#voorblad{
background-color: #5a4a41;
}

div#items{
color: #5a4a41;
}

div#links{
background-color: #ee2035;
height: 42px;
}

div#boven {
width: 980px;
height: 108px;
}

div#menu {
background-color: #5a4a41;
width: 980px;
height: 30px;
float:left;
}

div#plaatje {
background-color: #5a4a41;
width: 270px;
height: 585px;
float:left;
}

div#inhoud {
width: 710px;
height: 585px;
background-color: #5a4a41;
float:left;
}

div#inhoud_informatie {
width: 770px;
height: 635px;
list-style-type: square; 
list-style-image: url(pad/vanaf/stylesheet/plaatje.gif); 
list-style-position: inside; 
background-color: #5a4a41;
float:left;
}

div#inhoud_offerte_systemen {
width: 770px;
height: 635px;
list-style-type: square; 
list-style-image: url(pad/vanaf/stylesheet/plaatje.gif); 
list-style-position: inside; 
background-color: #5a4a41;
float:left;
}

div#rood {
width: 980px;
height: 42px; 
float:left;
}

div#footer {
width: 970px;
float:right;
}

div#textvlak {
margin-left:0px;
width: 672px;
height: 779px;
font-size: 14pt;
background-image: url(../background1.jpg);
float:left;
color : #fcc892;
font-family :Times New Roman, Arial, Times;
}

.jqueryslidemenu{
font: bold 12px arial;
background: #5a4a41;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #5a4a41; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 0px solid #778;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #5a4a41; /*tab link background during hover state*/
color: c8c9cb;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px arial;
width: 165px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #5a4a41;
color: #000000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
