body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/achtergrond_onder.png);
	background-color: #EEEEEE;
	background-repeat:repeat;
}
/* de header */
div#header{
	background: #FFFFFF;
	width: 100%;
	height: 140px;
	border-bottom: 1px solid #CCCCCC;
}
div#header p{
	float:left;
	padding: 10px;
	padding-left: 50px;
	font-family:Arial;
	font-size: 2.45em;
}

/* gebruikers vlakje */
div#gebruiker{
	position:absolute;
	width: 220px;
	height: 100px;
	right: 20px;
	top: 18px;
	border: 1px solid #CCCCCC;
	background-color:#f9f9f9;
}
div#gebruiker_plaatje{
	float:left;
	margin: 15px;
	border: 1px solid #CCCCCC;
}
div#gebruiker_gegevens{
	float:right;
	padding: 15px;
	padding-left: 0px;
	font-family:Verdana;
	font-size: 0.6em;
	width: 100px;
}

/* de rest van de site */

/* achtergrond van de main */
div#achtergrond{
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 685px;

	/*background-image: url(../images/achtergrond.png);
	background-repeat:repeat-x;*/
}

/* menu div */
.menu{
	padding: 20px;
	padding-top: 16px;
	margin: 0px;
	float: left;
	width: 228px;
}

/* klasse voor menu */
.menu .menuheader{ 
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 60px;
	padding-bottom: 0px;
	background: url(../images/achtergrond_menu_in.png) no-repeat;
	width: 228px;
	height: 35px;
	font-weight:bold;
	font-family:Verdana;
	font-size: 0.7em;
}

/* klasse voor uitgeklapt menu */
.menu .openheader{
	background: url(../images/achtergrond_menu_uit.png) no-repeat;
	height: 19px;
}

/* submenu */
.menu ul{
	list-style-type: none;
	background: url(../images/achtergrond_submenu.png) no-repeat bottom;
	width: 228px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

.menu ul li{
	padding-bottom: 5px; /*bottom spacing between menu items*/
	padding-top: 5px;
	border-bottom: 1px solid #dadada;
	margin-left: 10px;
	margin-right: 7px;
}

.menu ul li a{
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left;
	display: block;
	padding: 0px;
	padding-left: 20px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	font-family:Verdana;
	font-size: 0.6em;
}

.menu ul li a:visited{
	color: #A70303;
}

.menu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

/* content window */
div#content{
	float:left;
	font-family:Verdana;
	font-size: 0.9em;
	margin: 20px;
	min-width: 40%;
	max-width: 75%;
	background-color:#FFFFFF;
	border:1px solid #777777;
	overflow:hidden;

}
div#content_top{
	min-width: 100%;
	height:25px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #E1E1E1;
}
div#content_top p{
	font-size: 0.6em;
	padding: 6px 6px 10px 10px;
	margin: 0px;
}
div#content_inhoud{
	margin: 20px;
	font-size: 0.6em;
}
div#content_inhoud img{
	border: 0px;
}


/* rechtermuisknop menu */
.contextMenu img{
border: 0px;
}


/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 160px;
	z-index: 999999;
	border: solid 1px #CCC;
	background: #EEE;
	font-family: Verdana;
	font-size: 0.6em;
	padding: 0px;
	margin: 0px;
}
.contextMenu UL { 
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}
.contextMenu SPAN {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A, LI.hover SPAN {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 1px;
	height: 1px;
	outline: none;
	padding: 0px;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/
.contextMenu LI.add A { background-image: url(../images/icons/add.png); }
.contextMenu LI.edit A { background-image: url(../images/icons/page_white_edit.png); }
.contextMenu LI.del A { background-image: url(../images/icons/delete.png); }
.contextMenu LI.fac A { background-image: url(../images/icons/briefcase.png); }
.contextMenu LI.vieuw A { background-image: url(../images/icons/information.png); }
.contextMenu LI.accept A { background-image: url(../images/icons/accept.png); }
.contextMenu LI.deny A { background-image: url(../images/icons/cross.png); }
.contextMenu LI.reminder A { background-image: url(../images/icons/page_red.png); }
.contextMenu LI.up A { background-image: url(../images/icons/arrow_up.png); }
.contextMenu LI.down A { background-image: url(../images/icons/arrow_down.png); }
.contextMenu LI.subrubr A { background-image: url(../images/icons/application_view_list.png); }
.contextMenu LI.product A { background-image: url(../images/icons/application_view_tile.png); }
.contextMenu LI.options A { background-image: url(../images/icons/bricks.png); }
.contextMenu LI.close SPAN { background-image: url(../images/icons/exclamation.png); }
.contextMenu LI.priceup A { background-image: url(../images/icons/money_add.png); }
.contextMenu LI.pricedn A { background-image: url(../images/icons/money_delete.png); }
.contextMenu LI.loginas A { background-image: url(../images/icons/application_go.png); }
.contextMenu LI.select SPAN { background-image: url(../images/icons/bullet_go.png); }


/* table lay-out */

.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: center;
	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 {
	padding: 6px;
}

.submit_ja {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:110%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color: #969696;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

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

.submit_nee {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:110%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#969696;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

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




