/******* layout spacer ******/
.space_15 {
	clear: both;
	padding-top: 15px;
}
.space_20 {
	clear: both;
	padding-top: 20px;
}
.space_25 {
  clear: both;
  padding-top: 25px;
}
.space_30 {
	clear: both;
	padding-top: 30px;
}
.space_40 {
	clear: both;
	padding-top: 40px;
}
.main {	
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cfdbe6;
	overflow: auto;
}
* html .main { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/********** header **********/
.header_frame {
	clear: both;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 106px;
}
.header_logo {
	float: left;
	margin: 20px 0 0 0;
	width: 191px;
	height: 43px;
}
.header_navi {
	float: left;
	padding: 23px 0 0 0;	
	height: 37px;
	text-align: right;
}
.width-759 {
	width: 759px;	
}
.header_navi span { display: inline; margin: 0 6px 0 6px; font-size: 11px; color: #555; }
.header_navi form { display: inline; }
.header_navi fieldset { display: inline; }
.header_navi label { font-size: 11px; color: #555; }

.header_navi a,
.header_navi a:link,
.header_navi a:active,
.header_navi a:visited {
	font-size: 11px;
	color: #555;
	text-decoration: none;
}
.header_navi a:hover {
	color: #004990;
}
.header_navi div { display: inline; }
.header_navi div a { 
	padding: 0 10px 0 0;
	background-image: url(../images/arrow-language.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header_navi div div.language_items_hidden { display: none; }
.header_navi div div.language_items {
	position: absolute;
	margin: 17px 0 0 -62px;
	z-index: 25;
	border: 1px solid #999;
}
.header_navi div div a,
.header_navi div div a:link,
.header_navi div div a:active,
.header_navi div div a:visited {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	color: #004990;
	background-color: #fff;
	background-image: none;
	white-space: nowrap;
	text-align: left;
}
.header_navi div div a:hover {
	background-color: #f0f4f7;
}
.header_navi div div span {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	color: #004990;
	font-weight: bold;
	background-color: #fff;
	background-image: none;
	text-align: left;
}
.header_rootpath {
	float: left;
	margin: 0 0 0 -4px;
	padding: 20px 0 0 0;
	width: 804px;
	height: 23px;
}
.header_rootpath span { font-size: 11px; color: #999; }
.header_rootpath span.rootpath_active { margin: 0 4px 0 4px; font-size: 11px; color: #004990; }
.header_rootpath a,
.header_rootpath a:link,
.header_rootpath a:active,
.header_rootpath a:visited {
	margin: 0 4px 0 4px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
.header_rootpath a:hover {
	color: #004990;
}
.header_basket {
	float: left;
	padding: 20px 0 0 0;
	width: 150px;
	height: 23px;
	text-align: right;
}
.header_basket span { font-size: 12px; color: #004990; font-weight: bold; }
/********** textcontent **********/
.content_frame {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 8px 7px 8px 7px;
	width: 934px;
	height: auto;
	border: 1px solid #c8cccf;
	background-color: #fff;
}
.content_header {
	clear: both;
	padding: 0 0 12px 0;
	width: 934px;
}
.content_right_top {
	clear: both;
	margin: 0 5px 0 5px;
	width: 212px;
	height: 32px;
	background-image: url(../images/tabs/shadow_tab_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.content_left_frame {
	clear: both;
	margin: 0 2px 0 0;
	padding: 20px 26px 20px 25px;
	width: 659px;
	background-image: url(../images/content_left_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.content_left_spacer {
	float: left;
	width: 1px;
	height: 510px;
}
.content_left {
	float: left;
	width: 658px;
	height: auto;
}
.content_left_scroll_frame {
	clear: both;
	margin: 0 2px 0 0;
	padding: 20px 6px 20px 25px;
	width: 679px;
	min-height: 510px;
	background-image: url(../images/content_left_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.content_left_scroll {
	float: left;
	width: 678px;
	height: auto;
}
.content_left_bottom {
	clear: both;
	margin: 0 5px 0 5px;
	width: 700px;
	height: 6px;
	font-size: 0;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.content_right_frame {
	clear: both;
	padding: 0 6px 0 6px;
	width: 210px;
	height: auto;
	background-image: url(../images/content_right_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.content_right_bottom {
	clear: both;
	margin: 0 5px 0 5px;
	width: 212px;
	height: 6px;
	font-size: 0;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: #eeeeee;
	filter:Alpha(opacity=70);
	opacity: 0.7;
}
* html .overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.overlay_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: left;
}
.content_items {
	float: left;
	width: 657px;
	height: auto;
	overflow: hidden;
}
.content_column {
	float: left;
	width: 325px;
	height: auto;
	overflow: hidden;
}
.smaller-font {
	font-size: 11px;
}
.content_items_spacer {
	float: left;
	width: 1px;
	height: 486px;
}
.content_item {
	clear: both;
	width: 100%;
}
.content_item_border {
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
	/*border-bottom: 1px solid #c8cccf;*/
}
/************* tabs **************/
.tab_frame {
	clear: both;
	width: 705px;
	height: 32px;
	background-image: url(../images/tabs/shadow_tab_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.search_tab_frame {
	clear: both;
	width: 486px;
	height: 32px;
	background-image: url(../images/tabs/shadow_tab_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tab_inactive {
	float: left;
	padding: 7px 0 0 0;
	height: 24px;
	border-bottom: 1px solid #c8cccf;
}
.tab_inactive a,
.tab_inactive a:link,
.tab_inactive a:active,
.tab_inactive a:visited,
.tab_inactive a:hover {
	display: block;
	float: left;
	padding: 4px 13px 0 13px;
	height: 19px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #063569;
	border-top: 1px solid #063569;
	border-right: 1px solid #063569;
	background-image: url(../images/tabs/tab_inactice_blue.gif);
	background-repeat: no-repeat;
}
.tab_active a,
.tab_active a:link,
.tab_active a:active,
.tab_active a:visited,
.tab_active a:hover {
	display: block;
	float: left;
	padding: 13px 12px 0 12px;
	height: 19px;
	color: #004990;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/tabs/tab_active_middle.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.tab_active_left-2 {
	float: left;
	width: 4px;
	height: 32px;
	background-image: url(../images/tabs/tab_active_left_2px.gif);
	background-repeat: no-repeat;
}
.tab_active_left-5 {
	float: left;
	width: 7px;
	height: 32px;
	background-image: url(../images/tabs/tab_active_left_5px.gif);
	background-repeat: no-repeat;
}
.tab_active_right-2 {
	float: left;
	width: 4px;
	height: 32px;
	background-image: url(../images/tabs/tab_active_right_2px.gif);
	background-repeat: no-repeat;
}
.tab_active_right-5 {
	float: left;
	width: 7px;
	height: 32px;
	background-image: url(../images/tabs/tab_active_right_5px.gif);
	background-repeat: no-repeat;
}
.tab_spacer-2 {
	float: left;
	padding: 0 0 1px 0;
	width: 2px;
	height: 30px;
	background-image: url(../images/tab/schatten_tab.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #c8cccf;
}
.tab_spacer-5 {
	float: left;
	width: 5px;
	height: 32px;
	background-color: #fff;
}
/********** imagecontainer **********/
.imagecontainer,
.mediacontainer {
	clear: both;
	overflow: hidden;
}
/************* preloader ************/
.overlay_preloader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:150;
	text-align: left;
}
.preloader {
	margin: 30% 0 0 35%;
	width: 76px;
}
.preloader_shopping_card {
	margin: 28% 0 0 43%;
	width: 76px;
}
/************** login **************/
.login_frame {
	clear: both;
	margin: 185px auto 0 auto;
	width: 230px;
	z-index: 100;
	color: #000000;
	background: #fff;
	border: 1px solid #555;
}
.login_header {
	clear: both;
	margin: 0 1px 0 1px;
	padding: 5px 5px 5px 20px;
	width: 203px;
	height: 16px;
	border-bottom: 1px solid #c8cccf;
}
.login_header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #004990;
}
.login_header a,
.login_header a:link,
.login_header a:active,
.login_header a:visited,
.login_header a:hover {
	display: block;
	float: right;
	text-decoration: none;
}
.login_content {
	clear: both;
	margin: 0;
	width: 180px;
}
.login_content label {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
}
.login_link {
	float: right;
	padding: 10px 0 0 0;
	text-align: right;
}
.login_link a,
.login_link a:link
.login_link a:active,
.login_link a:visited,
.login_link a:hover {
	font-size: 11px;
	color: #004990;
	text-decoration: none;
}
/********* download/faq list *******/
.category_list {
	clear: both;
	padding: 0 0 12px 0;
	width: 100%;
}
.category_item_col1 {
	padding: 8px 0 8px 5px;
	width: 408px;
}
.category_item_col2 {
	padding: 8px 5px 8px 80px;
	width: 160px;
}
.category_item_col3 {
	padding: 8px 5px 8px 15px;
	width: 80px;
}
.category_item_col4 {
	padding: 8px 5px 8px 30px;
	width: 488px;
}
/************ family item ***********/
.family_item_image {
	float: left;
	width: 100px;
}
.family_item_image img {
	margin: 0 0 20px 0;
	border: 1px solid #c8cccf;
}
.family_item_text {
	float: left;
	padding: 0 0 0 20px;
	width: 537px;
}
.family_item_text p {
	margin: 0 0 20px 0;
}
/********* product group list *******/
.productgroup_item_image {
	padding: 0 0 18px 0;
	width: 68px;
}
.productgroup_item_image img { float: left; border: 1px solid #c8cccf; }
.productgroup_item_text {
	padding: 0 0 0px 0px;
	/**width: 570px; */
	overflow: hidden;
	height: 94px;
	display: block;
	margin: 0 0px 5px 0;
	width: 230px;
}
/********** key feature list ********/
.key_feature_image {
	float: left;
	width: 100px;
}
.key_feature_image img {
	margin: 0 0 20px 0;
	border: 1px solid #c8cccf;
}
.key_feature_table {
	float: left;
	padding: 0 0 0 20px;
	width: 558px;
}
.key_feature_headline {
	clear: both;
	width: 538px;
}
.key_feature_scroll {
	clear: both;
	width: 558px;
	height: 456px;
	overflow: auto;
}
.key_feature_scroll h2 {
	margin: 0 3px 0 0;
}
.key_feature_table table {
	margin: 6px 0 0 0;
	width: 538px;
}
.key_feature_left {
	padding: 4px 5px 4px 5px;
	width: 145px;
}
.key_feature_right {
	padding: 4px 2px 4px 5px;
	width: 376px;
}
.key_feature_buttons {
	clear: both;
	margin: 0 0 0 120px;
	padding: 12px 0 0 0;
	width: 538px;
	border-top: 1px solid #7fa4c7;
}
/******** product thumbnails ********/
.product_thumbnails {
	clear: both;
	width: 210px;
	height: auto;
	padding-bottom: 10px;
	border-top: 1px solid #c8cccf;
}

.product_thumbnails div.history_item {
	display: block;
	clear: both;
	padding: 9px 0 9px 0;
	width: 210px;
	height: 60px;
	text-decoration: none;
}

.historybox_text_td {
	/*padding: 0 5px 0 5px;*/
	font-size: 11px;
	/*width: 120px;*/
	display: block;
	overflow: hidden;
}

.historybox_image_td {
	padding: 0 5px 0 5px;
	width: 60px;
	text-align: center;	
}

.historybox_image_td img {
	border: 1px solid #c8cccf;
	cursor: pointer;
}

.historybox_image_td p {
	cursor: pointer;
}

.historybox_text_td a {
	font-weight: normal;
	font-size: 11px;	
	padding: 0;
	margin: 0;
	text-decoration: none;
	
}

.product_thumbnails a.thumbnail_active,
.product_thumbnails a.thumbnail_active:link,
.product_thumbnails a.thumbnail_active:visited,
.product_thumbnails a.thumbnail_active:active,
.product_thumbnails a.thumbnail_active:hover {
	display: block;
	clear: both;
	padding: 20px 0 20px 0;
	width: 210px;
	height: 70px;
	text-decoration: none;
	background-color: #dfe8f1;
}
.product_thumbnails a img {
	float: left;
	margin: 0 10px 0 8px;
	width: 68px;
	border: 1px solid #c8cccf;
}
.product_thumbnails a span {
	display: block;
	float: left;
	padding: 0 8px 0 0;
	width: 114px;
	font-size: 11px;
	cursor: pointer;
}
/**************** faq **************/
.faq_frame {
	clear: both;
	margin: 95px auto 0 auto;
	width: 652px;
	color: #000000;
	background: #fff;
	border: 1px solid #555;
}
.faq_header {
	clear: both;
	margin: 0 1px 0 1px;
	padding: 5px 5px 5px 20px;
	width: 625px;
	height: 16px;
	border-bottom: 1px solid #c8cccf;
}
.faq_header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #004990;
}
.faq_header a,
.faq_header a:link,
.faq_header a:active,
.faq_header a:visited,
.faq_header a:hover {
	display: block;
	float: right;
	text-decoration: none;
}
.faq_content {
	clear: both;
	margin: 0;
	width: 612px;
}
.faq_item_left {
	float: left;
	width: 100px;
}
.faq_item_left h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #004990;
	border: none;
}
.faq_item_right {
	float: left;
	width: 512px;
}
/************ configurator *********/
.configurator_frame {
	clear: both;
	margin: 95px auto 0 auto;
	width: 891px;
	color: #000000;
	background: #fff;
	border: 1px solid #555;
}
.configurator_header {
	clear: both;
	margin: 0 1px 0 1px;
	padding: 5px 5px 5px 20px;
	width: 864px;
	height: 16px;
	border-bottom: 1px solid #c8cccf;
}
.configurator_header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #004990;
}
.configurator_header a,
.configurator_header a:link,
.configurator_header a:active,
.configurator_header a:visited,
.configurator_header a:hover {
	display: block;
	float: right;
	text-decoration: none;
}
.configurator_content {
	clear: both;
	padding: 25px 20px 20px 20px;
	width: 860px;
}
.configurator_table {
  clear: both;
  padding: 0 0 25px 0;
  width: 860px;
  height: auto;
  border-bottom: 1px solid #b9c2ca;
}
.configurator_col1 {
	float: left;
	padding: 5px 20px 5px 0;
	width: 160px;
	height: 160px;
}
.configurator_col1 img {
  border: 1px solid #c8cccf
}
.configurator_col2 {
	float: left;
	padding: 25px 20px 25px 20px;
	width: 460px;
	height: 120px;
	background-image: url(../images/configurator/bg_box_shadow.png);
  background-repeat: no-repeat;
}
.configurator_code {
	clear: both;
	width: 460px;
	height: auto;
}
.configurator_code p {
	display: block;
	width: 100%;
	height: 70px;
	color: #004990;
	font-weight: bold;
}
.configurator_code label {
  font-size: 12px;
  color: #555;
}
.configurator_code div.formfield {
  display: block;
  width: 100%;
  height: auto; 
}
.configurator_code div.formfield input { float: left; width: 424px; }
.configurator_code div.formfield img { float: left; margin: 0 0 0 10px }
.configurator_error {
	clear: both;
	width: 450px;
}
.configurator_error_text {
	float: left;
	width: 360px;
}
.configurator_error_text p {
	font-size: 11px;
	color: #bd0202;
	font-weight: bold;
}
.configurator_error_button {
	float: left;
	width: 90px;
}
.configurator_variants {
  display: block;
  margin: 0 0 0 5px;
  font-weight: bold;
  color: #004990;
}
.configurator_formfield_row {
	clear: both;
	width: 860px;
}
.configurator_formfield {
	float: left;
	margin: 0 0 8px 0;
	padding: 5px 20px 0 5px;
	width: 190px;
	height: 44px;
}
.configurator_formfield label {
	display: block;
	font-size: 11px;
	line-height: 16px;
}

.configurator_back_arrow
{
	margin-top: 3px;
	margin-left: 5px;
}

.configurator_formfield_selected { 
	background: #eaf0f6; 
	padding: 5px 0px 0 5px;
	width: 210px;
}

.configurator_formfield_current {
  background: #eaf0f6;
  background-image: url(../images/configurator/arrow.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
/************* comparsion **********/
.comparison_frame {
	clear: both;
	margin: 65px auto 0 auto;
	width: 984px;
	height: 698px;
	color: #000000;
	background: #fff;
	border: 1px solid #555;
}
.comparison_header {
	clear: both;
	margin: 0 1px 1px 1px;
	padding: 5px 5px 5px 20px;
	width: 957px;
	height: 16px;
	border-bottom: 1px solid #c8cccf;
}
.comparison_header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #004990;
}
.comparison_header a,
.comparison_header a:link,
.comparison_header a:active,
.comparison_header a:visited,
.comparison_header a:hover {
	display: block;
	float: right;
	text-decoration: none;
}
.comparison_content {
	clear: both;
	padding: 0 0 0 20px;
	width: 964px;
}
.comparison_scroll {
	clear: both;
	width: 964px;
	height: 661px;
	overflow: auto;
}
.comparison_headline_col1 {
	padding: 16px 0 0 0;
	width: 183px;
}
.comparison_headline_col2 {
	width: 190px;
	text-align: center;
}
.comparison_headline_col2 h3 {
	margin: 0 0 0 1px;
	padding: 0 10px 0 10px;
	width: 168px;
	font-size: 12px;
	line-height: 26px;
	text-align: left;
	background-image: url(../images/comparison_header.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.comparison_headline_col2 img {
	margin: 5px 0 5px 0;
}
.comparison_headline_col2 a {
	margin: 0 0 0 10px;
}
table.comparison_data {
	margin: 10px 0 0 0;
}
table.comparison_data td {
	border: 1px solid #c8cccf;
	border-collapse: collapse;
}
.comparison_col1 {
	padding: 0 10px 0 10px;
	color: #004992;
	font-weight: bold;
	line-height: 22px;
	background-color: #eff4f8;
}
.comparison_col2 {
	padding: 0 10px 0 10px;
	width: 163px;
	line-height: 22px;
}
.comparison_col3 {
	padding: 3px 10px 2px 10px;
	width: 169px;
}
/*********** shopping card *********/
.shopping_card_frame {
	clear: both;
	margin: 70px auto 0 auto;
	width: 698px;
	color: #000000;
	background: #fff;
	border: 1px solid #555;
}
.shopping_card_header {
	clear: both;
	margin: 0 1px 0 1px;
	padding: 5px 5px 5px 20px;
	width: 671px;
	height: 16px;
	border-bottom: 1px solid #c8cccf;
}
.shopping_card_header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #004990;
}
.shopping_card_header a,
.shopping_card_header a:link,
.shopping_card_header a:active,
.shopping_card_header a:visited,
.shopping_card_header a:hover {
	display: block;
	float: right;
	text-decoration: none;
}
.shopping_card_content {
	clear: both;
	margin: 0;
	padding: 20px;
	width: 658px;
}
.shopping_card_headline {
	clear: both;
	padding: 0 10px 0 10px;
	width: 638px;
	height: 25px;
	border-top: 1px solid #c8cccf;
	background-image: url(../images/header_shopping_card.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.shopping_card_headline_left {
	float: left;
	width: 85px;
}
.shopping_card_headline_right {
	float: left;
	width: auto;
}
.shopping_card_headline_left h3,
.shopping_card_headline_right h3 {
	margin: 0;
	line-height: 25px;
}
.shopping_card_items {
	float: left;
	width: 657px;
	height: auto;
}
.shopping_card_items_spacer {
	float: left;
	width: 1px;
	height: 358px;
}
.shopping_card_item_first {
	clear: both;
	padding: 20px 10px 20px 9px;
	width: 638px;
	height: 43px;
}
.shopping_card_item {
	clear: both;
	padding: 20px 10px 20px 9px;
	width: 638px;
	height: 43px;
	border-top: 1px solid #c8cccf;
}
.shopping_card_col1 {
	float: left;
	width: 85px;
}
.shopping_card_col2 {
	float: left;
	width: 473px;
}
.shopping_card_col3 {
	float: left;
	width: 80px;
}
.shopping_card_col4 {
	float: left;
	padding: 0 0 0 95px;
	width: 423px;
}
.shopping_card_col5 {
	float: right;
	width: 140px;
}
.shopping_card_footer {
	clear: both;
	padding: 7px 0 0 0;
	width: 658px;
	border-top: 1px solid #c8cccf;
}
.shopping_card_action {
	clear: both;
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
	width: 658px;
	line-height: 20px;
	text-align: center;
	background-color: #f4f5f5;
}
.shopping_card_action label {
	margin: 0 15px 0 0;
	color: #004990;
}
/************** contact ************/
.contact_frame {
	clear: both;
	margin: 95px auto 0 auto;
	width: 420px;
	color: #000000;
	background: #fff;
	border: 1px solid #555;
	height: 600px;
}
.contact_header {
	clear: both;
	margin: 0 1px 0 1px;
	padding: 5px 5px 5px 20px;
	width: 393px;
	height: 16px;
	border-bottom: 1px solid #c8cccf;
}
.contact_header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #004990;
}
.contact_header a,
.contact_header a:link,
.contact_header a:active,
.contact_header a:visited,
.contact_header a:hover {
	display: block;
	float: right;
	text-decoration: none;
}
.contact_content {
	clear: both;
	padding: 0 20px 0 0;
	width: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 533px;
}
.contact_form_label {
	float: left;
	width: 110px;
}
.contact_form_label label {
	font-size: 11px;
	line-height: 18px;
}
.contact_formfield {
	float: left;
	width: 250px;
}

/********** export tender **********/
.export_tender_frame {
	clear: both;
	margin: 185px auto 0 auto;
	width: 300px;
	z-index: 100;
	color: #000000;
	background: #fff;
	border: 1px solid #004990;
}
.export_tender_header {
	clear: both;
	margin: 0 1px 0 1px;
	padding: 5px 5px 5px 20px;
	width: 273px;
	height: 16px;
	border-bottom: 1px solid #c8cccf;
}
.export_tender_header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #004990;
}
.export_tender_header a,
.export_tender_header a:link,
.export_tender_header a:active,
.export_tender_header a:visited,
.export_tender_header a:hover {
	display: block;
	float: right;
	text-decoration: none;
}
.export_tender_content {
	clear: both;
	margin: 0;
	padding: 20px;
	width: 260px;
}
/************** search *************/
.search_frame {
	clear: both;
	margin: 95px auto 0 auto;
	width: 521px;
	color: #000000;
	background: #fff;
	border: 1px solid #555;
}
.search_header {
	clear: both;
	margin: 0 1px 0 1px;
	padding: 5px 5px 5px 20px;
	width: 494px;
	height: 16px;
	border-bottom: 1px solid #c8cccf;
}
.search_header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #004990;
}
.search_header a,
.search_header a:link,
.search_header a:active,
.search_header a:visited,
.search_header a:hover {
	display: block;
	float: right;
	text-decoration: none;
}
.search_content {
	clear: both;
	margin: 0;
	width: 491px;
}
.search_spacer {
	float: left;
	width: 1px;
	height: 400px; 
}
.search_item_frame {
	clear: both;
	padding: 15px 26px 10px 25px;
	width: 440px;
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.search_item_frame_items {
	float: left;
	width: 439px;
	height: auto; 
}
.search_col {
	clear: both;
	padding: 15px 26px 10px 25px;
	width: 415px;
	height: auto;
	background-image: url(../images/search_col_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.search_col_items {
	float: left;
	width: 414px;
	height: auto; 
}
.search_item_frame_items p,
.search_col_items p {
	margin: 0 0 15px 0;
	padding: 0;
}
.search_bottom {
	clear: both;
	margin: 0 5px 0 5px;
	width: 481px;
	height: 6px;
	font-size: 0;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.search_col_header {
	clear: both;
	padding: 0 26px 0 26px;
	width: 414px;
	height: 39px;
	background-image: url(../images/search_col_header.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.search_col_header h2 {
	margin: 0;
	padding: 14px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #004990;
	border: none;
}
.search_col_bottom {
	clear: both;
	margin: 0 5px 0 5px;
	width: 456px;
	height: 6px;
	font-size: 0;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*************** links *************/
a.download,
a.download:link,
a.download:active,
a.download:visited,
a.download:hover {
	display: block;
	padding: 0 0 0 31px;
	color: #004990;
	text-decoration: none;
	background-image: url(../images/link_icons/download.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
a.delete,
a.delete:link,
a.delete:active,
a.delete:visited,
a.delete:hover {
	display: block;
	padding: 0 0 0 8px;
	font-size: 11px;
	color: #004990;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/link_icons/arrow_blue.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
a.detail,
a.detail:link,
a.detail:active,
a.detail:visited,
a.detail:hover {
	display: block;
	float: right;
	padding: 0 0 0 31px;
	color: #004990;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/link_icons/verweispfeil.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
a.headline,
a.headline:link,
a.headline:active,
a.headline:visited,
a.headline:hover {
	display: block;
	margin: 0 0 6px 0;
	padding: 0 0 0 0px;
	font-size: 12px;
	font-weight: bold;
	color: #004990;
	text-decoration: none;
	/*background-image: url(../images/link_icons/arrow_blue.gif);*/
	background-position: 0 5px;
	background-repeat: no-repeat;
}
a.overview_link,
a.overview_link:link,
a.overview_link:active,
a.overview_link:visited,
a.overview_link:hover {
	margin: 0 10px 6px 0;
	padding: 0 0 0 8px;
	font-size: 11px;
	font-weight: bold;
	color: #004990;
	text-decoration: underline;
	background-image: url(../images/link_icons/arrow_blue.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
a.searchresult,
a.searchresult:link,
a.searchresult:active,
a.searchresult:visited,
a.searchresult:hover {
	display: block;
	margin: 0 0 4px 0;
	padding: 0 0 0 8px;
	font-size: 14px;
	font-weight: bold;
	color: #004990;
	text-decoration: none;
	background-image: url(../images/link_icons/arrow_blue.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.buttons {
	clear: both;
	margin: 16px 0 0 0;
	width: 100%;
}
.button_items {
	float: right;
}
a.button_link,
a.button_link:link,
a.button_link:active,
a.button_link:visited,
a.button_link:hover {
	display: block;
	float: left;
	margin: 3px 0 0 15px;
	text-decoration: none;
	background-image: url(../images/buttons/button_middle.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a.button_link_green,
a.button_link_green:link,
a.button_link_green:active,
a.button_link_green:visited,
a.button_link_green:hover {
	display: block;
	float: left;
	margin: 3px 0 0 15px;
	text-decoration: none;
	background-image: url(../images/buttons/btn_green_1px.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a.button_comparison_link,
a.button_comparison_link:link,
a.button_comparison_link:active,
a.button_comparison_link:visited,
a.button_comparison_link:hover {
	display: block;
	float: left;
	margin: 3px 0 0 0;
	text-decoration: none;
	background-image: url(../images/buttons/button_middle.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a.button_shooping_card_link,
a.button_shooping_card_link:link,
a.button_shooping_card_link:active,
a.button_shooping_card_link:visited,
a.button_shooping_card_link:hover {
	display: block;
	float: right;
	margin: 3px 0 0 0;
	text-decoration: none;
	background-image: url(../images/buttons/button_middle.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a.button_link img,
a.button_comparison_link img,
a.button_shooping_card_link img,
a.button_link_green img,
a.button_comparison_link_green img,
a.button_shooping_card_link_green img {
	display: block;
	float: left;
	cursor: pointer;
}
a.button_link span,
a.button_comparison_link span,
a.button_shooping_card_link span,
a.button_link_green span,
a.button_comparison_link_green span,
a.button_shooping_card_link_green span {
	display: block;
	float: left;
	padding: 3px 7px 0 5px;
	color: #fff;
	font-weight: bold;
	height: 16px;
	vertical-align: top;
	cursor: pointer;
}

a.inactive {
	background-color: #000000;
	filter:Alpha(opacity=40);
	opacity: 0.4;
}
/************** pager **************/
.pager {
	clear: both;
	width: 100%;
	padding: 8px 0 0 0;
	border-top: 1px solid #c8cccf;
	text-align: right;
}

.pager-item-selector {
	text-align: right;
}


.pager-item-selector span { display: inline; font-size: 11px; color: #000; }
.pager-item-selector form { display: inline; }
.pager-item-selector fieldset { display: inline; }
.pager-item-selector label { font-size: 11px; color: #555; }

.pager-item-selector a,
.pager-item-selector a:link,
.pager-item-selector a:active,
.pager-item-selector a:visited {
	font-size: 11px;
	color: #555;
	text-decoration: none;
}
.pager-item-selector a:hover {
	color: #004990;
}
.pager-item-selector div { display: inline; }
.pager-item-selector a { 
	padding: 0 10px 0 0;
	background-image: url(../images/arrow-language.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}
.pager-item-selector div.pager-item-selector-hidden { display: none; }
.pager-item-selector div.pager-item-selector-visible {
	position: absolute;
	margin: 14px 0 0 -30px;
	z-index: 25;
	border: 1px solid #999;
}

.pager-item-selector div a,
.pager-item-selector div a:link,
.pager-item-selector div a:active,
.pager-item-selector div a:visited {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	color: #004990;
	background-color: #fff;
	background-image: none;
	white-space: nowrap;
	text-align: left;
}
.pager-item-selector div a:hover {
	background-color: #f0f4f7;
}
.pager-item-selector div span {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	color: #004990;
	font-weight: bold;
	background-color: #fff;
	background-image: none;
	text-align: left;
}
	
.pager-bordertop {
	clear: both;
	width: 100%;
	padding: 8px 0 0 0;
	border-top: 1px solid #c8cccf;
	text-align: right;
}
.pager-borderbottom {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #c8cccf;
	text-align: right;
	margin-bottom: 20px;
}


.pager_shopping_card {
	clear: both;
	padding: 2px 0 0 0;
	width: 100%;
	text-align: center;
}
.pager span,
.pager-bordertop span,
.pager-borderbottom span,
.pager_shopping_card span { 
	padding: 0 6px 0 0;
	font-size: 12px;
}
.pager span.pager_seperator,
.pager-bordertop span.pager_seperator,
.pager-borderbottom span.pager_seperator,
.pager_shopping_card span.pager_seperator {
	padding: 0;
	font-size: 12px;
	color: #ccc;
}
.pager span.pager_active,
.pager-borderbottom span.pager_active,
.pager-bordertop span.pager_active,
.pager_shopping_card span.pager_active {
	padding: 0 6px 0 6px;
	font-size: 12px;
	color: #004990;
	font-weight: bold;
}
.pager a,
.pager a:link,
.pager a:active,
.pager a:visited,
.pager-bordertop a,
.pager-bordertop a:link,
.pager-bordertop a:active,
.pager-bordertop a:visited,
.pager-borderbottom a,
.pager-borderbottom a:link,
.pager-borderbottom a:active,
.pager-borderbottom a:visited,
.pager_shopping_card a,
.pager_shopping_card a:link,
.pager_shopping_card a:active,
.pager_shopping_card a:visited {
	margin: 0 6px 0 6px;
	font-size: 12px;
	text-decoration: none;
}
.pager a:hover,
.pager-borderbottom a:hover,
.pager-bordertop a:hover,
.pager_shopping_card a:hover {
	color: #004990;
	font-weight: bold;
}
/**************** captcha ***************/
.captcha {
	clear: both;
	width: 100%;
	text-align: right;
}
.captcha img {
	margin: 0 0 12px 0;
}
.captcha a,
.captcha a:link,
.captcha a:active,
.captcha a:visited,
.captcha a:hover {
	display: block;
	margin: 0 0 15px 0;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.captcha label {
	padding: 0 10px 0 0;
	font-size: 11px;
	line-height: 16px;
}
.input_captcha {
	padding: 0 2px 0 2px;
	width: 30%;
	font-size: 11px;
	margin: 0;
}
/************* form elements ************/
.formfield_frame {
	clear: both;
	padding: 0;
}
label {
	margin: 0;
	padding: 0;
}
.formfield_row {
	clear: both;
	margin: 0;
	padding: 0;
}
.formfield_row_text {
	clear: both;
	width: 100%;
}
.formfield_row_text p {
	font-size: 11px;
	color: #000;
}
.form_formfield {
	padding: 0;
}
.form_selectbox {
	width: 250px;
	font-size: 11px;
	margin: 0;
}
.input_text {
	padding: 0 2px 0 2px;
	width: 242px;
	font-size: 11px;
	margin: 0;
}
.form_textarea {
	padding: 0 0 0 2px;
	width: 244px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.input_login {
	margin: 0;
	padding: 0;
	width: 178px;
	font-size: 11px;
}
.input_language {
	margin: 0 0 0 10px;
 	padding: 0 0 0 5px;
	width: 100px;
	font-size: 11px;
	color: #000;
}
.input_search {
	margin: 0 0 0 10px;
	padding: 0 5px 0 5px;
	width: 100px;
	vertical-align: middle;
	font-size: 11px;
	color: #000;
}
.input_shopping_card {
	padding: 0 5px 0 5px;
	width: 25px;
	vertical-align: middle;
	font-size: 12px;
	color: #000;
}
.select_configurator {
	float: left;
	width: 190px;
	font-size: 11px;
	color: #000;
}
.select_shopping_card {
	width: 250px;
	font-size: 12px;
	margin: 0;
	color: #000;
}
.form_buttons {
	clear: both;
	padding: 12px 0 0 0;
	width: 100%;
	border-top: 1px solid #ddd;
	text-align: right;
}

.configurator_disclaimer {
	font-size: 11px; 
	color: #555;
	text-align: left;
	width: 580px;
	float: left;
}

	
.button_basket {
	margin: 0 0 0 10px;
	vertical-align: middle;
	cursor: pointer;
}
.button_search {
	margin: 0 0 0 5px;
	vertical-align: middle;
	cursor: pointer;
}
/*** Global styles ***/
td.vmiddle {
	vertical-align: middle;
}
.bg-blue {
	background-color: #f0f4f8;
}
.bg-gray {
	background-color: #f5f5f5;
}
.fl-left { float: left; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.history_header_td {
	vertical-align: bottom;
	padding: 0 5px 0 5px;
	margin: 0;
}

.history_td {
	vertical-align: top;
}

.history_header_border {
	background-image: url(../images/blue_1px.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 5px;
	display: block;
	float: left;
	height: 22px;
	padding: 0;
	margin: 0;
}

.history_header {
	float: left;
	background-color: #EFEFEF;
	background-image: url(../images/grey_1px.gif) top left;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;	
	/*border-left: 5px solid #004990; */
	font-weight: bold;
	border-top: 1px solid #c8cccf;
	border-right: 1px solid #c8cccf;
	/*border-bottom: 1px solid #c8cccf;*/
	height: 17px;
	padding: 4px 0 0 12px;
	width: 194px;	
}


.configuration_button {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}
.file-checkbox {
	
}
.checkbox-wrapper {
	padding: 0 6px 0 0;
	width: 20px;
}

.shoppingcart-image {
	width: 55px;
	float: left;
}

.shoppingcart-name {
	width: 380px;
	float: left;
}
.shoppingcart-delete {
	margin-left: 60px;
}
.highlight {
	font-weight: bold;
	background-color: yellow;
}

