/*	Algemene onderdelen	*/
BODY {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/*background-color: #404e5a;*/
	background-color: #FFFFFF;
}
TABLE, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #720525;
	text-decoration: underline;
}
a.link:link {
	color: #000000;
	text-decoration: underline;
}
a.link:visited {
	color: #000000;
	text-decoration: underline;
}
a.link:hover {
	color: #720525;
	text-decoration: none;
}
a.whitelink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.blacklink:link {
	color: #000000;
	text-decoration: underline;
}
a.blacklink:visited {
	color: #000000;
	text-decoration: underline;
}
a.blacklink:hover {
	color: #000000;
	text-decoration: none;
}
.rodebalk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 33px;
	background-image: url(../../img/red-beam.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #ca1f00;
	padding-left: 30px;
}
.invoer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 95%;
}
TD.succes {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	border-top: 2px dashed #14792C;
	border-right: 2px #14792C;
	border-bottom: 2px dashed #14792C;
	border-left: 2px #14792C;
	height: 45px;
	color: #14792C;
}
TD.error {
	font-weight: bold;
	color: #E2522E;
	padding: 10px 10px 10px 10px;
	border: 1px solid #E2522E;
	border-left: 4px solid #E2522E;
}
.error {
	font-weight: bold;
	color: #E2522E;
}
.redengineering {
	color: #FF0000;
	font-size: 14px;
	text-transform: uppercase;
}
a.redengineering:link {
	color: #FF0000;
	text-decoration: none;
}
a.redengineering:visited {
	color: #FF0000;
	text-decoration: underline;
}
a.redengineering:hover {
	color: #FF0000;
	text-decoration: none;
}
.disclaimer {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 24px;
	background-color: #848993;
}
h1 {
	font-size: 26px; 
	font-family: Arial,Helvetica,sans-serif; 
	color:#000000;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	text-transform: uppercase;
	padding-top: 17px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 9px;
}

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
}

/*	TOPMENU	*/
TD.topmenu {
	color: #7d7d7d;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 37px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.bottommenu {
	color: #7d7d7d;
}
TD.topmenuover {
	color: #333333;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-color: #EEEEEE;
}
.topmenutussen {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.topmenuactive {
	color: #e0742b;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 37px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	/*background-image: url(../../img/menu_bg_active.jpg);*/
}
.topmenuactive_hand {
	color: #e0742b;
	cursor: hand;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 37px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	/*background-image: url(../../img/menu_bg_active.jpg);*/
}
a.topmenu:link {
	color: #7d7d7d;
	text-decoration: none;
}
a.topmenu:visited {
	color: #7d7d7d;
	text-decoration: none;
}
a.topmenu:hover {
	color: #7d7d7d;
	text-decoration: none;
}
a.topmenuactive:link {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	color: #e0742b;
	text-decoration: none;
}
a.topmenuactive:visited {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	color: #e0742b;
	text-decoration: none;
}
a.topmenuactive:hover {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	color: #e0742b;
	text-decoration: none;
}
/*	EINDE TOP MENU */

/*	SIDE MENU */
TD.sidemenuactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-image: url(../../img/sidemenubg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
}
.sidemenuactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.sidemenuactive:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sidemenuactive:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.sidemenuactive:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
TD.sidemenunonactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../../img/sidemenubg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FF0000;
}
a.sidemenunonactive:link {
	color: #FF0000;
	text-decoration: none;
}
a.sidemenunonactive:visited {
	color: #FF0000;
	text-decoration: none;
}
a.sidemenunonactive:hover {
	color: #FF0000;
	text-decoration: underline;
}
.sidemenukop {
	color: #505050;
	font-weight: bold;
}
.sidemenusubkop {
	color: #ff6800;
}
.sidemenu {
	background-image: url(../../img/left_menu_bottom.gif);
	background-repeat: no-repeat;
	width: 253px;
}
/*	EINDE SIDE MENU */

/*	VERTICAL MENU	*/
TD.menu {
	color: #FFFFFF;
	padding: 1px 4px;
}
TD.menuover {
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 4px;
	background-color: #287AA2;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*	EINDE MENUS	*/

.img {
	border: 1px solid #333333;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgnoedge {
	margin-right: 5px;
}
.imglarge {
	height: 224px;
	width: 310px;
}

.map {
	border: 1px solid #666666;
}
.delta {
	color: #103641;
}
a.delta:link {
	color: #103641;
	text-decoration: none;
}
a.delta:visited {
	color: #103641;
	text-decoration: none;
}
a.delta:hover {
	color: #103641;
	text-decoration: underline;
}
.server {
	color: #e0742b;
}

.tableHeaderActive {
	background-color: #ABBEEF;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}
.tableHeaderNonActive {
	background-color: #D6DFF7;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}
TD.rowover {
	background-color: #F4F7FD;
}
TR.rowover {
	background-color: #E8EAFF;
}
TD.prevperiod {
	color: #828282;
}
.sitemap1 {
	padding-left: 20px;
	background-image: url(skins/2008/img/bullet_1.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 5px;
}
.sitemap2 {
	background-image: url(bullet_2.gif);
	padding-left: 39px;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
}
.sitemap3 {
	background-image: url(skins/2008/img/bullet_3.gif);
	padding-left: 57px;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
}
a.sitemap:link, a.sitemap:visited {
	color: #000000;
	text-decoration: underline;
}
a.sitemap:hover {
	color: #183D49;
	text-decoration: none;
}
.contenttable {
	/*
	background-color: #FFFFFF;
	border: 2px solid #c5cbcf;
	*/
	padding: 5px;
}
.test {
	color: #FF0000;
	background-color: #000000;
}
.whitetable {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
.imgproduct {
	border: 1px solid #000000;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.side {
	width: 30%;
}
.bg3a454b {
	background-color: #000000;
}
.bg000000 {
	background-color: #000000;
}
.blacksidetable {
	background-color: #000000;
	height: 100%;
}
.cellimgproduct {
	width: 350px;
}
.spacerule {
	width: 5px;
}
.stamp {
	height: 100%;
	background-image: url(../../img/stamp-left-new.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 225px;
	height: 209px;
}