@charset "utf-8";

/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FCFCFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

.clearboth
{
	height: 0px;
	content: "";
	clear: both;
}

.searchfield
{
	width: 160px;
	height: 17px;
	line-height: 17px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #A9ADB0;
	font-size: 11px;
	color: #666666;
}

.searchbutton
{
	height: 19px;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
	background-color: #E0E0E0;
	border: 1px solid #A9ADB0;
	font-size: 11px;
	color: #666666;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	background: #E0E0E0;
	border: 0px;
	border-top:1px solid #A9ADB0;
}

legend { color: #A9ADB0; }

.footer fieldset
{
	margin: 0px;
	padding: 0px;
	background: #E0E0E0;
	border: 0px;
	border-top:1px solid #A9ADB0;
}

.footer legend
{
	color: #A9ADB0;
	float: right;
}

.footer legend a
{
	color: #A9ADB0;
	text-decoration: none;
}

.footer legend a:hover
{
	color: #A9ADB0;
	text-decoration: underline;
}

.black {
	color: #000000;
}

.gray {
	color: #666666;
}

.img_left {
	margin: 0px 20px 0px 0px;
	border: 1px solid #666666;
	float: left;
}

.img_right {
	margin: 0px 0px 0px 20px;
	border: 1px solid #666666;
	float: right;
}

/* link - text black, icon yellow */

.link_black_1 a
{
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_yellow.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	float: right;
}

.link_black_1 a:hover { text-decoration: underline; }

/* link - text black, icon black */

.link_black_2 a
{
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_black.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	float: right;
}

.link_black_2 a:hover { text-decoration: underline; }

/* link - text gray, icon yellow */

.link_gray_1 a
{
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_yellow.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	float: right;
}

.link_gray_1 a:hover { text-decoration: underline; }

/* link - text gray, icon black */

.link_gray_2 a
{
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_black.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	float: right;
}

.link_gray_2 a:hover { text-decoration: underline; }

/* link - text black, icon yellow */

.link_black_1_left a
{
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_yellow.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	float: left;
}

.link_black_1_left a:hover { text-decoration: underline; }

/* link - text gray, icon black */

.link_black_2_left a
{
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_black.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	float: left;
}

.link_black_2_left a:hover { text-decoration: underline; }

/* link - text gray, icon yellow */

.link_gray_1_left a
{
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_yellow.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	float: left;
}

.link_gray_1_left a:hover { text-decoration: underline; }

/* link - text gray, icon black */

.link_gray_2_left a
{
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_black.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	float: left;
}

.link_gray_2_left a:hover { text-decoration: underline; }

.toolbar
{
	line-height: 20px;
	background: #E0E0E0;
}

.inner_toolbar
{
	width: 986px;
	margin: 0px auto;
}

.print a
{
	padding: 0px 24px 0px 10px;
	background: url(/01/images/img_print.jpg) 100% 50% no-repeat;
	float: right;
	color: #959595;
	text-decoration: none;
}

.print a:hover { text-decoration: underline; }

.send a
{
	padding: 0px 23px 0px 10px;
	background: url(/01/images/img_send.jpg) 100% 50% no-repeat;
	float: right;
	color: #959595;
	text-decoration: none;
}

.send a:hover { text-decoration: underline; }

.rss_feed a
{
	padding: 0px 22px 0px 10px;
	background: url(/01/images/img_rss_feed.jpg) 100% 50% no-repeat;
	float: right;
	color: #959595;
	text-decoration: none;
}

.rss_feed a:hover { text-decoration: underline; }

.header
{
	width: 100%;
	height: 120px;
	background: url(/01/images/bg_header.jpg) #FCFCFC bottom left repeat-x;
}

.inner_header
{
	width: 986px;
	margin: 0px auto;
}

.logo
{
	margin: 41px 0px 0px 0px;
	float: left;
}

.menu {
	margin: 41px 0px 0px 20px;
	float: left;
}

.menuitem {
	height: 36px;
	border-right: 1px solid #A9ADB0;
	cursor: pointer;
}

.menuitem_last {
	height: 36px;
	cursor: pointer;
}

.shop {
	margin: 41px 0px 0px 20px;
	float: left;
}

.content
{
	width: 100%;
	background: #E0E0E0;
}

.inner_content
{
	width: 986px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

.column_home_left
{
	width: 370px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.column_page_left
{
	width: 180px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.products_left
{
	width: 180px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.products_right
{
	width: 180px;
	float: left;
}

.product_banner
{
	width: 168px;
	height: 56px;
	line-height: 18px;
	margin: 0px 10px 10px 0px;
	padding: 5px 10px 5px 0px;
	background: url(/01/images/bg_general_banner.jpg) #FDFDFD top left repeat-x;
	border: 1px solid #D5D5D5;
	float: left;
	cursor: pointer;
}

.product_banner_hover
{
	width: 168px;
	height: 56px;
	line-height: 18px;
	margin: 0px 10px 10px 0px;
	padding: 5px 10px 5px 0px;
	background: url(/01/images/bg_general_banner_yellow.jpg) #FADC41 top left repeat-x;
	border: 1px solid #D5D5D5;
	color: #000000;
	float: left;
	cursor: pointer;
}

.product_banner img
{
	margin: -5px 10px -5px 0px;
	border-right: 1px solid #FFFFFF;
	float: left;
}

.product_banner_hover img
{
	margin: -5px 10px -5px 0px;
	border-right: 1px solid #FFD205;
	float: left;
}

.intro
{
	width: 348px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	background-color: #ECECEC;
	border: 1px solid #D5D5D5;
	color: #000000;
}

.sidemenu {
	width: 160px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 0px 10px;
	background: url(/01/images/bg_general_banner.jpg) #FDFDFD top left repeat-x;
	border: 1px solid #D5D5D5;
	color: #666666;
}

.sidemenu_level_1 a {
	line-height: 24px;
	margin: 0px -10px 0px -10px;
	padding: 0px 10px 0px 24px;
	background: url(/01/images/img_bullet_yellow.jpg) #FDFDFD 10px 10px no-repeat;
	border-top: 1px solid #D5D5D5;
	text-decoration: none;
	color: #666666;
	display: block;
}
.sidemenu_level_1 a:hover {
	background: url(/01/images/img_bullet_yellow.jpg) #F4F4F4 10px 10px no-repeat;
	text-decoration: none;
}
.sidemenu_level_1_hover a {
	line-height: 24px;
	margin: 0px -10px 0px -10px;
	padding: 0px 10px 0px 24px;
	background: url(/01/images/img_bullet_gray.jpg) #ececed 10px 10px no-repeat;
	border-top: 1px solid #D5D5D5;
	text-decoration: none;
	color: #666666;
	display: block;
}
.sidemenu_level_1_hover a:hover {
	text-decoration: none;
}
.sidemenu_level_2 a {
	line-height: 24px;
	margin: 0px -10px 0px -10px;
	padding: 0px 10px 0px 38px;
	background: url(/01/images/img_bullet_yellow.jpg) #F4F4F4 24px 10px no-repeat;
	border-top: 1px solid #D5D5D5;
	text-decoration: none;
	color: #666666;
	display: block;
}
.sidemenu_level_2 a:hover {
	background: url(/01/images/img_bullet_yellow.jpg) #ececed 24px 10px no-repeat;
	text-decoration: none;
}
.sidemenu_level_2_hover a {
	line-height: 24px;
	margin: 0px -10px 0px -10px;
	padding: 0px 10px 0px 38px;
	background: url(/01/images/img_bullet_gray.jpg) #ececed 24px 10px no-repeat;
	border-top: 1px solid #D5D5D5;
	text-decoration: underline;
	color: #666666;
	display: block;
}
.sidemenu_level_2_hover a:hover {
	text-decoration: underline;
}

.column_home_middle
{
	width: 300px;
	margin: 0px;
	float: left;
}

.column_page_middle
{
	width: 490px;
	margin: 0px;
	float: left;
}

.middle_left {
	width: 215px;
	margin: 0px 20px 0px 0px;
	float: left;
}
.middle_right {
	width: 215px;
	float: left;
}

.flash
{
	width: 300px;
	height: 380px;
}

.other_sites
{
	width: 280px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	background: url(/01/images/bg_general_banner.jpg) #FDFDFD top left repeat-x;
	border: 1px solid #D5D5D5;
}

.other_sites_table {
	background: url(/01/images/bg_other_sites_seperator.jpg) #FDFDFD top center repeat-y;	
}

.site_1
{
	width: 130px;
	padding: 0px 10px 0px 0px;
	float: left;
}

.site_2
{
	width: 130px;
	padding: 0px 0px 0px 10px;
	float:  left;
}

.page_content
{
	width: 450px;
	margin: 0px 0px 10px 0px;
	padding: 20px 20px 20px 20px;
	background: url(/01/images/bg_general_banner.jpg) #FDFDFD top left repeat-x;
	border: 1px solid #D5D5D5;
}

.breadcrumb {
	width: 450px;
	color: #A9ADB0;
}

.breadcrumb a {
	color: #A9ADB0;
	text-decoration: underline;
}

.breadcrumb a:hover {
	text-decoration: none;
}

.column_home_right
{
	width: 296px;
	margin: 0px 0px 0px 10px;
	float: left;
}

.column_page_right
{
	width: 296px;
	margin: 0px 0px 0px 10px;
	float: left;
}

.search
{
	width: 274px;
	margin: -12px 0px 0px 0px;
	padding: 0px 10px 9px 10px;
	background: #a9adb0;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: absolute;
}

.our_locations { margin-top: 19px; }

.tabs
{
	width: 296px;
	height: 29px;
	border-bottom: 1px solid #D5D5D5;
}

.tab
{
	height: 30px;
	line-height: 30px;
	padding: 0px 11px 0px 11px;
	float: left;
	cursor: pointer;
}

.tab_hover
{
	height: 29px;
	line-height: 27px;
	padding: 0px 10px 0px 10px;
	background: url(/01/images/bg_tab.jpg) top left repeat-x;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	float: left;
	cursor: pointer;
}

.tabs_content
{
	width: 274px;
	padding: 20px 10px 20px 10px;
	background: url(/01/images/bg_tabs_content.jpg) #FDFDFD top left repeat-x;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}

.general_banner
{
	width: 274px;
	height: 66px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	background: url(/01/images/bg_general_banner.jpg) #FDFDFD top left repeat-x;
	border: 1px solid #D5D5D5;
}

.general_banner_yellow
{
	width: 274px;
	height: 66px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	background: url(/01/images/bg_general_banner_yellow.jpg) #FADC41 top left repeat-x;
	border: 1px solid #D5D5D5;
}

.general_banner_content
{
	width: 274px;
	height: 66px;
}

.news
{
	width: 274px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	background: #ECECEC;
	border: 1px solid #D5D5D5;
	color: #000000;
}

.news_item
{
	padding: 0px 0px 0px 14px;
	background: url(/01/images/img_bullet_gray.jpg) 0% 50% no-repeat;
	text-decoration: none;
	color: #000000;
}

.news_item a
{
	text-decoration: none;
	color: #000000;
}

.news_item a:hover
{
	text-decoration: underline;
}

.news_forward a {
	padding: 0px 22px 0px 0px;
	background: url(/01/images/img_icon_yellow.jpg) 100% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	float: left;
}
.news_forward a:hover {
	text-decoration: underline;
}

.news_backward a {
	padding: 0px 0px 0px 22px;
	background: url(/01/images/img_icon_yellow_backward.jpg) 0% 50% no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	float: left;
}
.news_backward a:hover {
	text-decoration: underline;
}

.footer
{
	width: 100%;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background: #E0E0E0;
}

.inner_footer
{
	width: 986px;
	margin: 0px auto;
}

.inner_footer_left {
	float: left;
	color: #A9ADB0;
}
.inner_footer_left a {
	color: #A9ADB0;
	text-decoration: none;
}
.inner_footer_left a:hover {
	text-decoration: underline;
}
.inner_footer_right {
	float: right;
	color: #A9ADB0;
}
.inner_footer_right a {
	color: #A9ADB0;
	text-decoration: none;
}
.inner_footer_right a:hover {
	text-decoration: underline;
}

.footer_navigation
{
	width: 100%;
	padding: 20px 0px 20px 0px;
	background: url(/01/images/bg_footer_navigation.jpg) #FCFCFC top left repeat-x;
	border-top: 2px solid #FFFFFF;
}

.inner_footer_navigation
{
	width: 986px;
	margin: 0px auto;
}

.footer_menu {
	width: 180px;
	float: left;
}

.footer_menu_link {
	padding: 0px 0px 0px 14px;
	background: url(/01/images/img_bullet_yellow.jpg) 0% 50% no-repeat;
	text-decoration: none;
	color: #666666;
}

.footer_menu_link a {
	text-decoration: none;
	color: #666666;
}

.footer_menu_link a:hover {
	text-decoration: underline;
}

.inputtekst {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2C5B;
}
.inputtekstopmerking {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2C5B;
}
.inputbutton {
	height: 19px;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
	background-color: #E0E0E0;
	border: 1px solid #A9ADB0;
	font-size: 11px;
	color: #666666;
}
.inputfile {
	border: 1px solid #CCCCCC;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2C5B;
	background: #FFFFFF;
	cursor: pointer;
}



.inputdropdown {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2C5B;
}


