/* Recell Pulieke actiesite CSS Document */
html
{
	overflow-x: hidden;
  
}

body /* normal font */
{
	/* color: #333333; */
	font-size:11px;
	padding: 0px 0px 0px 0px;
   	margin: 0px 0px 0px 0px;
   
	background-color:#1f2732; 
	font-family:Arial, Helvetica, sans-serif; 
	
	scrollbar-arrow-color: #404040;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
/* 	font-weight:900; */
	
	/* 
	scrollbar-arrow-color: #DD0000;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	-moz-mac-accentdarkestshadow: #FFFFFF;
	-moz-mac-accentdarkshadow: #FFFFFF;
	-moz-mac-accentface: #FFFFFF;
	-moz-mac-accentlightesthighlight: #FFFFFF;
	-moz-mac-accentlightshadow: #FFFFFF;
	-moz-mac-accentregularhighlight: #FFFFFF;
	-moz-mac-accentregularshadow: #FFFFFF;
 */
}

 
 

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	border: 0px solid #0000ff;		
}
 
#nav a {
	display: block;
	width: 10em;
	border: 0px solid #ff0000;
}
 
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	width: 135px;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	/* background: orange; */
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:55;
	width:135px;
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.menu_item
{
	padding: 5px 0px 0px 5px;
	text-align:left;
	background-image:url(../images/menu_item.png); 
	background-repeat:repeat-x; 
	width:135px;
	height:24px;
	border: 0px solid #00ff00;
	
}

.menu_item_empty
{
	/* padding: 5px 0px 0px 5px; */
	text-align:left;
	width:145px;
	border: 0px solid #00ff00;
}

.main_menu A:link {text-decoration: none; font-weight:bold; color: #FFFFFF;}
.main_menu A:visited {text-decoration: none; font-weight:bold; color: #FFFFFF;}
.main_menu A:active {text-decoration: none; font-weight:bold; color: #FFFFFF ;}
.main_menu A:hover {text-decoration: none; font-weight:bold; color: #cccccc ;}			

.news A:link {text-decoration: none; font-weight:normal; color: #000000;}
.news A:visited {text-decoration: none; font-weight:normal; color: #000000;}
.news A:active {text-decoration: none; font-weight:normal; color: #000000;}
.news A:hover {text-decoration: none; font-weight:normal; color: #f58320;}			

#menu_item_background
{
	background-image:url(../images/menu_item_slice.png); 
	background-repeat:repeat-x; 
	height:24px; 
	text-align:left;
}



.ie #menu_item_background
{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/menu_item_slice.png',sizingMethod='scale');
	background-repeat:repeat-x; 
	height:22px; 
	text-align:left;
}

.news
{
	font-size:11px; 
	font-weight:normal;
	line-height:1.5em;
}

.menu_header
{
	padding: 0px 20px 0px 0px;
	text-align:left;
}

h1
{
	color: #f58320;
	font-size:14px;
	font-weight:900;
	margin: 5px 0px 10px 0px;
}

.yachts_table
{
   	/* border-style: solid;
	border-color: black;
	border: 1px; */
}

.yachts_table th
{
	border-style: solid solid solid solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px;	
}
.yachts_table  th A:link {text-decoration: none; color: #606060;}
.yachts_table  th A:visited {text-decoration: none; color: #606060;}
.yachts_table  th A:active {text-decoration: none; color: #;}
.yachts_table  th A:hover {text-decoration: none; color: #ff6600;}			


.yachts_table td
{
	border-style: solid;
	border-color: black;
	border: 0px;
	/*
	border-style: solid solid solid solid;
	border-color: white;
	border: 0px 0px 0px 0px;
	*/
}

.yachts_table  td A:link {text-decoration: none; color: #000000;}
.yachts_table  td A:visited {text-decoration: none; color: #000000;}
.yachts_table  td A:active {text-decoration: none; color: #ff0000;}
.yachts_table  td A:hover {text-decoration: none; color: #ff0000;}			
	
#yachts_table_selected A:link {text-decoration: none; color: #ff6600;}
#yachts_table_selected A:visited {text-decoration: none; color: #ff6600;}
#yachts_table_selected A:active {text-decoration: none; color: #ffffff;}
#yachts_table_selected A:hover {text-decoration: none; color: #ffffff;}			


.gallery_table
{
   	/*  border-style: solid;
	border-color: black;
	border: 1px;  */
	color: #ffffff;
	margin: 0px 2px 0px 2px;
}

.gallery_table th
{
	border-style: solid solid solid solid;
	border-color: grey;
	border-width: 1px 1px 1px 1px;	 
	border-width: 0px 0px 0px 0px;	
}

.gallery_table  th A:link {text-decoration: none; color: #ffffff;}
.gallery_table  th A:visited {text-decoration: none; color: #ffffff;}
.gallery_table  th A:active {text-decoration: none; color: #ff6600;}
.gallery_table  th A:hover {text-decoration: none; color: #ff6600;}			

.gallery_table td
{
	border-style: solid;
	border-color: black;
	border: 0px;
	/*
	border-style: solid solid solid solid;
	border-color: white;
	border: 0px 0px 0px 0px;
	*/
}

.gallery_table  td A:link {text-decoration: none; color: #ffffff;}
.gallery_table  td A:visited {text-decoration: none; color: #ffffff;}
.gallery_table  td A:active {text-decoration: none; color: #ff0000;}
.gallery_table  td A:hover {text-decoration: none; color: #ff0000;}			
	
#gallery_table_selected A:link {text-decoration: none; color: #ff6600;}
#gallery_table_selected A:visited {text-decoration: none; color: #ff6600;}
#gallery_table_selected A:active {text-decoration: none; color: #ffffff;}
#gallery_table_selected A:hover {text-decoration: none; color: #ffffff;}			



#news_link A:link {text-decoration: none; color: #606060;}
#news_link A:visited {text-decoration: none; color: #606060;}
#news_link A:active {text-decoration: none; color: #ff6600;}
#news_link A:hover {text-decoration: none; color: #ff6600;}			

	
#print_page_background /* normal font */
{
	color: #333333;
	font-family:Arial, Verdana, Helvetica;
	font-size:11.75px;
	padding: 0px 0px 0px 0px;
   	margin: 0px 0px 0px 0px;
   	background-color: #ffffff;	
}

#language_selection {
	height:20px;
	width:100px;
	width:951px;
	margin: 0px auto;
	position:relative;	
}
#language_selection  A:link {text-decoration: none; color: #000000;}
#language_selection  A:visited {text-decoration: none; color: #000000;}
#language_selection  A:active {text-decoration: none; color: #ff0000;}
#language_selection  A:hover {text-decoration: none; color: #ff0000;}			


#leftback {
	
/*
	-moz-opacity     : 0.85; 
	filter:alpha(opacity=20); 
*/
	background-image: url(../images/leftback.gif);
	background-repeat: no-repeat;
	height:620px;
	width:16px;
	float:left;
	border: 0px solid #ff00ff;
}
#rightback {
	
	top:0px;
	/*
	background-image: url(../images/leftback.jpg);
	background-repeat: no-repeat;
	*/
	height:620px;
	width:0px;
	background-color:#858585;
	float:left;
	border: 0px solid #ff00ff;
	
}

#align_page
{
	/* CENTER ALIGNMENT
	width:993px;
	margin: 0px auto;
	*/

	/* LEFT ALIGNMENT
	float:left;
	margin: 0px;
	*/
	
	/* RIGHT ALIGNMENT
	float:right;
	margin: 0px;
	*/
	top:7px; /* 20 for lanugage border */
	width:951px;
	margin: 0px auto;
	border: 0px solid #00ff00;
	position:relative;
}

#page_background
{
	
	width:933px;
	height:auto;
	margin: 0px auto;
	border: 0px solid #0000ff;
	/* background-color:#eeeff4; */
	float: left;	
	height:588px;
	background-color:#eeeff4;
}

#header
{
	/* left:0px;
	top:0px;
	Width:928px;
	height:105px;
	float: left;
	padding: 0px 0px;
   	border: 0px solid #00ffff;
   	background-color:#eeeff4; */
	z-index:50; 
}

#menu_border
{
	width:1px;
	height:420px;
	border-width: 0px;
	border-style: solid;
	border-color:#FF0000;
	float: left;
	
}

#main
{
	left:325px;
	top: 100px;
	width: 554px;
	height:394px;
	float: left;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 11.75px;
	position:absolute;
	color:#000000;	
	
	margin: 20px  0px 0px 20px;
	/* border: 2px solid #ffff00; */	
	/* background-image: url(../images/main_background.png);
	background-repeat: repeat-y; */
}
#main  A:link {text-decoration: none; color: #0000ff;}
#main  A:visited {text-decoration: none; color: #0000ff;}
#main  A:active {text-decoration: none; color: #ff0000;}
#main  A:hover {text-decoration: none; color: #ff0000;}			

#main_bg
{
	float: left;
	font-size: 11.75px;
	height:357px;	
	background-image: url(../images/main_background.png);
	background-repeat: repeat-y;
	border: 0px solid #000ff0;
	width:560px;
}
#main_background
{
	float: left;
	width:933px;
	height:420px;
	margin: 0px auto;
	/* border: 1px solid #0000ff; */
	/* background-color:#FFFFFF; */
	float: left;
	
}

#main_footer
{
	top: 489px;
	left: 345px;
	background-image: url(../images/main_footer.png);
	background-repeat: no-repeat;
	width: 554px;
	height:27px;
	position: absolute;
	
}

#main_header
{
	float: left;
	background-image: url(../images/main_header.png);
	background-repeat: no-repeat;
	width: 554px;
	height:12px;
	
}
	
/* 
	
#page_selector
{
	left: 0px;
	top: -20px;
	width: 694px;
	height:20px;
	float: left;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 12px;
	position:relative;
	color:#000000;	
	
}
 */

#page_selector A:link {text-decoration: none; color: #000000;}
#page_selector A:visited {text-decoration: none; color: #000000;}
#page_selector A:active {text-decoration: none; color: #ff0000;}
#page_selector A:hover {text-decoration: none; color: #ff0000;}	

#footer
{
/* 
	top: 0px;
	left: 0px;
	width: 933px;
	height: 63px;
	background-color:#d10017;
	float: left;
	text-align:center;
	position:relative;
	border: 0px solid #00aaff;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat; */
  
}
#footer  A:link {text-decoration: none; color: #ffffff;}
#footer  A:visited {text-decoration: none; color: #ffffff;}
#footer  A:active {text-decoration: none; color: #ffffff;}
#footer  A:hover {text-decoration: none; color: #ffffff;}		

#header_label
{
	margin: 10px 0px 0px 10px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 22px;
	color: #d10017;

}
#sub_label
{
	margin: 0px 0px 0px 10px;
	font-family: HArial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	
}
#instruction_label
{
	margin: 11px 0px 0px 10px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 11.75px;
	color: #000000;
	
}
#instruction_label  A:link {text-decoration: none; color: #FFFFFF;}
#instruction_label  A:visited {text-decoration: none; color: #FFFFFF;}
#instruction_label  A:active {text-decoration: none; color: #FF0000;}
#instruction_label  A:hover {text-decoration: none; color: #FF0000;}			

.source_label
{
	position:relative;
	margin: 5px 5px 2px 10px;
	font-size: 10px;
	color:#CCCCCC;
	text-align:left;
	background-color:#ffffff;
	/* width:100%;
	margin: 0px 0px 2px 10px;
	border: 0px solid #ffFF00;
	height:10px;
	float:left;
	text-align:left;' */
}

#search_header_label
{
	margin: 15px 0px 0px 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}

#search_sub_label
{
	margin: 0px 0px 0px 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

#search_instruction_label
{
	margin: 0px 0px 0px 11px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 11.75px;
	color: #000000;
}


#print_main
{
	left: 0px;
	top: 0px;
	width: 607px;
	height:auto;
	background-color:#ffffff;
	float: left;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 11.75px;
	color:#000000;
}




#header_text
{
	left:644px;
	top:44px;
	float: left;
	position:relative;
	padding: 0px 0px;
   	border: 0px solid #eee;
}
#header_text  A:link {text-decoration: none; color: #FFFFFF;}
#header_text  A:visited {text-decoration: none; color: #FFFFFF;}
#header_text  A:active {text-decoration: none; color: #000000;}
#header_text  A:hover {text-decoration: none; color: #000000;}			

#progress
{
	left:0px;
	top:0px;
	width:846px;
	height:20px;
	float: left;
	background-color:#000000;
	padding: 0px;
    margin: 0px;
    border: 0px solid #eee;
    font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	
}
#progress  A:link {text-decoration: none; color: #FFFFFF;}
#progress  A:visited {text-decoration: none; color: #FFFFFF;}
#progress  A:active {text-decoration: none; color: #ff0000;}
#progress  A:hover {text-decoration: none; color: #ff0000;}			



#leftmenutools_frame
{
	top:0px;
	left:0px;
	width: 233px;
   	height: auto;
   	float: left;	
	position:relative;
	
}


#leftmenu_tools
{
	top:0px;
	left:5px;
	width: 210px;
   	height: auto;
    background-color:#ffffff;
	border-style: solid;
	border: 0px;
	float:left;
	position:relative;
}


#search_all_details
{
	top: 0px;
	left: 11px;
	width: 540px;
	padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
	background-color:#ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	position:relative;
	/*float:left;*/
	border: 0px;
	border-style: solid;
	border-color: #aaaaaa;
}



#search_all_details  A:link {color: #999999;}
#search_all_details  A:visited {color: #999999;}
#search_all_details  A:active {color: #FF0000;}
#search_all_details  A:hover {color: #FF0000;}		

	
#search_all_details_article a:link   {color: #0000FF;font-weight:bold;}
#search_all_details_article a:visited {color: #0000FF;font-weight:bold;}
#search_all_details_article a:active  {color: #FF0000;font-weight:bold;}
#search_all_details_article a:hover {color: #FF0000;font-weight:bold;}		



#basket
{
	left: 0px;
	top: 618px;
	width: 233px;
	height: 118px;
	background-color:#b2b2b2;
	float: left;
	border: 0px solid #eee;
}


#lowermenu
{
	left: 0px;
	top: 607px;
	width: 233px;
	height: 100px;
	background-color:#b2b2b2;
	float: left;
	border: 0px solid #eee;
	
}
#lowermenu_content
{
	width: 249px;
	height: 20px;
	background-color:#FFFFFF;
	font-family: Helvetica, Verdana, Arial;
	font-weight: bold;
	font-size: 11.75px;
	color: #666666;
	float:right;
}
a.lowermenu_content:active {
font-weight: bold;
font-size: 11.75px;
color: #666666;
text-decoration: none;
}
a.lowermenu_content:link {
font-weight: bold;
font-size: 11.75px;
color: #666666;
text-decoration: none;
}
a.lowermenu_content:visited {
font-weight: bold;
font-size: 11.75px;
color: #666666;
text-decoration: none;
}
a.lowermenu_content:hover {
font-weight: bold;
font-size: 11.75px;
color: #666666;
text-decoration: none;
}

#login
{
	top: 100px;
	left:180px;
	padding: 0px 0px 10px 20px;
	color:#000000;
	width: 300px;
	/*min-height: 230px;*/
	height: auto;
	position:relative;
	float: left;
	/*border-left: 1px solid #cccccc;*/
	/*border-top: 10px dashed #999999;*/
	/*background-color:#dadcdc;*/
}
#login_frontpage
{
	top: 10px;
	color:#000000;
	margin:0px 0px 0px 0px; 
	padding:0px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 11.75px;
	position:relative;
}


table.update_lang
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: black;
	color: #00ff00;
	text-align:left;
}
table.update_lang th {
	font-family: Helvetica, Verdana, Arial;
	font-weight: strong;
	font-size: 14px;
	color: #00ffff;
}

table.update_lang td {
	font-family: Helvetica, Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #0000ff;
}



#print_left_border
{
	top:0px;
	left:0px;
	width: 60px;
   	height: 800px;
   	float: left;	
	background-color:#ffffff;
	border-style: solid;
	border: 0px;
	background-image: url(../images/vlogo_inventeers.bmp);
	background-repeat: no-repeat;
}
#print_header
{
	top:0px;
	left:0px;
	width: 520px;
   	height: 225px;
   	float: left;	
	background-color:#ffffff;
	border-style: solid;
	border: 0px;
}

#print_header_logo
{
	top:0px;
	left:0px;
	width: 170px;
   	height: 225px;
   	float: left;	
	background-color:#ffffff;
	border-style: solid;
	border: 0px;
}
#print_header_logo_inventeers
{
	top:0px;
	left:0px;
	width: 170px;
   	height: 225px;
   	float: left;	
	background-color:#ffffff;
	border-width: 0px 0px 0px 1px;
	border-style: solid solid solid solid;
	border-color: red;
	font-family: TrebuchetMS, Arial, Verdana, Helvetica;
	font-style: normal;
	font-size: 10px;
	
}
#print_content
{
	top:0px;
	left:0px;
	width: 640px;
   	
	height:575px;
   	float: left;	
	background-color:#ff00ff;
	border-style: solid;
	border: 0px;
}
#print_content_total
{
	top:0px;
	right:50px;
	width: 200px;
   	height: 100px;
   	float: right;	
	background-color:#ff0000;
	
	position:relative;
	font-family: Verdana, Helvetica, Arial;
	font-style: normal;
	font-size: 12px;
	color: black;
	text-align:left;
	/*
	border-style: solid solid solid solid;
	border-color: white;
	border: 0px 0px 0px 0px;
	*/
}
#print_content_total_table
{
	width: 200px;
   	float: left;	
	background-color:#ff0000;
}

#print_content_items
{
	top:0px;
	left:0px;
	width: 640px;
   	height: 250px;
   	float: left;	
	background-color:#00ff00;
	/*
	border-style: solid solid solid solid;
	border-color: white;
	border: 0px 0px 0px 0px;
	*/
	position:relative;
}
#print_content_items_table
{
	width: 640px;
   	float: left;	
	background-color:#f0f0f0;
	padding: 0px 10px 0px 0px;
	/*
	border-style: solid solid solid solid;
	border-color: white;
	border: 0px 0px 0px 0px;
	*/
	font-family: Verdana, Helvetica, Arial;
}
#print_content_items_table th
{
	font-style: strong;
	font-size: 11.75px;
	color: black;
	text-align:right;
}
#print_content_items_table td
{
	font-style: normal;
	font-size: 11.75px;
	color: black;
	text-align:right;
	/*
	border-style: solid solid solid solid;
	border-color: white;
	border: 0px 0px 0px 0px;
	*/
}


#print_invoice_content_items_table
{
   	float: left;	
	background-color:#ffffff;
	padding: 0px 10px 0px 0px;
	/*
	border-style: solid solid solid solid;
	border-color: white;
	border: 0px 0px 0px 0px;
	*/
	font-family: Verdana, Helvetica, Arial;
}
#print_invoice_content_items_table th
{
	font-style: strong;
	font-size: 11.75px;
	color: black;
	
}
#print_invoice_content_items_table td
{
	font-style: normal;
	font-size: 11.75px;
	color: black;

	/*
	border-style: solid solid solid solid;
	border-color: white;
	border: 0px 0px 0px 0px;
	*/
}

#print_right_border
{
	top:0px;
	left:0px;
	width: 50px;
   	height: 575px;
   	float:right;	
	background-color:#0000ff;
	border-style: solid;
	border: 0px;
}
#print_footer
{
	top:0px;
	left:0px;
	width: 750px;
   	height: 50px;
   	float: left;	
	background-color:#00ffff;
	border-style: solid;
	border: 0px;
}
#print_address
{
	top:126px;
	left:40px;
	width: 450px;
   	height: 60px;
   	float: left;	
	background-color:#ffffff;
	border-width: 1px 0px 1px 0px;
	border-style: solid solid solid solid;
	border-color: black;
	position: relative;
}
#print_address_table
{
	top:0px;
	left:0px;
	width: 400px;
	color: #333333;
	font-family: TrebuchetMS, Arial, Verdana, Helvetica;
	font-size:12px;
	float: left;	
	background-color:#ffffff;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: black;
	position: relative;
	
}
.print_button
{
	float: right;	
	top:-4px;
	width: 25px;
	height: 15px;
	position: relative;
	margin: 0px 3px 0px 0px;
   
}	