p, .p, td, th, tr  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
}

/*  Hauptrahmen  */
.rahmen_border_all {
	border: 1px solid #009484;
}

.grau {
	color: Silver;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
a:hover, .a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0F9A8B;
	text-decoration: none;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #006666;
	margin: 0px 0px 2px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006666;
	margin: 2px 0px 15px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006666;
	margin: 0px 0px 3px 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 3px 0px;
}



.small  {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #575757;
	font-size: 9px;
	line-height: normal;
}

ul {
	list-style-type: disc;
	margin-left: 0.8em;
	padding-left: 0.8em;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #000000;
}

.gototop {
	margin: 0 0 10px 0;
}

.Download_Dateiname {
	margin: 0 0 10px 0;
	margin: 0 0 50;
}

.Download_Extension {
	margin: 0 0 200;
}

.Download_Groesse {
	margin: 0 0 250;
}

.ecardtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.fehler {
	color: #FF0000;
}

#impressum {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A0A0A0;
	line-height: 14px;
	text-align: center;
	padding-left: 20px;
}

#impressum a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A0A0A0;
	text-decoration: underline;
}

/******************************
	navigation 
******************************/
#navcontainer {
	border-top: 1px solid #FFFFFF;
	width: 140px; 
}

/******************************
	stufe 1 
******************************/
#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navcontainer ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

/* link normal */
#navcontainer ul a
{
	display: block; 
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 5px;*/
	padding: 2px 3px;
	font-weight: normal;
	background-color: #E0E0E0;
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #006666;
	text-decoration: none;
	font-size: 11px;
}

/* link mouseover */
#navcontainer ul a:hover
{
	background-color: #DDDDDD;
	color: #009999;
}

/* aktiv */
#navcontainer ul a.parentactive
{
	display: block; 
	/*height: 15px;*/
	padding: 2px 3px;
	/*padding-left: 5px;*/
	font-weight: bold;
	background-color: #E0E0E0;
	border-bottom: 1px solid #FFFFFF;
	color: #006666;
	text-decoration: none;
}

/* aktiv mouseover */
#navcontainer ul a:hover.parentactive
{
	background-color: #DDDDDD;
	color: #009999;
}

#navcontainer ul a.active
{
	display: block; 
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 5px;*/
	padding: 2px 3px;
	font-weight: bold;
	background-color: #f1f1f1;
	/*border-bottom: 1px solid #FFFFFF;_*/
	color: #006666;
	text-decoration: none;
}

#navcontainer ul a:hover.active
{
	background-color: #009484;
	color: #f1f1f1;
}

/******************************
	stufe 2 
******************************/
#navcontainer ul ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-transform: none;
}

/* link normal */
#navcontainer ul ul a
{
	display: block; 
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 10px;*/
	padding: 2px 3px 2px 10px;
	font-weight: normal;
	background-color: #E0E0E0;
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #006666;
	text-decoration: none;
	font-size: 11px;
}

/* link mouseover */
#navcontainer ul ul a:hover
{
	background-color: #DDDDDD;
	color: #009999;
}

/* aktiv */
#navcontainer ul ul a.parentactive
{
	display: block; 
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 10px;*/
	padding: 2px 3px 2px 10px;
	font-weight: bold;
	background-color: #E0E0E0;
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #006666;
	text-decoration: none;
}

/* aktiv mouseover */
#navcontainer ul ul a:hover.parentactive
{
	background-color: #DDDDDD;
	color: #009999;
}

#navcontainer ul ul a.active
{
	display: block; 
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 10px;*/
	padding: 2px 3px 2px 10px;
	font-weight: bold;
	background-color: #f1f1f1;
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #006666;
	text-decoration: none;
}

#navcontainer ul ul a:hover.active
{
	background-color: #E0E0E0;
	color: #009999;
}


/******************************
	stufe 3 
******************************/
#navcontainer ul ul ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-transform: none;
}

#navcontainer ul ul ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #E0E0E0;
}

#navcontainer ul ul ul a
{
	display: block;
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 15px;*/
	padding: 2px 3px 2px 15px;
	background-color: #E0E0E0;
	color: #000000;
	font-size: 10px;
}

#navcontainer ul ul ul a:hover
{
	background-color: #DDDDDD;
	color: #000000;
}

#navcontainer ul ul ul a.parentactive
{
	display: block;
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 15px;*/
	padding: 2px 3px 2px 15px;
	background-color: #E0E0E0;
	color: #000000;
}

#navcontainer ul ul ul a:hover.parentactive
{
	background-color: #DDDDDD;
	color: #000000;
}

#navcontainer ul ul ul a.active
{
	display: block;
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 15px;*/
	padding: 2px 3px 2px 15px;
	background-color: #E0E0E0;
	color: #000000;
}

#navcontainer ul ul ul a:hover.active
{
	background-color: #DDDDDD;
	color: #000000;
}

/******************************
	stufe 4 
******************************/
#navcontainer ul ul ul ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-transform: none;
}

#navcontainer ul ul ul ul a
{
	display: block;
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 20px;*/
	padding: 2px 3px 2px 20px;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10px;
}

#navcontainer ul ul ul ul a:hover
{
	background-color: #DDDDDD;
	color: #000000;
}

#navcontainer ul ul ul ul a.parentactive
{
	display: block;
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 20px;*/
	padding: 2px 3px 2px 20px;
	background-color: #E0E0E0;
	color: #000000;
}

#navcontainer ul ul ul ul a:hover.parentactive
{
	display: block;
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 20px;*/
	padding: 2px 3px 2px 20px;
	background-color: #DDDDDD;
	color: #000000;
}

#navcontainer ul ul ul ul a.active
{
	display: block;
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 20px;*/
	padding: 2px 3px 2px 20px;
	background-color: #E0E0E0;
	color: #000000;
}

#navcontainer ul ul ul ul a:hover.active
{
	background-color: #DDDDDD;
	color: #000000;
}




/******************************
	navigation rechts
******************************/
#navcontainer_rechts {
	/*border-top: 1px solid #FFFFFF;*/
	width: 140px; 
}

/******************************
	stufe 1 
******************************/
#navcontainer_rechts ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer_rechts li
{
	border-bottom: 1px solid white;
}

/* link normal */
#navcontainer_rechts ul a
{
	display: block; 
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 5px;*/
	padding: 2px 3px 2px 5px;
	font-weight: normal;
	background-color: #E0E0E0;
	border-bottom: 1px solid #FFFFFF;
	color: #006666;
	text-decoration: none;
	font-size: 11px;
}

/* aktiv */
.ueberschrift
{
	display: block;
	/*height: 15px;*/
	/*padding: 2px 2px;
	padding-left: 5px;*/
	padding: 10px 3px 0px 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #006666;
	text-decoration: none;
}

/* link mouseover */
#navcontainer_rechts ul a:hover
{
	background-color: #DDDDDD;
	color: #009999;
}

/* aktiv */
#navcontainer_rechts ul a.parentactive
{
	display: block; 
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 5px;*/
	padding: 2px 3px 2px 5px;
	font-weight: bold;
	background-color: #E0E0E0;
	border-bottom: 1px solid #FFFFFF;
	color: #006666;
	text-decoration: none;
}

/* aktiv mouseover */
#navcontainer_rechts ul a:hover.parentactive
{
	background-color: #DDDDDD;
	color: #009999;
}

#navcontainer_rechts ul a.active
{
	display: block; 
	/*height: 15px;*/
	/*padding: 2px;
	padding-left: 5px;*/
	padding: 2px 3px 2px 5px;
	font-weight: bold;
	background-color: #f1f1f1;
	border-bottom: 1px solid #FFFFFF;
	color: #006666;
	text-decoration: none;
}

#navcontainer_rechts ul a:hover.active
{
	background-color: #009484;
	color: #f1f1f1;
}

/*     */




#fusszeile
{
	margin-left: 0;
	padding-left: 5;
	padding-top: 5px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}

.nav_right  {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : 11px;
	color : #575757;
	text-decoration : none;
}

:hover.nav_right {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : 11px;
	color : #ED1B24;
	text-decoration : none;
}

.navrechts_1
{
	padding: 2px 5px;
	font-size: 10px;
	color: Silver;
	background-color: #CC0033;
}

.navrechts_2
{
	padding: 2px 5px;
}

.navrechts_space
{
	padding: 0px;
	font-size: 8px;
}


input, select
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: Black;
	background-color: #FFF;
	border: 1px solid Gray;
	margin: 1px;
}

input.gruen
{
	background-color: #006666;
	color: white;
	width: 120px;
}

input.grau
{
	color: Black;
	width: 120px;
}

input.login
{
	background-color: #DDD9D2;
}

input.textcount {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px;
}

.input80
{
	border: 1px solid Gray;
	width: 80px;
}

.input20
{
	border: 1px solid Gray;
	width: 20px;
}

.input134 {
	border: 1px solid Gray;
	width: 134px;
}

.input190
{
	border: 1px solid Gray;
	width: 190px;
}

.input220
{
	/*background-color: #F5F5F5;*/
	border: 1px solid Gray;
	width: 220px;
}

.input240
{
	border: 1px solid Gray;
	width: 240px;
}

.input300, .select300
{
	/*background-color: #F5F5F5;*/
	border: 1px solid Gray;
	width: 300px;
}

textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid Gray;
	width: 220px;
}

/* Suchfeld */
input.search
{
	font-size: 9px;
}

/*  Suchenknopf ohne Rahmen  */
input.blank
{
	border: 0px;
}

.submit
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006666;
	border: 1px solid Gray;
	width: 80px;
}

.submitBreit {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006666;
	border: 1px solid Gray;
	width: 140px;
}

.hidden
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #575757;
	background-color: #FFFFFF;
	border: 0px;
}

/* formulare */ 
fieldset
{ 
	padding: 5px; 
	width: 200px; 
	border: 1px solid #575757;
} 

fieldset.breit 
{ 
     padding: 5px; 
     width: 450px; 
     border: 1px solid #575757;
} 

legend 
{ 
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	line-height: normal; 
} 


.news_title {
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #575757;
	margin-bottom: 1px;
	margin-top: 0%;
	font-weight: bold;
}

.news_klein {
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #575757;
	font-weight: normal;
	line-height: 10px;
}

.news_content {
	font-family: Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #575757;
	font-weight: normal;
	line-height: 12px;
}


/* Style für den Shop */
.shopeigenschaft
{
	width: 9px; 
	height: 9px; 
	margin: 2px; 
	float: right; 
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 8px;
}

.shopwarning
{
	margin: 2px; 
	padding: 2px; 
	background-color: #FFAAAA;
}

.kategorietitel
{
	margin-top: 5px; 
	padding: 2px; 
	font-size: 16px;
	font-weight: bold;
	background-color : #FFFFFF;
	color : #006666;
}

.kategoriebeschreibung
{
	padding: 2px; 
}

.artikelinliste
{
	margin: 0px; 
	padding: 2px; 
	border-top: 1px solid #000000;
}

.artikelbild
{
	/*margin: 2px 6px 2px 0px; */
	float: left;
	/*border: 0px solid #a2a2a2;*/
}

/*.artikelbild:hover
{
	border: 0px solid #7DA92F;
}*/

.artikelbildgross
{
	/*margin: 2px 6px 2px 0px; */
	clear: left;
	float: right;
	/*border: 0px solid #a2a2a2;*/
}

/*.artikelbildgross:hover
{
	border: 0px solid #7DA92F;
}*/

.artikeltitel
{
	color: #006666;
	font-size: 16px;
}

.artikelbeschrieb
{
}

.artikelpreis
{
	margin: 2px; 
	float: right;
}

.artikelpreis input, .artikelpreis select, .bestellpositionenliste input, .shopformular input
{
	font-size: 11px;
	/*background-color: #F5F5F5;*/
	border: 1px solid Gray;
}

/*--------*/

.artikelDetail_zurueckWennEinWein
{
	padding-top: 35px;
}

.artikelDetail_navigation
{
	padding-bottom: 10px;
}

.artikelDetail_infos
{
	min-height: 435px;
}

* html .artikelDetail_infos
{
	height: 435px;
}

.artikelDetail_infos h2, .artikelDetail_infos h3
{
	margin-bottom:0px;
	color: #006666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

/*--------*/

.preisRot {
	color: #FF0000;
}

.regulaererPreis {
	font-size: 9px;
	text-decoration: line-through;
}

.regulaererPreisArtikelUebersicht {
	font-size: 11px;
	line-height:14px;
	padding-right: 4px;
}

.shopformular .inputsmall input
{
	width: 50px;
}

.artikelpreis, .imagebutton
{
	background-color: #FFF;
	border: 0px solid Gray;
}

.description
{
	font-weight: bold;
}

.untertitel
{
	font-weight: bold;
	color: #006666;
}

.submitbestellung
{
	font-size: 11px;
	background-color: #F5F5F5;
	width: 120px;
	border: 1px solid Gray;
}

a.submitbestellung
{
	color: #000000;
	padding: 0px 18px;
}

* html a.submitbestellung
{
	padding: 1px;
	text-align: center; 
}


.bestellpositionenliste th
{
	font-weight: bold;
	text-align: left;
	background-color: #F2F2F2;
}

.bestellpositionenliste th.dezimal
{
	font-weight: bold;
	text-align: right;
}

.bestellpositionenliste td.total
{
	font-weight: bold;
	border-bottom: 3px double #F2F2F2;
}


.submitknopf_adressformular {
	width: 346px;
	text-align: right;
}
/* Ende Style für den Shop */



/* das Antifloat wird verwendet, um floating boxes wieder aufzuheben */
.antifloat
{
	clear: both;
	height: 1px;
	visibility: hidden;
}

/******************************
	weinliste1 
******************************/

#weinliste1 {
	background-color: #E0E0E0;
}

#weinliste1 submit
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: Black;
	background-color: #F5F5F5;
	border: 0px solid Gray;
	width: 80px;
}

/******************************
	weinliste2 
******************************/
#weinliste2 {
	background-color: #FFFFFF;
}

#weinliste2 submit
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: Black;
	background-color: #F5F5F5;
	border: 0px solid Gray;
	width: 80px;
}

.bemerkung_bildgalerie2  {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

.bemerkung_bildgalerie  {
	font-size: 10px;
	font-weight: bold;
	color: #006666;
	line-height: normal;
}

.bemerkung_bildgalerie:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #0F9A8B;
	line-height: normal;
}

/* * * * * * * * * * * * * * * * * * * * *
Weinpass Drucken
* * * * * * * * * * * * * * * * * * * * */
.weinpasslink
{
	background-color: #F9F9F9;
	padding-top: 1em;
}
.weinpasslink table th
{
	text-align: left;
	vertical-align: top;
	padding-top: 0.5em;
	font-weight: bold;
}
.weinpasslink table td
{
	vertical-align: top;
	padding-top: 0.5em;
}
.weinpasslink table td.icon
{
	padding-top: 0em;
	padding-left: 1.5em;
}
.weinpasslink table td.icon img
{
	border: 0px;
}
.weinpasslink table td.links ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding:0px;
}
.weinpasslink table td.links ul li
{
	margin: 0px;
	padding:0px;
}

#gastrologin{
	width:140px;
	overflow:hidden;
	font-family:verdana;
}

#gastrologin .ueberschrift{
	font-family:arial;
}

#gastrologin #form1{
	background-color:#E0E0E0;
	padding:5px;
}


#gastrologin input{
	width:128px;	
}

#gastrologin input.gruen{
	width:128px;
	margin-top:3px;
}

#gastrologin .login{
background-color:#E0E0E0;
border-bottom:1px solid #FFFFFF;
color:#006666;
display:block;
font-size:11px;
font-weight:normal;
padding:2px 3px 2px 5px;
text-decoration:none;
cursor:pointer;
}

#login_meldung_ok{
	background-color:#E0E0E0;
	padding:2px 3px 2px 5px;
}

#login_meldung_fail{
	border:2px solid red;
	padding:2px 3px 2px 5px;
}
