* {
	margin: 0; padding: 0;
}

body {
	font: normal 0.7em/1.5em verdana,geneva,arial,helvetica,sans-serif;
	color: #707070;
	background-color: #fff;
}

hr												{ display: none; }
.nodisplay {
	position: absolute;
	left: -1000px !important;
	top: -1000px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden;
	display: inline;
}

.hide { display: none; }
.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }
input, select									{ width: 95%; }
.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
.button:focus									{ background-color: transparent; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong											{ font-weight: bold; }
a												{ color: #cda314; }
a:visited										{ color: #cda314; }
a:hover, a:focus								{ color: #b5931c; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.5em 0; }
abbr											{ cursor: help; }
h1, h2, h3, h4, h5, h6							{ font-size: 100%; }

/* ******************** page blocks */

#page {
	width: 800px;
	padding-left: 50px;
	background: url(../pics/bg/page.gif) 36px 7.5em no-repeat;
}

#header {
	background: url(../pics/bg/navdot.gif) 0 6em repeat-x;
}

#logo {
	float: right;
	width: 145px;
}

#logo a {
	display: block;
	height: 8.5em;
	background: url(../pics/logo.gif) 50% 50% no-repeat;
}

#nav {
	float: left;
	width: 655px;
}

.nonav
{
	margin: 5px 0 0 5px;
	width: 640px;
	padding: 6em 75px 3em 75px;
	background: url(../pics/bg/quote.jpg) 100% 100% no-repeat #fcf0b6;
	height: auto !important;
}

#confirm {
	margin-top: -3em;
	padding: 4.5em 0 12em 490px;
	background: url(../pics/bbg_bseas.gif) 80px 0 no-repeat;
	float: left;
}

#confirm li
{
	float: left;
}

#confirm li a
{
	border: 1px solid #d4cfb9;
	float: left;
	width: 180px;
	margin: 0 5px;
	padding: 0.75em 10px;
	background: url(../pics/bg/button.gif) 0 0 repeat-x #fcf0b6;
}

#confirm li a:hover, #confirm li a:focus
{
	background-color: #f6f0cc;
	background-image: none;
}

#confirm li a strong
{
	display: block;
	font-size: 150%;
}

#noaccess
{
	position: absolute;
	top: 29em;
	left: 315px;
	width: 342px;
}

#servicenav {
	float: left;
	padding-top: 0.75em;
	padding-left: 5px;
}

#servicenav li {
	float: left;
}

#servicenav li a {
	float: left;
	color: #8b8b8b;
	padding: 0 5px;
	background: url(../pics/bg/service.gif) 100% 50% no-repeat;
}

#servicenav li a:hover, #servicenav li a:focus {
	text-decoration: underline;
}

#sitenav {
	float: left;
	padding-top: 3.5em;
}

#sitenav li {
	float: left;
}

#sitenav li a {
	float: left;
	font-weight: bold;
	color: #b5931c;
}

#sitenav li a span {
	display: block;
	padding: 0.5em 10px;
}

#sitenav li a:hover, #sitenav li a:focus {
	text-decoration: underline;
}

#sitenav li a.sub:hover, #sitenav li:hover a.sub, #sitenav li.open a.sub, #sitenav li a.sub:focus, #sitenav li:focus a.sub {
	background: url(../pics/bg/tab_right.gif) 100% 0 no-repeat;
	text-decoration: none;
}

#sitenav li a.sub:hover span, #sitenav li:hover a.sub span, #sitenav li.open a.sub span, #sitenav li a.sub:focus span, #sitenav li:focus a.sub span {
	background: url(../pics/bg/tab_left.gif) 0 0 no-repeat;
}

#sitenav ul {
	float: none;
	position: absolute;
	width: 220px;
	margin-top: 2.5em;
	display: none;
	padding-bottom: 0.75em;
	background: url(../pics/bg/subnav.gif) 0 100% no-repeat;
	z-index: 2100;
}

#sitenav li:hover ul, #sitenav li.open ul {
	display: block;
}

#sitenav ul li {
	float: none;
}

#sitenav ul li a {
	float: none;
	padding: 0 10px 0 25px;
	font-weight: normal;
	background: url(../pics/bg/subnav_arrow.gif) 10px 50% no-repeat;
}

#sitenav ul li a.disabled {
	float: none;
	padding: 0 10px 0 25px;
	font-weight: normal;
	background: url(../pics/bg/subnav_locked.gif) 10px 50% no-repeat;
	display: block;
	color: #ccc;
}

#visual {
	height: 300px;
}

#visual .image {
	float: left;
	width: 505px;
	position: relative;
}

#visual .banner {
	width: 800px;
}

#visual .image span
{
	display: block;
	width: 40px;
	height: 30px;
	position: absolute;
	margin-left: 487px;
	top: 12em;
}

#visual #statement {
	margin-top: 5px;
	float: left;
	width: 295px;
	padding: 4.5em 0 1.5em 0;
	background: url(../pics/bg/quote.jpg) 0 0 no-repeat #fcf0b6;
	min-height: 15.2em;
}

#statement p
{
	/*background: url(../pics/bg/quote_close.gif) 100% 7em no-repeat;*/
	padding: 0 30px;
}

#statement em
{
	padding-top: 1.5em;
	display: block;
}

#statement a
{
	display: block;
}

#breadcrumb {
	float: left;
	width: 430px;
	margin-top: -5.4em;
	padding-left: 75px;
	height: 1.5em;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}

#toolbox {
	float: left;
	width: 281px;
	margin-top: -5.75em;
	background-color: #f8f4e1;
	margin-left: 494px;
	padding: 4px 0 3px 25px;
}

#toolbox li {
	float: left;
}

#toolbox li a {
	float: left;
}

#toolbox #login a {
	color: #2ba600;
	background: url(../pics/toolbox/tool_login.gif) 0 0 no-repeat #fff;
	padding: 0 0 1px 25px;
	width: 50px;
}

#toolbox #login form {
	position: absolute;
	display: block;
	width: 185px;
	padding: 0 0 9px 0;
	background: url(../pics/toolbox/login_bottom.gif) 0 100% no-repeat;
	z-index: 201;
}

#toolbox #login form fieldset {
	padding: 0.75em 5px;
	background: url(../pics/toolbox/login_top.gif) 0 0 no-repeat #fff;
}

#login input.login
{
	text-align: left;
	color: #fff;
	width: 175px;
	padding: 0 0 3px 30px;
	background: url(../pics/buttons/login_small.gif) 0 0 no-repeat;
	border: 0 none;
	font: bold 1em/1.5em verdana,geneva,arial,helvetica,sans-serif;
	cursor: pointer;
	display: block;
	margin-top: 0.75em;
}

#toolbox #cart a {
	color: #fff;
	font-weight: bold;
	background: url(../pics/toolbox/tool_cart.gif) 0 0 no-repeat #4aaa1c;
	padding: 0 30px 1px 10px;
	width: 145px;
}

#toolbox #cart ul
{
	position: absolute;
	display: block;
	width: 185px;
	background-color: #2ba600;
	background: url(../pics/toolbox/cart_bottom.gif) 0 100% no-repeat;
	color: #fff;
	padding-bottom: 9px;
	z-index: 200;
}

#toolbox #cart  li {
	float: none;
}

#toolbox #cart li a {
	float: none;
	background-image: none;
	font-weight: normal;
	padding: 0.25em 5px;
	width: auto;
	border-top: 1px solid #62cc2f;
}

#toolbox #cart li a:hover, #toolbox #cart li a:focus {
	text-decoration: underline;
	background-color: #52b622;
}

#toolbox #cart li span {
	display: block;
	font-weight: bold;
	padding: 0.75em 5px;
	background: url(../pics/toolbox/cart_top.gif) 0 0 no-repeat #4aaa1c;
}

#toolbox #cart li a strong {
	display: block;
	padding-left: 20px;
	background: url(../pics/icons/cart.gif) 0 0.3em no-repeat;
}

#content {
	top: -1.5em;
	clear: left;
	position: relative;
}

#footer {
	float: left;
	padding: 0.75em 5px 3em 5px;
	width: 790px;
	border-top: 1px solid #dfb218;
}

#footer li {
	float: left;
}

#footer li a {
	float: left;
	color: #8b8b8b;
	padding: 0 5px;
	background: url(../pics/bg/service.gif) 100% 50% no-repeat;
}

#footer li a:hover, #footer li a:focus {
	text-decoration: underline;
}

/* content styles */

.text {
	width: 430px;
	float: left;
	padding: 0 10px 0 75px;
	background: url(../pics/bg/dotvert.gif) 100% 0 repeat-y;
	margin-bottom: 1.5em;
}

.rightbar
{
	float: left;
	width: 265px;
	padding-left: 20px;
	padding-top: 3.5em;
	background: url(../pics/bg/dotvert.gif) 0 0 repeat-y;
	margin-left: -1px;
	margin-bottom: 1.5em;
}

.full {
	width: 725px;
	padding-left: 75px;
}

.full .teaser {
	padding-right: 75px;
}

.tip {
	width: 665px;
	margin: 0 0 1.5em 75px ;
	padding: 0.75em 10px 0.75em 30px;
	color: #4aaa1c;
	background: url(../pics/icons/exclamation.gif) 10px 50% no-repeat #eaf9dd;
}

/* elements styles */

p.teaser {
	font-weight: bold;
	color: #dfb218;
}

#content h1, #visual h1 {
	color: #dfb218;
	font-size: 180%;
	padding-bottom: 0.8em;
	overflow: visible;
	background-color: #fff;
	width: 441px;
	position: relative;
	z-index: 2;
}

#visual h1
{
	background-color: transparent;
}

h2.topic
{
	overflow: visible;
	background-color: #fff;
	width: 441px;
	padding-bottom: 1.5em;
	position: relative;
}

h2.distance
{
	margin-top: 1.5em;
}

.hometext {
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
	padding: 1.5em 75px 0.75em 75px;
	margin-bottom: 0.75em;
}

.slot, .topslot {
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
	padding: 1.5em 5px;
}

.topslot {
	background-position: 0 0;
	padding: 0.75em 5px;
}

.halfleft {
	float: left;
	border-right: 1px solid #d2d1d1;
	width: 389px;
	padding-right: 5px;
}

.halfright {
	float: left;
	width: 390px;
	padding-left: 5px;
	border-left: 1px solid #d2d1d1;
	margin-left: -1px;
}

.text .halfleft {
	width: 209px;
}

.text .halfright {
	width: 209px;
}

div.teaser {
	margin-bottom: 0.75em;
}

div.teaser h2 a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	background: url(../pics/icons/doc.gif) 0 0.4em no-repeat;
}

div.teaser h2 a:hover,div.teaser h2 a:focus {
	text-decoration: underline;
}

.rightbar .image
{
	margin-bottom: 1.5em;
}

.rightbar .image img
{
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
}

.rightbar .image.noborder img
{
	border: 0 none !important;
}

.rightbar .image em
{
	font-size: 95%;
	color: #666;
}

.home
{
	padding-left: 20px;
	background: url(../pics/icons/home.gif) 0 0.4em no-repeat;
}

.back
{
	padding-left: 20px;
	background: url(../pics/icons/back.gif) 0 0.4em no-repeat;
}

div.more {
	margin-top: -1.5em;
	padding-left: 10px;
	background: url(../pics/icons/doc.gif) 0 0.4em no-repeat;
}

ul.more {
	margin-bottom: 1.5em;
}

ul.more li a {
	padding-left: 10px;
	background: url(../pics/icons/doc.gif) 0 0.4em no-repeat;
	text-decoration: underline;
}

.message
{
	background: url(../pics/icons/message.gif) 10px 0.75em no-repeat #fff;
	padding: 0.75em 10px 0.75em 60px;
	border-color: #8b8b8b;
	border-style: solid;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-width: 3px;
	border-top-width: 1px;
	margin-bottom: 1.5em;
}

/* related topteaser */

h2.hl
{
	margin-bottom: 0.75em;
}

.longteaser, .halfteaser {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
}

.halfteaser {
	float: left;
	width: 360px;
}

.topteaser {
	float: left;
	width: 375px;
	margin-bottom: 3em;
}

.halfteaser.left { margin-right: 3px; }
.halfteaser.right { margin-left: 2px; }

.topteaser.left { margin-right: 20px; }
.topteaser.right { margin-left: 20px; }

.topteaser .image, .longteaser .image, .halfteaser .image {
	float: left;
	width: 135px;
	border-left: 4px solid #ffcf00;
	padding-left: 1px;
	display: block;
}

.topteaser .image:hover, .longteaser .image:hover, .halfteaser .image:hover, .topteaser .image:focus, .longteaser .image:focus, .halfteaser .image:focus {
	border-left-color: #cda314;
}

.topteaser img, .longteaser img, .halfteaser img { display: block; }
.center img { display: inline !important; }
.center
{
	text-align: center;
}

.topteaser p, .longteaser p, .halfteaser p, .shophighlight p { margin: 0; }

.topteaser .teasertext, .longteaser .teasertext {
	float: left;
	width: 235px;
}

.topteaser .teasertext
{
	margin-top: -4px;
}

.longteaser .teasertext {
	width: 500px;
}

.halfteaser .teasertext
{
	float: left;
	width: 210px;
}

.topteaser a.more, .longteaser a.more, .halfteaser a.more, .shophighlight a.more, .placeleft a.more, #panorama_viewport a.more, .gallery.zoom a.more{
	padding-left: 10px;
	background: url(../pics/icons/doc.gif) 0 0.2em no-repeat;
}

.shopimage
{
	width: 175px;
	float: left;
}

.shophighlight .teasertext
{
	float: left;
	width: 215px;
}

.shophighlight .price
{
	display: block;
	position: absolute;
	margin-left: -110px;
	color: #fff;
	font-size: 160%;
	background: url(../pics/bg/price.gif) 0 0 no-repeat;
	width: 80px;
	padding: 7px 10px 9px 10px;
}

.shophighlight a.more { display: block; }

.dlg
{
	float: right;
	margin-left: 10px;
}

a.retaileraction {
    display:block;
    padding: 10px 0;
    height:50px;
    width:100%;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: Georgia;
    font-size: 18px;
}

a.retaileraction span:hover {
    text-decoration: underline;
}

a.retaileraction span {
    display:block;
    float:left;
    height:50px;
    line-height:45px;
}

.retaileraction_left {
    background: url(../pics/bg/infobar_left.gif) 100% 0 no-repeat;
    width:25px;
}

.retaileraction_middle {
    text-align:center;
    background: url(../pics/bg/infobar_middle.gif) 0 0 repeat-x;
    width:710px;
}

.retaileraction_arrow {
    background: url(../pics/bg/infobar_arrow.gif) 0 0 no-repeat;
    width:40px;
}

.retaileraction_right {
    background: url(../pics/bg/infobar_right.gif) 100% 0 no-repeat;
    width:25px;
}

/* shop */

#add
{
	background: url(../pics/bg/send_left.jpg) 0 0 no-repeat;
	padding-left: 10px;
}

#add fieldset
{
	background: url(../pics/bg/send_right.jpg) 100% 0 no-repeat;
	padding: 2em 10px 1.75em 0;
}

#add label, .amount label
{
	float: left;
	width: 70px;
}

#add input, .amount input
{
	float: left;
	width: 70px;
}

#add input.addtocart
{
	text-align: left;
	color: #fff;
	width: 215px;
	float: left;
	margin-left: 40px;
	padding: 0 0 3px 30px;
	background: url(../pics/buttons/addtocart.gif) 0 0 no-repeat;
	border: 0 none;
	font: bold 1em/1.5em verdana,geneva,arial,helvetica,sans-serif;
	cursor: pointer;
}

.amount
{
	margin-top: 0.75em;
}

.amount input.refresh
{
	width: 17px;
	height: 17px;
	margin-left: 3px;
}

.remove
{
	width: 16px;
	height: 13px;
	display: block;
	background: url(../pics/icons/remove.gif) 0 0 no-repeat;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.regular
{
	text-decoration: line-through;
	font-weight: normal;
	color: #ccc;
}

table
{
	border-collapse: collapse;
	border: 0 none;
}

td
{
	padding: 0.75em 0;
}

th
{
	text-align: left;
	border-bottom: 1px solid #ccc;
}

td.product, th.product
{
	width: 270px;
}

td.price, th.price
{
	text-align: right;
	width: 80px;
}

dl.summary {
	margin-bottom: 1.5em;
	background: url(../pics/bg/navdot.gif) 0 0 repeat-x;
}

dl.summary dt {
	margin-right: 80px;
	text-align: right;
}

dl.summary dd {
	margin-top: -1.5em;
	padding-left: 350px;
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
	text-align: right;
	font-weight: bold;
}

.status li
{
	padding: 0.25em 10px;
}

.passed a
{
	color: #bbb;
}

.passed a:hover
{
	text-decoration: underline;
}

.status .active
{
	font-weight: bold;
	background: url(../pics/buttons/state.gif) 0 2px no-repeat;
}

/* tabbox */
.tabbox { height: 15em; }

#tabnav
{
	float: left;
	width: 100%;
}

#tabnav li, #tabnav li a {
	color: #cda314;
	background-image: none;
	border: 0 none;
	font-weight: bold;
	float: left;
}

#tabnav li a
{
	padding: 0.25em 10px 0.25em 10px;
}

.tabbox h3, #tabnav li.active {
	float: left;
	background: url(../pics/bg/tabbox_left.gif) 0 0 no-repeat;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 10;
}

.tabbox h3 a, #tabnav li.active a {
	display: block;
	text-decoration: none;
	color: #8b8b8b !important;
	background: url(../pics/bg/tabbox_right.gif) 100% 0 no-repeat;
	padding: 0.25em 10px 0.25em 0;
}

.tabbox h3.inactive a, .tabbox h3.inactive {
	color: #cda314 !important;
	background-image: none;
	border: 0 none;
}

.tabbox-inner {
	position: absolute;
	width: 790px;
	margin-top: 2em;
	border-top: 1px solid #c9c9c5;
}

.tabcontainer
{
	border-top: 1px solid #c9c9c5;
	margin-top: -2px;
	padding: 1.5em 0;
}

/* gallery styles */

.gallery {
	width: 175px;
	float: left;
	margin-right: 25px;
	padding: 0.75em 20px;
	margin-bottom: 1.5em;
}

.gallery:hover, .open {
	background: url(../pics/bg/product.gif) 0 0 no-repeat;
}

.zoom:hover {
	background: url(../pics/bg/zoom.gif) 0 0 no-repeat !important;
}

.gallery .image
{
	height: 150px;
	display: block;
}

.gallery h2
{
	height: 3em;
	overflow: hidden;
}

.gallery p {
	margin-top: 3.5em;
}

.gallery strong
{
	display: block;
}

.gallery em {
	font-size: 10px;
}

/* Karte */
.map {
	background: url(../pics/gelaende.gif) 0 0 no-repeat;
	float: left;
	height: 248px;
	position: relative;
	width: 375px;
	margin-right: 25px;
}

.map .eingang { position: absolute; top: 150px; left: 360px; }
.map .sudhaus { position: absolute; top: 127px; left: 305px; }
.map .sudhausschaenke { position: absolute; top: 174px; left: 330px; }
.map .zehnerkasten { position: absolute; top: 65px; left: 44px; }
.map .logistik { position: absolute; top: 134px; left: 45px; }
.map .fassabfuellung { position: absolute; top: 200px; left: 45px; }
.map .filtration { position: absolute; top: 42px; left: 152px; }
.map .flaschenabfuellung { position: absolute; top: 121px; left: 148px; }
.map .oldtimerwerkstatt { position: absolute; top: 198px; left: 168px; }
.map .labor { position: absolute; top: 160px; left: 245px; }
.map .haupthof { position: absolute; top: 219px; left: 248px; }
.map .lagertanks { position: absolute; top: 3px; left: 239px; }
.map .zktbereich { position: absolute; top: 21px; left: 195px; }
.map .gasthof { position: absolute; top: 102px; left: 281px; }

#panorama_viewport {
	float: left;
	width: 200px;
	margin-left: 60px;
}

#panorama_viewport p {
	margin: 0.5em 0 0.75em 0;
}


/* slider */
#scrollarea .scroller {
	width: 790px;
	height: 12.5em;
	overflow: hidden;
	padding: 0.75em 0;
}

#scrollarea .content { width: 1000000px; }

#scrollarea dl { padding: 0 40px; width: 710px; float: left; }
#scrollarea dt { float: left; padding: 0 3px 0 4px; }

#scrollarea dd
{
	position: absolute;
	background-color: #fff;
	width: 158px;
	padding: 0.75em 5px;
	border: 1px solid #cda314;
	margin-top: 40px;
}

#scrollbar { position: absolute; margin-top: -20px; width: 790px; }
#scrollbar li { height: 20px; float: left; width: 24px; }
#scrollbar li.left { background: url(../pics/bg/scrollleft_dis.gif) 0 0 no-repeat; }
#scrollbar li.right { background: url(../pics/bg/scrollright_dis.gif) 0 0 no-repeat; float: right; }
#scrollbar li a	{ height: 36px; position: relative; }
#next { background: url(../pics/bg/scrollright.gif) 0 0 no-repeat; }
#prev { background: url(../pics/bg/scrollleft.gif) 0 0 no-repeat; }

#beercloud { padding: 1.5em 0; line-height: 2em; }

/* def list */
dl.std {
	margin-bottom: 1.5em;
	background: url(../pics/bg/navdot.gif) 0 0 repeat-x;
}

dl.std dt {
	font-weight: bold;
	margin-right: 75%;
}

dl.std dd {
	margin-top: -1.5em;
	padding-left: 30%;
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
}

ul.std
{
	margin-bottom: 1.5em;
}

ul.std li
{
	background: url(../pics/bg/bullet.gif) 0 0.2em no-repeat;
	padding-left: 10px;
}

/* sifr */
.sIFR-flash {
	visibility: visible;
}

.sIFR-replaced {
	visibility: visible;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

#swf
{
	margin-right: 75px;
}

/* beer */
#gebinde
{
	float: left;
	width: 100%;
	background: url(../pics/gebinde/line.gif) 0 100% repeat-x;
}

#gebinde li
{
	float: left;
	padding: 4px 8px;
}

#gebinde li.active
{
	background: url(../pics/gebinde/tab.gif) 0 0 no-repeat;
}

#gebinde li a
{
	float: left;
	width: 22px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#gebinde li a#g05 { background-image: url(../pics/gebinde/05.gif); }
#gebinde li a#g20 { background-image: url(../pics/gebinde/20er.gif); }
#gebinde li a#g10 { background-image: url(../pics/gebinde/10er.gif); }
#gebinde li a#g24 { background-image: url(../pics/gebinde/24er.gif); }
#gebinde li a#g6 { background-image: url(../pics/gebinde/6er.gif); }
#gebinde li a#g025 { background-image: url(../pics/gebinde/025.gif); }
#gebinde li a#g033 { background-image: url(../pics/gebinde/033.gif); }
#gebinde li a#gkeggy { background-image: url(../pics/gebinde/keggy.gif); }

.bottle img#z05
{
	display: block;
}

.bottle h3
{
	font-weight: normal;
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
	padding: 0.75em 10px;
}

#tradersearch
{
	background: url(../pics/bg/navdot.gif) 0 0 repeat-x;
	padding-top: 0.75em;
}

#tradersearch input
{
	width: 200px;
	height: 17px;
	padding: 2px;
	border: 1px solid #595959;
	float: left;
}

#tradersearch input#search
{
	width: 30px;
	background: url(../pics/buttons/search.gif) 0 0 no-repeat;
	height: 23px;
	border: 0 none;
	float: left;
	cursor: pointer;
}

#canvas
{
	height: 150px;
	border: 1px solid #e7e1c8;
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 130px;
}

#activeshop
{
	padding-bottom: 1px;
	margin-bottom: 1.5em;
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
}

.bigteaser
{
	margin: 0 75px;
}

.bigteaser img
{
	display: block;
}
/* ******************** forms */

label, span.label
{
	font-weight: bold;
}

span.label
{
	display: block;
}

label.inline
{
	display: inline;
	margin-left: 5px;
	margin-right: 20px;
	font-weight: normal;
}

li textarea
{
	width: 395px;
}

fieldset ol
{
	margin-bottom: 1.5em;
	padding-bottom: 0.75em;
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
}

fieldset li
{
	margin-bottom: 0.75em;
	border-left: 5px solid #efefef;
	padding-left: 10px;
	padding-bottom: 0.75em;
}

fieldset li a
{
	display: inline;
	text-decoration: underline;
}

fieldset li.required
{
	border-left-color: #4aaa1c;
}

fieldset li.error
{
	border-left-color: #db0000;
}

.button
{
	background: url(../pics/bg/send_left.jpg) 0 0 no-repeat;
	padding-left: 10px;
	margin-top: 1.5em;
	float: left;
}

.button .content
{
	background: url(../pics/bg/send_right.jpg) 100% 0 no-repeat;
	padding: 2em 10px 1.75em 0;
	float: left;
}

.button .content input
{
	text-align: left;
	color: #fff;
	width: 215px;
	margin-left: 180px;
	padding: 0 0 3px 30px;
	background: url(../pics/buttons/button.gif) 0 0 no-repeat;
	border: 0 none;
	font: bold 1em/1.5em verdana,geneva,arial,helvetica,sans-serif;
	cursor: pointer;
}

.button .content .secondary
{
	padding-left: 10px;
	background: url(../pics/icons/doc.gif) 0 0.4em no-repeat;
	display: block;
	float: left;
	width: 170px;
}

.button .content .input
{
	float: left;
	display: block;
	color: #fff;
	width: 205px;
	margin-left: 10px;
	padding: 0 0 3px 10px;
	background: url(../pics/buttons/button.gif) 0 0 no-repeat;
	text-decoration: none;
}

.button .content input.login
{
	margin-left: 10px;
	float: left;
	background-image: url(../pics/buttons/login.gif);
}

.button .content .send
{
	background-image: url(../pics/buttons/send.gif);
	padding-left: 30px;
	margin-left: 180px;
}

.button .content .next
{
	margin-left: 10px;
	float: left;
	background-image: url(../pics/buttons/next.gif);
	padding-left: 30px;
}

.button .content a.next, .button .content a.send
{
	width: 185px;
}

.priceinfo
{
	background: url(../pics/bg/navdot.gif) 0 0 repeat-x;
	padding-top: 0.75em;
}

fieldset li.priceline
{
	background: url(../pics/bg/navdot.gif) 0 100% repeat-x;
	border: 0 none;
	padding-left: 0;
}

fieldset li.priceline label
{
	font-weight: normal;
}

fieldset li.priceline strong
{
	display: block;
	text-align: right;
	margin-top: -1.5em;
}

p.price
{
	font-weight: bold;
	margin: 0;
}

.print { display: none; }
/* ******************** Bundesehrenpreis */
#bundesehrenpreis .teaser {
	background: url(../pics/bg/navdot.gif) 0 0 repeat-x;
	padding: 0.75em 10px 0.75em 0;
	margin: 0;
	position: relative;
	width: 429px;
	cursor: pointer;
}
#bundesehrenpreis .teaser p { margin-bottom: 0; }
#bundesehrenpreis .hovericon { padding-left: 20px; }
#bundesehrenpreis .hover .hovericon { background: url(../pics/icons/doc.gif) 7px 5px no-repeat; }
#bundesehrenpreis .active .hovericon { background: url(../pics/icons/doc.gif) 7px 5px no-repeat; }
#bundesehrenpreis .teaser.hover { background-color: #FAF5E2; }
#bundesehrenpreis .teaser.active { background: url(../pics/bg/navdot.gif) 0 0 repeat-x #faf9f5; }

#bundesehrenpreis .placeleft {
	position: absolute;
	top: 0px;
	left: 420px;
	width: 295px;
	background: url(../pics/bg/arrow.gif) 0 0 no-repeat transparent;
}
#bundesehrenpreis .placeleft div {
	border: 1px solid #DFB218;
	border-left: 0 none;
	background: #FFF;
	padding: 10px 10px;
	margin-left: 20px;
}
.center {
	text-align: center;
}
#bundesehrenpreis .placeleft div a { display: block; }
#bundesehrenpreis .placeleft div p { text-align: left; }

/* ******************** override */
.last {
	border: 0 none !important;
	background-image: none !important;
}

ol.last
{
	padding: 0; margin: 0;
}

.inline
{
	display: inline !important;
}