#container {
	position:relative;
	width:812px;
	height:756px;
	z-index:1;
}

#top {
	position:absolute;
    left:0px;
	top:0px;
    width:803px;
    height:37px;
    z-index:1;
	background-image: url(../images/top_bg.gif);
}

#top_2 {
	position:absolute;
    left:0px;
	top:37px;
    width:803px;
    height:155px;
    z-index:1;
}

#top_menu {
	position:absolute;
    left:0px;
	top:192px;
    width:803px;
    height:39px;
    z-index:1;
}

#menu_left {
	position:absolute;
    left:0px;
	top:236px;
    width:243px;
    height:490px;
    z-index:1;
	background-image: url(../images/left_bg.gif);
	overflow:auto;
	scrollbar-base-color:#e2e2e2;
}

#content {
	position:absolute;
    left:243px;
	top:236px;
    width:560px;
    height:490px;
	background-image: url(../images/background.gif);
	background-repeat:no-repeat;
    z-index:1;
}

#schaduw_rechts {
	position:absolute;
    left:803px;
	top:0px;
    width:9px;
    height:756px;
	margin:0px;
	background-image: url(../images/schaduw_rechts_bg.gif);
	background-repeat: repeat-y;
    z-index:1;
}

#bottom {
	position:absolute;
    left:0px;
	top:726px;
    width:803px;
    height:19px;
	background-image: url(../images/bottom_bg.gif);
    z-index:1;
}

#schaduw_bottom {
	position:absolute;
    left:0px;
	top:745px;
    width:803px;
    height:11px;
	background-image: url(../images/schaduw_bottom_bg.gif);
	background-repeat: repeat-x;
    z-index:1;
}

.body{ 
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E2E2E2; 
	margin-top: 16px;
}

a{
	text-decoration:none;
	color: #000000;
}

.oranje{
	color: #FF6600;
}

.content{
	height: 490px;
	width: 560px;
}

.body_content{
	width: 480px;
	background:none transparent;
	margin-left:40px;
	margin-top:60px;
}

.route{
	   color: #000000; 
       font-size: 0.8em; 
       font-family: Arial, Helvetica; 
       font-weight: normal; 
       line-height: normal; 
       text-align: justify; 
       visibility: visible; 
       display: block; 
       position: absolute; 
       z-index: 1; 
       top: 326px; 
       left: 418px; 
       width: 578px; 
       height: 394px;
}

.titel_bio{ 
	font-family: "Arial Narrow", Arial, Helvetica;
	color: #8c8c8c; 
	font-size: 2em; 
	font-weight: bold; 
	text-align: justify;}
	
.titel_bio_functie{ 
	font-family: "Arial Narrow", Arial, Helvetica;
	color: #000000; 
	font-size: 1.2em; 
	font-weight: bold; 
	text-align: justify;
	line-height: 0.2em;}

.titel_product{ 
	font-family: "Arial Narrow", Arial, Helvetica;
	color: #8c8c8c; 
	font-size: 2em; 
	font-weight: bold; 
	text-align: left;	
	line-height: 0.75em; }

.text_bio{
	font-family: Arial, Helvetica;
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 100px;
	text-align: left;
}

.bottom{
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 0.6em;
	font-weight: normal;
	margin-left: 6px;
	text-align: left;	
}

#mainMenu{
	font-family: Arial, Helvetica;
	font-weight: bold;
	background-color: #8c8c8c;	/* Background color of main menu */
	font-size:0.8em;	/* Font size of main menu items */
	text-align: center;
	height:23px;	/* Height of main menu */
	position:relative;	/* Don't change this position attribute */	
}
/*
Style attributes of active menu item 
*/
#mainMenu .activeMenuItem{
	/* Border options */
	border-left:1px solid #6c6c6c;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #464646;		
	background-color: #D8D8D8;	/* Background color */
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
}
/*
Style attributes of inactive menu items
*/
#mainMenu .inactiveMenuItem{
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;		
	color: #000000;	/* Text color */
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	background-color: #8c8c8c;	/* Background color */
}
#mainMenu a{
	padding-left:0px;	/* Spaces at the left of main menu items */
	padding-right:0px;	/* Spaces at the right of main menu items */
	padding-bottom:2px;
	width:160px;
			/* Don't change these two options */
	position:absolute;
	bottom:-1px;	 /*Change this value to -2px if you're not using a strict doctype */
}

#submenu{
	font-family: Arial, Helvetica;
	font-weight: bold;	
	background-color:#d8d8d8;	/* Background color of sub menu items */
	width:100%;	/* Don't change this option */
	height:16px;
	border-bottom:2px solid #8c8c8c; 
	
}
#submenu a{	
	text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
	padding-left:5px;	/* Space at the left of each sub menu item */
	padding-right:5px;	/* Space at the right of each sub menu item */
	color: #000000;	/* Text color */
	font-size:0.7em;
}
#submenu a:hover{
	color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
}
#submenu div{
	white-space:nowrap;	/* Don't change this option */
	}

