
html, body
{
	height: 100%;
}

.no_full
{
	display:none;
}

#header
{
	/*border-bottom:1px solid #d2d3d4;*/
}

#wrapper
{
	position:relative;
	
	max-width:1400px;
	margin:auto;
	min-height: 100%;
	padding-bottom:241px; /*Footer height(191) + 50px*/
	padding-bottom:153px; /*Topmarken height(103) + 50px*/
}

#top_bar *
{
	font-size:11px;
}

#top_bar
{
	font-size:11px;
	background-color:#f0f0f0;
}

#top_bar .top_bar_kontakt
{
	float:left;
	/*margin-left:20px;*/
	padding-left:25px;
	height:18px;
	background-image: url('../img/phone_icon.png');
	background-repeat: no-repeat;
}

#top_bar .top_bar_opening_times
{
	float:left;
	margin-left:30px;
	padding-left:25px;
	height:18px;
	background-image: url('../img/clock_icon.png');
	background-repeat: no-repeat;
}

#top_bar .top_bar_facebook
{
	float:right;
	margin-right:20px;
}

#mobile_menue_button
{
    display:none;
}

#logo
{
	margin-right:12px;
	width: 476px;
	float:left;
}

#logo img
{
	max-width: 476px;
}

.onlyFull
{
    display:block;
}

.hideFull
{
    display:none;
}

/*
    Navigation
*/

#main_navigation
{
	/*float:left;*/
	margin:auto;
	height:35px;
}

#main_navigation > ul
{
	margin-top:10px;
	/*margin-left:10px;*/
	padding-left:0;
	
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#main_navigation ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.menue_layer_1 *
{
	color: black;
	text-decoration:none;
}

.menue_layer_1
{
	margin:0;
	list-style-type: none;
}

.menue_layer_1 > li
{
	height:40px;
	/*float:left;*/
	display: inline-block;
	*display: inline;
	
}

.menue_layer_1 li:hover a, .menue_layer_1 li:hover, .menue_layer_1 .active, #wws_menue li .active
{
	color:#00418f;
}

.menue_layer_1 li:not(:first-child)
{
	margin-left: 30px;
}


.menue_layer_1 li:hover .sub_menue
{
	display:block;
}

.sub_menue li:hover a, .sub_menue li:hover, .sub_menue .active , .sub_menue .active *
{
	color:#00418f !important;
}

.sub_menue
{
	display:none;
	
	position:absolute;
	z-index:2;
	
	list-style-type:none;
	padding:0;
	margin:0;
	
	background-color:#FFF;
	padding:10px !important;
	margin:0 !important;
	
	border:1px solid #e6e6e6;
	
	text-align:left;
}

.sub_menue li, .sub_menue li *
{
	color:#333333 !important;
	font-size:13px;
	line-height:30px;
}

.sub_menue > li
{
	margin:0 !important;
	
	float:none;
	padding:0;
	border-bottom:1px dotted #e6e6e6;
}

.sub_menue > li:last-child
{  
    border-bottom:none;
}

.ul_helper
{
    width:1px;
    height:1px;
    margin:auto;
    position:relative;
}

/* Layer 2 */
#main_menue > ul > li:hover ul.menue_layer_2
{
    display:block;
}

#main_menue ul.menue_layer_2
{
    display:none;
    position:absolute;
    left:-106px;
    top:22px;

    margin:0px;
    padding:10px 10px 20px 10px;
    width:208px;
    background-color:#FFFFFF;
    
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    
    -webkit-box-shadow: 0px 0px 8px -1px rgba(107,107,107,0.4);
    -moz-box-shadow: 0px 0px 8px -1px rgba(107,107,107,0.4);
    box-shadow: 0px 0px 8px -1px rgba(107,107,107,0.4);
}

#main_menue ul.menue_layer_2:before 
{
    content: "";
    position:absolute;
    top:-40px;
    left:0px;
    height:48px;
    width:100%;
    background-image:url(../img/submenu_top.png);
    background-position: center center;
}

ul.menue_layer_2 > li
{
    list-style:none;
    background-image:url(../img/dotted_small_bg.gif);
    background-position: left bottom;
    background-repeat:repeat-x;
    padding-bottom:3px;
}

ul.menue_layer_2 > li > a
{
    display:block;
    font-family: "Oswald", sans-serif;
    color:#2b4049;
    text-decoration:none;
    font-size:16px;
    vertical-align:middle;
    text-shadow: 0px 0px 4px #DBDBDB;
    
    padding-left:6px;
    line-height:30px;
}

ul.menue_layer_2 > li:last-child
{
    background-image:none!important;    
}

/* Layer 3 */
#main_menue ul.menue_layer_3
{
    margin:0px;
    padding:0px;
    margin: 0px 10px 0px 10px;
}

ul.menue_layer_3 > li
{
    list-style:none;
    background-image:url(../img/dotted_small_bg.gif);
    background-position: left bottom;
    background-repeat:repeat-x;
    padding-bottom:3px;
}

ul.menue_layer_3 > li > a
{
    display:block;
    font-family: "Oswald", sans-serif;
    color:#2b4049;
    text-decoration:none;
    font-size:13px;
    vertical-align:middle;
    text-shadow: 0px 0px 4px #DBDBDB;
    
    padding-left:6px;
    line-height:25px;
}

ul.menue_layer_3 > li:last-child
{
    background-image:none!important;    
}

.article_overview_element, .category_overview_element
{
    float:left;    
}

#article_overview .article_overview_element:nth-child(3n) , #category_overview .category_overview_element:nth-child(3n) 
{
    margin-right:0px;
} 


#content_right
{
    float:left;
    width: auto;
    height:100%;
}

#content_left
{
    float:left;
    width:215px;
}

.menue_layer_3
{
    display:none;
}



ul.menue_layer_2 > li
{
    position:relative;
}


ul.menue_layer_2 > li > .open_nested_ul
{
    position:absolute;
    top:6px;
    right:0px;
    
    font-family: arial;
    
    color:#2B4049;
    text-decoration:none;
    font-size:19px;
    vertical-align:middle;
    line-height:19px;
    /*background-color:#E1E1E1;*/
    
    text-align:right;
    width:100%;
    cursor:pointer;
    height:20px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

ul.menue_layer_2 > li > .opened_nested_ul
{
    width:20px;
    line-height:17px;   
}


ul.menue_layer_2 > li > .open_nested_ul:before
{
    content: '+';
}

ul.menue_layer_2 > li > .opened_nested_ul:before
{
    content: '-';
}

.slider_item
{
    height:225px;
}

.slider_img 
{
    float:left;
}

.slider_img > div
{
    height:225px;
    width:225px;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}

.slider_item .slider_img img
{    
    vertical-align: top;
    margin: auto;
    max-height:205px;
    max-width:205px;
}

.slider_headline
{
    position:absolute;
    left:225px;
    top:15px;
    
}

.slider_headline span
{
    background-color:#E2001A; 
    font-family: "Oswald", sans-serif;
    color:#FFFFFF;
    font-size:25px;
    padding-left:10px;
    padding-right:10px;
    border:2px solid #B20011;
    text-shadow: 0px 1px 1px #9B000F;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;  
}

.slider_text
{
    position:absolute;
    left:225px;
    top:125px; 
    width:575px;
    height:80px; 
    font-family: "Oswald", sans-serif; 
    color: #2B4049; 
    font-size:16px;
    font-weight:300;
}

.slider_subline
{
    position:absolute;
    left:225px;
    top:85px;   
    
    font-family: "Oswald", sans-serif; 
    color: #2B4049; 
    font-size:20px;
    font-weight:500;
    width:420px;
    height:30px;
    background-color:#F1F1F1;
    padding-left:10px;
    
}

.sale_tag
{
    
    width:254px;
    height:117px;
    position:absolute;
    right:5px;
    top:10px;
    font-family: "Oswald", sans-serif;
    
    background-image:url(../img/color_brush.png);
    background-position:center right;
    background-repeat:no-repeat;
    padding-right:10px;
}

.sale_tag_old_price
{
    width:100%;
    text-align:center;
    text-decoration:line-through;
    color:#FFFFFF;
    line-height:35px;
}

.sale_tag_price
{
    line-height:27px;
    font-family: "Oswald", sans-serif;
    color:#FFFFFF;
    font-size:40px;
    text-align:center;
    font-weight:500;  
}

.sale_tag_price span
{
    font-weight:500;
    font-size:14px;  
    color:#FFFFFF; 
    text-shadow:none; 
}

.sale_tag_info
{
    font-weight:300;
    font-size:14px;
    font-style:italic;
    text-align:center;
    color:#FFFFFF;
}





.search_bar
{
	float:left;
	margin-top:22px;
}

.search_input
{
    height:26px;
    width:204px; 
    border:none;
    padding-left:10px;
    
    font-family:verdana;
    font-size:12px;
    color: #2b4049;
    
    border:1px solid #7d7d7c;
	border-right:none;
	
	float:left;
}

.search_submit
{
	float:right;
    border:none;
    height:30px; 
    width:30px; 
    
    background-image:url(../img/icon_search.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#FFF;
    cursor:pointer;
    
    border:1px solid #7d7d7c;
    border-left:none;
}

.search_submit:hover
{
    
}









/*
    Kontaktformular
*/

.form_field
{
	height:32px;
	width:260px;
	float:left;
	vertical-align:middle;
    
    font-family: 'Oswald', sans-serif;
    font-size:13px;
    
    line-height:26px;
    color:#2b4049;
    
}
.form_field_big
{
	height:32px;
	width:530px;
	float:left;
	vertical-align:middle;
    
    font-family: 'Oswald', sans-serif;
    font-size:13px;
    
    line-height:26px;
    color:#2b4049;
}
.spacer_small
{
	width:10px;
	float:left;
}
.spacer_big
{
	width:100%;
	clear:both;
	height:10px;
}

.kontakt_input
{
    font-family: 'Oswald', sans-serif;
    font-size:12px;
    
	width:181px;
    height:25px;
    
    padding-left:5px;
    padding-right:5px;
    
	float:right;

    background-color:white;
    border:1px solid #E0E0E0;
}

.kontakt_input_big
{
    font-family: 'Oswald', sans-serif;
    font-size:16px;
    
	width:460px;
    height:25px;
    
    padding-left:5px;
    padding-right:5px;
    
	float:right;

    background-color:white;
    border:1px solid #E0E0E0;
}

.kontakt_select
{    
    float:right;
    height:25px;
    font-family: 'Oswald', sans-serif;
    font-size:13px;
    width:203px;
    
    background-color:white;
    border:1px solid #E0E0E0;
}

.kontakt_textarea
{
    font-family: 'Oswald', sans-serif;
	border:1px solid #E0E0E0;
	height:32px;
	width:510px;
	height:168px;
	resize:none;
	color:#959492;
	padding:10px;
}

.kontakt_submit
{
	cursor:pointer;
    border:none;
    padding:0!important;
    margin:0!important;
       
    background-color:#C9322B;
    color:#FFFFFF;
    font-family: 'Oswald', sans-serif; 
    text-align:center;   
    font-size:16px;
    height:30px;
    overflow:hidden;
    
    float:right;
    margin-left:20px!important;
    min-width:100px!important;
    padding-left:10px!important;
    padding-right:10px!important;
}

.pflicht_space
{
	margin-left:0px;
}

.pflicht
{
    font-family: 'Oswald', sans-serif;
    color:#a92a2a!important;
}

.end_message
{
	margin-left:200px;
	font-family: 'Oswald', sans-serif;
    color:#a92a2a!important;
}
.contactFormWrapper{
    margin-left:140px;
}

.content_width
{
	width:940px;
	width:985px;
	margin:auto;
}

.menue_layer_1 *
{
	font-size:20px;
}

#slider
{
	position:relative;
}

.top_offer
{
	
}

.top_offer img
{
	max-width:100%;
}

#offers
{
	background-color:#004290;
	padding-top:35px;
	padding-bottom:50px;
}

.offers_inner
{
	/*margin-top:20px;*/
}

.offer_headline
{
	font-size:30px;
	font-weight:700;
	color:#FFF;
	margin-bottom:0;
	margin-top:0;
}

.offer_subheadline
{
	font-size:24px;
	font-weight:700;
	color:#FFF;
	margin-top:0px;
}

.angebote_tools .angebote_tools_shop
{
	background-image:url('../img/to_shop.gif');
	background-repeat:no-repeat;
	padding-left:20px;
}

.angebote_tools a
{
	text-decoration:none;
	font-size:11px;
	color:#333333;
}

.slide_arrow_left
{
	float:left;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_left.png');
	margin-right:11px;
	margin-top:150px;
	cursor:pointer;
	
	margin-left:-60px;
}

.slide_arrow_right
{
	float:left;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_right.png');
	margin-left:4px;
	margin-top:150px;
	cursor:pointer;
	
	/*margin-left:10px;*/
	margin-left:1px;
	margin-right:-60px;
}

.slider_arrow_left
{
	position:absolute;
	left:30px;
	top:330px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_left.png');
	cursor:pointer;
}

.slider_arrow_right
{
	position:absolute;
	right:30px;
	top:330px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_right.png');
	cursor:pointer;
}

.slider2_arrow_left
{
	position:absolute;
	left:30px;
	top:240px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_left.png');
	cursor:pointer;
}

.slider2_arrow_right
{
	position:absolute;
	right:30px;
	top:240px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_right.png');
	cursor:pointer;
}

.more_offers_btn
{
	/*margin-left:60px;*/
	height:49px;
	width:158px;
	background-image:url('../img/weitere_angebote_btn.png');
}

.more_beilagen_btn
{
	margin-top:10px;
	height:49px;
	width:116px;
	background-image:url('../img/aktuelles_btn.png');
	/*margin-bottom: 60px;*/
}

#footer
{
	position:absolute;
	bottom:0;
	width:100%;
	
	margin-top:40px;
	
	height:117px;
}

.footer_wrapper
{
	border-top:4px solid #e9eaee;
}

.footer_inner
{
	height:98px;
	background-color:#00538e;
	border-top:1px solid #286d9f;
}

.footer_bottom
{
	height: 17px;
	background-color:#003e6a;
	border-top:1px solid #104d79;
}

#beilagen
{
	padding-top:41px;
	/*margin-bottom:20px;*/
}

.beilage_gueltigkeit
{
	font-size:12px;
}

.beilage_headline
{
	font-size:14px;
	color:#747474;
	margin-bottom:0;
}

.beilage_content_frame
{
	width:465px;
}

.beilage_content
{
	font-size:13px;
	color:#747474;
}

.beilage_text_wrapper
{
	float:left;
	width:465px;
}

.beilagen_frame
{
	width:465px;
	height:446px;
}

.beilagen_inner_content
{
	margin:20px;
}

.content_3
{
	float:left;
	width:300px;
	margin-right:20px;
	margin-bottom:20px;
}

.content_3_headline
{
	font-size:14px;
	color:#333333 !important;
}

.content_3, .content_3 *, .content_2, .content_2 *
{
	color:#838383;
	font-size:13px;
}

.content_3:nth-child(3n){
    margin-right:0;
}

.content_2
{
	float:left;
	width:450px;
	margin-right:20px;
	margin-bottom:20px;
}

.content_2:nth-child(2n){
    margin-right:0;
}

.content_2 ul
{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

.content_2 ul li
{
	background-image:url('../img/li_image.png');
	background-repeat:no-repeat;
	padding-left:34px;
	line-height:18px;
	height:18px;
	margin-bottom:17px;
}

/* SHOP NAVI*/

.shop_navi
{
	float:right;
	margin-right:0;
	margin-left:29px;
	margin-top:21px;
}

.shop_navi ul
{
	margin:0;
	list-style-type:none;
}

.shop_navi ul li
{
	float:left;
	margin-left:20px;
}

.basket_wrapper
{
	background-image:url(../img/basket.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
    float:left;
}

.basket_headline
{
	margin: 0;
	font-size:11px;
}

.basket_items
{
	margin-top:5px;
	font-size:11px;
}

.basket_items a
{
	color:#000;
	text-decoration:none;
}

.bookmark_wrapper *
{
	font-size:11px;
}

.bookmark_wrapper
{
	margin-left:20px;
	float:left;
}

.customer_account
{
	/*margin-top:3px;*/
}

.bookmark
{
	margin-top:5px;
}

.bookmark a
{
	color:#000;
	text-decoration:none;
}

/* META MENÜ*/

#meta_menue *
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}

#meta_menue
{
	margin-top:30px;
	text-align:center;
}

#meta_menue ul
{
	padding:0;
	width:auto;
	display:inline-block;
	list-style-type:none;
}

#meta_menue ul li
{
	float:left;
	margin-right:20px;
}

.article_detail_description
{
	width:530px;
}

.versandkosten_hinweis, .versandkosten_hinweis *
{
	font-size:10px;
	text-decoration:none;
	color:#333;
}

.versandkosten_hinweis
{
	margin-top:5px;
	line-height:12px;
}

.offers_products
{
	width:984px;
}

/* Hersteller */

.hersteller_wrapper
{
	margin-bottom:20px;
}

.hersteller_slider
{
	width:800px;
	margin: auto;
}

.hersteller_slider_arrow_left
{
	position:absolute;
	left:0px;
	top:15px;
	z-index:2;
	height:30px;
	width:30px;
	background-image:url('../img/hersteller_arrow_left.jpg');
	cursor:pointer;
}

.hersteller_slider_arrow_right
{
	position:absolute;
	right:0px;
	top:15px;
	z-index:2;
	height:30px;
	width:30px;
	background-image:url('../img/hersteller_arrow_right.jpg');
	cursor:pointer;
}


.start_slide_box
{
	padding:20px;
}

.start_slide_box
{
	left:210px;
	bottom:45px;
	max-width:785px;
}

.start_slide_box h3
{
	font-size:30px;
}

.start_slide_box_text
{
	font-size:13px;
	margin-top:5px;
	line-height:20px;
}

#services
{
	margin-top:40px;
}

#services_inner
{
	margin:auto;
}

.service_content_image img
{
	max-width:314px;
}

#slider2 img
{
	width:100%;
}





.category_products_wrapper
{
	width:328px;
	width:325px;
	margin-bottom:40px;
}

.category_products_wrapper h2
{
	font-size:18px;
}

.category_products_wrapper a
{
}

.category_products_element
{
	margin-top:30px;
	/*margin-bottom:30px;*/
}

.category_products_element_image
{
	width:80px;
	height:80px;
}

.category_products_element_image img
{
	max-width:80px;
	max-height:80px;
}

.category_products_element_text
{
	font-size:12px;
	width:210px;
	margin-left:20px;
	height:45px;
}

.category_products_element_price
{
	bottom:5px;
	left:100px;
	font-size:14px;
}

.price_now
{
}

.category_products
{
	padding-top:40px;
}