/* Defaults */
* {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}

body {
	font-size: 100.01%;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Style-Classes */
.klein {
	font-size: 0.75em;
}
.kleinnormal {
	font-size: 0.7em;
	font-weight: normal;
}
.gross {
	font-size: 1.3em;
}
.weit {
	letter-spacing: 0.2em;
}
.schwarz {
	color: black;
}
.weiss {
	color: white;
}
.grau {
	color: gray;
}
.rot {
	color: red;
}
.gruen {
	color: green;
}
.blau {
	color: blue;
}
.error {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
}
.list {
	list-style-type: bullet;
	margin-bottom: 1.5em;
}
.list li {
	list-style-type: bullet;
	margin-left: 1.6em;
}
.llist {
	list-style-type: bullet;
	margin-top: 0.6em;
}
.llist li {
	list-style-type: bullet;
	margin-left: 1.6em;
	margin-bottom: 0.6em;
}
.llist li a {
	color: #000000;
}
.list #mbot, .llist #mbot {
	margin-bottom: 0.6em;
}
.bg_start {
	background-color: #523A34;
}
.bg_blue {
	background-color: #111E47;
}
.bg_brown {
	background-color: #1E0F11;
}
.bg_grey {
	background-color: #4D4B3E;
}

/* -| LAYOUT |- */
#wrapper {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
}
#page {
	display: block;
	width: 980px;
	height: 615px;
}
/* Header */
#header {
	display: block;
	width: 980px;
	height: 68px;
	color: #FFFFFF;
	background-color: transparent;
}
#header h1 {
	float: right;
	font-size: 1.7em;
	margin: 12px 20px 0 0;
}
#header h1 span {
	display: none;
}

/* Navigation */
#mnavi {margin: 0 0 0 12px;}
#mnavi li {
	position: relative;
	float: left;
	margin: 40px 0 0 30px;
	list-style-type: none;
	z-index: 100;
	cursor: pointer;
}
#mnavi li span.sub {
	cursor: default;
}
#mnavi li .a {
	display: block;
	width: 140px;
	height: 25px;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}
#mnavi li .a span {display: none;}

/* default */
#mnavi .weine .a {background: transparent url(/de/navigation/navigation.gif) 0 0 no-repeat;}
#page #mnavi .weine:hover .a {background-position: 0 -166px;}
#mnavi .shop .a {background: transparent url(/de/navigation/navigation.gif) -144px 0 no-repeat;}
#page #mnavi .shop:hover .a {background-position: -144px -166px;}
#mnavi .firma .a {background: transparent url(/de/navigation/navigation.gif) -288px 0 no-repeat;}
#page #mnavi .firma:hover .a {background-position: -288px -166px;}
#mnavi .news .a {background: transparent url(/de/navigation/navigation.gif) -432px 0 no-repeat;}
#page #mnavi .news:hover .a {background-position: -432px -166px;}
/* fr-default */
.lang_fr #mnavi .weine .a {background-image: url(/fr/navigation/navigation.gif);}
.lang_fr #mnavi .shop .a {background-image: url(/fr/navigation/navigation.gif);}
.lang_fr #mnavi .firma .a {background-image: url(/fr/navigation/navigation.gif);}
.lang_fr #mnavi .news .a {background-image: url(/fr/navigation/navigation.gif);}
/* blue */
.bg_blue #mnavi .weine .a {background-position: 0 -33px;}
.bg_blue #mnavi .shop .a {background-position: -144px -33px;}
.bg_blue #mnavi .firma .a {background-position: -288px -33px;}
.bg_blue #mnavi .news .a {background-position: -432px -33px;}
/* brown */
.bg_brown #mnavi .weine .a {background-position: 0 -66px;}
.bg_brown #mnavi .shop .a {background-position: -144px -66px;}
.bg_brown #mnavi .firma .a {background-position: -288px -66px;}
.bg_brown #mnavi .news .a {background-position: -432px -66px;}
/* grey */
.bg_grey #mnavi .weine .a {background-position: 0 -99px;}
.bg_grey #mnavi .shop .a {background-position: -144px -99px;}
.bg_grey #mnavi .firma .a {background-position: -288px -99px;}
.bg_grey #mnavi .news .a {background-position: -432px -99px;}

 /* subnav */
#mnavi li ul {
	display: none;
	position: absolute;
}
#mnavi .weine ul {background-color: #414B6C;}
#mnavi .shop ul {background-color: #493D3E;}
#mnavi .firma ul {background-color: #5F5D51;}
#mnavi .news ul {background-color: #5F5D51;}

#mnavi li:hover ul {display: block;}
#mnavi li ul li {
	float: none;
	margin: 0;
}
#mnavi li ul li .a {
	width: 128px;
	margin: 2px 4px;
	padding: 0 2px;
	height: 22px;
	line-height: 20px;
}
#mnavi li ul li:hover .a,
.lang_fr #mnavi li ul li:hover .a {
	background-color: #AAA4A5;
}
#mnavi li ul li .a,
#mnavi .weine ul li .a,
#mnavi .shop ul li .a,
#mnavi .firma ul li .a,
#mnavi .news ul li .a,
.lang_fr #mnavi li ul li .a,
.lang_fr #mnavi .weine ul li .a,
.lang_fr #mnavi .shop ul li .a,
.lang_fr #mnavi .firma ul li .a,
.lang_fr #mnavi .news ul li .a {
	background: none;
}
#page #mnavi li:hover ul li .a.sub,
#page #mnavi .weine ul li .a.sub,
#page #mnavi .shop ul li .a.sub,
#page #mnavi .firma ul li .a.sub,
#page #mnavi .news ul li .a.sub {
	background-image: url(/pix/arrows.gif);
	background-position: 123px 8px;
	background-repeat: no-repeat;
}
#mnavi li ul li .a span{
	display: block;
}

 /* sub-subnav */
#mnavi li:hover ul li ul {
	display: none;
	left: 139px;
	top: -2px;
	border-left: 1px dotted #fff;
}
#mnavi li:hover ul li:hover ul {display: block;}
#mnavi li ul li:hover ul li .a,
.lang_fr #mnavi li ul li:hover ul li .a {
	background-color: transparent;
}
#mnavi li ul li:hover ul li:hover .a,
.lang_fr #mnavi li ul li:hover ul li:hover .a {
	background-color: #AAA4A5;
}

 /* sub-sub-subnav */
#mnavi li:hover ul li:hover ul li ul {display: none;}
#mnavi li:hover ul li:hover ul li:hover ul {display: block;}
#mnavi li ul li:hover ul li:hover ul li .a,
.lang_fr #mnavi li ul li:hover ul li:hover ul li .a {
	background-color: transparent;
}
#mnavi li ul li:hover ul li:hover ul li:hover .a,
.lang_fr #mnavi li ul li:hover ul li:hover ul li:hover .a {
	background-color: #AAA4A5;
}

 /* nav-specials */
#mnavi .warenkorb .a span {
	background: transparent url(/pix/korb.gif) 0 2px no-repeat;
	padding-left: 20px;
}


/* Body */
#body, #body_w {
	display: block;
	width: 980px;
	height: 468px;
	color: #000000;
	background-color: #DBDDE3;
}
/* line-top */
#lt {
	padding: 24px 0 7px 0;
}
#lt img {
	margin: 0 18px;
}
/* Bild */
#bildframe {
	float: right;
	width: 320px;
	height: 400px;
	margin-right: 38px;
	background-color: #FFFFFF;
}
* html #bildframe {
	margin-right: 19px;
}
#body_w #bildframe {
	display: none;
}
/* Content */
#contentframe {
	float: left;
	width: 577px;
	height: 400px;
	margin-left: 38px;
	background-color: #FFFFFF;
}
* html #contentframe {
	margin-left: 19px;
}
#contentframe h2 {
	position: relative;
	left: -10px;
	width: 220px;
	/*height: 25px;
	line-height: 24px;*/
	height: 1.5em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	z-index: 10;
}
#contentframe h2 span {
	/*display: block;*/
	height: 1.5em;
	line-height: 1.5em;
}
.bg_blue #contentframe h2 {
	background-color: #111E47;
}
.bg_brown #contentframe h2 {
	background-color: #1E0F11;
}
.bg_grey #contentframe h2 {
	background-color: #4D4B3E;
}
#contentframe h3 {
	margin-bottom: 1em;
}
#contentframe h3 {
	margin-bottom: 0.5em;
}
#contentframe p {
	margin-bottom: 1em;
}
#body_w #contentframe {
	display: block;
	width: 904px;
}
#content {
	height: 359px;
	margin-top: 10px;
	margin-left: 15px;
	padding-right: 12px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#content_start {
	background-image: url(/pix/start.jpg);
	height: 400px;
}
/* line-bottom */
#lb {
	padding: 7px 0 23px 0;
	clear: both;
}
#lb img {
	margin: 0 18px;
}
/* Footer */
#footer {
	display: block;
	width: 980px;
	height: 68px;
	color: #FFFFFF;
	background-color: transparent;
}
#footer #copy {
	display: none;
}
#footer #adress {
	display: none;
}
#footer #right {
	float: right;
	display: block;
	text-align: right;
	font-weight: bold;
	margin: 12px 20px 0 0;
}
#footer #right a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/* B-Linklist */
#blist {
	position: absolute;
	left: -3000px;
	/*bottom: 120px;*/
}
* html #blist {
	/*bottom: 128px;*/
}
#blist #view {
	position: absolute;
	left: 3012px;
}
#blist ul {
	margin-left: 16px;
	display: inline;
}
* html #blist ul {
	margin-left: -16px;
}
#blist li {
	list-style-type: none;
	float: left;
	/*display: block;*/
	border: 1px solid #111E47;
	background-color: #B0B7C5;
	margin: 8px 18px;
	text-align: center;
}
#blist #view li {
	display: inline;
}
#blist a {
	text-decoration: none;
	color: #111E47;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 6px;
	line-height: 1.8em;
	height: 1.8em;
	width: 10em;
}
#blist a:link:hover {
	color: #FFFFFF;
}
#blist a:visited:hover {
	color: #FFFFFF;
}
#blist li#active {
	background-color: #111E47;
}
#blist li#active a {
	color: #FFFFFF;
}
/* C-Linklist */
#clist {
	position: absolute;
	bottom: 120px;
	width: 580px;
}
* html #clist {
	bottom: 128px;
}
#clist ul {
	margin-left: 16px;
}
* html #clist ul {
	margin-left: -16px;
}
#clist li {
	list-style-type: none;
	float: left;
	display: block;
	border: 1px solid #111E47;
	background-color: #B0B7C5;
	margin: 8px 18px;
	text-align: center;
}
#clist a {
	text-decoration: none;
	color: #111E47;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 6px;
	line-height: 1.8em;
	height: 1.8em;
	width: 10em;
}
#clist a:link:hover {
	color: #FFFFFF;
}
#clist a:visited:hover {
	color: #FFFFFF;
}
#clist li#active,
#clist li.active {
	background-color: #111E47;
}
#clist li#active a,
#clist li.active a {
	color: #FFFFFF;
}

#hnav {
	display: none;
}

/* newslist */
#newslist {
	
}
#newslist li {
	margin-bottom: 1em;
	clear: both;
}
#newslist #datum {
	display: block;
	float: left;
	width: 60px;
	font-size: 11px;
	padding: 3px 5px 0 0;
}
#newslist h3 {
	display: block;
	float: left;
	padding: 0 0 5px 0;
}
#newslist p {
	display: block;
	width: 450px;
	float: left;
	padding: 0 0 5px 0;
}
#newslist #morelink {
	margin: 0 0 0 1em;
}
/* newsdetail */
#newsdetail {
	
}
#newsdetail li {
	margin-bottom: 1em;
	clear: both;
}
#newsdetail #datum {
	display: block;
	float: left;
	width: 60px;
	font-size: 11px;
	padding: 3px 5px 10px 0;
}
#newsdetail h3 {
	display: block;
	float: left;
	padding: 0 0 5px 0;
}
#newsdetail p {
	display: block;
	width: 550px;
	float: left;
	padding: 0 0 5px 0;
}
#newsdetail #links {
	display: block;
	float: left;
	padding: 0 0 5px 0;
}
#newsdetail #navbuts {
	display: block;
	width: 50px;
	float: right;
	padding: 3px 0 5px 0;
}

#front_data {
	position: absolute;
	display: block;
	left: 60px;
	top: 120px;
	width: 410px;
	height: auto;
	padding: 5px;
	background-color: rgba(50,50,50,0.4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	color: #fff;
}


#frontnews {
	position: absolute;
	display: block;
	right: 55px;
	bottom: 125px;
	width: 410px;
	padding: 0;
}
#frontnews #news {
}
#frontnews #newslist {
	display: block;
	width: 410px;
}
#frontnews #newslist li {
	margin-bottom: 1em;
	clear: none;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: rgba(50,50,50,0.4);
	height: auto;
	width: 400px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}
#frontnews #newslist #datum {
	display: block;
	float: none;
	width: 120px;
	font-size: 11px;
	padding: 3px 5px 0 0;
	color: #fff;
}
#frontnews #newslist h3 {
	display: block;
	float: none;
	padding: 0;
	color: #fff;
}
#frontnews #newslist p {
	display: block;
	width: 450px;
	float: none;
	padding: 0 0 5px 0;
	color: #fff;
}
#frontnews #newslist #morelink {
	margin: 0 0 0 1em;
}

#frontnews #newsdetail {
	padding: 5px;
	width: 450px;
	background-color: rgba(50,50,50,0.5);
}
#frontnews #newsdetail #datum {
	display: block;
	float: none;
	width: 120px;
	font-size: 11px;
	padding: 3px 5px 10px 0;
	color: #fff;
}
#frontnews #newsdetail h3 {
	display: none;
	float: none;
	padding: 0 0 5px 0;
	color: #fff;
}
#frontnews #newsdetail p {
	display: block;
	width: 450px;
	float: none;
	padding: 0 0 5px 0;
	color: #fff;
}
#frontnews #newsdetail #links {
	display: block;
	float: none;
	padding: 0 0 5px 0;
	color: #fff;
}
#frontnews #newsdetail #navbuts {
	display: block;
	width: 50px;
	float: right;
	padding: 3px 0 5px 0;
	color: #fff;
}


#dummy {
	clear: both;
}

#fadr {
	display: none;
}

/* Tags */
h2 span {
	white-space: nowrap; 
}
fieldset {
	width: 540px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
* html fieldset {
	width: 540px;
}
fieldset table {
	margin: 5px;
}
fieldset table tr td {
	padding-top: 3px;
}
legend {
	margin-left: 10px;
	padding: 0 2px;
	font-style: italic;
	font-weight: bold;
	/*color: #111E47;*/
	color: #414B6C;
}
label {
}
abbr {
	cursor: help;
	text-decoration: none;
	border: 0;
}
* html label {
	position: relative;
	top: 2px;
}
.no_deco {
	color: #000000;
	outline: 0;
	text-decoration: none;
}
option {
	padding: 3px; 
}
#beslog fieldset {
	width: 730px;
}
#bread {
	clear: both;
}
#bread li {
	float: left;
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(/pix/pipe.gif);
}
#artikel_liste tr td {
	line-height: 1.35em;
	font-size: 0.85em;
}
#grey_text, #grey_text td {
	color: #CCCCCC;
}
/*#contentframe h2 {
	position: relative;
	height: 25px;
	left: -10px;
	padding: 0 20px 0 15px;
	margin: 5px 0;
	color: #FFFFFF;
}
#contentframe h2 span {
	display: block;
	min-width: 220px;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	color: #FFFFFF;
}*/

/* Buttons */
.sbut, .sbut:link, .sbut:visited { /* normal */
	text-decoration: underline;
	border: 0;
	font-size: 0.8em;
	background-color: #FFFFFF;
	/*margin-left: 3em;*/
	cursor: pointer;
}
.nbut, .nbut:link, .nbut:visited { /* normal */
	text-decoration: underline;
	border: 0;
	background-color: #FFFFFF;
	margin-left: 3em;
	cursor: pointer;
}
.but, .but:link, .but:visited { /* normal */
	text-decoration: none;
	border: 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	background-color: #D4D0C8;
	cursor: pointer;
	outline: none;
}
* html .but, * html .but:link, * html .but:visited {
	height: 20px;
}
* html input.but, * html input.but:link, * html input.but:visited {
	overflow: visible;
}
.but:hover, .but:link:hover, .but:visited:hover {
	color: #FFFFFF;
}
.bbut, .bbut:link, .bbut:visited { /* big */
	text-decoration: none;
	border: 1px solid black;
	padding-left: 4px;
	padding-right: 4px;
	color: #000000;
	background-color: #D4D0C8;
	cursor: pointer;
	outline: none;
	font-size: 1.2em;
	font-weight: bold;
}
* html .bbut, * html .bbut:link, * html .bbut:visited {
	height: 24px;
}
* html input.bbut, * html input.bbut:link, * html input.bbut:visited {
	overflow: visible;
}
.bbut:hover, .bbut:link:hover, .bbut:visited:hover {
	color: #FFFFFF;
}

#tbut { /* top */
	position: absolute;
	top: 110px;
	right: 375px;
}
* html #tbut { /* top */
	position: absolute;
	top: 0px;
	right: 5px;
}

.tbut, .tbut:link, .tbut:visited { /* top */
	text-decoration: none;
	border: 1px solid black;
	padding-left: 4px;
	padding-right: 4px;
	color: #000000;
	background-color: #D4D0C8;
	cursor: pointer;
	outline: none;
	font-size: 0.8em;
	font-weight: bold;
}
* html .tbut, * html .tbut:link, * html .tbut:visited {
	height: 18px;
}
* html input.tbut, * html input.tbut:link, * html input.tbut:visited {
	overflow: visible;
}
.tbut:hover, .tbut:link:hover, .tbut:visited:hover {
	color: #FFFFFF;
}

#trsbut { /* top */
	position: absolute;
	top: 110px;
	right: 45px;
}

.trsbut, .trsbut:link, .trsbut:visited { /* top */
	text-decoration: none;
	border: 1px solid black;
	padding-left: 4px;
	padding-right: 4px;
	color: #000000;
	background-color: #D4D0C8;
	cursor: pointer;
	outline: none;
	font-size: 0.8em;
	font-weight: bold;
}
* html .trsbut, * html .trsbut:link, * html .trsbut:visited {
	height: 18px;
}
* html input.trsbut, * html input.trsbut:link, * html input.trsbut:visited {
	overflow: visible;
}
.trsbut:hover, .trsbut:link:hover, .trsbut:visited:hover {
	color: #FFFFFF;
}

#trbut { /* top */
	position: absolute;
	top: 110px;
	right: 45px;
}
* html #trbut { /* top */
	display: none;
}

.trbut, .trbut:link, .trbut:visited { /* top */
	text-decoration: none;
	border: 1px solid black;
	padding-left: 4px;
	padding-right: 4px;
	color: #000000;
	background-color: #D4D0C8;
	cursor: pointer;
	outline: none;
	font-size: 0.8em;
	font-weight: bold;
}
* html .trbut, * html .trbut:link, * html .trbut:visited {
	height: 18px;
}
* html input.trbut, * html input.trbut:link, * html input.trbut:visited {
	overflow: visible;
}
.tbut:hover, .trbut:link:hover, .trbut:visited:hover {
	color: #FFFFFF;
}
/* Startseite-Shop */
#lsf {
	float: right;
	margin-right: 15px;
}
#lsf fieldset {
	width: 210px;
	margin-bottom: 15px;
}
#tml {
	margin-top: 10px;
}
#tml ul {
	margin-left: 30px;
}
#tml ul li {
	float: left;
	width: 8em;
	font-weight: bold;
	list-style-image: url(/pix/spacer.gif);
	/*list-style-image: url(/pix/dot1.gif);*/
	margin-top: 10px;
}
#tml ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	outline: none;
}
#tml ul li a:link:hover {
	text-decoration: underline;
	color: #AAAAAA;
}
#tml ul li a:visited:hover {
	text-decoration: underline;
	color: #999999;
}
#tml ul li ul {
	margin: 0;
}
#tml ul li ul li {
	clear: both;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0.4em 0 0 0;
	list-style-image: url(/pix/spacer.gif);
	/*list-style-image: url(/pix/dot5.gif);*/
}
#tml ul li ul li a {
	text-decoration: none;
	color: #000000;
	outline: none;
}
#tml ul li ul li a:link:hover {
	text-decoration: underline;
	color: #AAAAAA;
}
#tml ul li ul li a:visited:hover {
	text-decoration: underline;
	color: #999999;
}

#lrl {
}
#lrl ul {
	margin-top: 10px;
	margin-left: 30px;
}
#lrl ul li {
	width: 13em;
	font-weight: bold;
	/*list-style-image: url(/pix/dot1.gif);*/
	list-style-image: url(/pix/spacer.gif);
}
#lrl ul li span {
	float: left;
	display: block;
	width: 6em;
	margin-left: 0;
	font-size: 1em;
}
#lrl ul li span.rig {
	margin-left: 2.5em;
	font-size: 0.8em;
}
#lrl ul li span.clear {
	float: none;
	clear: left;
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#lrl ul li a {
	text-decoration: none;
	color: #000000;
	outline: none;
}
#lrl ul li span a {
	float: none;
}
#lrl ul li a:link:hover {
	text-decoration: underline;
	color: #AAAAAA;
}
#lrl ul li a:visited:hover {
	text-decoration: underline;
	color: #999999;
}
/*#lrl ul li span a {
	display: inline;
}
#lrl ul li ul {
	margin: 0;
	float: left;
}
#lrl ul li ul li {
	float: left;
	/*clear: both;*//*
	font-size: 0.8em;
	font-weight: normal;
	margin: 0.6em 0 0 0;
	list-style-image: url(/pix/dot4.gif);
}
#lrl ul li ul li a {
	text-decoration: none;
	color: #000000;
	outline: none;
}
#lrl ul li ul li a:link:hover {
	text-decoration: underline;
	color: #AAAAAA;
}
#lrl ul li ul li a:visited:hover {
	text-decoration: underline;
	color: #999999;
}*/

/*Artikel Wahl */
#choose_transport_form {
	float: left;
}
#choose_pay_form {
	float: left;
	padding-left: 30px;
}

/*Artikel Detail */
#artikel_detail {
	font-size: 0.9em;
	text-align: left;
}
#artikel_detail th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	color: #666666;
	margin: 20px 0;
	padding-right: 10px;
	vertical-align: top;
}
#artikel_detail td {
	vertical-align: top;
}
#th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.675em;
	color: #666666;
	margin: 0;
	padding: 22px 0 0 0;
	vertical-align: top;
}
#td {
	font-size: 0.9em;
	text-align: left;
	padding-right: 15px;
	vertical-align: top;
}
#artikel_detail td {
	padding-right: 15px;
}
#artikel_detail strong {
	display: block;
	margin-bottom: 0.5em;
}

#detail_add_form {
	position: absolute;
	left: 55px;
	bottom: 130px;
}
* html #detail_add_form {
	position: absolute;
	left: 5px;
	bottom: 12px;
}

/* Warenkorb */
#warenkorb {
	font-size: 0.9em;
	border-spacing: 0;
	width: 875px;
}
#warenkorb td, #warenkorb th {
	padding: 2px 6px 1px 0;
}
#warenkorb tr.item:hover {
	background-color: #EEEEEE;
}

/*Artikel Liste */
#artikel_liste {
	width: 870px;
	font-size: 0.9em;
	text-align: left;
	border-spacing: 0;
	margin-bottom: 5px;
}
#artikel_liste th {
	border-bottom: 1px solid black;
	padding-right: 6px;
}
#artikel_liste td {
	border-bottom: 1px dotted black;
	padding: 2px 6px 1px 0;
}
#artikel_liste tr:hover td {
	background-color: #EEEEEE;
}

/* Regionen */
#regionen {
	float: left;
}
#regionen ul {
	margin-left: 50px;
}
#regionen ul li {
	width: 12em;
	font-weight: bold;
}
#regionen ul li a {
	text-decoration: none;
	color: #000000;
}
#regionen ul li a:link:hover {
	text-decoration: underline;
	color: #AAAAAA;
}
#regionen ul li a:visited:hover {
	text-decoration: underline;
	color: #999999;
}

/* Adresswahl */
#adr_wahl {
	width: 855px;
	padding: 5px;
}
* html #adr_wahl {
	width: 870px;
}

/* Zusammenfassung */
#radress {
	width: 420px;
}
#ladress {
	float: right;
	margin-right: 10px;
	width: 420px;
}
* html #ladress {
	margin-right: 8px;
	width: 425px;
}
#zusammenfassung {
	margin-top: 10px;
	width: 857px;
}
#zusammenfass {
	width: 99%;
}
#zusammenfass th {
	padding: 2px 6px 1px 0;
}
#methoden {
	margin-top: 10px;
	width: 847px;
	padding: 5px;
}
* html #methoden {
	width: 857px;
}

/* Quittung */
#quitt {
	margin-top: 10px;
	width: 857px;
}
* html #quitt {
	width: 857px;
}
#quittung {
	width: 98%;
}


/* Rabatt-Liste */
#rabatt_list {
	display: block;
	width: 435px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	color: #999999;
}
#rabatt_list legend {
	color: #999999;
}
#rabatt_list li {
	margin-left: 1.5em;;
	color: #999999;
}
#rabatt_list p {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
#rabatt_list p a {
	color: #666666;
}
#rabatt_list p a:link, #rabatt_list p a:visited {
	color: #666666;
}

/* MWST-Liste */
#mwst_list {
	display: block;
	width: 435px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	color: #999999;
}
#mwst_list legend {
	color: #999999;
}
#mwst_list li {
	margin-left: 1.5em;;
	color: #999999;
}
#mwst_list p {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
#mwst_list p a {
	color: #666666;
}
#mwst_list p a:link, #mwst_list p a:visited {
	color: #666666;
}

