/****************************************************************/
/*																*/
/*	Allgemeine Klasse(n)										*/
/*																*/
/****************************************************************/

h1, h2, h3, h4 {
	letter-spacing: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}

body {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #6c6c6c;
	/*scrollbar-3d-light-color : #738fab;
	scrollbar-arrow-color : #738fab;
	scrollbar-base-color : #fbfbfe;
	scrollbar-dark-shadow-color : #fbfbfe;
	scrollbar-face-color : #fbfbfe;
	scrollbar-highlight-color : #fbfbfe;
	scrollbar-shadow-color :#738fab;*/
}

td {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #6c6c6c;
}

.orange  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-size: 12px;
}

.white  {
	color: #ffffff;
	font-family : Arial, Verdana;
}

hr {
	border-width: 0px;
	border-top-width: 1px;
	border-color: #FFC100;
	height: 1px;
}

a {
	color: #6c6c6c;
	font-weight: normal;
	text-decoration: underline;
}

a:Visited  {
	color: #6c6c6c;
	font-weight: normal;
	text-decoration: underline;
}

a:Hover  {
	color: #6c6c6c;
	font-weight: normal;
	text-decoration: none;
}

a:Active  {
	color: #6c6c6c;
	font-weight: normal;
	text-decoration: none;
}


/****************************************************************/
/*																*/
/*	Vererbte - Klasse(n)										*/
/*																*/
/****************************************************************/
div, th {
}

span.posId {
	font-weight: normal;
	font-size: 12px;
}

.grey {
	color : #3a3a3a;
}

.form {
	font-size : 12px;
	border-top : 1px solid #dcd8ce;
	border-bottom : 1px solid #dcd8ce;
	border-right : 1px solid #dcd8ce;
	border-left : 1px solid #dcd8ce;
	color : #3a3a3a;
	background-color : #FFFFFF;
}

.button {
	color : #6c6c6c;
	font-size : 12px;
	border-top : 1px solid #6c6c6c;
	border-bottom : 1px solid #6c6c6c;
	border-right : 1px solid #6c6c6c;
	border-left : 1px solid #6c6c6c;
	padding-bottom: 1px;
	background-color : #fff9c4;
	cursor: pointer;
	height: 18px;
}

.headline {
	Font-Family : Arial, Verdana;
	font-size : 16px;
	color : #6c6c6c;
	font-weight : bold;
}

.headline2 {
	Font-Family : Arial, Verdana;
	font-size : 14px;
	color : #6c6c6c;
	font-weight : bold;
}

.headlineWhite {
	Font-Family : Arial, Verdana;
	font-size : 16px;
	color : #ffffff;
	font-weight : bold;
}

.small {
	font-size : 9px;
}

.RandUmDasBild {
	border-color: #6c6c6c;
	border: 1px;
	border-top : 1px solid #6c6c6c;
	border-bottom : 1px solid #6c6c6c;
	border-right : 1px solid #6c6c6c;
	border-left : 1px solid #6c6c6c;
}

.formbut {
	Font-Family : Arial, Verdana;
	Font-Size : 12px;
	color : #D72F34;
	border-top : 1px solid #575757;
	border-bottom : 1px solid #575757;
	border-right : 1px solid #575757;
	border-left : 1px solid #575757;
	background-color : #CCCCCC;
}

.price, .warning {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #D72F34;
	font-weight : normal;
	text-decoration : none;
}

.disabled {
	font-family : Arial, Verdana;
	font-size : 12px;
	color : #B6B6B6;
	font-weight : normal;
	text-decoration : none;
}

A.orange  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

A.orange:visited  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

A.orange:Hover  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

A.orange:Active  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}



/****************************************************************/
/*																*/
/*	Erweiterte Suche											*/
/*																*/
/****************************************************************/

#kwsPopup { 
	padding: 2px; 
	border: solid 1px black; 
	position: absolute; 
	top: 150px; 
	left: 260px; 
	width: 171px;
	background: #fff9c4;
	visibility: hidden;
	z-index: 999;
	overflow: visible;
}

a.kwsEntry, a.kwsEntry:visited {
	font-size: 12px;
	color: #6c6c6c;
	width: 164px;
	height: auto;
	padding: 1px;
	padding-left: 4px;
	text-decoration: none;
	border: solid 1px #fff9c4;
	display: block;
}

a.kwsEntry_activ, a.kwsEntry_activ:visited, a.kwsEntry_activ:hover, a.kwsEntry:active, a.kwsEntry:hover {
	font-size: 12px;
	color: #6c6c6c;
	width: 164px;
	height: auto;
	padding: 1px;
	padding-left: 4px;
	text-decoration: none;
	border: 1px solid gray;
	background-color: #eaeaea;
	display: block;
}


/****************************************************************/
/*																*/
/*	Teaser														*/
/*																*/
/****************************************************************/
.teaser  {
	color: #52370d;
	font-family : Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.teaserSmall  {
	font-size: 10px;
	color: #ffffff;
}

A.teaser  {
	Font-Family : Arial, Verdana;
	font-size : 16px;
	color : #ffffff;
	font-weight : bold;
	text-decoration: none;
}

A.teaser:Visited  {
	Font-Family : Arial, Verdana;
	font-size : 16px;
	color : #ffffff;
	font-weight : bold;
	text-decoration: none;
}

A.teaser:Hover  {
	Font-Family : Arial, Verdana;
	font-size : 16px;
	color : #ffffff;
	font-weight : bold;
	text-decoration: none;
}

A.teaser:Active  {
	Font-Family : Arial, Verdana;
	font-size : 16px;
	color : #ffffff;
	font-weight : bold;
	text-decoration: none;
}

/****************************************************************/
/*																*/
/*	Cart Summary												*/
/*																*/
/****************************************************************/
.evenRow {
	background-color : #fffbd3;
}

/****************************************************************/
/*																*/
/*	Infowarenkorb												*/
/*																*/
/****************************************************************/
.infowk   {
	font-family : Arial, Verdana;
	font-size : 11px;
	color : #52370d;
}

.infowkrot   {
	font-family : Arial, Verdana;
	font-size : 11px;
	color : #D72F34;
}

/****************************************************************/
/*																*/
/*	Logo														*/
/*																*/
/****************************************************************/
A.logo  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

A.logo:visited  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

A.logo:Hover  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

A.logo:Active  {
	color: #ff9f11;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}



/****************************************************************/
/*																*/
/*	Warengruppe													*/
/*																*/
/****************************************************************/
A.warengruppe  {
	color: #ffffff;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

A.warengruppe:Visited  {
	color: #ffffff;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

A.warengruppe:Hover  {
	color: #ffffff;
	font-family : Arial, Verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}

A.warengruppe:Active  {
	color: #ffffff;
	font-family : Arial, Verdana;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

/****************************************************************/
/*																*/
/*	Login														*/
/*																*/
/****************************************************************/
.formlogin
{
	Font-Family : Arial, Verdana;
	Font-Size : 12px;
	color : #575757;
	width: 85px;
	border-top : 1px solid #434343;
	border-bottom : 1px solid #434343;
	border-right : 1px solid #434343;
	border-left : 1px solid #434343;
	background-color : #FFFFFF;
}

/****************************************************************/
/*																*/
/*	Tabellen (Farben def.)										*/
/*																*/
/****************************************************************/

.farbe1 {
	background-color : #b9b09d;	
}

.farbe2 {
	background-color : #dcd8ce;
}

.farbe3 {
	background-color : #cec4af;	
}

.farbe4 {
	background-color : #ffffff;
}

.farbe5 {
	background-color : #fff1d7;
}

.farbe6 {
	background-color : #fbf7e4;
}

.farbe7 {
	background-color : #e7e2d7;
}

/****************************************************************/
/*																*/
/*	weingalerie													*/
/*																*/
/****************************************************************/
.containermain {
-moz-box-sizing:border-box;
padding:9px 9px 0px;
width:100%;
}

.containerquarterrow {
width:25%;
}
.containerfullrow, .containerhalfrow, .containerthirdrow, .containerthirdrowfix, .containerquarterrow {
float:left;
}

.stepitem_text, .stepitem_texthigh {
background-color:#FFFFFF;
border:1px solid #CBCBCB;
color:#757C83;
height:75px;
padding-top:0px;
vertical-align:top;
}
.stepsitemcontainer {
-moz-box-sizing:border-box;
background-color:#FFFFFF;
border:1px solid #CBCBCB;
clear:both;
display:block;
font-size:11px;
height:75px;
margin:4px;
padding-bottom:2px;
padding-top:0px;
vertical-align:top;
}

.stepitem_textbighigh {
color:#ff9f11;
}
.stepitem_textbighigh, .stepitem_textbig {
color:#ff9f11;
font-size:25px;
font-weight:bold;
padding-left:4px;
}

.stepitem_textnormalhigh, {
color:#ff9f11;
font-size:11px;
font-weight:bold;
padding-left:4px;
}

.stepitem_textnormal {
color: #b9b9b9;
font-size:11px;
font-weight:normal;
padding-left:4px;
}

.stepitem_textsmall {
color:#757C83;
font-size:10px;
padding-left:7px;
}