﻿body {

font-size:14px;
text-align:left;
color:#000;
margin:0 10px 0 0;
}

table th{text-align: left;}

#container {
overflow:hidden;
}

#header,#submenu,#content,#contentTop,#contentBottom {
float:left;
width:100%;
clear:both;
cursor:auto;
}

#headerLeft {
background-repeat:no-repeat;
float:left;
padding:5px 0 5px 10px;
cursor:auto;
}

#headerRight {
float:right;
text-align:right;
padding:0 10px 5px 0;
cursor:auto;
}

#headerRight a,#headerRight a:hover {

font-size:14px;
font-weight:bold;
text-align:left
}

#headerRight a {
color:#000;
text-decoration:underline;
}

#headerRight a:hover {
text-decoration:none;
}

#mainmenu {
background-color:#459d25;
width:100%;
clear:both;
border:1px solid #090;
padding:2px 5px;
}

#submenu{
background-color:#DDD;
float:left;
height:15px;
padding:7px;
}


#contentTopLeft {
background-color:#FFF;
float:left;
width:20%;
padding:10px 0;
}

#contentTopRight {
float:left;
width:80%;
margin:0 -1px 0 0;
padding:10px 0;
}

#footer {
clear:both;
background-color:#EEE;
width:100%;
padding: 15px 5px;
}

#searchResult {	
	position: absolute;
	background: #ffffff;
	min-width: 200px;
	border: 1px solid;
	left: 170px;
	display: none;
}

#kortingen th {
	background-color: #459D25;
	padding: 3px;
	color: #ffffff;
}

#kortingen tr {
	background-color: #EEEEEE;
}

#kortingen td {
	padding: 3px;
}

#lstsearchResult {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lstsearchResult li {
	padding: 4px;
}

#lstsearchResult li:hover {
	background-color: #CDCDCD;
	pointer: cross;
}

#add input {
	width: 175px;
}

#add select {
	min-width: 180px;
}

#add label{
	width: 150px;
	display: block;
	float: left;
}

#form h1 {
	color:#459D25;

	font-size:18px;
	text-align:left;
	vertical-align:middle;
}	

#form h2 {
	color:#459D25;

	font-size:16px;
	text-align:left;
	vertical-align:middle;
}
#cat {
	font-weight: bold;
}
#cat ul {
	margin: 0px 0px 10px 25px;
	padding: 0px;
	list-style: none;
}
#cat li {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#cat li ul {
	font-weight: normal;
	margin: 0px 0px 5px 10px;
}
#cat a {
	text-decoration: none;
	color: #000;
	font-size: 90%;
}
#cat a:hover {
	text-decoration: underline;
}