body {
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
}

img {
	border-style: none;
}

#page {
}

#header {
}

#site-id {
}

#tagline {
	font-style: italic;
	font-weight: bold;
	line-height: 100%;
	font-size: 130%;
	color: #bbbbbb;
	margin: 15px 0 10px 8px;
	z-index: 25;
}

#tagline img {
	margin-left: 0.8em;
	vertical-align:middle;
}

.button-pdf {
	background-image: url(pdf.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0.3em 0.3em 0.3em 2em;
}

.button-gray {
	background-image: url(icons/arrow-gray.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0.3em 0.3em 0.3em 1.5em;
}

.button-green {
	background-image: url(icons/arrow-green.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0.3em 0.3em 0.3em 1.5em;
}

.button-green:hover {
	background-image: url(icons/arrow-green-over.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.button-remove {
	background-image: url(remove.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0.5em 0.5em 0.5em 1.8em;
}

.button-back {
	float:left;
	background: #ffffff url(icons/arrow-back-gray.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0.3em 0.3em 0.3em 1.5em;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	border: none;
}

.button-back:hover {
	background: #ffffff url(icons/arrow-back-gray-over.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #ff0000;
}

.button-ssl-login-sidebar {
	display: block;
	background: #ffffff url(button-ssl-login-sidebar.png) top left no-repeat;
	margin: 0 0 0 170px;
	text-decoration: none;
}

.button-blue-login-sidebar {
	display: block;
	background: #ffffff url(button-blue-login-sidebar.png) top right no-repeat;
	padding: 4px 8px 4px 4px;
	margin-left: 21px;
	color:#ffffff;
	text-decoration: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

.button-blue-login-sidebar:hover {
	color:#d3eefb;
	padding: 5px 8px 3px 4px;
}

.clear { /* Container (z.B. div) f?r floatende Buttons */
   overflow: hidden;
   width: 100%;
}

button { 
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button:-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

a.button-blue, a.button-blue-ssl, button.button-blue, button.button-blue-ssl {
   background: transparent url(button-blue_a.png) top right no-repeat;
   font-size: 12px;
   color: #ffffff;
   display: block;
   float: left;
   margin: 0 10px 0 0;
   padding: 0 8px 0 0;
   text-decoration: none;
}

a.button-blue span, button.button-blue span {
   background: transparent url(button-blue.png) top left no-repeat;
   display: block;
   line-height: 27px;
   padding-left: 10px;
   text-transform: uppercase;
   white-space: nowrap;
} 

a.button-blue-ssl span, button.button-blue-ssl span {
   background: transparent url(button-blue-ssl.png) top left no-repeat;
   display: block;
   line-height: 27px;
   padding-left: 30px;
   text-transform: uppercase;
   white-space: nowrap;
} 

a.button-blue:hover, a.button-blue-ssl:hover, button.button-blue:hover, button.button-blue-ssl:hover {
   /*text-decoration: none;*/
   color: #003366;
   background-position: right -27px; /*bottom right; */
   /*outline: none;*/
} 

a.button-blue:hover span, a.button-blue-ssl:hover span, button.button-blue:hover span, button.button-blue-ssl:hover span  {
   background-position: bottom left; /* bottom left */
} 

#content {
}

th.r,td.r {
	text-align: right;
}

th.l,td.l {
	text-align: left;
}

#cart .quantity {
	border: 1px solid #bbbbbb;
}

#cart .discount {
	color: red;
	font-size: 90%;
}

#cart tr.header td {
	border-bottom: none;
}

#cart td {
	padding: 0.3em 0.5em;
	border-bottom: 1px solid #bbbbbb;
}

#cart-summary {
	float: right;
	width: 25em;
}

#cart-summary td {
	padding: 0.3em 0.5em;
}

#cart-summary tr.final td {
	border-top: 1px solid black;
	font-weight: bold;
}

#shipping-notice {
	margin-right: 32.5em;
	border: 1px dashed #bbbbbb;
	padding: 0.5em 0.3em;
	font-size: 80%;
	color: #003366;
	background-color: #d3eefb;
}

#coupon-notice {
    margin-top: 1em;
	margin-right: 32.5em;
	border: 1px solid #003366;
	padding: 0.5em 0.3em;
	font-size: 80%;
	color: #003366;
	background: #dcd7d1 url(fond-box-gray.png) repeat-x;
}

#coupon-notice:hover {
	background: #35d504;
	color: #ffffff;
	border-color: #35d504;
}

#coupon-notice h1 {
	margin: 0;
	padding: 0;	
	text-decoration: none;
}

#order td {
	padding: 0.3em 0.5em;
	border-bottom: 1px solid #bbbbbb;
}

#order tr.summary td {
	font-weight: bold;
	border-bottom-style: none;
}

#order th {
	vertical-align: top;
}

#order th div {
	font-size: 90%;
	color: #999999;
}

table {
	border-collapse: collapse;
}

tr:hover {
	background-color: #d3eefb;
}

th {
	padding: 0.1em 0.3em;
	font-size: 90%;
	text-align: left;
}

td {
	padding: 0.1em 0.4em;
	font-size: 80%;
}

td form {
	margin: 0;
	padding: 0;
}

th.r,td.r {
	text-align: right;
}

h1 {
	font-size: 140%;
}

h2, legend {
	font-size: 120%;
	color: #336699;
	font-weight: bold;
}

fieldset {
	padding: 1em 0.5em 0.5em;
	margin: 1em 0;
	border: 1px solid #bbbbbb;
}

fieldset h2 {
	color: #336699;
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

fieldset ul {
	list-style: none;
}

fieldset li {
	background-image: none !important;
	padding: 0.3em 0 !important;
	margin: 0;
}

p.notice {
	border: 1px dashed #bbbbbb;
	padding: 0.5em;
	font-size: 80%;
	color: #003366;
	background-color: #d3eefb;	
}

p.notice-black {
	font-size: 80%;
	color: black;
}

.cart-summary {
	margin: 1em 0 0 0;
	border: 1px solid #999999;
	float: right;
}

.cart-summary tr.line td {
	border-bottom: 1px solid #999999;
}

#article-sidebar {
	float: right;
	width: 320px;
	margin: 0 0 20px 20px;
}

#article-image {
	border: 1px solid #bbbbbb;
	width: 318px;
	overflow: hidden;
    text-align:center;
    position: relative;
}

#article-image .zoom-in {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#article-icons {
        border: 1px solid #bbbbbb;
        background-image: url(article-icons-bg.png);
        padding: 6px;
}

#article-icons .icon {
        margin: 10px 10px 0 0;
}

#article-content {
	margin-right: 340px;
	font-size: 0.85em;
}

#article-content ul {
	margin-bottom: 3em;
}

#article-content li, #more-info li {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	background-image: url(bullet.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat
}

#article-detail {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #bbbbbb;
	padding: 0.5em 0;
}

#article-detail table {
	font-size: 100%;
	margin: 0.5em 0;
}

#article-detail td, #article-detail th {
	font-size: 100%;
}

#article-detail th {
	padding-left: 0;
}

#article-price {
	font-size: 120%;
	margin: 1em 0;
	width: 12em;
	float: right;
}

#article-price h6 {
	background-color: #003366;
	background-image: url(price-bg.png);
	background-repeat: repeat-x;
	color: white;
	line-height: 170%;
	font-size: 170%;
	padding: 0 0.3em;
	margin: 0;
}

#article-price p {
	margin: 0;
	border-style: solid none;
	border-width: 1px;
	border-color: white;
	padding: 0.6em;
	font-size: 80%;
	background: #dddddd;
}

#article-price p.recommended-retail-price {
        background-color: red;
        padding: 0.3em 0.6em;
        color: white;
}

#article-price p.recommeded-retail-price strong {
}

#article-price p.recommended-retail-price span {
	text-decoration: line-through;
	padding-left: 1em;
}

#article-price form {
	font-size: 90%;
	padding: 0.6em 0 0.6em 5%;
	margin: 0;
	width: 100%;
	overflow: hidden;
	background: #dddddd;
}

#article-price input {
	vertical-align: middle;
}

#article-price form #id_quantity {
	width: 3em;
	border: 1px solid #bbbbbb;
	margin: 0 0.5em 0 0.2em;
}

#article-staggering {
	width: 100%;
	border-top: #ffffff 20px solid;
	background: #ffffff url(article-staggering-fond.jpg) repeat-x;
}

#article-staggering th, #article-staggering td {
	text-align: center;
	font-size: 80%;
	color: #000000;
	border-width: 1px;
	border-color: white;
	padding: 0.3em 0.5em;
}

#article-staggering .quantity {
	border-style: solid solid solid none;
}

#article-staggering .price {
	border-style: solid none;
}

#article-group-extra-button {
	float: right;
	padding: 0 0 2em 0;
	margin-left: .5em;
	background-color: white;
}

#article-group-heading {
	background-color: #003366;
	color: #d3eefb;
	margin: 0 0 1em 0;
}

#article-group-heading h1 {
	margin: 0;
	padding: 0.5em 0.8em;
	font-size: 150%;
	color: #a3ddf8;
}

#article-group-heading h1 span {
	background-color: #003366;
	color: white;
}

#article-tagline {
	border-top: 1px solid #336699;
	margin: 0 1em;
	padding: 1em 0;
}

#paginator {
	font-size: 120%;
	color: #003366;
	width: 100%;
	margin: 1em 0;
	border-top: 2px solid #bbbbbb;
}

#paginator td {
	padding: 0.5em 0 0 0;
}

#paginator tr:hover {
	background-color: inherit;
}

#paginator .disabled {
	color: #999999;
}

#paginator a {
	color: #003366;
}

#paginator .selected {
	color: #999999;
	text-decoration: none;
}

.paginator-button {
	font-weight: bold;
	margin: 0 2em;
}

.paginator-button a {
	text-decoration: none;
	color: black;
}

.paginator-button img {
	vertical-align: middle;
}

.paginator-pages {
	text-align: center;
}

.paginator-opps {
	text-align: right;
}

.input-text {
	border: 1px solid #bbbbbb;
}

a {
	color: #003366;
}

a:hover {
	color: red;
}

#home-special-offers {
	padding-left: 1px;
	border-bottom: 1px solid #bbbbbb;
}

#home-special-offers img {
	padding: 10px 0;
	margin-bottom: 10px;
}
#home-special-offers table {
	width: 100%;
	border-collapse: collapse;
}

#home-special-offers tr:hover {
	background-color: #ffffff;
}

#home-special-offers td {
	padding: 0.5em 0;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #bbbbbb;
	background: url(home-special-offer-fond.png) repeat-x bottom;
}

#home-special-offers td:hover {
	background-color:#fff6e4;
}

#home-special-offers .recommended-retail-price {
    text-decoration: line-through;
}

#home-special-offers a {
	color: black;
	text-decoration: none;
}

#home-special-offers .price {
	font-weight: bold;
	font-size: 110%;
	color: red;
}

#home-special-offers .buttons {
	margin: 0;
	padding: 0;
	text-align: right;
}

#home-catalog {
	line-height: 100%;
}

#home-catalog div {
	float: left;
	width: 14em;
	margin-right: 1em;
}

#home-catalog h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
}

#home-catalog ul {
	font-size: 75%;
	padding: 0;
	margin: 0;
}

#home-catalog li {
	background-image: url(category-bullet-home.png);
	background-position: left center;
	background-repeat:no-repeat;
	margin: 0 !important;
}

#home-catalog a {
	text-decoration:none;
}

#home-catalog li:hover {
	background-image: url(category-bullet-home-hover.png);
}

.float-left {
	float: left;
	margin: 0 1em;
}

.float-right {
	float: right;
	margin: 0 1em;
}

.p {
	margin: 1em 0;
}

.pp {
	margin: 2em 0 1em 0;
	clear: both;
}

ul.check {
	padding: 0 0 0 2em;
	margin: 0;
}

ul.check li{
	list-style-type: none;
	list-style-image: url(/media/styles/bullet-check.gif);
	padding: 0.2em 0;
}

hr {
	background-color: #bbbbbb;
	color: #bfbfbf;
	border: 0;
	height: 1px;
	margin-left: 0;
	padding-left: 0;
}

#article-list {
}

#article-list a {
	display: block;
	color: black;
}

#article-list tr.article-item:hover a {
    background-image:url(/media/klick-for-details.png) !important;
}


#article-list tr.article-item a:hover {
    background-image:url(/media/klick-for-details.png);
}

#article-list tr.top {
     background-color: #ffeac0 !important;
}

#article-list tr.top:hover {
     background-color: #a3ddf8 !important;
}

#article-list th {
	vertical-align: top;
	padding: 0.3em 0.5em;
	background-image: url(article-icons-bg.png);
}

#article-list th div {
	font-size: 90%;
	color: #999999;
}

#article-list td {
	padding: 0.3em 0.5em;
	border-bottom: 1px solid #bbbbbb;
	cursor: pointer;
}

#article-list td.m {
	text-align: center;
}

#article-list td.r {
	text-align: right;
}

#article-list tr.last td, #article-list tr.header td {
	border-bottom-style: none;
}

#article-list tr.top .price {
	font-size: 110%;
	font-weight: bold;
}

#article-list .recommended-retail-price {
	font-size: 80%;
	font-weight: normal;
	text-decoration: line-through;
}

#more-info {
	empty-cells: hide;
	margin-bottom: 2em;
	width: 100%;
}

#more-info tr:hover {
	background-color: white;
}

#more-info th {
	font-size: 120%;
	color: #336699;
	font-weight: bold;
}

#more-info td {
	padding: .5em;
	vertical-align: top;
	border: 1px solid #bbbbbb;
}

#more-info div {
	border-bottom: 1px solid #dddddd;
}

#more-info td.note {
	background-color: #ffeac0;
	width: 33%;
}

.errorlist {
	color: red;
}

.errorlist,.errorlist li {
	display: block;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.two-column {
	width: 100%;
	overflow: hidden;
}

.left-column {
	width: 49%;
	float: left;
}

.right-column {
	width: 49%;
	float: right;
}

.address-list li {
	margin: 1em 0 !important;
}

#group-grid {
}

#group-grid div {
	width: 225px;
	height: 215px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: #bbbbbb 1px solid;
	background: url(group-grid-fond.png) top repeat-x;
}

#group-grid div:hover {
	border-color: #003366;
}

#group-grid h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	height: 40px;
}

#group-grid h3 a {
	text-decoration: inherit;
	padding: 10px;
	text-decoration: none;
}

#group-grid a {
	padding: 5px;
	display: block;
	overflow: hidden;
}

#group-grid h3 a span {
	font-weight: normal;
}

#group-grid img {
	border: 0;
	padding: 0;
	margin: 0;
	width: 213px;
}

#content .box {
    border: 1px solid #aaaaaa;
    padding: 0.5em 1em;
}

#article-notes-wrapper {
    margin: 0 16em 0 0;
}

#article-notes {
	font-size: 100%;
    width: 100%;
}

#article-notes table {
	line-height: 100%;
    width: 100%;
}

#article-notes td {
    margin: 0;
	padding: 0.3em 0;
    width: 50%;
    border-top: #bbbbbb 1px solid;
}

#list li {
	margin-bottom: 1em;
}

#regal1x1 {

}

#regal1x1 h2 {
	clear: left;
}

#regal1x1 img {
	margin: 0 0.8em 0.8em 0;
	float: left;
}

#regal1x1 li {
	margin-bottom: 0.5em;
	background-image: url(bullet.png);
	background-position: 0 0.4em;
	background-repeat: no-repeat
}

#table-order tr {
	border:1px solid #bbbbbb;
}

#table-adress {
	width: 20em;
	float: left;
	margin: 0 1em 1em 0;
}

#table-adress tr {
	border:1px solid #bbbbbb;
}

#form input {
	border:1px solid #bbbbbb;
}

#form th {
	vertical-align: top;
}

#form .error label {
	color: red;
}

#form textarea {
	border:1px solid #bbbbbb;
}

.pretty-form table {
	width: 100%;
}

.pretty-form .hint {
	border: 1px dashed #bbbbbb;
	padding: 0.5em;
	font-size: 80%;
	color: #003366;
	background-color: #d3eefb;	
}

.pretty-form th {
	width: 25%;
	vertical-align: top;
	font-weight: bold;
}

.pretty-form td {
	width: 75%;
	vertical-align: top;
}

.pretty-form tr.error th {
	color: red;
}

.pretty-form tr.required th {
	font-weight: bold;
}

.pretty-form .errorlist {
	margin: 0 !important;
	padding: 0 !important;
}

.pretty-form .errorlist li {
	margin: 0 !important;
	padding: 0 !important;
}

.no-overflow {
	overflow: hidden;
}

#search-glossary-results {
	background-image: url(info.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #bbbbbb;
	font-size: 80%;
	padding: 10px 10px 10px 80px;
}

.search-glossary-entry h4 {
    margin: 0;
    padding: 0;
}

.search-glossary-entry p {
	margin: 0;
	padding: 0 0 1em 0.5em;
}
