/************* BASIC / COMMON STYLES ************/

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

html {
	font-size: 75%;
}

body {
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #0c4da2;
	text-align: center;
	background: #fffbe5 url('../i/bg.gif') repeat-y 50% 0;	
	line-height: 1.3em;	
}

html>body {
	font-size: 12px;
}

ul {
	list-style: none;
}

dd { line-height: 22px; }

a {
	color: #0c4da2;
}


/************* CENTERING CONTENT HORIZONTAL ************/

#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background: url('../i/contentBg.gif') repeat-y;
	border-bottom: 6px solid #fff;
}


/************* APPLYING THREE COLUMN LAYOUT ************/

#branding {
	clear: both;
	height: 294px;
	background: #fff /*url('../i/brandingBg.jpg') no-repeat*/ 0 80px;	
}

#banner {
	margin-top: 10px;
	padding-top: 10px;
}

#content {
	width: 772px;
	float: right;
}

#mainContent {
	width: 626px;
	float: left;
}

#secondaryContent {
	width: 146px;
	float: right;
}

#navigation {
	width: 158px;
	float: left;
}

#footer {
	clear: both;
	text-align: center;
	background: #fff;
}


/************* BRANDING CONTENT ************/

#head {
	clear: both;
	height: 266px;
}

#search {
	float: left;
	padding-top: 30px;
	height: 24px;
	width: 465px;
	background: url('../i/searchBg.gif') no-repeat 0 30px;
}

#search legend {
	display: none;
}

#search fieldset {
	border: none;
}

#searchInput {
	width: 95px;
	height: 18px;
	background: none;
	border: none;
	margin-left: 26px;
	padding-top: 3px;
	font-family: arial;
	color: #0c4da2;
}

#searchSubmit  {
	width: 18px;
	height: 18px;
}

#logo {
	float: right;
	padding-top: 15px;
}

#logo a {
	display: block;
	width: 382px;
	height: 52px;
	text-indent: -9999px;
	background: url('../i/logo.gif') no-repeat;	
}

#breadcrumb {
	position: relative;
	clear: both;
	font-size: 0.95em;
	font-weight: bold;
	color: #0c4da2;
	border-bottom: 2px solid #D1D2D4;
	height: 20px;
}

#breadcrumb a {
	font-weight: normal;
	text-decoration: none;
	color: #0c4da2;
}

#breadcrumb strong {
	text-decoration: underline;
}

#breadcrumb .left {
	float: left;
}

#breadcrumb .right {
	float: right;
	font-weight: normal;
	color: #221E1F;
}

#breadcrumb .right a {
	font-weight: bold;
	color: #0c4da2;
}


/************* STYLES POPUP CONTENT ************/

#popup_content {
	margin: 10px;
	text-align: left;
}

#popup_content h2 {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	color: #0c4da2;	
}


/************* MAIN NAVIGATION ************/

#mainNav {
	width: 146px;
	margin-top: -2px;
	display: block;
	clear: both;
	border-bottom: 2px solid #fff;
}

#mainNav li {
	border-top: 2px solid #fff;
	background: url('../i/navBg.gif') repeat-y;		
	float: left;
	width: 100%;
}

#mainNav a{
	display: block;
	padding: 3px 0 3px 14px;
	text-decoration: none;
	color: #0c4da2;
	font-weight: bold;
	font-size: 1.1em;
}

.specials {
	color: #fff !important;
	background: #95b7e3 url('../i/navBg.gif') repeat-y;
}

#mainNav a.activ, #mainNav .maincat a.activ:hover  {
	background: #FFF4AC;
}

#mainNav a.activ_specials, #mainNav .maincat_specials a.activ_specials:hover  {
	background: #5281bc;
	color: #fff;
}

#mainNav .maincat_specials a:hover {
	background: #5281bc;
	color: #fff;
}

#mainNav .maincat a:hover {
	background: #ddd;
}

#mainNav .subcat {
	border: none;
}

#mainNav .subcat a {
	padding: 2px 0 2px 7px;
	background: #FFF9D5;
	font-size: 0.8em;
}

#mainNav .subcat a:hover, #mainNav .subcat a.active {
	background: #FFF4AC;
}

/************* SITEMAP ****************/

#sitemap_container {
	float: left;
	margin-left: 8px;
	width: 194px;
	margin-bottom: 10px;
}

* html #sitemap_container {
	width: 184;
	margin-left: 5px;
}

.content_site {
	float: left;
	height: 15px;
	width: 184px;
	background: #fff9d5;
	border: 0px solid #cccccc;
	padding: 5px;
	margin-left: 8px;
	margin-bottom: 10px;
}

* html .content_site {
	width: 184px;
	margin-left: 5px;
}

.categories_sitemap {
	height: 15px;
	background: #fff9d5;
	padding: 5px;
}

.categories_sitemap_sub {
	border-top: 2px solid #fff;
	padding: 5px;
	height: 110px;
	background: #ecf2fc;
	font-size: 1em;
}

.categories_sitemap h5 {
	font-size: 1.1em;
}

.content_site h5 {
	font-size: 1.1em;
}

.content_site a {
	text-decoration: none;
}

#content_seiten {
	clear: both;
}

/************* CONTACT ****************/

#contact_table td.inf input {
	border: 1px solid #6c94c7;
	width: 410px;
	height: 19px;
	background-color: #ecf2fc;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 1em;
	color: #0c4da2;
}

* html #contact_table td.inf input {
	height: 19px;
}

*+html #contact_table td.inf input {
	height: 19px;
}

.tdform {
	background-color: #fff9d5;
	width: 200px;
	padding-left: 5px;
}

* html .tdform {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

*+html .tdform {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#contact_table td.inf textarea {
	border: 1px solid #6c94c7;
	width: 410px;
	height: 300px;
	background-color: #ecf2fc;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 1em;
	color: #0c4da2;
}


/************* SERVICE BOX ************/

#serviceBox {
	width: 146px;
	clear: both;
	display: block;	
	border-top: 2px solid #fff; 
	padding-bottom: 10px;
}

#serviceBox h2 {
	font-size: 1.1em;
	display: block;
	padding: 6px 0 4px 14px;
	text-decoration: none;
	color: #0c4da2;
	font-weight: bold;	
	background: #ddd;
	margin-bottom: 4px;
}

#serviceBox p, #serviceBox a {
	display: block;
	padding: 0 0 0 14px;
	color: #0c4da2;
	font-size: 0.8em;
	text-decoration: none;
}

#serviceBox .fon {
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 0 14px;
}


/************* CONTENT BOX ************/

#contentBox  {
	padding: 15px 0;
	width: 146px;
	clear: both;
	border-top: 2px solid #fff;	
}

#contentBox li {
padding-top:2px;
padding-bottom:2px;
padding-left:14px;
border-bottom: 1px solid #fff;
margin-left:0px;
list-style: none;
background-image:url(/i/bul_blau.gif);
background-repeat: no-repeat;
background-position: 9px 9px;

}

#contentBox li.highlight {
background: #5281bc;
font-weight: bold;
}

#contentBox a.normal {
	display: block;
	padding: 1px 0 1px 14px;
	text-decoration: none;
	color: #0c4da2;
	font-size: 0.9em;
}

#contentBox a.highlight {
	display: block;
	padding: 1px 0 1px 14px;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	background: #5281bc;
}

.fancybox a {
	color: #fc0000;
	font-weight: bold;
}


/************* MAIN CONTENT --- HOMEPAGE LIST ************/

.homepage_listing {
	margin-top: -12px;
}

.homepage_listing h1 {
	font-size: 1.4em;
	color: #99A2D1;
	padding-bottom: 10px;
}

.homepage_listing h2 {
	font-size: 1.3em;
	padding-bottom: 10px;
}

.homepage_listing .right a {
	font-weight: bold;
	color: #0c4da2;
}

.hpTeaser {
	border: 1px solid #ccc;
	margin-bottom: 12px;
}

.hpTeaserLast {
	border: 1px solid #ccc;
}


/************* MAIN CONTENT --- CATEGORY LIST ************/

.category_listing {
	margin-top: -12px;
}

.category_list {
	border: 1px solid #ccc;
	float: left;
	display: inline;		
	width: 299px;
	margin: 12px 12px 0 0;
}

.category_list .header a, .category_list .tagCloudHeader {
	font-size: 16px;
	display: block;
	font-weight: bold;
	width: 288px;
	padding: 10px 0 10px 10px;
	background: #FFF9D5;
	text-decoration: none;
	color: #0c4da2;	
}

.tagCloudBody {
	padding: 10px;
	display: block;
	height: 120px;
	white-space: normal !important;
	position: relative;
}

.sidebar_list {
	padding: 0 0 7px 10px;
}

.sidebar_list .tagCloudHeader {
	display: block;
	font-weight: bold;
	width: 127px;
	padding: 10px 0;
	text-align: center;
	background: #6C94C7;
	text-decoration: none;
	color: #fff;	
	font-size: 16px;
}

.sidebar_list .tagCloudBody {
	background: #fff;
	width: 107px;
}

.sidebar_list .tagCloudBody {
	padding: 10px;
	display: block;
	height: auto !important;
}

.sidebar_list .tagCloudBody a, .sidebar_list .tagCloudBody h1, .sidebar_list .tagCloudBody h2, .sidebar_list .tagCloudBody h3, .sidebar_list .tagCloudBody h4, .sidebar_list .tagCloudBody p {
	color: #6C94C7 !important;
}

.tagCloudBody h1, .tagCloudBody h2, .tagCloudBody h3, .tagCloudBody h4, .tagCloudBody p, .tagCloudBody span {
	line-height: 1.1em;
	background: none !important;
	padding: 0 !important;
}

.tagCloudBody a {
	text-decoration: none;
}

.tagCloudBody span{
	line-height: 10px;
}

.tagCloudBody h1, .tagCloudBody h2, .tagCloudBody h3, .tagCloudBody h4, .tagCloudBody p, .tagCloudBody li, .tagCloudBody span {
	display: inline !important;
	white-space: pre;
	padding-right: 3px !important;
}

.tagCloudBody h1 {
	font-size: 18px;
}

.tagCloudBody h2 {
	font-size: 16px;
}

.tagCloudBody h3 {
	font-size: 14px;
}

.tagCloudBody h4 {
	font-size: 12px;
}




/************* MAIN CONTENT --- PRODUCTS LIST (MANUFACTURERS) ************/

.manufacturer_listing {
	margin-top: -12px;
}



/************* MAIN CONTENT --- PRODUCTS LIST ************/

.product_listing h2 {
	font-size: 1.3em;
	display: block;
	font-weight: bold;
	width: 604px;
	padding: 3px 0 3px 10px;
	background: #FFF9D5;
	text-decoration: none;
	color: #0c4da2;	
}

.nav_footer {
	float: left;
	display: inline;
	width: 602px;
	background: #FFF9D5;
	color: #0c4da2;		
	margin: 12px 12px 0 0;
	padding: 5px;
}

.product_list {
	border: 1px solid #ccc;
	float: left;
	display: inline;	
	width: 612px;
	margin: 12px 12px 0 0;
	background: #FFF9D5;
}

.product_list .list_image {
	display: block;
	width: 390px;
	height: 188px;
	background: #fff;
	text-align: center;
}

.product_list li.left {
	float: left;
	width: 390px;
	height: 188px;
}

.product_list li.right {
	display: inline;
	position: relative;
	width: 202px;
	float: right;
	margin: 10px;
	color: #0c4da2;
}

.product_list li.right p {
	font-size: 0.8em;
}

.product_list li.right h3 {
	padding-bottom: 5px;
	font-size: 1.5em;
}

.product_list li.right h3 a {
	text-decoration: none;
	color: #0c4da2;
}

.product_list li.right a.more_link {
	color: #0c4da2;
	font-weight: bold;
	text-decoration:none;
}

a.more_link {
	color: #0c4da2;
	font-weight: bold;
	text-decoration:none;
	font-size: 11px;
}

.product_list small {
	display: none;
}

.products_price {
	position: absolute;
	top: 145px;
	left: 0;
	text-decoration: none;
	color: #ff0000 !important;
	font-size: 20px;
	font-weight: bold;
}

.productOldPrice {
	font-size: 15px;
	font-weight: normal;
}

.products_list #productsNEWprice {
	
}

.products_price #productsNEWprice {
	display: inline;
	text-decoration: none;
	color: #ff0000 !important;
	font-size: 12px;
	font-weight: bold;
}

/************* MAIN CONTENT --- PRODUCTS INFO (DETAIL) ************/

.product_info_box {
	padding-top: 20px;
}

.product_info_box h3 {
	font-size: 1.5em;
	color: #0c4da2;
}

.product_info_box table {
	position: relative;
	display: inline;
	margin-left: 10px;
}

.product_info_box .product_image {
	display: block;
	width: 368px;
	height: 172px;
	/* border: 1px solid #ccc;
	text-align: center; */
}

.product_info_box .amount_box {
	color: #0c4da2;
	padding: 15px 15px;
	font-weight: bold;
}

.product_info_box .amount_box input {
	border: 1px solid #0c4da2;
	color: #0c4da2;
	text-align: center;
	height: 16px;
	width: 30px;
	font-size: 1.2em;
}

.product_info_box #price_box {
	width: 214px;
	text-align: center;
	padding-bottom: 0px;
	border: 0px;
	color: #204595;
}

#buy_button {
	margin-top: 15px;
}

#price_box_top {
	background: #f3f3f3 url(../i/bg_product_oben.gif) left top no-repeat;
	height: 7px;
	margin-bottom: 0px;
}

#price_box_content {
	background: #f3f3f3;
	border-left: 1px solid #c0c3cc;
	border-right: 1px solid #c0c3cc;
}

* html #price_box_top {
	margin-bottom: -8px;
}

#price_box_bottom {
	background: #f3f3f3 url(../i/bg_shipping.gif) left top no-repeat;
	height: 7px;
}

* html #price_box_bottom {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: -8px;
}

#shippingdiv {
	position: absolute;
	top: 20px;
	left: -22px;
	padding: 0px;
	visibility:hidden;
	width: 214px;
}

* html #shippingdiv {
	position: absolute;
	top: 20px;
	left: -22px;
	width: 200px;
}

*+html #shippingdiv {
	position: absolute;
	top: 20px;
	left: -22px;
}

#shippingcontent {
	border: 1px solid #c0c3cc;
	border-bottom: 0px;
	border-top: 0px;
	padding: 6px;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 200px;
	margin-bottom: 0px;
	font-size: 8pt;
	background:#f3f3f3;
}

#shippingcorners {
	background: url(../i/bg_shipping.gif) left top no-repeat;
	height: 7px;
}

* html #shippingcorners {
	height: 7px;
}

#optPrice {
	color: #ff0000;
	font-size: 25px;
	margin-left: 4px;
}

* html #optPrice {
	margin-left: 10px;
	line-height: 108%;
}

*+html #optPrice {
	margin-left: 10px;
	line-height: 108%;
}

.product_info_box #price_box a {
	color: #999;
	font-weight: bold;
}

.product_info_box #price_box h2 {
	color: #204595 !important;
	font-size: 1.9em;
	font-weight: bold;
	padding: 10px 0;
}

.product_info_box #price_box h2 #productsNEWprice {
	font-size: 1.1em;
}

#productsNEWprice {
	color: #204595 !important;
}

#productsOldprice {
	color: #ff6100;
}

.product_info_box #price_box h2 small {
	font-size: 0.8em;
	color: #ccc;
}

#price_box .productOldPrice {
	display: block;
	font-size: 1.0em;
	color: #f00;
	margin-top: 5px;
	margin-bottom: 5px;
}

.options_box {
	width: 220px;
}

.options_box select {
	width: 214px;
	margin-bottom: 5px;
	display: inline;
	position: relative;
}

.more_images {
	text-align: center;
}

.more_images a img, .more_images img {
	/* border: 1px solid #ccc; */
	margin-top: 15px;
}

.product_description ul {
	list-style-type: square;
	padding-left: 15px;
}

.optionImage {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.product_info_box_middle {
	width: 370px;
}


/************* MAIN CONTENT --- ORDER PAGES ************/

.order_details { width: 616px; text-align: left; font-size: 12px; }

.checkout { width: 606px; text-align: left; font-size: 12px; }

hr { width: 615px; text-align: left; font-size: 12px; }

.order_details .row3 { background: #f0f0f0; }

.order_details_article { width: 180px; float: left; margin-top: 5px; padding-left: 5px; }

.order_details_article_header { width: 180px; float: left; border-bottom: 1px solid #CCCCCC; padding-left: 5px; }

.order_details_img { width: 70px; float: left; text-align: center; margin: 5px 0 8px 0 }

.order_details_img_header { width: 70px; float: left; text-align: center; margin: 0 0 8px 0; border-bottom: 1px solid #CCCCCC }

.order_details_qty { width: 55px; float: left; text-align: center; margin-top: 5px }

.order_details_qty_header { width: 55px; float: left; text-align: center; border-bottom: 1px solid #CCCCCC }

.order_details_remove { width: 50px; float: left; text-align: center; margin-top: 15px }

.order_details_remove_header { width: 50px; float: left; border-bottom: 1px solid #CCCCCC }

.order_details_shippingtime { width: 50px; float: left; margin-top: 5px; padding-left: 5px; }

.order_details_shippingtime_header { width: 50px; float: left; border-bottom: 1px solid #CCCCCC; padding-left: 5px; }

.order_details_totalcost { text-align: right; margin: 20px 0 0 0 }

.order_details_totalcost strong { font-size: 11px; font-weight: bolder }

.order_details_totalprice_header { width: 90px; float: right; text-align: right; padding-right: 10px; border-bottom: 1px solid #CCCCCC }
.order_details_singleprice_header { width: 101px; float: left; text-align: right; border-bottom: 1px solid #CCCCCC }

.order_detais_totalprice  { width: 90px; float: right; text-align: right; margin-top: 5px; padding-right: 10px; font-weight: bolder }
.order_details_singleprice { width: 101px; float: left; text-align: right; margin-top: 5px;}

.left { float: left; margin: 0px; }


.gutscheinbestellung_schritte
							{ display: block; clear: both; height: 30px; margin: 10px 0 10px 40px; overflow: hidden; }

.gutscheinbestellung_schritte_element
							{ display: inline; float: left; padding: 2px 6px 2px 6px; overflow: hidden; font-weight: bold; color: #adadad; text-decoration: none; border: 1px solid #adadad; background-color: #f8f8f8; }
.schritt_aktiv .gutscheinbestellung_schritte_element
							{ color: #ffffff; border: 1px solid #6d89c5; background-color: #6d89c5; }		
.schritt_done .gutscheinbestellung_schritte_element
							{ color: #ffffff; border: 1px solid #adadad; background-color: #adadad; }					
							
.gutscheinbestellung_schritte_elementinfo 
							{ display: inline; float: left; width: auto; padding: 3px 34px 0px 5px;  font-weight: bold; color: #b9b9b9; text-decoration: none; }
.schritt_aktiv .gutscheinbestellung_schritte_elementinfo 
							{ color: #6d89c5; }
.schritt_done .gutscheinbestellung_schritte_elementinfo 
							{ color: #adadad; }

.specialText p {
	font-size: 0.85em;
	color: #999;
	margin-top: 10px;
	width: 606px;
}
							

/************* MAIN CONTENT --- PRODUCTS INFO (DETAIL) ************/

#markenContent li {
	float: left;
	list-style-type: none;
	width: 150px;
	height: 130px;
	text-align: center;
}


/************* KONFIGURATOR CONTENT ************/

#konfiguratorContent .error {
	color: #f00;
	padding: 0 0 5px 10px;
}

#konfiguratorContent table {
	width: 616px;
}

#konfiguratorContent tr {
	background: #f3f3f3;
}

#konfiguratorContent td {
	padding: 4px 10px;
	border-bottom: 2px solid white;
}

#konfiguratorContent select {
	width: 300px;
	float: right;
}

.confDesc {
	background: #fff;
	font-weight: bold;
	color: #666;
	font-size: 1.3em;
}
							
							
/************* ADMIN BOX ************/

#adminBox {
	border-bottom: 2px solid #fff; 
	padding-bottom: 10px;
}

#adminBox h2 {
	font-size: 1.1em;
	display: block;
	padding: 6px 0 4px 20px;
	text-decoration: none;
	color: #0c4da2;
	font-weight: bold;	
	background: #ddd;
}


/************* CART BOX ************/

#cartBox h2 {
	font-size: 1.1em;
}

#cartBox h2 a {
	display: block;
	padding: 6px 0 4px 20px;
	text-decoration: none;
	color: #0c4da2;
	font-weight: bold;	
	background: #ddd;
}

#cartBox {
	/* border-bottom: 2px solid #fff; */
}

#cartBox p {
	background: url('../i/cartboxBg.gif') no-repeat 100px 7px;
}

#cartBox a {
	padding: 6px 0 15px 20px;
	text-decoration: none;
	color: #0c4da2;
	font-weight: bold;
	display: block;
	width: 126px;
}


/************* MANUFACTURERS BOX ************/

#manufacturersBox {
	/* border-bottom: 2px solid #fff; */
	height: 350px;
}

#manufacturersBox h2 {
	border-top: 2px solid #fff;
	font-size: 1.1em;
	display: block;
	padding: 6px 0 4px 20px;
	text-decoration: none;
	color: #0c4da2;
	font-weight: bold;	
	background: #ddd;
}

#manufacturersBox ul {
	padding-top: 20px;
	/* width: 143px; */
}

#manufacturersBox li {
	text-align: center;
}


/************* FOOTER ************/

#footer {
}


/************* XT:C COPYRIGHT ************/

#copyright {
	border-top: 2px solid #D1D2D4;	
	width: 930px;	
	margin: 0 auto;
}

#copyright, #copyright a {
	font-size: 0.8em;
	color: #ccc;
	padding: 20px 0;
}



/***************** HD STYLES ***************/

#contentHD ul {
margin:0;
padding: 5px 15px 5px 15px;
}

#contentHD ul li {
list-style: none;
padding:3px 0px 3px 20px;
margin-left:5px;
background-image:url(/i/bul_gelb.gif);
background-repeat: no-repeat;
background-position: 0 8px;
}

#contentHD p {
margin:0;
padding: 5px 15px 5px 15px;
}

#contentHD a {
text-decoration: none;
}

#contentHD h2 {
padding: 5px 15px 5px 15px;
text-transform: uppercase;
font-size: 12px;
}