hr	{
color: #5E86B2;
background-color: #5E86B2;
height: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a:link {
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:visited {
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;

}

a:hover
{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;

}

a.menu:link { 
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.wizard:link {
color: #FF0000;
}

a.kleinetekst_link:link {
	color: #223D53;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.kleinetekst_link:visited {
	color: #223D53;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
a.kleinetekst_link:hover
{
	color:#5E86B2;
	font-size: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.zoeken_link:link {
	color: #008000;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.zoeken_link:visited {
	color: #008000;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.zoeken_link:hover
{
	color:#008000;
	font-size: 10px;	
	font-family: Arial, Helvetica, sans-serif;
}

.kleinetekst {
	font-size: 10px;
}




.shopcartTR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: normal;
	background-color: #717171;
}

<!-- BORDERS -->

.border {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #5E86B2;
	border-right-color: #5E86B2;
	border-bottom-color: #5E86B2;
	border-left-color: #5E86B2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.border1 {
	border-top: 1px none #000;
	border-right: 1px none #5000;
	border-bottom: 1px none #000;
	border-left: 1px solid #000;
}

.border2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.border3 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.border4 {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.border4_1 {
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
}

.border5 {
	border-right: 1px solid #000000;
}

.border6 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.border7 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #c5deff;
}

.tekstkleur1 {
	color: #000000;
}
.tekstkleur2 {

	color: #FF0000;
}
.tekstkleur3 {

	color: #999999;
}

h1 {
	font: bold 14px Arial,Helvetica,Verdana,Sans-Serif;
	height:25px;
	padding: 4 10 0 10;
	vertical-align:text-top;
}

h2 {
	font: bold 12px Arial,Helvetica,Verdana,Sans-Serif;
	padding: 0 5 0 5;
	line-height: 18px;
}


h3 {
	font: bold 12px Arial,Helvetica,Verdana,Sans-Serif;
	line-height: 18px;
}

h4 {
	font: 12px Arial,Helvetica,Verdana,Sans-Serif;
	line-height: 18px;
}

.red {
	color: #FF0000;
}

.green {
	color: #00a54f;
}

.orange {
	color: #ff6600;
}

.grey {
	color: #303030;
}

.grey1 {
	color: #96969a;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

.shadow {  
  -moz-box-shadow: 3px 3px 4px #e7e7e7; /* Firefox/Mozilla */  
  -webkit-box-shadow: 3px 3px 4px #e7e7e7; /*Safari/Chrome */  
  box-shadow: 3px 3px 4px #e7e7e7; /* Opera & hoe het zou moeten */  
  /* Voor IE 8 */  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#e7e7e7')";  
  /* Voor IE 5.5 - 7 */  
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#e7e7e7');  
}  
.opacity {
	background-color: #fff;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.opacity2 {
	background-color: #fff;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.box {
	background-color: #fff;
	border: 1px solid #b7bab0;
	width: 100%;
	margin: 2 0 10 0;
}


<!-- HEADER (TOP)  -->


.ig_sint
{
	background-image:url(/images/bground_sint.gif);
}


.header_td
{
	background:#C6D5EA;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.header_nav
{
    font: bold 12px verdana, arial;
    color: #000066;
	text-align: center;
	vertical-align: middle;
	
}
.header_nav_tussen
{
    font: 12px verdana, arial;
    color: #FFFFFF;
	padding: 0px 15px 0px 15px;
}


a.header_nav_login:link {
	color: #FF0000;
    font: italic 12px arial;
	font-weight: 200;
}
a.header_nav_login:visited {
	color: #FF0000;
    font: italic 12px arial;
	font-weight: 200;
}
a.header_nav_login:hover
{
	color:#FF0000;
    font: italic 12px arial;
	font-weight: 200;
}

<!-- CONTENT  -->

.content_prodtext
{
	padding: 1px 1px 1px 3px;
}


<!-- MENU (LINKS)  -->
.menu_table
{
	
	width: 150px;
	background-image:url(/images/bground01.gif);
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align:top; 
	height:100%;
}
.menu_td
{
	background: #C6D5EA;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
    color: #999999;
    vertical-align: bottom;
    padding: 5px 5px 0px 0px;
	background-repeat:no-repeat;
	background-position: 3% 3%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.menu_td1
{
	background: #C6D5EA;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
    color: #999999;
    vertical-align: bottom;
    padding: 0px 5px 0px 0px;
	background-repeat:no-repeat;
	background-position: 3% 3%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.menu_pic
{
	background: #C6D5EA;
    vertical-align: top;
    padding: 5px 5px 0px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

<!-- MENU1 (RECHTS)  -->
.menu1_table
{
	width: 250px; 
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	vertical-align:top; 
	height:100%;
}
.menu1_header
{
    float: left;
    width: 70%;
    margin-bottom: 0;
	background: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
    color: #FFFFFF;
    vertical-align: bottom;
    padding: 0px 5px 0px 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.menu1_artikel
{

    padding: 1px 1px 1px 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.menu1_tekst
{
	width: 100%; 
	background: #FFFFFF;
    vertical-align: top;
	text-align: center;
    padding: 4px 4px 4px 4px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}

<!-- PRODMEM  -->

.prodmem_header {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px;
	font-weight: bolder;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #c5deff;
}

.content_background
{ 
	background-color:#c6d5ea;
}

.content_background1
{ 
	background-color:#c2bebe;
}

.content_actie
{ 
	background-color:ffff00;
}

table.width
{
	width: 100%;
}

table.width-height
{
	width: 100%;
	height: 100%;
}

img.text-image {
	display: inline;
	vertical-align: middle;
}

table.detail td {
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	padding: 3px;
}

td.detail-header {
	background: #000000;
	font: bold 12px/12px verdana, arial, helvetica, sans-serif;
	color: #fff;
	padding: 6px 3px;
}

td.detail-cell {
	background: #eff9fb;
	padding: 5px;
	vertical-align: top;

	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #000;
}

td.spacer-vert {
	width: 10px;
}

td.spacer-hor {
	height: 10px;
}

/* MAPP SYSTEM REPORTER */


.msr_module {
	color: #f6eb14;
	padding: 2 0 0 41;
	font-weight: bold;
	background-image: url(/images/msr_module.gif);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	text-decoration: none;
	height: 30px;
	width: 115px;
	float: left;
}

.msr_module_specs {
	padding: 3 0 0 0;
	text-decoration: none;
	height: 25px;
	font: 10px Arial, Helvetica, sans-serif;
}

.msr_slot {
	color: #009400;
	padding: 1 0 0 47;
	background-image: url(/images/msr_slot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-decoration: none;
	height: 30px;
	width: 125px;
	float: left;
}


/* MAPP SITES */

.sites_layout {
	width: 600;
	margin-left: 20px;
}

.sites_header {
	padding: 2 0 25 0;
	text-align: left;

}
	
.sites_site {
	padding: 6 12;
	float: left;
	display: inline;
	width: 220px;
	height:200px;
}

.sites_site_header {
	font-size: 14px;
	font-weight: bold;
	height:20px;
	padding: 3px 3px;
	text-align: center;
}

.sites_site_img	{
	display: inline;
	vertical-align: middle;
	height:125px;
}

.sites_site_detail	{
	text-align: left;
	height:75px;
}


.prodmem_container {
	margin: 10 0 0 90;
	vertical-align: text-top;
	width: 730px;
	display: inline;
	float: left;
}

/* ---------- DIVERSE FORMULIEREN ------------- */

.formc {
	margin: 0 10 10 10;
	padding: 5 5;
	border: 1px solid #b7bab0;
	clear: both;
}

.formc_noborder {
	margin: 0 10 10 10;
	padding: 5 5;
	width: 850px;
	clear: both;
} 

.formc_left {
	text-align: right;
	width: 240px;
	padding: 1 5 1 5;
	line-height: 22px;	
	color: #000;
	display: inline;
	clear: both;
	float: left;
}


.formc_right {
	text-align: left;
	padding: 1 0 1 20;
	line-height: 22px;
	display: inline;
	font-weight: bold;
	float: left;
}

.formc_right_small {
	text-align: left;
	height: 25px;
	padding: 1 0 1 2;
	display: inline; 
	line-height: 22px;
	float: left;
	font-size: 10px;
}
.formc_right_small ul li {
	padding: 0;
	margin: 0; 
	line-height: 14px;
}

.formc_center {
	text-align: center;
	padding: 5 2 5 2;
	clear:both;
}

.table_top_container {
	float: left;
	display: inline;
	background-image:url(/images/site/background_grey.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border: 1px solid #d5d5cb;
	width: 100%;
	margin: 0 0 0 0;
}

.table_top_container select { 
  color: #555; 
  font-size: inherit; 
  margin: 0; 
  overflow: hidden; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  white-space: nowrap;
} 


.table_top {
	float: left;
	padding: 1 1;
	display: inline;
	height: 19px;
	font: bold 12px Arial,Helvetica,Verdana,Sans-Serif;
    border: 1px solid #d5d5cb;
	line-height: 18px;
}

.table_content {
	float: left;
	padding: 1 1;
	display: inline;
}

.table_content_border {
	float: left;
	height: 22px;
	display: inline;
	color: #000;
	border: 1px solid #b7bab0;
}

/* ---------- KNOPPEN ------------- */

.knop_groen {
	border-left: 1px solid #00c700;
	border-top: 1px solid #00c700;
	border-right: 1px solid #005200;
	border-bottom: 1px solid #005200;
	width: 150px;
	height: 22px;
	background-color: #009400;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: bold;
	color: #FFF;
	cursor:pointer;
	line-height: 18px;
}

.knop_rood {
	border-left: 1px solid #e2002a;
	border-top: 1px solid #e2002a;
	border-right: 1px solid #7a0017;
	border-bottom: 1px solid #7a0017;
	width: 120px;
	height: 22px;
	background-color: #be0023;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #FFF;
	text-align: center;
	cursor:pointer;
	line-height: 18px;
}

.knop_blauw {
	border-left: 1px solid #3d7ec2;
	border-top: 1px solid #3d7ec2;
	border-right: 1px solid #214468;
	border-bottom: 1px solid #214468;
	width: 120px;
	height: 22px;
	background-color: #31659c;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #FFF;
	text-align: center;
	cursor:pointer;
	line-height: 18px;
}