/* jQuery */
@import 'jquery-control.css';
@import 'jquery.ui.theme/blitzer/ui.all.pack.css';
@import '../js/jquery.lightbox/css/jquery.lightbox-0.5.css';

/* Akkordeon */
@import 'akkordeon.css';

.lieferwarnung{
    font-size:18px;
    width:950px;
    text-align:center;
    float:left;
}
.achtung{
    text-decoration:blink;
    color:red; 
}
/* hauptteil der seite, im div #inhalt */
/* inhalt content in /templates/shop */
#javascriptwarnblock {
	color: red;
	margin: 60px auto 10px auto;
	width: 60%;
	background: white;
	border: 4px red solid;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	clear: both;
}
#cookiewarnblock {
	color: red;
	margin: 10px auto;
	width: 60%;
	background: white;
	border: 4px red solid;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	clear: both;
	display: none;
}
.marquee {
	width: 100%;
	height: 38px;
}
.pointer {
	cursor: pointer;
}
/* "nach oben" link, wird von jquery gesteuert */
#go_up_dummy {
	visibility: hidden;
}
.hr1 {
	padding-top: 15px;
	margin-top: 5px;
	border-top: 3px solid #000000;
	float: left;
}
/* schwebendes menu, wird von jquery gesteuert */
#floatmenu {
	visibility: hidden;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 110px;
	background-color: #112f40;
	color: #fff;
	padding-bottom: 5px;
}
#floatmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#floatmenu li {
	padding-left: 5px;
}
#floatmenu li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 100%
}
#floatmenu li a:hover {
	font-style: italic;
}
#intro {
	width: 950px;
	float: left;
	clear: both;
}
#about {
	width: 650px;
	float: left;
	margin-right: 40px;
	margin-top: 8px;
	line-height: 1.3;
}
#about h2, h3 {
	padding: 0;
	margin: 0;
}
#about p, ul {
	margin-top: 7px;
	margin-bottom: 7px;
}
#about-startseite {
	width: 400px;
	float: left;
	margin-right: 40px;
	margin-top: 8px;
}
#about-startseite h2 {
	padding: 0;
	margin: 0;
}
#hinweise {
	width: 250px;
	float: left;
	margin-top: 8px;
	text-align: right;
}
#hinweise h4 {
	margin: 0;
	padding: 0;
}
#spotlight-wrapper {
	width: 200px;
	float: right;
	margin-top: 5px;
}
#spotlight-wrapper h3 {
	font-size: 16px;
	margin-bottom: 3px;
	padding: 0px;
	text-transform: uppercase;
}
#spotlight-wrapper #spotlight {
	height: 182px;
	background-color: #112f40;
	padding: 9px 9px;
}
#spotlight ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#spotlight li {
	display: inline;
	float: left;
	margin-right: 4px;
}
#inhalt {
	width: 100%;
}
#inhalt .spacer {
	width: 100%;
	height: 15px;
	clear: both;
}
#inhalt div.a, div#shopfuss {
	clear: both;
	margin-bottom: 15px;
}
/* produkt-abbildungen uebersichten auf shop-startseite /templates/shop */
.productgroup {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin-bottom: 2em;
	padding-top: 10px;
	padding-bottom: 0;
}
.productgroup h2 {
	background: #6c808c url( "/bilder/icons/down.jpg" ) left top no-repeat;
	padding: 0px 60px;
	color: #bac4c9;
}
.productgroup .matrix {
	width: 80%;
	float: left;
}
.productgroup .description {
	width: 20%;
	height: 100%;
	float: right;
}
.productgroup a:link {
	color: #bac4c9;
	text-decoration: None
}
.productgroup a:visited {
	color: #bac4c9;
	text-decoration: None
}
.productgroup a:active {
	color: #bac4c9;
	text-decoration: None
}
.productgroup a:hover {
	color: white;
	text-decoration: Underline
}
.w {
	padding: 2px 1px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.w80 {
	width: 80px;
}
.w120 {
	width: 120px;
}
.w160 {
	width: 160px;
}
.w200 {
	width: 200px;
}
.product {
	float: left;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	background-color: #fff;
}
.product .title {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	border: 0;
	background-color: transparent;
}
.product img {
	display: block;
	clear: both;
	background-color: transparent;
	margin: 0px auto;
}
.product .price {
	display: block;
	width: 100%;
	background: #ffcc99 url( "/bilder/icons/product-price-bg.jpg" ) repeat-x;
}
/*.new {
	background-color: #cccc99;
}
*/
.disabled {
	background-color: #f5f5f5;
}
/* normaler content auf anderen seiten */
.content-wrapper {
	width: 950px;
	height: auto;
	margin-bottom: 2em;
}
.content-wrapper h2 {
	background: #6c808c url( "/bilder/icons/down.jpg" ) left top no-repeat;
	padding: 0px 60px;
	color: #bac4c9;
	margin: 2px 0px;
}
.content-wrapper h2 em {
	color: #fff;
}
.content {
	width: 550px;
	float: left;
}
.sidebar {
	width: 394px;
	float: right;
}
/* spalten innerhalb der sidebar oder im content */
.left {
	width: 45%;
	float: left;
}
.right {
	width: 45%;
	float: right;
}
/* preistabelle unter produktbild auf produkt-detailseite */
.preistabelle {
	width: 100%;
}
.preistabelle th {
	padding: 2px 5px;
	background-color: #6c808c;
	color: #f2f2f2;
}
.preistabelle td {
	padding: 2px 5px;
	border-bottom: 1px solid #6c808c;
}
.preistabelle .tright {
	text-align: right;
}
.preistabelle .tcenter {
	text-align: center;
}
.preistabelle .price {
	background-color: #6c808c;
	color: #f2f2f2;
	font-weight: bold;
	text-align: right;
}
.preistabelle .pricetotal {
	color: #6c808c;
	text-align: right;
	font-weight: bold;
	text-align: right;
}
/* edit-table in preistabelle des warenkorbes */
.edittable {
	width: auto;
}
.edittable td {
	border: 0 none;
}
.edittable input.text {
	width: 30px;
}
.edittable .notice {
	padding: 2px 2px;
	margin-bottom: 0;
}
.edittable .error {
	padding: 2px 2px;
	margin-bottom: 0;
}
/* zusammensetzung */
.zusammensetzung {
	background-color: #f2f2f2;
}
.zusammensetzung h4 {
	margin: 0;
	padding: 0;
}
.zusammensetzung dt {
	float: left;
	margin-right: 1em;
}
/* benutzer-aktion auf kauf-seite rechts */
.sidebar h2.narrow {
	margin: 0;
	padding: 0 60px;
	margin-top: 2px;
	font-size: 1.5em;
	line-height: 1.0em;
	padding: 3px 60px;
}
.sidebar fieldset {
	background-color: #6c808c;
	color: #f2f2f2;
	margin: 0;
	margin-top: -1px;
}
.sidebar fieldset a {
	color: #f2f2f2;
}
.sidebar legend {
	margin-bottom: -16px;
	font-size: 95%;
	background-color: #6c808c;
	border: 3px solid #f2f2f2;
	color: #f2f2f2;
	padding: 1px 5px;
	border-top: 1px solid #6c808c;
	clear: both;
}
.sidebar #bau_menge {
	width: 50px;
}
.sidebar select {
	width: 358px;
	font-size: 1.2em;
}
	/* width: 150px;
*/
/* gravur-kontrollen */
.gravcontrol {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.gravcontrol th, .gravcontrol td {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
/* gravurfeld */
.gravfeld {
	width: 358px;
	height: 136px;
	background: url( "/bilder/gravurschild.png" ) no-repeat;
	text-align: center;
	padding-top: 14px;
	vertical-align: middle;
}
.med_gravfeld {
	width: 358px;
	height: 107px;
	background: url( "/bilder/gravurronde.png" ) no-repeat;
	text-align: center;
	padding-top: 120px;
	vertical-align: middle;
}
#gravtext input {
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: #bac4c9;
	text-align: center;
	vertical-align: middle;
}
/* grosse bilder in jquery.lightbox anzeigen, mehr unter /lib/js/jquery.lightbox/... */
a.preview {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a.preview img {
	margin: 0;
	padding: 0;
	border: 0 none;
	margin-bottom: -4px;
}
span.lupe {
	display: block;
	width: 100%;
	height: 36px;
	background: url("/bilder/icons/zoomin.png") no-repeat;
	background-position: right center;
}
/* bestellseiten: navigation oben (schritt 1-5) */
#bestellnavigation {
	width: 900px;
	height: 36px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}
#bestellnavigation ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
#bestellnavigation li {
	float: left;
	padding: 2px 3px;
	margin-right: 3em;
}
#bestellnavigation a {
	color: #f2f2f2;
}
/* bestellseiten: aktiver nav-entry */
.step1 #order-step1, .step1 #order-step1 a {
	background-color: #f2f2f2;
	color: #112f40;
}
.step2 #order-step2, .step2 #order-step2 a {
	background-color: #f2f2f2;
	color: #112f40;
}
.step3 #order-step3, .step3 #order-step3 a {
	background-color: #f2f2f2;
	color: #112f40;
}
.step4 #order-step4, .step4 #order-step4 a {
	background-color: #f2f2f2;
	color: #112f40;
}
.step5 #order-step5, .step5 #order-step5 a {
	background-color: #f2f2f2;
	color: #112f40;
}
#headline {
	width: 940px;
	background-color: #112f40;
	clear: both;
	color: #fff;
	padding: 10px 0 10px 10px;
	margin: 5px 0 3px 0;
}
#medaillenhinweis {
	width: 534px;
	background-color: #F6FF00;
	padding: 8px;
	margin: 0;
	font-size: 16px;
}
#medaillenhinweis p {
	margin: 0;
	padding: 0;
}
#pagefoot {
	width: 930px;
	float: left;
	background-color: #112f40;
	color: #f2f2f2;
	padding: 5px 10px 15px 10px;
}
#pagefoot a {
	color: #f2f2f2;
}
#pagefoot #imprint {
	text-align: right;
	border-bottom: 1px dotted #f2f2f2;
}
#pagefoot .footercol {
	width: 186px;
	float: left;
	margin-top: 10px;
}
.footercol h4 {
	font-family: verdana, sans-serif;
	color: #f2f2f2;
	margin: 0;
}
.footercol ul {
}
#shopkopf {
	background-image: url("/bilder/hintergrund.png");
	width: 100%;
	height: 80px;
}
#shopkopf #logo_claim {
	float: left;
	width: 700px;
	font-weight: bold;
	color: #f5f5f5;
	line-height: normal;
}
#shopkopf #logo_claim img {
	display: block;
	float: left;
	margin: 0 2em 0 2em;
}
#shopkopf a img {
	border: 0;
}
#shopkopf #logo_claim h1 {
	font-size: 30px;
	margin: 0;
	margin-top: 10px;
	font-weight: bold;
	padding: 0;
}
#shopkopf #logo_claim h1 a {
	font-style: italic;
	text-decoration: none;
	color: #f5f5f5;
}
#shopkopf #logo_claim h1 a:hover {
	color: #fff;
}
#shopkopf #logo_claim span {
	margin-left: 150px;
}
/* rechts oben, warenkorb */
#warenkorb {
	background-color: #f2f2f2;
	float: right;
	width: 248px;
	height: 78px;
	border: 1px solid #112f40;
}
#warenkorb_title {
	background-color: #112f40;
	font-weight: bold;
}
#warenkorb_title a {
	color: #fff;
}
#warenkorb div {
	padding: 0px 5px;
}
#warenkorb span {
	color: red;
}
/* bereich links, feststehendes menue */
#navigation_wrapper {
	width: 950px;
	height: 29px;
	clear: both;
	border-bottom: 1px solid #fff;
}
/* hauptmenue */
#mainmenu {
	float: left;
	width: 700px;
	background: #3a6f8f;
	font-size: 100%;
	line-height: normal;
	color: #fff;
}
#mainmenu ul {
	margin: 0;
	padding: 5px 10px 0 20px;
	list-style: none;
}
#mainmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#mainmenu a {
	float: left;
	background: url("/bilder/icons/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#mainmenu a span {
	float: left;
	display: block;
	background: url("/bilder/icons/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #fff;
}
#mainmenu a:hover span {
	color: #FFF;
}
#mainmenu a:hover {
	background-position: 0% -42px;
}
#mainmenu a:hover span {
	background-position: 100% -42px;
}
/* helpermenue */
#helpermenu {
	float: right;
	width: 250px;
	background: #3a6f8f;
	font-size: 12px;
	line-height: normal;
}
#helpermenu ul {
	margin: 0;
	padding: 5px 10px 0 0px;
	list-style: none;
}
#helpermenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#helpermenu a {
	float: left;
	background: url("/bilder/icons/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#helpermenu a span {
	float: left;
	display: block;
	background: url("/bilder/icons/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #fff;
}
#helpermenu a:hover span {
	color: #FFF;
}
#helpermenu a:hover {
	background-position: 0% -42px;
}
#helpermenu a:hover span {
	background-position: 100% -42px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainmenu a span {
	float: none;
}
#helpermenu a span {
	float: none;
}
/* End IE5-Mac hack */
/* generelle html-tag styles und seitenaufbau */
/* reset all stylings */
html, body, div, span, 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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
/* typography */
body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #009;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
li ul, li ol {
	margin: 0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background: #ff0;
}
.added {
	background: #060;
	color: #fff;
}
.removed {
	background: #900;
	color: #fff;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* Reduced size type with incremental leading   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)   This could be used for side notes. For smaller type, you don't necessarily want to    follow the 1.5x vertical rhythm -- the line-height is too much.       Using this class, it reduces your font size and line-height so that for    every four lines of normal sized type, there is five lines of the sidenote. eg:   New type size in em's:     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)   New line-height value:     12px x 1.5 = 18px (old line-height)     18px x 4 = 72px      72px / 5 = 14.4px (new line height)     14.4px / 10px = 1.44 (new line height in em's) */
p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;
	margin-bottom: 1.5em;
}
/* forms */
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
input.text, input.title, textarea, select {
	margin: 0.5em 0;
	border: 1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border: 1px solid #666;
}
input.text, input.title {
	width: 300px;
	padding: 5px;
}
input.title {
	font-size: 1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* kompatibilitaet zu vorheriger version */
body.blue, body.white {
	background-color: #f5f5f5;
}
/* pagemenu auf unterseiten ausblenden */
/*body.white #navigation_wrapper {
	display: none;
}
*/
#behaelter {
	width: 950px;
	margin: 0 auto;
}
#hinweisbeta {
	width: 950px;
	margin: 0 auto;
	background-color: #ff0;
	text-align: center;
}
/* jquery kwicks plugin/component */
#productshow {
	width: 945px;
	background-color: #112f40;
	clear: both;
	color: #fff;
	padding: 10px 0 10px 5px;
}
/*#productshow span {
	font-weight: bold;
	margin-left: 2em;
}
*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	height: 50px;
	margin-right: 4px;
}
.kwicks li a {
	height: 50px;
	outline: none;
	display: block;
	cursor: pointer;
	text-indent: -999px;
}
.richtig,.falsch{
    margin:0 0 0 15px;
    padding:4px;
}
.richtig{
    background-color:rgb(153,255,153);
    border:rgb(0,204,0) 1px solid;
    color:rgb(0,102,0);
}
.falsch{
    background-color:rgb(255,153,153);
    border:rgb(204,0,0) 1px solid;
    color:rgb(102,0,0);
}