
A:link { COLOR: #383636; FONT-WEIGHT: none; TEXT-DECORATION: none }
A:hover { COLOR: #676767; FONT-WEIGHT: none; TEXT-DECORATION: underline }
A:visited { color: #868688; font-weight: none; text-decoration: none }


body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table
{
	border: solid 0px #f8f8f8;
	border-collapse: collapse;
}

td
{
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: black;
	border: solid 0px #f8f8f8;
	border-collapse: collapse;
}

tr
{
	vertical-align: top;
}

a
{
	color: black;
	text-decoration:underline;
}

ul 
{
list-style-image: url(arrow_black.gif);
}

/* Headlines */

h1, .headline, .title
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:black;
}

h2, .headline, .title
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#666666;
}

h3, b, .bodyBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color: black;
}
	
hr
{
	width:200px;
}

/* Body text */
p, .bodytext, .normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}


/* Top menu definitions */

.LogoLayout
{
	padding-top: 15px;
	padding-bottom: 18px;
}

.SitenameLayout
{
	text-align:right;
	padding-top:15px;
	padding-bottom:18px;
	vertical-align:bottom;
}

.siteheader
{
	font-size:18px;
	font-style: italic;
}

.MenuLayout
{
	padding-bottom: 5px;
}

.MenuRightLayout
{
	padding-bottom: 5px;
	text-align: right;
}

.MenuPipe
{
	margin-left: 12px;
	margin-right: 12px;
}

.MainMenuItem
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	text-decoration: none;	
}

.SubMenuItem
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.SelMainMenuItem,  .SelSubMenuItem
{
	color: #AB2726;
}

/* Image menus */

.ImageMenu_1_Image
{
	width: 759px;
	height: 63px;
}

.ImageMenu_1_Tall_Image
{
	width: 759px;
	height: 138px;
}

.ImageMenu_1_1_1_Image
{
	width: 248px;
	height: 103px;
}

/* Content definitions */

.content
{
	width: 758px;
	padding-top: 20px;
}

.c_1_1_1 tr td
{
	width: 248px;
	padding-right: 20px;
}


.c_2_1 tr td.left
{
	width: 503px;
	padding-right: 20px;
}

.c_2_1 tr td.right
{
	width: 248px;
}

.space
{
	width: 7px;
	padding: 0px 0px 0px 0px;
}


/* forms */

.inputText
{
	width: 100%;
	border: solid 1px #666666;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.inputButton
{
	background-color: White;
	border: solid 1px grey;
	color: #AB2726;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	width: 50px;
}

.inputSelect
{
	background-color: White;
	border: solid 1px grey;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
	
/* Mailform */

.mailTable
{
	width: 503px;
}

.mailTable tr td
{
	padding-bottom: 3px;
}

.mailButtonRow
{
	text-align: right;
}

.mailLabelsColumn
{
	width: 120px;
}

.mailValidationColumn
{
	width: 10px;
}

.mailInput
{
	width: 100%;
	border: solid 1px #666666;
}

.mailButton
{
	background-color: White;
	border: solid 1px grey;
	color: #AB2726;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	width: 50px;
}

.mailValidationAlert, .mailValidationAlert tr td
{
	color: #AB2726;
}

/* Content */

.ContentTable tr td
{
	border:solid 0px red;
	padding-right:10px;
}

div.scroll 
{
	height: 330px;	
	width: 100%;	
	overflow: auto;	
	border: 0px solid #666;	
	padding: 8px;
}

div.scroll_large 
{
	height: 470px;	
	width: 100%;	
	overflow: auto;	
	border: 0px solid #666;	
	padding: 8px;
}

div.scroll2 
{
	height: 250px;	
	width: 780px;	
	overflow: auto;	
	border: 0px solid #666;	
	padding: 8px;
}

/* Dotted border */

.hDottedBorder tr td
{
	background-image: url(products_h_divider.gif);
	width:100%;
	font-size:1pt;
}

.vDottedBorder tr td
{
	background-image: url(products_v_divider.gif);
	width:1pt;
	font-size:1pt;
}

.hMenuDottedBorder tr td
{
	background-image: url(menu_h_divider.gif);
	width:100%;
	font-size:1pt;
}

.vMenuDottedBorder tr td
{
	background-image: url(menu_divider.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	height:15px;
	text-align:center;
	font-weight:bold;
}

.vMenuDottedBorder tr td a
{
	padding-left:10px;
	padding-right:10px;
	
	height:15px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

/* Boxes */

.Box
{
	height:100%;
	width:240px;
	border:solid 1px white;
}
.BoxHeader1
{
	height:17px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	font-weight:bolder;
}
.BoxBody1
{
	background-color:#F0F1F2;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
}

.BoxHeader2
{
	height:17px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	font-weight:bolder;
}
.BoxBody2
{
	background-color:#E5EAEF;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
}

/* Right boxes */

.RightHeader a
{
	width:180px;
	height:17px;
	background-color:#3C5F84;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	padding-right:10px;
	font-weight:bolder;
	color:White;
}

.RightHeader
{
	width:180px;
	height:17px;
	background-color:#3C5F84;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	padding-right:10px;
	font-weight:bolder;
	color:White;
}

.RightBody
{
	width:180px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bolder;
	color:Black;
}

.RightBodyMyNederman
{
	width:180px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-weight:bolder;
	color:Black;
}
/* Menu */

.SubMenu a
{
	text-decoration:none;
}

/* Footer */

.FooterTable tr td
{
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:25px;
	border-bottom:dotted 0px #cccccc;
	border-top:dotted 0px #cccccc;
}

.search_form_TextArea 
{ 
	 height: 15px; 
	 width: 76px; 
	 font-family: Verdana, Helvetica, sans-serif; 
	 font-size: 10px
}

.Form_TextBox 
{  
	background-color: F2F2F2; 
	border: 1px #026288 solid;
	width: 150px;
}

.Error_text
{
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: Red; 
}

.Form_Info_text 
{ 
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #003366 
}

.Form_Submit 
{ 
	background-color: F2F2F2; 
	border: 1px solid; 
	border-color: #8FC3EA #026288 #026288 #8FC3EA
}

.td_border
{
	 border: solid 3px Blue;
}

.Technical_description
{
	border: 1px;
}

.productsearchlink
{
	color:White;
	font-size:1.0em;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}

/* News listing */
.NewsItem 
{
	text-decoration: none;
}

a.NewsItem:hover
{
	text-decoration: underline;
}

a.NewsAbstract
{
	text-decoration: none;
}

/* tables */
.thead td
{
	background-color: #cccccc;
}

/* Spares */
.spares
{
	border:solid 1px #cccccc;
}

.spares tr
{
	height:18px;
}

.spares tr th
{
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	background: rgb(206,215,224);
	text-align:left;
	padding:3px;
}

.spares tr td
{
	font-family: Verdana, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	background: white;
	text-align:left;
	padding:3px;
	border:solid 1px #cccccc;
	
}

.spares tr td a
{
	cursor:hand;
}

#sparesdiv
{
	height: 200px;
	width: 600px;
	overflow: auto;
	scrollbar-face-color: #e6e6e6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
}

.SparesForm tr td
{
	padding-bottom : 3px;
}


.testo9 { font-size: 9px; font-family: Verdana, Arial; }
.testo10 { font-size: 10px; font-family: Verdana, Arial; }
.testo12 { font-size: 12px; font-family: Verdana, Arial; }
.testo13 { font-size: 13px; font-family: Verdana, Arial; }
.testo16 { font-size: 16px; font-family: Verdana, Arial; }
.txtlist{ font-size: 10px; font-family: Verdana, Arial;}
.testo11j{font-size : 11px; font-family : Verdana, Arial, ; text-align : justify;}
.tahoma {  font-family: Tahoma, Arial; font-size: 12px}
.testo10U {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline}
