/* Allgemeine Definitionen */
html {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	color: #000000;
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10px;
	width: 100%;
}

.partZero /* Hintergrund für den oberen Teil */
{
	background-image:none;
}
.orange-bg {
	background-image:none;
	text-align: left !important;
}
.part1 { display: none; }
#part1-print  {
	display: block;
 	padding:0;
 	margin:0;
 	font-size:0px;
 	line-height:0px;
	width: 300px;
	height: 51px;
}

.part2, .part3 { /* Hauptnav, Subnav (weinsorten z.B.) */
	display: none;	
}
#part2-print {
	display: block;
	background-color:#FFFFFF;
	height:18px;
	width: 600px;
}

.part3-separator {
	display: block;
	float: left;
	padding: 4px 0 0 0;
}
a.part3-active:link, a.part3-active:visited, a.part3-active:active, a.part3-active:hover  {
	background-color: #FFFFFF;
	color:#bd1320;
	font-weight: bold;
}
.part4 /*Content */
{
	width:650px;
	margin-top:1px;
}
.leftpart, .rightpart { /* Content Teil links */
	display: none;
}

.part5 { /*Copyright */
	display: none;
}
.spacerbig, .spacersmall, .spacersmallleft, .spacertop{
	display: none !important;
}
.sortboxes { display: none !important; }
.shopboxthirdrow { display: none !important; }
.pager { display: none !important; }

/* Shopboxen */
.shopboxmain {
	border: 1px solid black;
	margin-bottom: 10px; 
	width: 600px;
	line-height:15px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.shopboxfirstrow
{
	width:600px;
	height:70px;
	overflow: visible;
}
html>body .shopboxfirstrow {
	height: auto;
	min-height: 70px;
}  
.shopboxsecondrow {
	background-image: url(/templates/pics/dotted_line_products.gif);
	background-repeat: repeat-y;
	background-position: 151px 0;
	margin-bottom: 20px;
	width:600px;
	height: 220px;
	overflow: visible;
}

html>body .shopboxsecondrow {
	height: auto;
	min-height: 220px;
}
.shop-2nd-row-text, .shop-2nd-row-text-small {
	width:380px;
	float:left;
	padding-left:10px;
	text-align:left;
	margin-bottom:5px;
	min-height: 150px;
	min-height: 220px;
}

.shop-2nd-row-text-small {
	width: 360px;
}
.basket-nav-01, .basket-nav-02, .basket-nav-03, .basket-nav-04 {
	display: none;
}
.basketbox01 {
	width:600px;
	border:1px solid black;
	margin-bottom:4px;
	background-color:#FFFFFF;
	text-align: left;
}

.basketbox02 {
	width:600px;
	border:1px solid black;
	margin-top:4px;
	background-color:#FFFFFF;
	text-align:left;
	padding-top:5px;
}

.basketbox03
{
	width:600px;
	border:1px solid black;
	margin-top:4px;
	padding-top:17px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	font-weight:bold;
}

.magazin-article {
	width: 600px !important;
	background-color:#ffffff;
	margin:0px;
	padding:20px 10px 20px 10px !important;
	text-align:left;
}
.moveimgleft img {
	margin-right:10px;
}
.magazin-author {
	background: url(/templates/pics/bg_author_dotted_line.gif) no-repeat;
	background-position: 183px 27px;
	border:0px solid black;
	margin-bottom:4px;
	height: 174px;
	overflow: hidden;
	text-align: left;
}
#comment-form { display: none; }

/* Crossselling */
.crossselling-header {
	color: #000000;
	margin: 0;
	text-align: left;
	padding: 10px;
	font-size:12px;
}
.crossselling-product {
	text-align: left;
	padding: 10px;
}

.crossselling-product-image {
	width: 90px;
	float: left;
	margin-right:10px;
	padding-right: 10px;
	border-right:1px dotted #666666;
	text-align: center;
}
.crossselling-product img {
	border: 0;
}
.crossselling-product-name h4 {
	margin: 0;
	padding: 0;
}
.content {
	margin-bottom: 10px;
}

.print-box { margin-bottom:10px; }
.print-box-start { 
	width: 460px !important;
	margin-bottom:10px; 
}
.no-border-print, .no-border-print input { border: 0 !important; }
.no-print { display: none; }
/* Ende Print */
img, a img {
	border: 0px;
}

a {
	text-decoration:none;
	color:black;
}

form {
	color: #000000;
	font-weight: bold;
	padding:0px;
	margin:0px;

}

h5 {
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:13px;
}

h6 {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

select {
	background-color:white;
	color:black;
	width:106px;
	font-size:10px;
}

h1.snippet-head, h2.snippet-head, h3.snippet-head {
	font-size: 14px;
	padding: 0 10px;
	margin: 10px 0 0 0;
	text-align: left;
	font-weight: bold;
	list-style-position: outside;
}
h2.snippet-head {
	font-size: 12px;
}
h3.snippet-head {
	font-size: 10px;
}
.snippet-text {
	font-size: 10px;
	padding:10px;
	text-align:left;
	line-height: 13px;
	width: 530px;
}
.snippet-text ol, .snippet-text ul, .snippet-text li {
	margin: 0px;
	padding: 0px;
}
.snippet-text li {
	padding: 0 0 2px 0;
}
.snippet-text li ol, .snippet-text li ul {
	padding: 2px 0 0 0;
	margin: 0 10px 0 20px;
}
.snippet-text ul {
	margin: 0 0 0 15px;
}
.snippet-text ol {
	margin: 0 10px 0 30px;
}
.snippet-text p, .div-checkbox .label p {
	margin: 0;
	padding: 0 0 10px 0;
}
.no-product-text {
	width:198px;
	text-align:left;
	font-size:11px; 
	height: 160px;
	overflow: visible;
	padding-top: 10px;
}
.no-product-link a {
	color: #ffffff;
} 
html>body {
	height: auto;
	min-height: 170px;
}
.div-checkbox {
	padding: 10px 0;
}
.new-feature {
	background-color: #000000;
	color: #FFFFFF;
}
.div-checkbox div.checkbox {
	width: 20px;
	float: left;
	padding: 0 10px 0 0;
}
.div-checkbox .label {
	float: left;
	width: 388px;
	display:block;
}
.div-checkbox label {
	width: 388px;
	display:block;
	padding: 0 0 10px 0;
	margin: 0;
}

/* Text */

.gutscheinfont {
	width:100px;
	font-size:12px;
	line-height:16px;
	height:18px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-left:10px;
}

/* Inputfelder, Buttons, Label */
.input { /* Klasse für input boxen */
	border: 1px solid black;
	background-color:white;
	color:black;
	width:100px;
	font-size:10px;
	line-height:12px;
	height:16px;
	padding:2px 2px 0px 2px;
	margin:0px;
}

.inputx input,
.inputxwide input	{ /* selbiges wie oben, wenn man die klasse nicht direkt zuweisen kann */
	border: 1px solid black;
	background-color:white;
	color:black;
	width:100px;
	font-size:10px;
	height:16px;
	margin:0px;
	padding:2px 2px 0px 2px;}

.inputxwide input /* breitere inputboxen */
{
	width:120px;
}

.inputx select,
.inputxwide select { /* Für selectboxen */
	background-color:white;
	color:black;
	width:55px;
	font-size:10px;
	height:18px;
	margin:0px;
}

.selectwide select
{
	width:100px;
}

.hiddenform
{
	padding:0px;
	margin:0px;
}

/* Sortier- und Suchinputboxen */
.sortboxes
{
	height:22px;
	text-align:left;
	margin-bottom:5px;
}

.button
{
	background-color:#5d5949;
	color: white;
	font-family: Verdana, Verdana,Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:20px;
	height:22px;
	width:50px;
	border:1px solid black;
}

.logininputs
{
	width:80px;
	height:16px;
	font-size:12px;
	line-height:14px;
}

/* Die HauptContainer, von oben nach unten */



/* Platzhalter zwischen den Teilen der Content-Teils */
.spacerbig /* platzhalter ganz links und ganz rechts */
{
	width:99px;
	float:left;
}

.spacersmall /* platzhalter content anzeigen */
{
	width:10px;
	float:left;
}

.spacersmallleft /* platzhalter navigation content */
{
	width:8px;
	float:left;
}


.spacertop /* platzhalter */
{
	height:28px;
}
/* Content-Teile */


.middlepart /* Hauptcontent Teil */
{
	width: 460px;
	float:left;
/*	background-color:#fffdf8;*/
}

.rightpart /* Rechter Content Teil */
{
	width:162px;
	float:left;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
}

/* NAVIGATIONs BOXEN */

.navleftbox /* box ganz links */
{
	background-color:#cec396;
	width:100px;
	height:38px;
	float:left;
	margin-top:1px;
	margin-right:1px;
}

.navbox /* normale navbox mit link */
{
	background-color:#cec396;
	width:99px;
	height:27px;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	margin-top:1px;
	padding-top:11px;
	color:black;
	text-decoration:none;
}

.navbox-active,
.navbox:hover
{
	background-color:#ad9961;
	color:white;
}

.vline
{
	line-height:0px;
	font-size:0px;
	height:27px;
	width:1px;
	background-color:white;
	float:left;
}

.navrightbox /* box ganz rechts */
{
	background-color:#cec396;
	width:99px;
	height:38px;
	float:left;
	margin-top:1px;
}

.fixfloat
{
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	clear:both;
}

/* Rechtes Content Feld */

.rcbox /* standardbox für die rechte content seite */
{
	width:162px;
	background-image:url(/templates/edelpics/greenboxbg.png);	
}

.rcboxbottom /* abschluss für die box */
{
	width:162px;
	background-image:url(/templates/edelpics/greenboxbottom.png);	
	height:4px;
	margin-bottom:10px;
	line-height:0px;
	font-size:0px;
}

.rcboxcontent /* box für content */
{
	width:142px;
	margin-left:4px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	padding-bottom:5px;
}

.rcboximg 
{
	width:157px; /* box für bilder */
	min-height:20px;
	line-height:0px;
	font-size:0px;
	margin-left:1px;
	margin-right:3px;
}

/* GLOSSAR */
.glossary-letter-head { display: none; }

.glossary-head {
	padding:20px;
	width:418px;
	color:#b00004;
	font-size:12px;
	font-weight:bold;
}

.glossary-leftpart 
{
	width:180px;
	padding:0px 18px 0px 20px;
	margin-bottom: 30px;
	border-right:1px dotted black;
	font-size:11px;
	line-height:16px;
	float:left;
}

.glossary-rightpart
{
	width:180px;
	padding:0px 18px 0px 20px;
	margin-bottom: 30px;
	font-size:11px;
	line-height:16px;
	float:left;
}


.glossary-detail
{
	width:418px;
	padding:0px 20px 0px 20px;
	margin-bottom: 30px;
	font-size:11px;
	line-height:16px;

}

.hiddenpic {
	margin: 8px 0 5px 0;
	background-image:url(/templates/authentication/formular_pic.php);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 222px;
	overflow:hidden;
}

/*box für warenkorb*/

.wrcbox /* standardbox für die rechte content seite */
{
	width:162px;
	background-image:url(/templates/edelpics/warenkorbnavbg.png);
	margin-bottom:10px;
}

.wrcboxcontent /* box für content */
{
	width:142px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	font-size:10px;

}

.tableleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:85px;
	text-align:left;
	height:20px;
	border-bottom:1px dotted black;
}

.tableright
{
	width:55px;
	text-align:right;
	height:20px;
	border-bottom:1px dotted black;
}

/* Text */
.heading /* Für standardüberschriften */
{
	font-size:13px;
	font-weight:bold;
}

/* Shop Boxen */
/* Shopbox Container */


.shopboxmain a
{
	text-decoration:none;
	color:black;
}

.shopboxmain h5
{
	margin-top:0px;
	padding-top:15px;
	font-size:14px;
	color:black;
	line-height:20px;
}
h3.article-list-header, h3.article-list-header-big, h1.article-list-header, h1.article-list-header-big {
	margin:0 10px 0 160px;
	padding-top:15px;
	font-size:13px;
	line-height:19px;
	width:288px;
	overflow: hidden;
	color: #333333;
}
h3.article-list-header a, h3.article-list-header-big a, h1.article-list-header a, h1.article-list-header-big a {
	color: #333333;
} 
h3.article-list-header-big, h1.article-list-header-big {
	width: 258px;
	margin:0 10px 0 190px;
}
p.article-list-header, p.article-list-header-big {
	margin: 0 0px 0 160px;
	padding: 0;
	font-style: italic;
}
p.article-list-header-big {
	margin: 0 10px 0 190px;
}
/* Reihen der Shopbox */


.shopboxsecondrow a
{
	text-decoration:none;
	color:#b00004;
}

.shopboxsecondrow p
{
	margin-top:0px;
	padding-top:0px;
}
.shop-2nd-row-pic, .shop-2nd-row-pic-big {
	width:149px;
	float:left;
	text-align:center;
	
}

.shop-2nd-row-pic-big {
	width:179px;
	min-height: 150px;
}

.shop-2nd-row-teaser {
	padding-bottom: 10px;
}
.shop-2nd-row-notes {
	padding-bottom: 10px;
}
.shop-2nd-row-manufacturer {
	padding-bottom: 10px;
}


.shopprice {
	color: #3A383B;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
}

.anzahlbox /* Wird theoretisch nicht mehr verwendet, bleibt aber sicherheitshalber drin */
{
	font-family:  Verdana,Arial,Georgia, Times New Roman, serif;
	margin-top:5px;
	width:19px;
	border:1px solid black;
	height:16px;
	text-align:right;
	padding-right:2px;
	padding-top:0px;
	font-size:11px;
}

.basketbg
{
	background-image:url(/templates/edelpics/zurkasse.png);
	height:18px;
	font-size:10px;
	line-height:12px;
	padding:4px 9px 3px 3px;
	text-align:right;
}


.tdcolor1
{
	background-color:#f8f4eb;
}

.tdcolor0
{
	background-color:#FFFFFF;
}

.basketbuttons
{	
	text-align:left;
	margin:10px;
	margin-top:20px;
}

.basketbuttons button
{
	background-color:#dbd1b9;
	width:94px;
	height:15px;
	border:0px;
	background-image:url(/templates/edelpics/aktualisieren.gif);
	
}

.basketbuttons2
{	
	text-align:left;
}

.basketbuttons2 button
{
	background-color:#dbd1b9;
	width:94px;
	height:15px;
	border:0px;
	background-image:url(/templates/edelpics/einloesen.gif);
	
}

.smallinput input
{
	width:25px;
	border:1px solid #666666;
	height:16px;
	font-size:11px;
	margin:0px;
	font-family: Arial,Georgia, Times New Roman, serif;
	padding-right:2px;
}

.select
{
	padding:0px;
	margin:0px;
	border:0px;
	width:16px;
	height:16px;

}

.goon button,
.goon input
{
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	width:43px;
	height:28px;
	margin-left:10px;
	background-color:red;
	background-image:url(/templates/edelpics/weiter.gif);
	background-repeat: no-repeat;
}

.chkdatatblleft
{
	text-align:left;
	width:280px;
}

.chkdatatblmiddle
{
	text-align:left;
	width:80px;
	border-right:1px dotted #666666;
	padding-left:5px;
	padding-right:5px;
}

.chkdatatblright
{
	text-align:right;
	width:70px;
	font-size:12px;
}

.checkbox input
{
	width:14px;
	border:0px;
	height:14px;
	font-size:11px;
	margin:0px;
}

.finishorder button,
.finishorder input
{
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	width:140px;
	height:28px;
	margin-left:10px;
	background-color:red;
	background-image:url(/templates/edelpics/finishorder.gif);
	background-repeat: no-repeat;
}




.whitelink /* weisser link auf rot als text */
{
	border:0px;
	margin:0px;
	padding:0px;
	padding-top:9px;
	color:white;
	font-size:10px;
	line-height:12px;
	height:21px;
	background-color:#b00004;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.whitelink a
{
	color:white;
	text-decoration:none;
}

.registerinput
{
	width:200px;
}

.anzahlinput input /* Für das Anzahlfeld */
{
	margin:5px 2px 0px 0px;
	padding:2px;
	font-size:10px;
	line-height:12px;
	background-color:white;
	border:1px solid black;
	height:14px;
	width:16px;
	color:black;
	text-align:right;
	float:left;
}

/* MAGAZIN */


.bg-red {
	background: url(/templates/pics/bg_author_dotted_line_w.gif) no-repeat;
	background-color: #BD1320;
	background-position: 183px 27px;
}
.bg-orange {
	background-color: #F29400;
}
.bg-olive {
	background-color: #AD9961;
}
.bg-beige {
	background-color: #CEC396;
}
.bg-white-opal {
	background-color: #FFFDF7;
}
.bg-white {
	background-color: #FFFFFF;
}
.magazin-author-con {
	float: left;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 178px;
}
.magazin-author-name {
	margin-left: 19px;
	min-height: 20px;
	padding: 0 14px 0 0;
	width: 246px;
}
.magazin-author-name h1 {
	color: #766A52;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 78px 0 10px 0;
	padding: 0;
}
.magazin-author-sub {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.bg-red .magazin-author-name h1 {
	color: #FFFFFF;
}



/* Allgemeine Boxen */

.orangebox {
	background-image:url(/templates/edelpics/orangebox.png);
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	padding:7px 8px 0px 8px;
	width:147px;
}

.greenbox {
	background-image:url(/templates/edelpics/greenbox.png);
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	padding:7px 8px 0px 8px;
	width:146px;
}

.orderheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	height:21px;
	padding:4px 8px 0px 0;
	text-align: left;
}

.auf-den-merkzettel{
	width:220px;
}
.auf-den-merkzettel,
.merkzettel-zum-warenkorb-hinzu
{
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	cursor: pointer;
}

.auf-den-merkzettel div{
	color: #AA2224;
	cursor: pointer;
}

.merkzettel-content{
	padding-right:14px;
	padding-left:9px;
}
.merkzettel-header{
	background-image:url(/templates/edelpics/box_head_dark.gif);
	height:16px;
	padding-top:6px;
	padding-left:9px;
}
.merkzettel-footer{
	padding-top:2px;
	padding-left:12px;
	margin-right:4px;
}
.merkzettel-footer input{
	font-family:  Verdana,Arial,Georgia;
	font-size:9px;
	padding:0;
	margin:-2px 0px 0px 0px;
}

.merkzettel-footer-end{
	background-image:url(/templates/edelpics/box_end_light.gif);
	height:11px;
	overflow:hidden;
}

.width105{
	width:90px;
}

.width75{
	width:68px;
}

.merkzettel-footer{
	height:20px;
	padding-top:8px;
}

.shop-pic{
	display:none;
}

.shop-pic-active{
	display:block;
}

.shop-minipic{
	border:1px solid #78705B;
}

.shop-minipic-active{
	border:1px solid #D5D2C9;
}

div.shop-more-details{
	margin-left:20px;
	margin-right:20px;
	height:20px;
	overflow:hidden;
	background-image: url(../pics/dotted_line_horizontal.gif);
	background-repeat: repeat-x;
	background-position: 0 center; 
}

a.shop-more-details{
	color:black;
}


