body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FEFEFE;
	margin: 0px;
	padding: 0px;
}

img 
{
	border: 0px;
}


/* main box */
div.container {
	position: relative;
	margin: 18px auto;
	font-size:0.7em;
	width: 850px;
}


#menu {
	height: 31px;
	background-color: #004101;
	text-align: right;
	padding-top: 20px;
}

/* menu items opmaak */
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;	
}
#menu ul li{
	float:left;	
	background-color: #FFFFFF;
	color: #000000; 
	margin-right: 10px;
	text-align: center;
	position:relative;
	z-index: 10;
}
#menu ul li a{
	background-color:#EFEFEF;
	color:#000;
	display:block;
	text-decoration:none;
	padding: 9px 15px 9px 15px;
	z-index: 10;
}
#menu ul li a:hover{
	background-color:#C2C2C2;
	color:#000;
	z-index: 10;
}
#menu ul li ul{
	position:absolute;
	display:none;
	z-index: 10;
}
#menu ul li ul li{
	background-color:#FFFFFF;
	border: 1px solid #E9E9E9;
	clear:left;
	z-index: 10;
}
#menu ul li ul li a{
	background-color:#EFEFEF;
	text-decoration:none;
	width:120px;
	z-index: 10;
}
#menu ul li ul li a:hover{
	background-color:#006602;
	color:#ffffff;
	z-index: 10;
}



.menuitem, .menuitem2{
	float:right;	
	background-color: #EFEFEF;
	color: #000000; 
	padding: 9px 15px 9px 15px;
	margin-right: 10px;
	text-align: center;
}




div.inhoud {
	width: 810px;
	padding: 20px; 
	background-color: #FFFFFF;	
	border: 1px solid #cccccc;
}
img.header {
	width: 600px;
	height: 85px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;  
	margin-left: 40px;
}

/* rijen in de main */

div.menu_onder {
	min-height: 300px;
	width: 170px;
	background-color: #2f551f;
	background-image: url(../images/menu_onder_achtergrond.png);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
	color: #FFFFFF;
}

div.bread {
	height: 12px;
	font-size:0.8em;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	margin: -20px -10px 0px -20px;
	padding: 6px 6px 6px 15px;
	width: 650px;
}


/* Algemene klassen */
.productenlijst
{
	width: 100%;
	text-align:center;
}
.productenlijst TH
{
	text-align:left;
	background-color: #F0F0F0;
	padding: 5px;
}
.productenlijst TD
{
	text-align:left;
	padding-left: 10px;
}
.productenlijst div 
{
	height: 1px;
	background-color:#CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* de confirm box */
.tabel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-spacing:1px;
	background-color:#E7E7E7;
	color: #333;
	width: auto;
}

.tabel th {
	padding: 8px;
 	font-weight: bold;
	text-align: left;
	background: #F5F5F5;
	color: #333;
	border: 1px solid #FFF;
}


.tabel tr	{
	background-color:#FFF; 
	text-align: center;
	
}
.tabel tr.odd 	{
	padding: 6px;
	background: #f9f9f9;
	border-top:1px solid #FFF;
}
.tabel td {
	text-align: left;
	padding: 6px;
}

.submit_ja {
    margin:0 3px 0 0;
    background-color:#f5f5f5;
    border:1px solid #050505;
    font-size:110%;
    line-height:110%;
    text-decoration:none;
    font-weight:bold;
    color: #050505;
    cursor:pointer;
    padding:3px 5px 5px 5px; /* Links */
}



.submit_ja:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.submit_nee {
    margin:0 3px 0 0;
    background-color:#f5f5f5;
    border:1px solid #050505;
    font-size:110%;
    line-height:110%;
    text-decoration:none;
    font-weight:bold;
    color: #050505;
    cursor:pointer;
    padding:3px 5px 5px 5px; /* Links */
}

.submit_nee:hover {
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
