/* @override http://www.groll-gross-steiner.de/assets/site/style.screen.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: Helvetica, 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: #790044;
}

a:hover
{
	
}


/* @end */

/* @group Anti Spambot */

span.anti_spambot
{
	unicode-bidi:bidi-override;
	direction:rtl;
}

/* @end */

/* @group Bilder */

img
{
	-ms-interpolation-mode: bicubic;
}

/* @end */

/* @group Transparenz und IE6-PNG */

.ie6_png
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/image.png', sizingMethod='crop');
	background-image: none;
}

.transparenz
{
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* @end */

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

div.content h1
{
	margin-bottom: 20px;
	
	font-weight: normal;
	font-size: 20px;
	line-height: 130%;
}

div.content h2
{
	margin-top: 20px;
	margin-bottom: 10px;
	
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
}

.windows div.content h2
{
	font-weight: bold;
}

div.content h3
{
	font-size: 13px;
	margin-bottom: 2px;
}

.windows div.content h3
{
	font-weight: bold;
}

div.content p,
div.content address
{
	margin-bottom: 12px;
}

div.content blockquote
{
	font-style: italic;
	margin-bottom: 11px;
}

.hide
{
	display: none;
}

/* @end */

/* @group Zeichenformate */

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;
}

div.content u
{
	font-weight: bold;
	text-decoration: 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 6px;
}



/* @end */

/* @group Sorted */

div.content ol 
{
	margin: 6px 0 12px 30px;
}

div.content ol.kleinbuchstaben 
{
	margin-left: 20px;
	list-style-type: lower-alpha;
}

div.content ol li
{
	margin-bottom: 4px;
}

/* @end */

/* @group Definition */

div.content dl
{
	margin-bottom: 12px;
}

div.content dl dt
{
	margin-top: 6px;
	font-weight: bold;
}

div.content dl dd
{
	padding-left: 12px;
	background: url(/assets/site/images/content_list_bullet.png) no-repeat 0 6px;
}

/* @end */

/* @group Icon-Listen */

div.content ul.icon
{
	margin-left: 0;
	list-style-type: 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;
}

/* @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: 105%;
}

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 3px 10px 5px 0;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 3px 0 5px 10px;
}

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
	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: 5px;
	bottom: 5px;
	
	width: 26px;
	height: 26px;
	
	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 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 Trenner */

div.content hr
{
	margin: 20px 0;
}

.msie7 div.content hr
{
	margin: 5px 0 12px;
}

/* @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: #790044;
}

div.content form p.form_error strong
{
	color: white;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: #790044;
	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
{	
	background: #60676c url(/assets/site/images/body_background.png) repeat-x;
}

div.site
{
	position: relative;
	width: 980px;
	
	margin: 0 auto;
	
	color: #60676c;
	background: white url(/assets/site/images/site_background.png) repeat-y;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 408px;
	margin-bottom: 30px;
	
	background: white url(/assets/site/images/head_background.png) no-repeat;
}

/* @group Logo und Slogan */

div.head a.logo
{
	display: block;
	position: relative;
	
	width: 100%;
	height: 135px;
	
	text-align: center;
}

/* @end */

/* @group Bild */

div.head p.head_image 
{
	width: 970px;
	height: 238px;
	
	margin: 0 5px;
}

.msie6 div.head p.head_image img
{
	display: none;
}

/* @end */

/* @group Hauptnavigation */

div.head div.navigation 
{
	height: 35px;
	overflow: hidden;
	
	margin: 0 5px;
	
	background: #687075 url(/assets/site/images/head_navigation_background.png) repeat-x;
}

div.head div.navigation ul
{
	height: 35px;
	margin-left: 189px;
	padding-left: 2px;
	
	background: url(/assets/site/images/head_navigation_divider.png) no-repeat;
}

div.head div.navigation ul li
{
	float: left;
	padding-right: 2px;
	
	background: url(/assets/site/images/head_navigation_divider.png) no-repeat right top;
}

div.head div.navigation ul li a
{
	float: left;
	padding: 0 20px 0 21px;
	
	font-size: 14px;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	color: white;
	text-decoration: none;
}

.windows div.head div.navigation ul li a
{
	font-weight: bold;
}

div.head div.navigation ul li a:hover
{
	background: url(/assets/site/images/head_navigation_hover_active_background.png) repeat-x;
}

div.head div.navigation ul li.active a
{
	background: url(/assets/site/images/head_navigation_hover_active_background.png) repeat-x 0 -35px;
}



/* @end */



/* @end */

/* @group Unternavigation */

div.subnavigation 
{
	float: left;
	display: inline;
	
	width: 191px;
	margin: 0 18px 0 5px;
}

/* @group Ebene 1 */

div.subnavigation ul
{

}

div.subnavigation ul li
{
	margin-bottom: 5px;
}

div.subnavigation ul li a
{
	display: block;
	zoom: 1;
	padding: 6px 10px 6px 15px;
	
	font-weight: bold;
	text-decoration: none;
	line-height: 130%;
	
	color: white;
	background: #6f777c url(/assets/site/images/subnavigation_background.png) repeat-y;
}

.msie6 div.subnavigation ul li a,
.msie7 div.subnavigation ul li a
{
	padding-top: 6px;
	padding-bottom: 7px;
}

div.subnavigation ul li a:hover
{
	background-position: 0 -100px;
}

div.subnavigation ul li.active a
{
	background-position: 0 -200px;
}



/* @end */

/* @group Ebene 2 */

div.subnavigation ul li ul
{
	display: none;
	
	margin-top: 3px;
}

div.subnavigation ul li.active ul
{
	display: block;
}

div.subnavigation ul li ul li
{
	margin-bottom: 0;
}

div.subnavigation ul li.active ul li a
{
	padding: 3px 10px 3px 15px;
	
	color: #60676c;
	background: none;
}

div.subnavigation ul li.active ul li a:hover,
div.subnavigation ul li.active ul li.active a
{
	color: #790044;
}

/* @end */



/* @end */

/* @group Hauptbereich */

div.main 
{
	float: left;
	display: inline;
	width: 499px;
	
	margin-top: -4px;
	padding-bottom: 20px;
}

div.main p,
div.main p *,
div.main ul,
div.main ul *,
div.main a,
div.main a *
{
	font-size: 13px;
}

/* @group Breadcrumbs */

div.main p.breadcrumbs
{

}

div.main p.breadcrumbs,
div.main p.breadcrumbs *
{
	font-size: 10px;
}

/* @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 */



/* @end */

/* @group Google Maps */

div.main div#map
{
	height: 400px;
	border: 1px solid #979797;
}

/* @end */

/* @group Sitemap */

div.main div.sitemap
{
	margin-bottom: 12px;
}

/* @group Ebene 1 */

div.main div.sitemap ul
{
	
}

div.main div.sitemap ul li
{
	background-image: none;
	padding-left: 0;
	font-weight: bold;
}

div.main div.sitemap ul li a
{
	font-weight: bold;
	text-decoration: none;
}

div.main div.sitemap ul li a:hover
{
	text-decoration: underline;
}



/* @end */

/* @group Ebene 2 */

div.main div.sitemap ul li ul
{
	margin-top: 2px;
}

div.main div.sitemap ul li ul li
{
	padding-left: 12px;
	background-image: url(/assets/site/images/content_list_bullet.png);
}

div.main div.sitemap ul li ul li a
{
	font-weight: normal;
	text-decoration: underline;
}



/* @end */


/* @end */

/* @group Suchergebnisse */

div.main div.ajaxSearch_result
{
	
}

div.content span.ajaxSearch_paging
{
	display: block;
	margin-bottom: 12px;
}

div.main div.ajaxSearch_result a.ajaxSearch_resultLink
{
	font-weight: bold;
}

div.main div.ajaxSearch_result span.ajaxSearch_highlight
{
	font-weight: bold;
	padding: 0 1px;
}

/* @end */

/* @group Aktuelles */

div.main div.aktuelles
{
	
}

div.main div.aktuelles div.entry
{
	margin-bottom: 20px;
}

div.main div.aktuelles div.entry h3
{
	
}


/* @end */

/* @group Ansprechpartner-Übersicht */

div.main div.ansprechpartner
{
	margin-top: 30px;
}

div.main div.ansprechpartner div.entry
{
	float: left;
	width: 49%;
}

.msie6 div.main div.ansprechpartner div.entry
{
	height: 200px;
}

div.main div.ansprechpartner div.entry a.img,
div.main div.ansprechpartner div.entry span.img
{
	display: block;
	margin-bottom: 5px;
}

div.main div.ansprechpartner div.entry div.info
{
	padding-bottom: 20px;
}


/* @end */

/* @group Publikationen */

div.main div.publikationen
{
	margin-top: 30px;
}

div.main div.publikationen div.entry
{
	float: left;
	width: 49%;
}

div.main div.publikationen div.entry a.img
{
	display: block;
	margin-bottom: 5px;
}

div.main div.publikationen div.entry div.info
{
	padding-right: 20px;
	padding-bottom: 20px;
}


/* @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
{
	
}

div.main div.artikel_uebersicht div.entry
{
	position: relative;
	
	min-height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.msie6 div.main div.artikel_uebersicht div.entry
{
	height: 200px;
}

div.main div.artikel_uebersicht div.entry a.image
{
	position: absolute;
	left: 0;
	top: 3px;
}

div.main div.artikel_uebersicht div.entry div.info
{
	margin-left: 110px;
}

div.main div.artikel_uebersicht div.entry div.info p.links
{
	overflow: hidden;
}



/* @end */

/* @group Artikeldetails */

.parent_ministore div.main
{
	
}

/* @end */

/* @group Warenkorb */

.current_warenkorb div.sidebar
{
	display: none;
}

.current_warenkorb div.main
{
	width: 700px;
}

/* @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: blue;
}

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 .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 grey;	
}



/* @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.sidebar
{
	display: none;
}

/* @end */

/* @group Bestellung prüfen */

.current_bestellung-pruefen div.sidebar
{
	display: none;
}

.current_bestellung-pruefen div.main
{
	width: 700px;
}

/* @group Warenkorb-Zusammenfassung */

div.main div.ministore_cartsummary
{
	
}

div.main div.ministore_cartsummary h4 a
{
	font-size: 10px;
	float: right;
}

div.main div.ministore_cartsummary table#ministore_cart
{
	margin-top: 10px;
}

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: 20px;
	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: 10px;
}



/* @end */

/* @end */

/* @group Bestellbestätigung */

.current_bestellbestaetigung div.main
{
	
}

/* @end */


/* @end */

/* @group Pagination */

div.main p.pagination
{
	position: relative;
	
	padding-top: 10px;
	border-top: 1px solid #60676c;
	
	text-align: center;
}

div.main p.pagination a.prev
{
	position: absolute;
	left: 0;
}

div.main p.pagination a.next
{
	position: absolute;
	right: 0;
}

div.main p.pagination a.ditto_page,
div.main p.pagination span.ditto_currentpage
{
	padding: 0 5px;
}

/* @end */

/* @group Tabellen */

/* @group Erb- und Pflichtteilsquote */

div.main table.ErbUndPflichtteilsquote *
{
	font-size: 11px;
}

div.main table.ErbUndPflichtteilsquote th,
div.main table.ErbUndPflichtteilsquote td
{
	padding-left: 4px;
}

div.main table.ErbUndPflichtteilsquote .first
{
	padding-left: 0;
	width: 28%;
}

div.main table.ErbUndPflichtteilsquote tr.Zugewinngemeinschaft td,
div.main table.ErbUndPflichtteilsquote tr.Guetertrennung td,
div.main table.ErbUndPflichtteilsquote tr.Guetergemeinschaft td
{
	padding-top: 16px;
}

div.main table.ErbUndPflichtteilsquote tr .hell
{
	background: #f3f3f3;
}

div.main table.ErbUndPflichtteilsquote tr .dunkel
{
	background: #dfdfdf;
}

div.main table.ErbUndPflichtteilsquote tr .borderRight
{
	border-right: 1px solid #60676c;
}

div.main table.ErbUndPflichtteilsquote tr.borderBottom td,
div.main table.ErbUndPflichtteilsquote th.borderBottom
{
	border-bottom: 1px solid #60676c;
}



/* @end */



/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	position: relative;
	float: right;
	display: inline;
	
	width: 210px;
	margin-right: 20px;
	margin-top: -20px;
}

div.sidebar div.box
{
	margin-bottom: 30px;
}

/* @group Aktuelles */

div.sidebar div.aktuelles table
{
	margin-bottom: 6px;
}

div.sidebar div.aktuelles table h3
{
	margin-bottom: 12px;
}

/* @end */

/* @group MiniStore */

div.sidebar div.warenkorb 
{
	width: 200px;
}

div#ministore_cart_sidebar
{
	
}

/* @group Boxen ein- / ausblenden */

.current_ministore div.sidebar div.box,
.current_bestellung div.sidebar div.warenkorb,
.current_bestellbestaetigung div.sidebar div.warenkorb
{
	display: none;
}

.current_ministore 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 2px;
	
	background: #efefef;
}

div#ministore_cart_sidebar div.article:hover
{
	background: #cccccc;
}

div#ministore_cart_sidebar div.article span.blink
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	background: blue;
}

div#ministore_cart_sidebar div.article a.title
{
	
}

div#ministore_cart_sidebar div.article a.delete
{
	position: absolute;
	right: 0;
	
	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: 2px solid grey;
}

/* @end */



/* @end */

/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	position: relative;
	height: 50px;
	background: #60676c url(/assets/site/images/footer_background.png) no-repeat;
}

/* @group Meta-Navigation */

div.footer div.meta_navigation
{
	position: absolute;
	left: 750px;
	top: 10px;
}

div.footer div.meta_navigation ul
{
	float: left;
}

div.footer div.meta_navigation ul li
{
	float: left;
	display: inline;
	margin-right: 10px;
}

div.footer div.meta_navigation ul li a
{
	float: left;
	
	font-size: 10px;
	text-decoration: none;
	
	color: white;
}

div.footer div.meta_navigation ul li a:hover,
div.footer div.meta_navigation ul li.active a
{
	text-decoration: underline;
}

/* @end */

/* @group Footer-Links */

div.footer div.footer_links
{
	left: 214px;
}

div.footer div.footer_links ul
{
	
}

div.footer div.footer_links ul li
{
	
}

div.footer div.footer_links ul li a
{
	
}

div.footer div.footer_links ul li a:hover
{
	
}

/* @end */

/* @end */