/* @override http://www.cafeschmidt.de/assets/site/style.default.css */

/* @group Globale Definitionen */

/* @group Reset */

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	font-style: normal;
	outline: none;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
}

a img
{
	border: 0;
}

ul 
{
	list-style-type: none;
}

a *
{
	cursor: pointer;
	cursor: hand;
}

input.button
{
	cursor: pointer;
	cursor: hand;
}



/* @end */

/* @group Links */

a
{
	color: #002a65;
}

a:hover
{
	color: #fe6600;
}


/* @end */

/* @group Anti Spambot */

span.anti_spambot
{
	unicode-bidi:bidi-override;
	direction:rtl;
}

/* @end */

/* @group Bilder */

img
{
	-ms-interpolation-mode: bicubic;
}

/* @end */

/* @group jQuery TOOLS */

/* @group Overlay */

div.overlay
{
	position: relative;
	z-index: 100;
	display: none;
	
	width: 50%;
	height: 50%;
	
	padding: 10px 10px 47px 10px;
	
	border: 1px solid #cccccc;
	background: white;
}

div.overlay img#img
{
	
}

div.overlay img.progress
{
	display: none;
	position: absolute;
	left: 50%;
	top: 45%;
}

div.overlay div.info
{
	margin-top: 5px;
}

div.overlay div.info p.caption
{
	font-weight: bold;
}

div.overlay div.info p.position
{
	
}

div.overlay a.prev
{
	position: absolute;
	right: 90px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_previous.png) no-repeat;
}

div.overlay a.next
{
	position: absolute;
	right: 50px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_next.png) no-repeat;
}

div.overlay a.disabled
{
	visibility: hidden;
}

div.overlay div.close
{
	position: absolute;
	right: 8px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_close.png) no-repeat;}

/* @end */

/* @group Scrollable */

.current_spezialitaeten div.sidebar
{
	display: none;
}

div#scrollable_box
{
	position: relative;
	width: 820px;
	padding-top: 10px;
	
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

/* @group Navigation */

div#scrollable_box div#scrollable_navigation
{
	position: relative;
	
	width: 820px;
	height: 30px;
	overflow: hidden;
	
	background: url(/assets/site/images/scrollable_navigation_background.png) no-repeat;
}

div#scrollable_box div#scrollable_navigation ul
{
	margin: 0;
}

div#scrollable_box div#scrollable_navigation ul li
{
	float: left;
	padding: 0 2px 0 0;
	
	background: url(/assets/site/images/scrollable_navigation_divider.png) no-repeat top right;
}

div#scrollable_box div#scrollable_navigation ul li a
{
	float: left;
	height: 30px;
	padding: 0 25px;
	
	font-size: 16px;
	line-height: 30px;
	
	color: white;	
	text-decoration: none;
}

div#scrollable_box div#scrollable_navigation ul li a:hover,
div#scrollable_box div#scrollable_navigation ul li.active a
{
	color: #291a14;
	background: #fe8937 url(/assets/site/images/scrollable_navigation_background_active.png) repeat-x;
}

div#scrollable_box div#scrollable_navigation ul li.first a:hover,
div#scrollable_box div#scrollable_navigation ul li.first.active a
{
	background: #fe8937 url(/assets/site/images/scrollable_navigation_background_active_first.png) no-repeat;
}

/* @end */

/* @group Vor- / Zurück-Pfeile */

div#scrollable_box div#scrollable_arrows
{
	
}

div#scrollable_box div#scrollable_arrows a
{
	position: absolute;
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	cursor: hand;
	
	background-repeat: no-repeat;
}

div#scrollable_box div#scrollable_arrows a.prevPage
{
	left: -30px;
	top: 180px;
	
	background-image: url(/assets/site/images/scrollable_previous.png);
}

div#scrollable_box div#scrollable_arrows a.nextPage
{
	right: -30px;
	top: 180px;
	
	background-image: url(/assets/site/images/scrollable_next.png);
}

/* @end */

/* @group Scollable Container */

div#scrollable_box div#scrollable
{
	position: relative;
	
	width: 820px;
	height: 350px;
	overflow: hidden;
	
	color: #f8f2e5;
	background: #483229;
}

div#scrollable_box div#scrollable div#slides
{
	position: absolute;
	z-index: 2;
	
	width: 20000em;
	height: 500px;
}

div#scrollable_box div#scrollable div#slides div.slide
{
	position: relative;
	z-index: 2;
	float: left;
	
	width: 820px;
	height: 350px;
	
	background: url(/assets/site/images/scrollable_image_shadow.png) repeat-y 480px 0;
}

div#scrollable_box div#scrollable div#slides div.slide *
{
	display: none;
}

div#scrollable_box div#scrollable div#slides div.slide p.img_list_box
{
	width: auto;
}



/* @end */

/* @group Inhalte */

div#slides div.slide img.slide_image
{
	float: left;
	display: inline;
	
	margin-right: 20px;
}

div#slides div.slide div.content
{
	position: absolute;
	
	right: 20px;
	top: 20px;
	
	width: 300px;
	height: 310px;
	overflow: hidden;
}



/* @end */

/* @group Schatten und Lade-Indikator */

div#scrollable div.shadow_top
{
	position: absolute;
	z-index: 3;
	
	left: 0;
	top: 0;
	
	width: 100%;
	height: 10px;
	
	background: url(/assets/site/images/scrollable_background_shadow_top.png) no-repeat;
}

div#scrollable div.shadow_bottom
{
	position: absolute;
	z-index: 3;
	
	left: 0;
	bottom: 0;
	
	width: 100%;
	height: 10px;
	
	background: url(/assets/site/images/scrollable_background_shadow_bottom.png) no-repeat;
}

div#scrollable div.shadow_left
{
	position: absolute;
	z-index: 3;
	
	left: 0;
	top: 10px;
	
	width: 10px;
	height: 330px;
	
	background: url(/assets/site/images/scrollable_background_shadow_left.png) no-repeat;
}

div#scrollable div.shadow_right
{
	position: absolute;
	z-index: 3;
	
	right: 0;
	top: 10px;
	
	width: 10px;
	height: 330px;
	
	background: url(/assets/site/images/scrollable_background_shadow_right.png) no-repeat top right;
}

.msie6 div#scrollable div.shadow_left,
.msie6 div#scrollable div.shadow_right,
.msie6 div#scrollable div.shadow_top,
.msie6 div#scrollable div.shadow_bottom
{
	display: none;
}

div#scrollable img.progress
{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 45%;
}



/* @end */

/* @end */



/* @end */

/* @end */

/* @group Inhaltsbereiche */

/* @group Buttons */

div.content a.button
{
	float: left;
	
	margin-right: 10px;
	padding: 2px 8px;
	
	font-weight: bold;
	text-decoration: none;
	
	color: white;
	background: #372822;
}

div.content a.button:hover
{
	background: #fe6600;
}

/* @end */

/* @group Absatzformate */

div.content h3,
div.content h3 span.sIFR-alternate
{
	margin-bottom: 20px;
	
	font-weight: normal;
	font-size: 26px;
	line-height: 120%;
}

div.content h4
{
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 120%;
}

div.content h5
{
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 120%;
}

div.content p,
div.content address
{
	margin-bottom: 12px;
}

div.content blockquote
{
	font-style: italic;
	margin-bottom: 11px;
}

div.content sup, div.content sub
{
	font-size: 8px;
	line-height: 0;
	padding-left: 2px;
}

div.content small, 
div.content .small
{
	font-size: 10px;
}

div.content em, 
div.content i
{
	font-style: italic;
}

div.content strong, 
div.content b
{
	font-weight: bold;
}

.hide
{
	display: none;
}

/* @end */

/* @group Listen */

/* @group Unsorted */

div.content ul
{
	margin-top: 6px;
	margin-bottom: 12px;	
	list-style-type: none;
}

div.content ul li
{
	padding-left: 12px;
	margin-bottom: 4px;
	
	background: url(/assets/site/images/content_list_bullet.png) no-repeat 0 5px;
}



/* @end */

/* @group Sorted */

div.content ol 
{
	margin-bottom: 12px;
	margin-left: 25px;
}

div.content ol li
{
	margin-bottom: 4px;
}

/* @end */

/* @group Icon-Listen */

div.content ul.icon
{
	margin-left: 0;
	list-style-type: none;
}

div.content ul.icon li
{
	padding: 0;
	background: none;
}

div.content ul.icon li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
	background: none;
}

div.content ul.icon li.pdf a
{
	background: url(/assets/site/images/icon_pdf_small.gif) no-repeat 0 3px;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}

div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @end */

/* @group Bilder */

div.content p.img_list_box
{
	width: 80%;
	margin-top: 3px;
}

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content a.image
{
	display: block;
	padding: 5px;
	margin-left: -5px;
	margin-top: -3px;
	
	background: url(/assets/site/images/content_thumb_background.png) no-repeat;
}

div.content p.img_list_box a.image
{
	margin-left: -3px;
	margin-top: 0;
	
	padding: 4px;
	background: url(/assets/site/images/content_small-thumb_background.png) no-repeat;
}

div.content .img_left,
div.content a.img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: -3px 15px 5px -5px;
}

div.content .img_right,
div.content a.img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: -3px -5px 5px 15px;
}

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
	float: left;
	margin: 0 10px 10px 0;
}

div.content .img_hide,
div.content a.img_hide
{
	display: none;
}

/* @group Bildunterschrift */

div.content .image p
{	
	font-style: italic;
	margin: 0;
}

/* @end */

/* @group Icon Zoom-in */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_zoom_in
{	
	position: absolute;
	right: 7px;
	bottom: 7px;
	
	width: 18px;
	height: 18px;
	
	background: url(/assets/site/images/icon_zoom_in.png) no-repeat;
}

div.content .image:hover span.icon_zoom_in,
div.content a.image:hover span.icon_zoom_in
{	
	background-position: left bottom;
}

.msie6 div.content .image span.icon_zoom_in
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_zoom_in.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Trenner */

div.content hr
{
	margin: 20px 0;
}

.msie7 div.content hr
{
	margin: 5px 0 12px;
}

/* @end */

/* @group Tabellen */

div.content table
{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
}

.msie6 div.content table
{
	border-collapse: collapse;
}

.msie7 div.content table
{
	border-collapse: collapse;
}

div.content table tr th,
div.content table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

div.content table tr th.align_right,
div.content table tr td.align_right
{
	text-align: right;
}

/* @end */

/* @group Formulare */

/* @group Allgemein */

div.content form label
{
	position: relative;
}

div.content form label.checkbox,
div.content form label.radio
{
	padding-left: 20px;
}

div.content form p.form_input
{
	position: relative;
	clear: both;
	height: 20px;
}

div.content form p.form_input label.left,
div.content form p.form_input span.label
{
	float: left;
	display: inline;
	
	padding-top: 1px;

	width: 150px;
}

div.content form p.form_input span.input label
{
	margin-right: 10px;
}

div.content form p.form_input span.input input.text,
div.content form p.form_input span.input textarea,
div.content form p.form_input span.input select
{
	float: left;
	display: inline;
	
	margin-right: 10px;
	border: 1px solid #bbbcde;
}

/* @end */

/* @group Breiten */

div.content form p.form_input span.input .width_10
{
	width: 20px;
}

div.content form p.form_input span.input .width_20
{
	width: 40px;
}

div.content form p.form_input span.input .width_30
{
	width: 60px;
}

div.content form p.form_input span.input .width_40
{
	width: 80px;
}

div.content form p.form_input span.input .width_50
{
	width: 100px;
}

div.content form p.form_input span.input .width_60
{
	width: 120px;
}

div.content form p.form_input span.input .width_70
{
	width: 140px;
}

div.content form p.form_input span.input .width_80
{
	width: 160px;
}

div.content form p.form_input span.input .width_90
{
	width: 180px;
}

div.content form p.form_input span.input .width_100
{
	width: 212px;
}

/* @end */

/* @group Textareas */

div.content form p.textarea
{
	height: 160px;
}

div.content form p.form_input span.input textarea
{
	height: 150px;
}

/* @end */

/* @group Select-Boxen */

div.content form p.form_input span.input select.width_100
{
	width: 214px;
}

/* @end */

/* @group Radio-Buttons */

div.content form p.radio label
{
	position: relative;
	padding-left: 17px;
}

div.content form input.radio
{
	position: absolute;
	left: 0;
	top: 1px;
}

.msie6 div.content form input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

.msie7 div.content form input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

div.content form p.checkbox label
{
	position: relative;
	padding-left: 17px;
}

div.content form input.checkbox
{
	position: absolute;
	left: 0;
	top: 0;
}

.msie6 div.content form input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

.msie7 div.content form input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Fehlermedlungen */

div.content form p.form_error
{
	padding: 2px 4px;
	
	color: white;
	background: red;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: red;
	font-weight: bold;
}


/* @end */

/* @group Felder */

div.content form p.error input.text,
div.content form p.error textarea
{
	
}

div.content form p.error label.error
{
	
}

/* @end */

/* @end */

/* @group Buttons */

div.content form p.button
{
	height: 1%;
}

.msie6 div.content form p.form_input span.input input.button
{
	margin-left: -3px;
}

/* @end */

/* @group Hinweis Pflichtfeld */

div.content form p.button span.label small
{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @end */



/* @end */

/* @group Seite */

body
{
	padding-bottom: 120px;
	background: #291b15 url(/assets/site/images/body_background.png) fixed;
}

div.site
{
	position: relative;
	width: 980px;
	
	margin: 0 auto;
	
	color: #291a14;
	background: url(/assets/site/images/site_background.png) repeat-y center;
}

.msie6 div.site
{
	background-image: url(/assets/site/images/site_background_ie6.png);
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 306px;
	margin-bottom: 20px;
	
	background: url(/assets/site/images/head_background.png) no-repeat top center;
}

/* @group Logo */

div.head h1 
{
	position: absolute;
	z-index: 2;
	left: 77px;
	top: 69px;
	
	width: 228px;
	height: 233px;
	background: url(/assets/site/images/head_logo.png) no-repeat;
}

.msie6 div.head h1 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/head_logo.png', sizingMethod='crop');
	background-image: none;
}

div.head h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-decoration: none;
	overflow: hidden;
}

/* @end */

/* @group Slogan und Bild */

div.head h2 
{
	position: absolute;
	z-index: 1;
	width: 900px;
	height: 271px;
	
	left: 40px;
	top: 0;
	
	text-indent: -1000em;
	overflow: hidden;
}

div.head h2 span.shadow
{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -1px;
	
	width: 100%;
	height: 5px;
	background: url(/assets/site/images/head_image_shadow.png) no-repeat;
}

.msie6 div.head h2 span.shadow
{
	bottom: -12px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/head_image_shadow.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group Navigation */

div.head div.navigation 
{
	position: absolute;
	z-index: 4;
	
	left: 320px;
	bottom: 35px;
	
	height: 40px;
	overflow: hidden;
}

div.head div.navigation ul
{
	
}

div.head div.navigation ul li
{
	float: left;
}

div.head div.navigation ul li a
{
	float: left;
	display: inline;
	
	margin-right: 5px;	
	padding-right: 6px;
	
	text-decoration: none;	
	background: url(/assets/site/images/head_navigation_background_right.png) no-repeat right top;
}

.msie6 div.head div.navigation ul li a
{
	background-image: url(/assets/site/images/head_navigation_background_right_ie6.gif);
}

div.head div.navigation ul li a strong
{
	float: left;
	height: 40px;
	padding: 0 16px 0 22px;
	
	font-size: 18px;
	line-height: 45px;
	font-weight: normal;
	
	color: #291a14;
	background: url(/assets/site/images/head_navigation_background_left.png) no-repeat;
}

.msie6 div.head div.navigation ul li a strong
{
	background-image: url(/assets/site/images/head_navigation_background_left_ie6.gif);
}

div.head div.navigation ul li a:hover,
div.head div.navigation ul li.active a
{
	background-position: right -40px;
}

div.head div.navigation ul li a:hover strong,
div.head div.navigation ul li.active a strong
{
	background-position: 0 -40px;
}



/* @end */



/* @end */

/* @group Hauptbereich */

div.main 
{
	float: left;
	display: inline;
	
	width: 480px;
	min-height: 400px;
	
	margin: 0 0 0 80px;
}

/* @group Google Maps */

div.main div#map
{
	height: 350px;
	border: 1px solid #979797;
}

/* @end */

/* @group MiniStore */

/* @group Allgemeine Definitionen */

div.main a.artikel_info
{
	float: left;
	
	margin-right: 20px;
	width: 48px;
	height: 48px;
	
	background: url(/assets/site/images/ministore_article_info.png) no-repeat;
}

div.main a.back_to_overview
{
	float: left;
	
	margin-right: 20px;
	width: 48px;
	height: 48px;
	
	background: url(/assets/site/images/ministore_back_to_overview.png) no-repeat;
}

div.main a.add_to_cart
{
	float: left;
	
	margin-right: 20px;
	width: 48px;
	height: 48px;
	
	background: url(/assets/site/images/ministore_add_to_shopping_cart.png) no-repeat;
}

div.main a.is_in_cart
{
	background: url(/assets/site/images/ministore_shopping_cart_accept.png) no-repeat;
}



/* @end */

/* @group Artikelübersicht */

div.main div.artikel_uebersicht
{
	margin-bottom: -30px;
}

div.main div.artikel_uebersicht div.entry
{
	position: relative;	
	height: 147px;
	
	margin-bottom: 20px;	
	padding-bottom: 25px;
	border-bottom: 1px solid #291a14;
}

div.main div.artikel_uebersicht div.entry a.image
{
	position: absolute;
	left: 0;
	top: 0;
}

div.main div.artikel_uebersicht div.entry div.info
{
	margin-left: 240px;
}

div.main div.artikel_uebersicht div.entry div.info h4
{
	margin-bottom: 8px;
}

div.main div.artikel_uebersicht div.entry div.info h4 small
{
	display: block;
	
	font-size: 14px;
}

div.main div.artikel_uebersicht div.entry div.info h4 a
{
	color: #291a14;
	text-decoration: none;
	
	font-size: 14px;
	line-height: 130%;
}

div.main div.artikel_uebersicht div.entry div.info h4 a:hover
{
	text-decoration: underline;
}

div.main div.artikel_uebersicht div.entry div.info p.links
{
	position: absolute;
	bottom: 5px;
}



/* @end */

/* @group Artikeldetails */

.parent_online-shop div.main h3 small
{
	display: block;
	
	font-size: 26px;
}

/* @end */

/* @group Warenkorb */

.current_warenkorb div.sidebar
{
	display: none;
}

.current_warenkorb div.main
{
	width: 820px;
}

/* @group Warenkorb-Tabelle */

div.main table#ministore_cart
{
	
}

div.main table#ministore_cart tr th,
div.main table#ministore_cart tr td
{
	padding-right: 20px;
}

div.main table#ministore_cart tr th.last,
div.main table#ministore_cart tr td.last
{
	padding-right: 0;
}

div.main table#ministore_cart .blink
{
	background: #fe6600;
}

div.main table#ministore_cart .effect_wrapper
{
	position: relative;
	overflow: hidden;
}

/* @group Einträge */

div.main table#ministore_cart .Bild
{
	width: 15%;
	padding-bottom: 20px;
}

div.main table#ministore_cart .Artikel
{
	width: 35%;
	padding-right: 0;
}

div.main table#ministore_cart .Artikel a small
{
	display: block;
	font-size: 12px;
}

div.main table#ministore_cart .Einzelpreis
{
	width: 15%;
}

div.main table#ministore_cart .Menge
{
	width: 15%;
}

div.main table#ministore_cart .Gesamtpreis
{
	width: 15%;
}

div.main table#ministore_cart .Loeschen
{
	width: 5%;
}

div.main table#ministore_cart .Loeschen a
{
	float: right;
	width: 24px;
	height: 24px;
	
	background: url(/assets/site/images/ministore_delete.png) no-repeat;
}

div.main table#ministore_cart .Loeschen a:hover
{
	background-position: bottom;	
}



/* @end */

/* @group Zwischensumme */

div.main table#ministore_cart tr.Zwischensumme
{
	
}

div.main table#ministore_cart tr.Zwischensumme td
{
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 2px solid #372822;	
}



/* @end */

/* @group Zahlungsart */

div.main table#ministore_cart tr.Zahlungsart
{
	
}

div.main table#ministore_cart tr.Zahlungsart td.Artikel
{
	
}

div.main table#ministore_cart tr.Zahlungsart td.Artikel p
{
	position: relative;
	padding-left: 20px;
}

/* @end */

/* @group Versandart */

div.main table#ministore_cart tr.Versandart
{
	
}

div.main table#ministore_cart tr.Versandart td.Artikel
{
	
}

div.main table#ministore_cart tr.Versandart td.Artikel input
{
	position: absolute;
}

div.main table#ministore_cart tr.Versandart td.Artikel p
{
	position: relative;
	padding-left: 20px;
}

/* @end */

/* @group Gesamtsumme */

div.main table#ministore_cart tr.Gesamtsumme
{
	
}

div.main table#ministore_cart tr.Gesamtsumme td
{
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 2px solid #372822;	
}



/* @end */

/* @group Enthaltene Mehrwertsteuer */

div.main table#ministore_cart tr.Enthaltene_Mehrwertsteuer
{
	
}

div.main table#ministore_cart tr.Enthaltene_Mehrwertsteuer td
{
	padding-bottom: 20px;
}



/* @end */



/* @end */

/* @end */

/* @group Bestellformular */

.current_bestellung div.main
{
	
}

.current_bestellung div.main form a.zurueck_zum_Warenkorb
{
	
}

.current_bestellung div.main form a.weiter_zur_Bestelluebersicht
{
	float: right;
	margin-right: 117px;
}

/* @end */

/* @group Bestellung prüfen */

.current_bestellung-pruefen div.sidebar
{
	display: none;
}

.current_bestellung-pruefen div.main
{
	width: 820px;
}

.current_bestellung-pruefen div.content h4
{
	font-size: 14px;
}

/* @group Warenkorb-Zusammenfassung */


div.main div.ministore_cartsummary h4 a
{
	font-size: 10px;
	float: right;
}

div.main div.ministore_cartsummary table#ministore_cart
{
	margin-top: 4px;
	padding: 4px 8px;
	background: #eee7d7;
}

div.main div.ministore_cartsummary table#ministore_cart tr th,
div.main div.ministore_cartsummary table#ministore_cart tr td
{
	padding-right: 20px;
}

div.main div.ministore_cartsummary table#ministore_cart tr th.last,
div.main div.ministore_cartsummary table#ministore_cart tr td.last
{
	padding-right: 0;
}

/* @group Einträge */

div.main div.ministore_cartsummary table#ministore_cart .Artikel
{
	width: 55%;
}

div.main div.ministore_cartsummary table#ministore_cart .Einzelpreis
{
	width: 15%;
}

div.main div.ministore_cartsummary table#ministore_cart .Menge
{
	width: 15%;
}

div.main div.ministore_cartsummary table#ministore_cart .Gesamtpreis
{
	width: 15%;
}



/* @end */

/* @group Zwischensumme */

div.main div.ministore_cartsummary table#ministore_cart tr.Zwischensumme
{
	
}

div.main div.ministore_cartsummary table#ministore_cart tr.Zwischensumme td
{
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 2px solid grey;
}



/* @end */

/* @group Zahlungsart */

div.main div.ministore_cartsummary table#ministore_cart tr.Zahlungsart
{
	
}

div.main div.ministore_cartsummary table#ministore_cart tr.Zahlungsart td.Artikel p
{
	padding-left: 0;
}

/* @end */

/* @group Versandart */

div.main div.ministore_cartsummary table#ministore_cart tr.Versandart
{
	
}

div.main div.ministore_cartsummary table#ministore_cart tr.Versandart td.Artikel p
{
	padding-left: 0;
}

/* @end */

/* @group Gesamtsumme */

div.main div.ministore_cartsummary table#ministore_cart tr.Gesamtsumme
{
	
}

div.main div.ministore_cartsummary table#ministore_cart tr.Gesamtsumme td
{
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 2px solid grey;
}



/* @end */

/* @group Enthaltene Mehrwertsteuer */

div.main div.ministore_cartsummary table#ministore_cart tr.Enthaltene_Mehrwertsteuer
{
	
}

div.main div.ministore_cartsummary table#ministore_cart tr.Enthaltene_Mehrwertsteuer td
{
	padding-bottom: 0;
}



/* @end */



/* @end */

/* @group Kundendaten-Zusammenfasstung */

div.main div.ministore_clientdata
{
	
}

div.main div.ministore_clientdata h4 a
{
	font-size: 10px;
	float: right;
}

div.main div.ministore_clientdata table
{
	margin-top: 4px;
	padding: 4px 8px;
	background: #eee7d7;
}



/* @end */

/* @end */

/* @group Bestellbestätigung */

.current_bestellbestaetigung div.main
{
	
}

/* @end */


/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	position: relative;
	float: right;
	display: inline;
	
	width: 290px;
	margin-right: 80px;
	padding-top: 5px;
}

div.sidebar div.box
{
	margin-bottom: 20px;
}

/* @group MiniStore */

div.sidebar div.warenkorb 
{
	width: 290px;	
}

div#ministore_cart_sidebar
{
	
}

/* @group Boxen ein- / ausblenden */

.current_online-shop div.sidebar div.box,
.current_bestellung div.sidebar div.warenkorb,
.current_bestellbestaetigung div.sidebar div.warenkorb
{
	display: none;
}

.current_online-shop div.sidebar div.warenkorb
{
	display: block;
}

/* @end */

/* @group Einträge */

div#ministore_cart_sidebar div.cart_empty
{
	
}

/* @group Artikel */

div#ministore_cart_sidebar div.article
{
	position: relative;
	padding: 4px 8px;
	
	background: #eee7d7;
}

div#ministore_cart_sidebar div.article:hover
{
	background: #d8c49a;
}

div#ministore_cart_sidebar div.article span.blink
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	background: #fe6600;
}

div#ministore_cart_sidebar div.article a.title
{
	
}

div#ministore_cart_sidebar div.article a.delete
{
	position: absolute;
	right: 6px;
	
	width: 16px;
	height: 16px;
	
	background: url(/assets/site/images/ministore_delete_sidebar.png) no-repeat;
}

div#ministore_cart_sidebar div.article a.delete:hover
{
	background-position: bottom;
}



/* @end */

/* @group Links */

div#ministore_cart_sidebar div.links
{
	margin-top: 5px;
	padding-top: 8px;
	border-top: 1px solid #372822;
	
	overflow: hidden;
}

/* @end */



/* @end */

/* @end */

/* @group Aktuelles */

div.sidebar div.aktuelles div.entry a
{
	white-space: nowrap;
}



/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{	
	position: absolute;
	width: 100%;
	height: 84px;
	
	background: url(/assets/site/images/footer_background.png) no-repeat center top;
}

div.footer *
{	
	font-size: 10px;
}

.msie6 div.footer 
{	
	background-image: url(/assets/site/images/footer_background_ie6.gif);
}

div.footer p
{	
	position: absolute;
	
	left: 80px;
	bottom: 13px;
}

div.footer p a
{	
	text-decoration: none;
}

div.footer p a:hover
{
	color: #372822;
	text-decoration: underline;
}

/* @group Meta-Navigation */

div.footer div.meta_navigation
{
	position: absolute;
	right: 80px;
	bottom: 13px;
}

div.footer div.meta_navigation ul
{
	
}

div.footer div.meta_navigation ul li
{
	float: left;
	display: inline;
	margin-left: 10px;
}

div.footer div.meta_navigation ul li a
{
	float: left;
	
	text-decoration: none;
}

div.footer div.meta_navigation ul li a:hover,
div.footer div.meta_navigation ul li.active a
{
	color: #002a65;
	text-decoration: underline;
}

/* @end */

/* @end */
