#overlayFlyer {
	position:absolute; 
	z-index:500;
	width:100%; 
	height:100%;
	text-align:center;
	top:0px;
	left:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/75p_black.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#overlayFlyer[id] {
  background-image:url("/images/75p_black.png");
}

H1 {
	color:#B40000;
	font-family:Arial;
	font-size:17px;
	font-style:italic;
	margin-top:0px;
}

H2 {
	font-size:16px;
}

H3 {
}

.FrmBtnOut
{  
  height: 20px;
  font-size: 10px;
  color: #325FA0;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
  border : 1px solid #000000;
}

.FrmBtnOn
{  
  height: 20px;
  font-size: 10px;
  color: #F69920;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
  border : 1px solid #000000;
}

.TextField
{  
  height: 18px;
  font-family : Arial, Sans-serif, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
  margin: 0px;
  background-color: #FFFFFF; 
  border-color: #CCCCCC; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}

A { text-decoration: none; }
A:link { color: #00427C; }
A:visited { color: #00427C; }
A:hover { text-decoration: none; color: #00427C; }

TD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style : normal;
  font-weight : normal;
  line-height: 14px;
  color: #000000;
}

html, body {overflow-x:hidden;}

body {
  background-color: #fe0000;
  margin: 0px;
  padding: 0px;
}

#mainwrapper{
	width:977px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	margin-top:0px;
}

#menu {
	position:relative;
	width:700px;
	z-index:100;
	left: 249px;
	top: 169px;
	}
	
	
/* List Menu */
ul#navigation{
	height:  	   	 22px;
	margin:  	   	 0;
	margin-left:10px;
	padding:  	   	 0;
	list-style:  	   	 none;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	}

ul#navigation li{
	margin:  	   	 0;
	padding:  	   	 0;
	text-align:  	   	 center;
	float:  	   	 left;
	border:none;
	}

ul#navigation li a{
	display:  	   	 block;
	height:  	   	 18px;
	padding-top:  	 4px;
	padding-left:30px;
	padding-right:20px;
	/*background:  	   	 #990000; */
	background:none;
	text-decoration:  	 none;
	color:  	   	 #999999;
	float:left;
	}

ul#navigation li a:hover{
	/*background-color:  	 #CC0000;*/
	color:#FFFFFF;
	}
/* Einde List Menu */

			/* 1. Submenu */
			#navigation ul
			{
				display:				none;
				position:				absolute;
				border:					none;
				margin-top:				22px;
				margin-left:			12px;
				height:  	   	 21px;
				padding:  	   	 0;
				list-style:  	   	 none;
				font-family: Arial;
				font-size:12px;
			}
			#navigation li ul li:first-child
			{
				float:					left;
				border:					none;
				margin:  	   	 0;
				margin-top:1px;
				padding:  	   	 0;
				text-align:  	   	 center;
				float:  	   	 left;
			}
			#navigation li ul li
			{
				float:					left;
				border:none;
				border-left:1px solid #FFFFFF;
				margin:  	   	 0;
				margin-top:1px;
				padding:  	   	 0;
				text-align:  	   	 center;
				float:  	   	 left;
			}
			#navigation li ul li a
			{
				display:  	   	 block;
				height:  	   	 18px;
				padding-top:  	 3px;
				padding-left:10px;
				padding-right:10px;
				background:none;
				text-decoration:  	 none;
				color:#FFFFFF;
				font-weight:normal;
				border:none;
			}
			#navigation li ul li a:hover
			{
				border:					none;
				background:				#b70209;
				color:					#FFFFFF;
			}
			#navigation li:hover > ul
			{
				display:				block;
			}
			
			/* Verdere submenu's */
			#navigation ul ul
			{
				margin-left:			125px;
				margin-top:				-16px;
			}


#header{
	width:977px;
	height:191px;
	background-image:url(/images/header_home.jpg);
	background-repeat:no-repeat;
}

#main {
	width:971px;
	border-left:6px solid #FFFFFF;
	background-image:url(/images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:264px;
	}
	
#content_left{
	float:left;
	width:234px;
	background-image:url(/images/contentleft_bg.gif);
	background-repeat:repeat-x;
	background-color:#FE0000;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	line-height:25px;
	}
#content_left A { text-decoration: none; }
#content_left A:link { color: #FFFFFF; }
#content_left A:visited { color: #FFFFFF; }
#content_left A:hover { text-decoration: none; color: #FFFFFF; }

#content_mid{
	float:left;
	width:476px;
	background-image:url(/images/contentmid_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:22px;
	padding-bottom:15px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	}
	
div.content_mid_article {
	margin-top:20px;
}

div.content_mid_article h2 {
	color:#B40000;
	font-family:Arial;
	font-size:17px;
	font-style:italic;
	margin-top:0px;
}

#content_right{
	float:left;
	width:211px;
	}
	
#content_right_head{
	width:211px;
	height:22px;
	background-image:url(/images/contentright_head_bg.gif);
	background-repeat:no-repeat;
	}
	
#content_right_main{
	width:181px;
	background-image:url(/images/contentright_bg.gif);
	background-repeat:repeat-y;
	padding-left:5px;
	padding-right:25px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#7D7D7D;
	}
#content_right_main A { text-decoration: none; }
#content_right_main A:link { color: #7D7D7D; }
#content_right_main A:visited { color: #7D7D7D; }
#content_right_main A:hover { text-decoration: none; color: #7D7D7D; }
	
#footer {
	width:977px;
	height:95px;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:no-repeat;
	}
	
	
#sitemaplink{
   text-align:right;
   color#fff;
   padding-right:50px;
  font-family : Arial, Sans-serif, Verdana, Helvetica;
  font-size: 10px;
}
#sitemaplink a{
   color:#fff; 
   text-decoration:underline;
}

/* Button Wrapper */
#mainButtons {
	width:971px;
	border-left:6px solid #FFFFFF;
	background-image:url(/images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:264px;
	}
	
#mainButtonsC{
	float:left;
	width:234px;
	background-color:#FE0000;
	padding-left:10px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	line-height:25px;
	}
	
#mainButtonsD{
	float:left;
	width:233px;
	background-color:#FFFFFF;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:15px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	}
	
#mainButtonsE{
	float:left;
	width:233px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:15px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	}
	
#mainButtonsF{
	width:476px;
	margin-left:264px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:15px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	}
	
.mainButton {
	margin-bottom:10px;
}

span.motorX_left	{ font-size:16px; font-weight:bold;}
span.motorX_right	{ font-size:16px; font-weight:bold; font-style:italic; color:#f00;}

/*-------------------------------------------------Gallery---*/
.gal_pic {width:100px; height:100px; border:1px solid #c6c6c6; background-position:center; background-repeat:no-repeat; float:left; margin:15px;}

/*---------------------------------------------------------- clear fix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------------- */

