html,body {
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #CDE0B3;
}
#header {
	position: fixed;
	height: 25px;
	width: 100%;
	top: 60px;
	background-color: #C2D884;
	padding-top: 3px;
	padding-left: 5px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29A600;
}
#footer {
	position: fixed;
	height: 20px;
	width: 100%;
	bottom: 0px;
	background-color: #7CA600;
	font-weight: bold;
	color: #FFFC73;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDE0B3;
	padding-top: 3px;
	padding-left: 3px;
}
#menuvert {
	background-color: #A2C243;
	position: fixed;
	width: 180px;
	top: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #738F29;
	background-image: url(../images/groepslogo.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 83%;
}
#main {
	padding: 10px;
	position: fixed;
	left: 190px;
	top: 100px;
	height: 100%;
	right: 10px;
	bottom: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #688A00;
	border-right-color: #F5FEE1;
	border-bottom-color: #F5FEE1;
	border-left-color: #688A00;
	background-color: #EBF2E1;
	overflow: auto;
}
#flash {
	height: 100%;
	width: 100%;
	text-align: center;
}
#main #flash {
	font-size: 1.3em;
}


#main p {
	font-size: 1.2em;
	color: #496200;
	font-weight: bold;
	text-align: right;
}
.groot {
	font-size: 1.7em;
	color: #000000;
}

#spacing {
	background-color: #CDE0B3;
	position: fixed;
	height: 10px;
	width: 100%;
	left: 190px;
	bottom: 20px;
}
#header a {
	color: #006600;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
}

#kader {
	position: fixed;
	top: 360px;
	margin-left: 5px;
	width: 170px;
}
#heading p {
	font-size: 1.3em;
	display: inline;
}


#logo {
	position: fixed;
	top: 1px;
	right: 5px;
	width: 170px;
	z-index: 10000;
	text-align: right;
}
#icons {
	position: fixed;
	right: 9px;
	bottom: 22px;
	background-image: url(../images/icon_back.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 450px;
	height: 60px;
	padding-top: 10px;
}




#footer p {
	padding-top: 3px;
	padding-left: 5px;
}
#menuhorz {
	position: fixed;
	height: 22px;
	width: 100%;
	top: 70px;
	background-color: #B8D46E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #669201;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669201;
	background-image: url(../images/top.jpg);
	z-index: 10000;
}
/*********************** Topmenu*************************************/
ul.horizontal, ul.horizontal li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	/*font-size:100%;*/
	}

ul.horizontal {
	position:relative;
	left:-1px;
	width:100%;
	cursor:default;
	z-index:2000;
	top:0px;
	}

ul.horizontal li {
	width:auto;
	float:left;
	position:relative;
	cursor:pointer;
	cursor:hand;
	text-align:left;
	left:13.5em;
	margin:0 0 0 -1px;
	}
	
* html ul.horizontal li {
	margin:0 -0.05em 0 0em;
	}

ul[class^="horizontal"] li {
	/*margin:0 -10.55em 0 10.45em;*/ /*this makes FF to move the menu to the left*/
	left:0.05em;
	}

ul.horizontal ul {
	z-index:2020;
	padding:0;
	cursor:default;
	position:absolute;
	top:auto;
	width:8.2em;
	margin:0 0 0 0;
	left:-10000px;
	}
	
ul.horizontal ul li {
	width:210px;
	left:auto;
	margin:-1px 0 0;
	}
ul.horizontal ul li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACCC5F;
}
ul.horizontal ul.wider, ul.horizontal ul.wider li {
	width:12.2em;
	}

ul.horizontal ul ul {
	margin:-0.45em 0 0 7.65em;
	}
@media Screen, Projection { 
	ul.horizontal li:hover > ul { left:auto; }
	ul.horizontal ul li:hover > ul { top:0; }
	}

ul.horizontal a, ul.horizontal a:visited {
	display:block;
	cursor:hand;
	cursor:hand;
	padding:4px 7px;
	font-weight:bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	letter-spacing:1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7CA600;
	background-color: #7CA600;
	background-image: url(../images/top.jpg);
	}
	
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited,.home:hover {
	color:#000000;
	background-color: #CDE0B3;
	background-image: url(../images/top2.jpg);
	}



ul.horizontal a { float:left; }
@media Screen, Projection { ul.horizontal a { float:none; } }
ul.horizontal a:not(:nth-child(n)) { float:left; }
ul.horizontal ul a { float:none !important; }
@media screen, projection {
	* html ul.horizontal li {
		display:inline; 
		f\loat:left; 
		background:#ffffff; 
		}
	}
* html ul.horizontal li { position:static; }
* html ul.horizontal a { position:relative; }
ul[class^="horizontal"] ul { display:none; }
ul[class^="horizontal"] ul { displa\y:block; }


.tracking {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #FFFFCC;
	font-size: 1.2em;
	margin-top: 10px;
}
.shipment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#kader #shipment a {
	color: #F0F5E9;
}
#heading {
	background-color: #A2C243;
	position: fixed;
	height: 70px;
	width: 100%;
	top: 0px;
	padding-left: 5px;
	padding-top: 2px;
}


#shipment td,th {
	color: #000000;
}
.wit {
	background-color: #9CBE36;
}
#heading h3 {
	font-size: 3em;
	display: inline;
	color: #FFFFFF;
}

#subkader {
	position:fixed;
	margin-left: 5px;
	width: 170px;
	/*background-color: #EAF2DF;*/
	border: 1px none #000000;
	/*height: 141px;*/
	bottom: 30px;
}
#main #flash p {
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
}
#main #flash #announce {
	font-size:80%;
}