* {
	padding: 0;
	margin: 0;
	outline:none;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;

}
body, td, th, input, select {
	color: #626262;

}
body {
	background: #ffffff url(http://www.welleundschnee.de/images/gallery/wkg_2011/bg.jpg)  repeat-x;
	font-family: "Century Gothic", "Avantgarde", arial, sans-serif;
	font-size:0.8em;
	color:#626262;
}

#bg {
	background: url(http://www.welleundschnee.de/images/gallery/wkg_2011/bg_label.jpg) center 250px no-repeat;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color:#ff52c7;
}

a:hover {
	text-decoration: underline;
	color:#ff52c7;
}
#ff01_maincontent ul, #ff01_maincontent ol, #ff01_maincontent_order ul, #ff01_maincontent_order ol {
	padding: 8px 4px 8px 25px;

}
#outer {
	width:1080px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
}

#ff01_footer {
	text-align:center;
	color:#FFF;
	height: 40px;
	background: #ffffff url(http://www.welleundschnee.de/images/gallery/wkg_2011/footer.jpg) no-repeat;
}

ul#footerNav {
margin: 50px 0 50px 70px;
float: left;
}

ul#footerNav li {
float: left;
width: 150px;
line-height: 170%;
}

ul#footerNav li a {
color: #575655;
font-size: 12px;
}

#ff01_inner {
clear: both;
width: 1020px;
margin-left: 30px;
background-image: url(http://www.welleundschnee.de/images/gallery/wkg_2011/inner_bg.jpg);
}

#ff01_header {
	width: 725px;
	height:152px;
	float:left;
	position:relative;
}
#ff01_logo {
	position:absolute;
	left: 20px;
	top: 7px;
	font-size:50px;
	color:#FFF;
}
#ff01_claim {
	position:absolute;
	left: 20px;
	top: 59px;
	font-size:14px;
	color:#FFF;
}
#ff01_basket {
	background-image: url(/layout/farbfinal01/images/ff01_bg_basket.png);
	width: 190px;
	height:90px;
	float:left;
	position:relative;
	margin-left:5px;
}

#ff01_basket_head {
	font-size:16px;
	font-weight:bold;
	position:absolute;
	right:10px;
	top:7px;
}

#ff01_basket_amount {
	font-weight:bold;
	position:absolute;
	right:10px;
	top:30px;
	text-align:right;
}

#ff01_basket_links {
	position:absolute;
	right:10px;
	bottom:7px;
	text-align:right;
}

#ff01_basket a:link, #ff01_basket a:visited {
	color:#666666;
}

#ff01_topmenu {
position: relative;
	clear:both;
	width:960px;
padding: 0 30px;
	height:40px;
	float:left;
	background: url(http://www.welleundschnee.de/images/gallery/wkg_2011/menu_bg.jpg) top left;
}



/* menu Oben*/
/* ===================================================== */
#menu_holder{
	position:relative; 
	clear:both; 
	height:30px;

}

#menu_doc2k{
	position:absolute; 
	z-index:50; 
	top:0px;
	width:785px;
padding-left: 175px;
}

#menu_doc2k ul.menu_level1{
	position:relative;
}

#menu_doc2k a, #menu_doc2k a:link, #menu_doc2k a:visited {
	color:#666 !important;
	background-image:none !important;
	padding:0px;
	margin:0px;
}

#menu_doc2k .level1 a{
	display:block;
	font-size:14px;
	height:31px;
	text-align:center;
	color: #626262 !Important;
	font-size:19px;
	margin:0 8px;
line-height: 31px;
	position:relative;
}

#menu_doc2k .level2 a{
	display:inline !important;
	color: #626262 !important;
	font-size:13px;
	font-weight:bold;
	display:block;
	background:none !important;
	border:none !important;
	/* Schatten*/
	/*-----------------------------------------------------------*/
	-moz-box-shadow:none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	/* Fuer IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135, strength=0); 
	/*-----------------------------------------------------------*/
}

#menu_doc2k .level3 a{
	display:inline !important;
	font-weight:normal !important;
}

#menu_doc2k .level2 a:hover{
	text-decoration:underline;
}

#menu_doc2k .level3 a:hover{
	text-decoration:underline;
}

#menu_doc2k li.level1{
	display:block;
	float:left;
	margin-right:13px;
}

#menu_doc2k ul.menu_level2 li{
	display:block;
	width:auto !important;
	float:left !important;
	border-right: 1px dotted #CCC;


}

#menu_doc2k ul.menu_level3 li{
	clear:both;
	line-height: 170%;
	width:auto !important;
	border-right: none !important;
}

#menu_doc2k ul.menu_level2{
	display:block;
	float:left;
	background-color:#FFF;
	border: 1px solid #CCC;
	
	/* Schatten*/
	/*-----------------------------------------------------------*/
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/*-----------------------------------------------------------*/
	
	display:none;
	padding: 10px 10px 10px 5px;
	position:absolute;
	z-index:1400;
margin-left: -175px;
}

#menu_doc2k ul.menu_level3{
	display:block;
	margin-top:10px;
}

#menu_doc2k a.level1active_link{
	color: #ffffff !important;
}

/* Level 2 Einblenden wenn Maus &#65533;ber li oder a Level 1  */
#menu_doc2k ul li:hover ul, #menu_doc2k ul a:hover ul{
	display:block;
}      

#plentycat_2-0-0-0-0-0 ul.menu_level2{
	margin-left:-160px;
}

#plentycat_3-0-0-0-0-0 ul.menu_level2{
	margin-left:-160px;
}

#plentycat_4-0-0-0-0-0 ul.menu_level2 {
	margin-left:-470px;
}

#plentycat_5-0-0-0-0-0 ul.menu_level2 {
	margin-left:0px;
}
/* ===================================================== */    


















#lang {
position: absolute;
right: 80px;
top: 10px;
z-index:55; 
}



#basket {
position: absolute;
right: 40px;
top: 0px;
z-index:55; 
}

#topArea {
float: left;
width: 925px; 
margin-left: 30px;
padding-right: 35px;
margin-bottom: 20px;
margin-top: 5px;
}

#bookmarks {
float: left;
margin-left: 35px;
display: inline;
margin-top: 10px;
}

#bookmarks img {
border: none;
}

.Suche,
.newsletter  {
float: right;
}


.Suche h1,
.newsletter h1 {
font-size: 12px;
font-weight: normal;
}

.Suche input,
.newsletter input {
border: 1px solid #5acefb;
height: 16px;
color: #bcbec0;
font-size: 10px;
}

.Suche input.submit {
border: 0px solid #5acefb;
height: 18px;
width: 17px;
background: url(http://www.welleundschnee.de/images/gallery/wkg_2011/lupe.png);
cursor: pointer;
}


.newsletter input.submit {
border: 0px solid #5acefb;
height: 18px;
width: 17px;
background: url(http://www.welleundschnee.de/images/gallery/wkg_2011/submit.png);
margin-right: 10px;
display: inline;
cursor: pointer;
}

.newsletter .hinweis {
font-size: 10px;
font-family: arial, sans-serif;
color: #bcbec0;
}









#ff01_content {
clear:both;
width: 980px;
margin-left: 30px;
}
#ff01_left {
	width:195px;
	float:left;
	border-right: 0px solid red;

}

#ff01_maincontent {
	width:720px;
	float:left;
	border-left: 1px solid #dbdbdb;
padding-left: 40px;
}


#ff01_maincontent_order p {
line-height: 25px;
}

#ff01_maincontent_order .multilang_flags {
display: none;
}

#ff01_maincontent p {
line-height: 25px;
padding-right: 30px;
}

#ff01_maincontent_order {
	width:690px;
	float:left;
	border-left: 1px solid #dbdbdb;
padding-left: 40px;
}

.ff01_maincontent_border {
	width:720px;
	float:left;
	border-left: 1px solid #dbdbdb;
padding-left: 40px;
}

.ff01_clear {
	clear:both;
}
.ff01_box {
	margin-bottom:5px;
}

.ff01_box input, .ff01_box select{
	font-size: 11px;
}

.ff01_box h1 {
	font-size: 14px;
	color: #000;
	height: 22px;
	font-weight: normal;
Text-transform: uppercase;
	padding-left: 10px;
	padding-top: 6px;
}


.ff01_box_content_hotline{
	background-image:url(/layout/farbfinal01/images/box_hotline.jpg);
	height:140px;
	width:190px;
	position:relative;
	margin-top: 5px;
}

.ff01_box_content_hotline_number{
	font-size:16px;
	font-weight:bold;
	position:absolute;
	bottom:2px;
	left:10px;
}

#ff01_left .ff01_box_content {
width: 140px;
margin-left: 35px;
margin-bottom: 20px;
}

#ekomi_widget {
margin-left: 35px;
}

/* menu */

#ff01_left ul.left_menu li {
	list-style-type:none;
	text-align:left;
	width:140px;
	line-height: 170%;
}

#ff01_left ul.left_menu {
border-bottom: 1px solid #5acefb;
padding-bottom: 20px;
}

#ff01_left .left_menu a, .left_menu a:link, .left_menu a:visited {
	color:#000 !important;
}

#ff01_left a {
color:#000 !important;
}

#ff01_left li {
list-style: none;
line-height: 170%;
}


#ff01_left .left_menu .level1 {
display: none;
}

#ff01_left .left_menu .level1active_link{
	font-weight:bold;
}

#ff01_left .left_menu .level2 a{
	padding-left:0px;
	background-image:none;
color: #000;
}

#ff01_left .left_menu .level2active_link{
	font-weight:bold;
}

#ff01_left .left_menu .level3 a{
	padding-left:30px;
	background-image:none;
}

#ff01_left .left_menu .level3active_link{
	font-weight:bold;
}

#ff01_left .left_menu .level4 a{
	padding-left:40px;
	background-image:none;
}

#ff01_left .left_menu .level4active_link{
	font-weight:bold;
}

/* Artikelansichten */

.products {
float: left;
width: 100%;
}

.productList {
float: left;
width: 120px;
margin-bottom: 40px;
margin-right: 20px;
position: relative;
}

.productName {
height: 58px;

}

.productName a{
color: #65c2e8;
font-weight: bold;
font-size: 10px;
}

.Price_single_art,
.productList .Price {
font-weight: bold;
font-size: 12px;
color:#54cdfe;
color: #626262;
}

.singleProductPrice .Price_single_art {
font-weight: bold;
font-size: 12px;
color:#54cdfe;

}

.productImage {
min-height: 200px;
height: auto !important; /* !important-Regel fuer moderne Browser */
height: 100%; /* Mindesthoehe in IE (<7) */
text-align: center;
position: relative;
width: 120px;
margin-bottom: 5px;
}

.productImage img {
position: absolute;
bottom: 0;
left: 0px;
}


.productDetail {
text-align: center;
margin-top: 10px;
margin-bottom: 5px;
float: left;
}


.productSelect {
font-size: 11px;
float: left;
margin-top: 5px;
text-align: left;
}

.productSelect input,
.productSelect select {
font-size: 11px;
}

.productToBasket {
float: left;
margin: 5px 0;
}
 .teaser {
position: absolute;
bottom: 70px;
left: -8px;
z-index: 5 !Important;
}



/* Single Ansicht */


#singleViewLeft {
float: left;
width: 295px;
}

#singleViewRight {
float: left;
width: 370px;
margin-left: 20px;
display: inline;
}

.singleProductName {
	font-size: 18px;
font-weight: bold;
	margin-bottom: 15px;
	color:#54cdfe;
}

#singleViewLeft h5 {
font-weight: normal;
font-size: 12px;
}
.singleProductInfos {
text-align: right;
font-size: 11px;
}

.availabilityIcon {
float: right;
height: 13px;
overflow: hidden;
margin-left: 2px;
}

.singleProductInfos a {
font-size: 11px;
color: #626262 !Important;
text-decoration: underline;
}

.singleProductInfos a:hover {
font-size: 11px;
color:#ff52c7 !Important;
text-decoration: none;
}

.singleProductInfos .Price {
font-size: 11px;
color: #626262 !Important;
}


.singleProductButton {
text-align: right;
margin-bottom: 30px;
clear: both;
}

.singleProductButton .wunschliste {
margin-top: 5px;
}

.singleProductButton .merkliste {
margin-top: 5px;
}

.singleProductPrice {
text-align: right;
margin-top: 30px;
}

.singleProductSelect {
text-align: right;
float: right;
margin-bottom: 20px;
font-size: 12px;
text-weight: normal;
}

.singleProductSelect input,
.singleProductSelect select {
font-size: 12px;
text-weight: normal;
}

.Versand {
font-size: 9px;
color: #bcbec0 !Important;
float:left;
font-family: arial, sans-serif;
}


.Versand a {
font-size: 9px;
color: #bcbec0 !Important;
text-decoration: underline;
}

.Versand a:hover {
font-size: 9px;
color:#ff52c7 !Important;
text-decoration: none;
}






.ff01_tablepadding td{
	padding:5px;
}

.ff01_tablenopadding td{
	padding:0px;
}

.border{
	border: 1px solid #cccccc;
}

.marginbottom{
	margin-bottom:5px;
}

.small{
	font-size: 0.8em;
}

.Price{
	color:#54cdfe;
	font-size:1.5em;
	font-weight:bold;
}

.currency{
	color:#278EB1;
	font-weight:bold;
}

.ArticleAttrTable td{
	text-align:right;
	padding-bottom: 3px;
	padding-left: 3px;
}

.ff01_pagenav{
	margin-bottom: 5px;
	width: 680px;
	height:22px;
	padding-top:6px;

clear: both;
}

.articlePages_Link{
	text-decoration: none;
	color: #fff !important;
border: 1px solid #999999;
width: 16px;
height: 15px;
display: block;
float: left;
margin-right: 2px;
text-align: center;
color: #626262 !Important;
background: #ffffff;
font-size: 11px;

}

.articlePages_activeLink{
	text-decoration: none;
	font-weight: bold;
color: #626262 !Important;
background: #d5d5d5;
}
.articlePages_DotStart,
.articlePages_DotEnd {
float: left;
margin: 0 5px;
}

.articlePages_DotEnd {
float: left;
margin: 0 0px 0 2px;;
}

.articlePages{
	display:inline;
	float:right;
	margin-top:1px;
}

.ff01_BrowsePreviousButton{
	float:right;
	margin-right: 5px;
	margin-top:1px;
}

.ff01_BrowseNextButton{
	float:right;
	margin-left: 5px;
	margin-top:1px;
}

.ff01_articleOrder{
	float: left;
	/*display:none;*/
	padding-top:0px;

	
}

.ff01_articleOrder select{
	font-size: 11px;
background: #8fe0fd !Important;
border: 1px solid #8fe0fd !Important;	
padding: 2px 2px 2px 5px;
}

.ff01_article input, .ff01_article select{
	font-size: 11px;
}

.ff01_2row_name {
	height: 45px;
}

.ff01_2row_name a:link, .ff01_2row_name a:visited {
	height: 45px;
	color:#666666;
}

.ff01_single_previm {
	margin-top:10px;
}

.ff01_single_previm img{
border: 1px solid #dedede; margin-right: 10px;
}
.singleImageSmall {
margin-top: 15px;
}

.ff01_single .Price_single_art, .ff01_single .Price{
	font-size:1.9em;
}

#ff01_maincontent p, #ff01_maincontent ul{
	margin-bottom:15px;
}

.ff01_maincontent_border input, .ff01_maincontent_border textarea{
	margin-bottom:8px;
}

#ff01_maincontent h1, #ff01_maincontent_order h1, #PlentyMyAccount h1{
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #54cdfe;
}

#ff01_maincontent h2, #ff01_maincontent_order h2, #PlentyMyAccount h2{
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #54cdfe;
}


#ff01_maincontent ul{
	padding-left:25px;
}

.ff01_box_article_name a:link, .ff01_box_article_name a:visited {
	color:#666666;
}

.ff01_box_article_name{
	margin-bottom: 3px;
}

.ff01_box_article_img {
	margin-bottom: 5px;
}

.ff01_box_article_price {
	margin-bottom: 15px;
	color:#278EB1;
	font-weight:bold;
}

.ff01_msg{
	margin-bottom:5px;
	padding:10px;
}

.ff01_msg_ok{
	background-color: #ffffff!Important;
border: 2px solid #54cdfe!Important;
width: 660px;
color: #54cdfe;
margin-bottom: 20px;
float: left;
}

.ff01_msg_ok a{
color: #ff52c7;
}



.plentyErrorBox {
	margin-bottom:5px;
	padding:10px;
	width:auto;
}

.plentyMessageBox{
	margin-bottom:5px;
	padding:10px;
	width:auto;
}
#flOuterContainer {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	text-align: left;
}

#flOuterContainer table {
	border: none;
}

td.flMain {
	padding: 0px;
	text-align: center;
}

.flOuterBorder {
}

.flBorder {
	border: 0px solid #DDDDDD;
}

.flImageleft {
}

.flImageright {
}

.flSubTable {
	width: 100%;
}

#flRemoveAllFilters {
	margin-left: 2px;
}

.flFilterRedundant {
	margin-left: 5px;
}

.flCloudHeader {
	color: #000000;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

strong .flEmphasis {
	text-decoration: underline;
}

.flEmphasis {
	font-weight: bold;
}

.flFrequency {
	color: #0000FF;
}

.flOuterBorder {
	border-color: #D3D3D3;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

a.flResultTitle {
	font-family: arial;
	font-weight: bold;
}

a.flResultTitle .flEmphasis {
	text-decoration: underline;
}

.flShortDescription {
	font-size: 10px;
	background-color: #D2E6CB;
}

span.flPrice {
	font-weight: bold;
}

span.flOverriddenPrice {
	font-weight: normal;
	text-decoration: line-through;
}

span.flOverridingPrice {
	font-weight: bold;
	color: #FF0000;
}

.flFilterCloud a {
	color: #000000;
	font-family: arial;
	text-decoration: none;
}

.flFilterCloud a:hover {
	text-decoration: underline;
	color: #000000;
}

.flCloudHeader a:visited {
	color: #000000;
}

.flCloudSizeClass0 a {
	font-size: 9px;
}

.flCloudSizeClass1 a {
	font-size: 10px;
}

.flCloudSizeClass2 a {
	font-size: 11px;
}

.flCloudSizeClass3 a {
	font-size: 12px;
}

.flCloudSizeClass4 a {
	font-size: 13px;
}

.flCloudSizeClass5 a {
	font-size: 14px;
}


#flRemoveAllFilters {
	color: #FF8C00;
}

#flRemoveAllFilters:hover {
	text-decoration: underline;
}

#flCloudAreasTable {
	margin-top: 1px;
}

#flCloudArea {
	background-color: #E8E8FF;
}

#flContentContainer {
	margin-right: 5px;
	border: 1px solid #A9A9A9;
}

#flSearchHeader {
	width: 100%;
	cellspacing: 0;
}

#flSearchInfo {
	font-size: 14px;
}

#flPoweredBy {
	width: 90px;
}

#flRestrictHeader {
	border-spacing: 0;
	font-size: 12px;
	height: 17px;
}

.flContFilterRedundant {
	margin-left: 2px;
	margin-bottom: 5px;
}

ul.flFilters {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

ul.flFilters li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.flChosenFilters {
	padding: 4px;
}

.flChosenFilters span {
	display: block;
}

.flFilterCloud {
	padding: 4px;
}

.flFilterCloud span {
	padding-right: 4px;
}

.flFilterRedundant span {
	padding-right: 3px;
}

.flPageCurrent {
	color: #ED222A;
	text-decoration: none;
	font-weight: bold;
}

.flClear {
	height: 20px;
	clear: both;
}
.plentyErrorBox {
					
					background: none;
					margin: 0px 0px 4px 0px;
					padding:8px; text-align:left;
					vertical-align:middle; 
					color: red;
					border: 1px solid red;
					width: 660px;
					margin-bottom: 20px;
}

.plentyErrorBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:red;
					font-size:16px;
					font-weight:bold;
background: none;
display: none;
}

.plentyMessageBox {
					width: 660px;
background: none;
					border:0px;
					margin: 0px 0px 4px 0px;
					padding:8px;
					text-align:left;
					vertical-align:middle;
					color: #626262;
					border: 2px solid #8fe0fd;
					margin-bottom: 20px;
}

.plentyMessageBox a {
					color: #ff52c7;

}

.plentyMessageBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:0px;
					color: #626262;
					font-size:16px;
					font-weight:bold;
background: none;
}

     
.NavigationGroupFilter h2 {
font-weight: normal;
text-transform: uppercase;
color: #ff52c7;
margin: 0px;
border-bottom: 1px solid #dedede;

}

.CharacterFilterElement {
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
padding: 5px 5px 0px 5px ;
}

.NavigationGroupFilter {
border-bottom: 1px solid #dedede;
}                                              
