/**
	Allgemeine Definitionen
							**/

html { overflow-y: scroll; }

body {
	font-family: Arial;
	font-size: 12px;
}

table {
	font-size: 12px;
}

img { border-style: none; }

a {
	text-decoration: underline;
	color: #043376;
}

a.very_top_navigation {
	text-decoration: none;
	margin: 0px 8px 0px 8px;
	color: #585858;
}

a.sub_navigation {
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	color: #FFFFFF;
}


/**
	Äußeres Layout
					**/

.table_main { width: 960px; }
.table_main_col1 { width: 180px; }
.table_main_col2 { width: 580px; }
.table_main_col3 { width: 200px; }

.td_logo {
	width: 180px;
	height: 142px;
}

.td_very_top_navigation {
	padding: 5px 0px 15px 0px;
	text-align: right;
	vertical-align: top;
}

.td_navigation_border { width: 20px; }
.td_navigation_inbetween { width: 3px; }
.td_navigation_active_left {
	background-image: url(../gfx/navigation_aktiv_abrundung_links.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.td_navigation_active_right {
	background-image: url(../gfx/navigation_aktiv_abrundung_rechts.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.table_subnavigation {
	width: 100%;
	color: #FFFFFF;
}
.td_subnavigation {
	height: 40px;
	background-image: url(../gfx/subnavigation_balken.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}
.td_subnavigation_spacer { width: 10px; }

.td_search_bar { text-align: right; }
.input_text_quick_search {
	width: 190px;
	height: 13px;
	margin-right: 10px;
	font-size: 11px;
}
.input_image_quick_search {
	margin: 3px 20px 0px 0px;
}

.table_cart_bar {
	height: 32px;
	color: #585858;
}
.td_cart_bar {
	height: 40px;
	background-image: url(../gfx/warenkorb_balken.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
.image_quick_cart {
	width: 202px;
	height: 25px;
	margin: 0px 8px 0px 11px;
	cursor: pointer;
}
.image_quick_cart_go {
	width: 25px;
	height: 25px;
	margin-right: 24px;
	margin-top: 2px;
}
.image_go_and_order {
	width: 201px;
	height: 25px;
	margin: 0px 58px 0px 10px;
}

.tr_spacer_navi_content { line-height: 18px; }
.tr_content { vertical-align: top; }

.table_left_navigation {
	width: 100%;
	margin-bottom: 10px;
}
.td_left_navigation_head {
	padding-left: 11px;
	background-image: url(../gfx/linke_navigation_kopf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
	font-size: 14px;
	font-weight: 600;
}
a:link.a_left_navigation_head {
	color: #A0A0A0;
	text-decoration: none;
}
a:visited.a_left_navigation_head {
	color: #A0A0A0;
	text-decoration: none;
}
a:link.a_left_navigation_link {
	color: #000000;
	text-decoration: none;
}
a:visited.a_left_navigation_link {
	color: #000000;
	text-decoration: none;
}
a:link.a_link_to_cats {
	color: #000000;
	text-decoration: none;
}
a:visited.a_link_to_cats {
	color: #000000;
	text-decoration: none;
}
.tr_left_navigation {
	height: 20px;
	background-color: #EDEDED;
}
.td_left_navigation_arrow {
	padding: 0px 7px 0px 11px;
	border-top: 1px solid #FFFFFF;
}
.td_left_navigation_category {
	width: 158px;
	border-top: 1px solid #FFFFFF;
}
.td_left_navigation_extend {
	padding-right: 11px;
	border-top: 1px solid #FFFFFF;
	text-align: right;
	font-weight: bold;
}

/**
	Inneres Layout
						**/

.input_text {
	width: 386px;
	border: 1px solid #043376;
	background-color: #F0F0F0;
	color: #043376;
	font-family: Arial;
	font-size: 13px;
	padding: 3px;
}
.error_input {
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	color: #FF0000;
}
.cmd_button {
	font-size: 12px;
	width: 210px;
	height: 22px;
	border: 1px outset #043376;
	background-color: #F0F0F0;
	color: #043376;
	font-weight: bold;
}
.textarea_comment {
	font-family: Arial;
	font-size: 13px;
	padding: 4px;
	border: 1px solid #043376;
	background-color: #F0F0F0;
	width: 515px;
	height: 120px;
	color: #043376;
	overflow: auto;
	scrollbar-3dlight-color: #738FC4;
    scrollbar-face-color: #738FC4;
    scrollbar-track-color: #B1BFDA;
    scrollbar-darkshadow-color: #738FC4;
    scrollbar-highlight-color: #738FC4;
    scrollbar-shadow-color: #738FC4;
    scrollbar-arrow-color: #FFFFFF;
}

.inactive { color: #AFAFAF; }
a:link.a_inactive_link {
	color: #C8C8C8;
	text-decoration: none;
}
a:visited.a_inactive_link {
	color: #C8C8C8;
	text-decoration: none;
}

.div_separator {
	height: 12px;
	width: 540px;
	border-bottom: 1px dotted #C8C8C8;
	margin-bottom: 7px;
}
.h1_teaser_title {
	color: #043376;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
}
.td_light {	color: #A0A0A0; }
.img_teaser {
	margin: 0px 10px 2px 0px;
}
a:link.a_category_link {
	color: #9C9D9F;
}
a:visited.a_category_link {
	color: #9C9D9F;
}
a:link.a_entry_title {
	color: #043376;
	font-size: 16px;
}
a:visited.a_entry_title {
	color: #043376;
	font-size: 16px;
}

.h1_detail_title {
	color: #15417F;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
}
.div_bigpic {
	position: absolute;
	z-index: 1;
	width: 400px;
}
.div_bigpic_line {
	width: 400px;
	background-color: #E95D0F;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.div_smallpic_line {
	width: 120px;
	z-index: 3;
	background-color: #E95D0F;
	padding-top: 1px;
	padding-bottom: 1px;
}
a:link.a_size_changing_line {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.a_size_changing_line {
	color: #FFFFFF;
	text-decoration: none;
}
.img_teaser_detail {
	width: 120px;
	height: 90px;
	border: none;
	margin: 0px 10px 0px 0px;
}
.div_rechts_schutz {
	margin: 10px 10px 9px 10px;
	font-family: Arial;
	font-size: 9px;
	line-height: 9px;
	color: #DCDCDC;
	text-align: center;
}
.div_rubrik_header {
	margin: 25px 0px 11px 0px;
	border-bottom: 1px dotted #C8C8C8;
	font-size: 16px;
	font-weight: bold;
	color: #043376;
}
.span_detail_further_description {
	color: #043376;
	line-height: 14px;
	margin-left: 10px;
}
.content_trackback_heavy {
	color: #E95D0F;
	font-weight: bold;
	line-height: 14px;
	margin-left: 10px;
}
.div_error_box {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFDD;
	color: #000000;
	border: 2px solid #FF0000;
	padding: 5px;
}
.div_success_box {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFDD;
	color: #000000;
	border: 2px solid #007F00;
	padding: 5px;
}
.div_comment_own {
	color: #FF0000;
	font-size: 10px;
	margin-left: 10px;
}

.div_no_content {
	color: #B4B4B4;
	font-weight: bold;
}

.div_separator_products {
	width: 760px;
	height: 1px;
	border-bottom: 1px dotted #C8C8C8;
	margin: 10px 0px 0px 0px;
}
.div_small_separator_products {
	width: 540px;
	height: 1px;
	border-bottom: 1px dotted #C8C8C8;
	margin: 10px 0px 0px 0px;
}

a:link.a_product_teaser_title { font-weight: bold; }
a:visited.a_product_teaser_title { font-weight: bold; }

.td_product_list_category {
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.td_products_list_displayed {
	width: 90px;
	color: #878787;
	font-size: 11px;
}
a:link.a_paging_inactive {
	color: #878787;
	font-size: 11px;
}
a:visited.a_paging_inactive {
	color: #878787;
	font-size: 11px;
}
a:link.a_paging_active {
	text-decoration: none;
	color: #E95D0F;
	font-size: 11px;
}
a:visited.a_paging_active {
	text-decoration: none;
	color: #E95D0F;
	font-size: 11px;
}
.div_product_teaser_component {
	margin-bottom: 25px;
	color: #B4B4B4;
	font-size: 11px;
}
.div_product_price {
	font-size: 12px;
	color: #E95D0F;
	font-weight: bold;
}
.div_invalid_price {
	font-size: 12px;
	color: #A0A0A0;
	font-weight: bold;
	text-decoration: line-through;
}
.div_subscription_price {
	margin: -4px 0px 2px 0px;
	font-size: 12px;
	color: #E95D0F;
	font-weight: bold;
}
.div_subscription_date {
	margin: -5px 0px 2px 0px;
	font-size: 11px;
	color: #E95D0F;
}
.div_product_teaser_small { font-size: 11px; }
.div_product_component_margin_left { margin-left: 7px; }
.img_product_teaser {
	width: 100px;
}

.product_detail_title {
	color: #043376;
	font-size: 14px;
	font-weight: bold;
}
.tr_products_detail_spacer { line-height: 2px; }
.td_products_thumb_spacer { width: 15px; }
.td_products_thumb_small_spacer { width: 10px; }
.tr_products_thumb_spacer { line-height: 15px; }
.td_product_component_detail_title {
	color: #878787;
	padding-right: 10px;
}
.td_thumbnail {
	width: 38px;
	height: 40px;
	border: 1px solid #EDEDED;
	vertical-align: middle;
	text-align: center;
}

.pic_popup_title {
	padding-left: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #043376;
}
.pic_popup_more_thumbs {
	padding-left: 30px;
	padding-top: 8px;
	color: #A0A0A0;
}

.div_separator_popup {
	width: 480px;
	height: 1px;
	border-bottom: 1px dotted #C8C8C8;
	margin: 0px;
}

.overview_title {
	font-size: 14px;
	font-weight: bold;
	color: #878787;
}
.img_product_promo {
	width: 150px;
}

.basket_recent_product_amount {
	font-size: 12px;
	color: #E95D0F;
	font-weight: bold;
	display: inline;
}
.basket_old_price {
	display: inline;
	color: #C8C8C8;
	margin-left: 6px;
}
.basket_notice_text {
	color: #878787;
}
.basket_notice_title {
	color: #E95D0F;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.basket_layer_tr {
	line-height: 0px;
	cursor: default;
}
.basket_layer_div {
	position: absolute;
	width: 194px;
	border: 1px solid #426698;
	margin-top: 27px;
	margin-left: 523px;
}
.basket_layer_title {
	background-color: #426698;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.basket_layer_product {
	background-color: #8199BA;
	color: #FFFFFF;
	border-bottom: 1px solid #426698;
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.basket_layer_noproduct {
	background-color: #8199BA;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.basket_layer_bottom {
	height: 50px;
	background-color: #426698;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.order_subtitle {
	color: #043376;
	font-size: 14px;
	font-weight: bold;
}
.td_form_legende {
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: right;
	color: #878787;
}
.td_form_legend_mandatory {
	display: inline;
	width: 15px;
	height: 15px;
	margin: 0px 2px 0px 9px;
	background-color: #FBDECF;
}
.td_form_legend_focused {
	display: inline;
	width: 15px;
	height: 15px;
	margin: 0px 2px 0px 12px;
	background-color: #DAE7FF;
}
.td_form_legend_error {
	display: inline;
	width: 15px;
	height: 15px;
	margin: 0px 2px 0px 12px;
	background-color: #FFCA9F;
}
.tr_order_step {
	font-size: 15px;
	vertical-align: top;
}
.tr_order_step_active {
	color: #E95D0F;
	font-weight: bold;
}
.tr_order_step_inactive {
	color: #C8C8C8;
	font-weight: normal;
}
.td_order_step_arrow {
	width: 18px;
}
.td_order_step_title {
	width: 75px;
	font-weight: bold;
}
.td_order_step_def {
	padding-bottom: 5px;
}
.div_order_step_descr {
	font-size: 12px;
	font-weight: normal;
}

.order_subnavigation_status_text {
	display: inline;
	margin-right: 57px;
	color: #878787;
	font-size: 14px;
	font-weight: bold;
}
.td_order_form_subtitle_spacer { line-height: 2px; }
.td_order_form_subtitle_higher_spacer { line-height: 6px; }
.td_order_form_input_title { color: #878787; }
.order_input_mandatory {
	height: 13px;
	width: 259px;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #FBDECF;
	color: #878787;
	font-size: 10px;
	vertical-align: middle;
}
.order_select_mandatory {
	height: 19px;
	width: 263px;
	padding: 0px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #FBDECF;
	color: #878787;
	font-size: 10px;
	vertical-align: middle;
}
.order_input_default {
	height: 13px;
	width: 259px;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #FFFFFF;
	color: #878787;
	font-size: 10px;
	vertical-align: middle;	
}
.order_select_default {
	height: 19px;
	width: 263px;
	padding: 0px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #FFFFFF;
	color: #878787;
	font-size: 10px;	
	vertical-align: middle;
}
.order_textarea_default {
	font-family: Arial;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #FFFFFF;
	color: #878787;
	font-size: 10px;
}
.order_input_disabled {
	height: 13px;
	width: 259px;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #CCCCCC;
	color: #878787;
	font-size: 10px;
	vertical-align: middle;	
}
.order_select_disabled {
	height: 19px;
	width: 263px;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #CCCCCC;
	color: #878787;
	font-size: 10px;
	vertical-align: middle;	
}
.order_form_small_descr {
	color: #878787;
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 4px;
}
.form_error { background-color: #FFCA9F; }
.order_title_bar {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: #6885AD;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 9px;
}
.div_order_notice_box {
	width: 680px;
	border: 2px solid #FF0000;
	background-color: #FFE6E6;
	margin: 0px 0px 12px 38px;
}

.bot_in_den_warenkorb_legen {
	font-size: 10px;
	color: #7F7F7F;
}

.produkt_detail_rubrik {
	font-size: 14px;
	font-weight: bold;
	color: #E95D0F;
}

.such_hervorhebung {
	font-weight: bold;
	color: #E95D0F;
}

.product_planned_color { color: #FF0000; }
.alert_color { color: #FF0000; }
.separator_bottom_border { border-bottom: 1px dotted #C8C8C8; }
.small_text { font-size: 11px; }
.smallest_text { font-size: 10px; }
.light_text { color: #878787; }
.anti_cp_text {
	color: #FF3333;
	font-size: 11px;
}
.div_small_highlighted {
	color: #E95D0F;
	font-weight: bold;
	display: inline;
}


/**
	Klassendefinitionen
						**/

.error_box {
	width: 97%;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #FFE6E6;
	border: 2px solid #FF0000;
}

.msg_box {
	padding: 5px;
	margin-bottom: 15px;
	background-color: #DDFFDD;
	color: #004400;
	border: 2px solid #007F00;
}

.warning_bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 21px;
	background-color: #FFFFE1;
	font-family: Verdana;
	vertical-align: middle;
	border-bottom-style: groove;
	border-width: 2px;
	border-color: #AFAFAF;
	vertical-align: middle;
}