html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #C8C1A3;
}

* {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

a {
	text-decoration: none;
}

a:hover {
	color: #BE5500;
}

td {
	vertical-align: top;
}

input, textarea {
	background: #FFFFFF;
}

.grey {
	color: #8a837c;
}

.orange {
	color: #BE783F;
}

.deeporange {
	color: #BE5500;
}

.small {
	font-size: 11px;
}

.greenlink {
	color: #9EA25F;
	font-weight:bold;
	text-decoration:underline;
}

.greenlink:hover {
	color: #BE5500;
}



.trenner {
	width: 870px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background: #DDE7DB;
	margin-top: 10px;
}

.small_trenner {
	width: 600px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background: #DDE7DB;
	margin-top: 4px;
}

.tiny_trenner {
	width: 590px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background: #DDE7DB;
	margin-top: 4px;
}

.thin_tiny_trenner {
	width: 590px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background: #DDE7DB;
	/*margin-top: 4px;*/
	overflow:hidden;
}

.fat_tiny_trenner {
	width: 590px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background: #DDE7DB;
	margin-top: 20px;
}

.main {
	margin-top: 20px;
	width: 880px;
	padding: 10px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #8E8274;
	position:relative;
}

.navigation {
	width: 600px;
	height: 32px;
	background: #ECECDF;
	padding-left: 0px;
}

.navigation a {
	float: left;
	margin-left: 14px;
	margin-top: 8px;
	padding-left: 8px;
	color: #9EA25F;
	background: url(../pics/navi_pfeil_p.gif) left center no-repeat;
}

.navigation a:hover, .navigation a.active {
	color: #BE5500;
	background: url(../pics/navi_pfeil_a.gif) left center no-repeat;
}

.subnavigation {
	width: 560px;
	height: 20px;
	padding-left: 25px;
}

.subnavigation a {
	float: left;
	margin-left: 20px;
	margin-top: 6px;
	padding-left: 8px;
	color: #9EA25F;
	font-size:10px;
	background: url(../pics/navi_pfeil_p.gif) left center no-repeat;
}

.subnavigation a.active, .subnavigation a:hover {
	color: #BE5500;
	background: url(../pics/navi_pfeil_a.gif) left center no-repeat;
}

.subnavigation a.active, .subnavigation a.disabled {
	cursor:default;
}

.subnavigation a.disabled {
	color: #9EA25F;
	background: url(../pics/navi_pfeil_p.gif) left center no-repeat;
}

.content {
	width: 600px;
	position:relative;
}

.content .headline {
	color: #BE5500;
	font-size: 18px;
	margin-top: 6px;
	position: absolute; 
	top: 33px;
	left: 230px;
}

.content .vinodata .grey {
	background: #F4F3ED;
}

.content .vinodata tr td {
	height: 16px;
	padding-top: 1px;
	vertical-align: top;
}

.content .vinodata .bewertungen {
	border: 1px solid #c8c1a3;
	margin-top:5px;
}

.vinodata_rueck td {
	height: 16px;
	padding-top: 1px;
}

.rechts {
	position: relative;
	border: 2px solid #F4F3ED;
}

.rechts .price_old {
	background: url(../pics/cross_out.gif) left top no-repeat #FFFFFF;
	height: 65px;
	#height: 76px;
	padding: 10px;
	#padding-bottom: 0px;
}

.rechts .price_old_nopic {
	background: #FFFFFF;
	height: 50px;
	padding: 10px;
}

.rechts .price_old .evp {
	color: #BE783f;
	font-weight: bold;
	margin-bottom: 4px;
}

.rechts .price_new {
	font-weight: bold;
	font-size: 28px;
	color: #BE783F;
	position: absolute;
	top: 123px;
	#top: 127px;
	left: 120px;
	white-space: nowrap;
}

.rechts .bestellbutton {
	cursor: pointer;
	position: absolute;
	top: 208px;
	left: -2px;
}

.rechts .versandkosten a {
	position:relative;
	top:55px;
	#top:53px;
	left:22px;
	font-size:11px;
	color:#8A837C;
}

.rechts .headline {
	color: #BE5500;
	font-size: 18px;
	margin: 80px 10px 2px 10px;
	#margin-top: 74px;
}

.rechts .beschreibung {
	padding: 10px;
}

.kommentare {
	margin-left: 10px;
}

.kommentare .headline {
	color: #BE5500;
	font-size: 18px;
	margin-top: 6px;
}

.kommentare .container {
	width: 100%;
	margin-top: 15px;
}

.kommentare .container .left {
	float: left;
	width: 220px;
}

.kommentare .container .right {
	float: left;
	width: 550px;
}

.kommentare .container .antwort_grafik {
	height: 19px;
	width: 100%;
	border-bottom: 1px solid #DDE7DB;
	text-align: right;
	margin-top: -10px;
	#margin-top: -14px;
}

.kommentare .container .antwort {
	border-top: 1px solid #DDE7DB;
	margin-top: 8px;
	padding-top: 8px;
	color: #666666;
}


.warenkorb {
	margin-left: 10px;
}

.warenkorb .trenner {
	width: 870px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background: #DDE7DB;
	margin: 6px 0px 9px 0px;
}

.wk1_menge {
	width: 36px;
	height: 16px;
	position: relative;
	top: -9px;
	#top: -7px;
	color: #BE5500;
	font-weight: bold;
	text-align: right;
	border: 1px solid #c2c2a6;
	padding-right: 4px;
}

.adresseingabe {
	width:420px;
	background:#FAFAF7;
}

.adresseingabe td {
	vertical-align:middle;
	padding-left:10px;
	height:25px;
}

.adresseingabe .textinput {
	border: 1px solid #c8c1a3;
	height: 16px;
	width: 270px;
	padding-left:10px;
	color: #BE5500;
}

.radiofix {
	position:relative;
	top:3px;
	#top:2px;
}

.footerlinks {
 	padding-right: 20px;
 	width:900px;
 	text-align:right;
 	margin-top: 4px;
}

.footerlinks a {
	color: #5b534a;
 	font-size: 10px;
 	margin-left: 10px;
}

.footerlinks a:hover {
	color: #BE5500;
}

.versandkostenlink {
	color:#8a837c;
	font-size:10px;
	text-decoration:underline;
}

.versandkostenlink:hover{
	color:#555;
}

.admin_vino_table .label {
	float:left;
	width:90px;
	margin-bottom:1px;
}

.admin_vino_table .input {
	float:right;
	width:190px;
	margin-bottom:1px;
}












