/*
  $Id: stylesheet.css,v 1.99 2010/01/15 10:06:27 rpv Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.errorBox { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color: #000000; text-decoration: underline; }

BODY {
  background: #484A4D;
  color: #222222;
  margin-top: 30px;
  background-image: url('images/local/background.gif');
  background-repeat: repeat;
}

A { 
  color: #000000; 
  text-decoration: none; 
}

A:hover {
  color: #666666;
  text-decoration: none;
}

FORM {
  display: inline;
}

DIV.headerContainer {
  width: 976px;
  height: 124px;
  margin: 0px auto;
}

DIV.headerMain {
  width: 900px;
  height: 122px;
  float: left;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

DIV.header {
  position: relative;
  width: 900px;
  height: 99px;
  background: #E50F9F;
  float: left;
  /*background-image: url('images/local/background_header2.jpg');
  background-repeat: repeat-x;*/
}

DIV.imageLogo {
  left: 19px;
  top: 10px;
  z-index: 2;
  position: absolute;
  width: 358px;
  height: 84px;
  background-image: URL(images/local/shop-logo.jpg);
  background-repeat: no-repeat;  
}

.imageShopLogo {
  width: 358px;
  height: 84px;
}

DIV.headerLogin {
  color: #ffffff;
  left: 450px;
  top: 10px;
  z-index: 2;
  position: absolute;
  width: 440px;
  height: 70px;
}

DIV.headerLogin DIV {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

DIV.headerLoginBoxA {
  position: absolute;
  top: -4px;
  right: 10px;
  width: 230px;
}

DIV.headerLoginBoxB {
  position: absolute;
  right: 120px;
  top: 34px;
  width: 120px;
}

DIV.headerLoginBoxC {
  position: absolute;
  right: 4px;
  top: 31px;
  width: 100px;
  text-align: left;
}

DIV.headerLoginBoxD {
  position: absolute;
  top: 46px;
  right: 10px;
  width: 230px;
}

DIV.headerLoginBoxD A,
DIV.headerLoginBoxD A:link,
DIV.headerLoginBoxD A:visited,
DIV.headerLoginBoxD A:hover {
  color: #ffffff;
}

.headerLoginInput
{
	border: 1px solid black;
	font-size: 11px;
	padding: 2px;
	width: 100%;
}

.headerLoginBoxB .headerLoginInput[type=password]
{
	width: 116px;
}

.headerMessages {
  width: 100%;  
}

DIV.headerError {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: #00AEEF;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

DIV.headerOK {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: #E50F9F;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

DIV.headerInfo {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: #E50F9F;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

DIV.mainContainer {
  width: 976px;
  margin: 0px auto;
  background: url('images/local/shadow_rm.png') repeat-y;
  /* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/catalog/images/local/shadow_rm.png', sizingMethod='scale');
}

DIV.content {
  width: 900px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  float: left;
  background: #ffffff;
}

TABLE.contentTable {
  width: 870px;
  float: right;
}

TD.content {
  width: 700px;
  background: #fff6bd;
}

DIV.contentFond {
  padding: 11px 15px 0px 15px;
}

DIV.contentFondTopContainer {
  width: 700px;
  background: #ffffff;
  height: 22px;
  padding-top: 10px;
}

DIV.contentFondTop {
  width: 700px;
  background: #fff6bd;
  height: 22px;
}

DIV.contentFond A, DIV.contentFond A:visited, DIV.contentFond A:link {
	color: #E50F9F;
	text-decoration: none;
}

DIV.contentFond A:hover {
	color: #E50F9F;
	text-decoration: underline ;!
}

DIV.fckContent A.banner
{
	display: block;
}

DIV.fckContent A.banner:hover
{
	text-decoration: none !important;
	color: red;
}

/* DIV.contentFond A, DIV.contentFond A:visited, DIV.contentFond A:link
{
	color: #E50F9F;
	text-decoration: none;
}

DIV.contentFond A:hover
{
	color: #E50F9F;
	text-decoration: underline;
}*/

DIV.contentFondTopLeft {
  background: #fff6bd;
  background-image: url('images/local/fond_tl.gif');
  background-repeat: no-repeat;
  float: left;
  width: 22px;
  height: 22px;
}

DIV.contentFondTopLeftselected {
  background: #fff6bd;
  float: left;
  width: 22px;
  height: 22px;
}

DIV.contentFondTopRight {
  background: #fff6bd;
  background-image: url('images/local/fond_tr.gif');
  background-repeat: no-repeat;
  float: right;
  width: 22px;
  height: 22px;
}

DIV.contentFondBottom {
  width: 700px;
  background: #fff6bd;
  height: 22px;
}

DIV.contentFondBottomLeft {
  background: #fff6bd;
  background-image: url('images/local/fond_bl.gif');
  background-repeat: no-repeat;
  float: left;
  width: 22px;
  height: 22px;
}

DIV.contentFondBottomRight {
  background: #fff6bd;
  background-image: url('images/local/fond_br.gif');
  background-repeat: no-repeat;
  float: right;
  width: 22px;
  height: 22px;
}

.breadcrumb
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #00AEEF;
	position: absolute;
	top: 173px;
	text-indent: 16px;
}

.breadcrumb A, .breadcrumb A:visited, .breadcrumb A:link
{
	color: #E50F9F;
	text-decoration: none;
}

.breadcrumb A:hover
{
	color: #E50F9F;
	text-decoration: underline;
}

.menu {
  width: 185px;
  padding: 5px 10px 5px 15px;
}

.menu A, .menu A:visited, .menu A:link {
  text-decoration: none;
}

.menu A:hover {
  text-decoration: underline;
}

.newsBlock {
  width: 228px;
  float: left;
}

.news {
  background: white;
  padding: 7px;
  margin-bottom: 20px;
  background-image: url('images/local/corner_bl.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
}

.newsContent {
  line-height: 15px;
  padding-bottom: 11px;
}

.news IMG {
  padding: 0px 7px 5px 0px;
}

.contentStart {
  width: 411px;
  float: right;
  padding-right: 8px;
}

.contentStart DIV.fckContent {
	padding-bottom: 20px;
}

DIV.shadowSpaceLeft {
  width: 36px;
  float: left;
}

DIV.shadowRightTop {
  background-image: url('images/local/shadow_rt.png');
  background-repeat: no-repeat;
  width: 36px;
  height: 124px;
  float: left;  
/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/catalog/images/local/shadow_rt.png', sizingMethod='scale');  
}

DIV.shadowRightMain {
  background: url('images/local/shadow_rm.png') repeat-y 0;
  width: 36px;
  height: 100%;
  float: left;  
/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/catalog/images/local/shadow_rm.png', sizingMethod='scale');  
}

DIV.shadowBottomLeft {
  background-image: url('images/local/shadow_ul.png');
  background-repeat: no-repeat;
  width: 60px;
  height: 62px;
  float: left;
/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/catalog/images/local/shadow_ul.png', sizingMethod='scale');
}

DIV.shadowBottomMiddle {
  background-image: url('images/local/shadow_um.png');
  background-repeat: repeat-x;
  width: 830px;
  height: 62px;
  color: white;
  text-align: center;
  float: left;
/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/catalog/images/local/shadow_um.png', sizingMethod='scale');
}

DIV.shadowBottomRight {
  background-image: url('images/local/shadow_ur.png');
  background-repeat: no-repeat;
  width: 50px;
  height: 62px;
  float: left;
/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/catalog/images/local/shadow_ur.png', sizingMethod='scale');
}

DIV.contentFooter {
  width: 976px;
  height: 62px;
  margin: 0px auto;
}

DIV.footer {
  text-align: center;
  width: 900px;
  background-color: #fff;
}

DIV.footerInfo {
  font-size: 10px;
  color: #555;
  padding-top: 20px;
}

DIV.footerInfo A {
  padding: 0px 4px;
  color: #555;
}

DIV.footerInfo A:hover {
  padding: 0px 4px;
  color: #555;
  text-decoration: underline;
}

TD.footer {
  font-size: 9px;
  color: #555;
}

TD.footer A {
  padding: 0px;
  color: #555;
}

TD.footer A:hover {
  padding: 0px;
  color: #555;
  text-decoration: underline;
}

TD.bookmarks {
  text-align: center;
  background: white;
  padding-right: 5px;
}

DIV.trustedSiegel
{
  left: 460px;
  top: 22px;
  z-index: 9;
  position: absolute;
  width: 59px;
  height: 59px;
}

DIV.ssl
{
  left: 532px;
  top: 21px;
  z-index: 9;
  position: absolute;
  width: 78px;
  height: 62px;
}

.infoBox {
  background-image: url('images/local/infobox_tr.gif');
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 2px;
}

.infoBoxContents {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  background-image: url('images/local/infobox_bl.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
}

.infoBoxContentsFond {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  background-image: url('images/local/infobox_bl_fond.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
}

.infoBoxBlue {
  background-image: url('images/local/infoboxblue_tr.gif');
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 2px;
}

.infoBoxContentsBlue {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  background-image: url('images/local/infoboxblue_bl.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
}

.boxText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 7px 5px 9px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

TD.infoBoxHeading, DIV.infoBoxHeading {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  background: #E50F9F;
  color: #ffffff;
  padding: 2px 8px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

DIV.separator
{
	width: 100%;
	border-bottom: 2px solid #F9EF9E;
	height: 2px;
	margin: 15px 0px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TR.productListing-heading {
  background: #E50F9F;
}

TD.productListing-heading {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #E50F9F;
  color: #ffffff;
  font-weight: bold;
  padding: 3px;
}

TD.productListing-heading A, .headerLinks {
	color: #ffffff;
}

TD.productListing-heading A:hover, .headerLinks:hover {
	color: #ffffff;
}

TD.productListing-data {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  vertical-align: top;
  text-align: center;
  width: 25%;
}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #000000;
}

TD.pageHeading, DIV.pageHeading, H1.pageHeading, DIV.productListingPrice {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #E50F9F;
  margin: 0px;
}

H1.main {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  margin-top: 0px;
  line-height: 15px;
}

H1.productListing {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin: 5px 0px 10px 0px;
  font-weight: normal;
}

H1.productListing A {	
  text-decoration: none;
}

H1.productListing A:hover {
  text-decoration: underline;
}

DIV.productListingDescription {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin-left: 11px;
  margin-right: 11px;
  border-left: 3px solid #ECE0BB;
  padding-left: 6px;
}

H2 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 8px;
}

H3 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

DIV.shoppingCartBoxHeader
{
	width: 146px;
	border: 2px solid #00aeef;
	text-align: center;
	padding: 3px 0px;
}

DIV.newsletterBoxHeader
{
	width: 146px;
	border: 2px solid #E50F9F;
	text-align: center;
	padding: 3px 0px;
}

TABLE.orderDetails
{
  background: #F9EF9E;	
}

TABLE.orderDetails TR#head TD
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px 8px;
  border-bottom: 1px solid black;
}

TABLE.orderDetails TD
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  padding: 8px 4px;
  border-bottom: 1px solid black;
}

TD.orderDetailsSum
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  padding: 8px 4px;
}

TD, TH, DIV {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

TD.main, P, UL, LI {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.magentaText
{
	color: #E50F9F;
}

.cyanText
{
	color: #00AEEF;
}

TD.accountCategory {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px;
}

INPUT[type=text], INPUT[type=password], SELECT, TEXTAREA {
  border: 1px solid black;
}

INPUT.requiredField {
  border: 2px solid red;
}

.formTable INPUT[type=text], .formTable INPUT[type=password]
{
  width: 157px;
}

.long {
  width: 88%;
}

SPAN.greetUser {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
}

.formArea {
  background: #F9EF9E;
  border-color: #E50F9F;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  color: #00AEEF;
}

.formTable {
  width: 100%;
}

.formTable TD.main#first {
  width: 120px;
}

.formTable SELECT {
  margin: 0px;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { height: 30px; }
.moduleRowOver { background-color: #009EDF; height: 30px; cursor: pointer; }
.moduleRowSelected { background-color: #E50F9F; height: 30px; color: #ffffff; }

.moduleRow TD, .moduleRowOver TD, .moduleRowSelected TD
{
	padding: 0px 9px;	 
}

.moduleRowOver TD, .moduleRowSelected TD
{
	color: white;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #8c8c8c; padding-top: 5px; }
.checkoutBarCurrent { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #000000; padding-top: 5px; }

/* Heidelpay CSS */
.bar { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; background-color: #B1C7DE; color: #FFFFFF; }
.bar a:link { color: #FFFFFF; text-decoration: none; }
.bar a:visited { color: #FFFFFF; text-decoration: none; }
.bar a:hover { color: #FFFFFF; text-decoration: underline; }
.bar a:active { color: #FFFFFF; text-decoration: none; }

BIG {
  font-size: 13px;
}

.productImage {
  border: 0px;
}

.layer {
  background: #ffffff;
  padding: 9px;
  position: absolute;
  top: -260;
  border-color: #222222;
  border-width: 3px;
  border-style: ridge;
}

.layer_push {
  visibility: hidden;
  background: #ffffff;
  width: 500px;
  border-color: #222222;
  border-width: 3px;
  border-style: ridge;
}

.layer_push_span {
  visibility: hidden;
  position: absolute;
  padding: 5px;
  width: 490px;
}

.layer_button {
  position: absolute;
  bottom: -20px;
}

.suma_footer {
  color: #666666;
}

DIV.agb_checkout_payment
{
	overflow: auto;
	height: 200px;
	padding: 0px 10px;
}

FIELDSET
{
	font-size: 11px;
	line-height: 15px;
	border: 1px solid gray;
	padding: 5px;
}

/*
Neue Suchfunktion
*/
DIV.productSearch
{
	clear:both;
	padding-top: 1px;
}

DIV.productSearch H1
{
	font-size: 17px;
	color: #E50F9F;
	border-bottom: 1px dashed;
	margin: 6px 0px;
	padding: 0px;
}

DIV.productSearch .productSearchResult
{	
	float: left;
	border: 0px;
	width: 33%;
	text-align: center;
}

DIV.productSearch .productSearchMoreResults
{
	clear: both;
	font-size: 15px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 10px;
	text-align: right;
}

DIV.productSearch .productSearchMoreResults A
{
	color: #E50F9F;
}

DIV.searchBoxHeader INPUT#search
{
	 width: 300px;
	 font-size: 15px;
	 font-weight: normal;
	 border: 1px inset #CCCCCC;
	 color: #333333;
	 padding: 2px;
	 float: right;
}

DIV.searchBoxHeader INPUT#submitButton
{
	 border:0px;
	 vertical-align: middle;
	 float: right;
}

DIV.searchOptions DIV DIV
{
	float: left;
	margin: 5px;
}

DIV.searchOptions INPUT.beforeEdit
{
	color: gray;
}

DIV.searchOptions INPUT.afterEdit
{
	color: black;
}

DIV.searchOptions DIV#keywords
{
	width: 100%;
	margin: 5px;
}

DIV.searchOptions DIV#includeSubCat
{
	clear: left;
}

DIV.searchOptions DIV#keywords INPUT
{
	width: 95%;	
	font-size: 15px;
	font-weight: normal;
	border: 1px inset #CCCCCC;
	color: #333333;
	padding: 2px;
}

DIV.searchWithoutResults
{
	color: black;
	padding: 5px 5px 5px 30px;
	margin-bottom: 10px;
	font-size: 11px;
	background: transparent url('images/icons/warning.gif') no-repeat 10px;
	border: 1px dashed #E50F9F;
}

SELECT.childOptions OPTION
{
	margin-left: 5px;
}

SELECT.childOptions OPTION#heading
{
	background-color: #E50F9F;
	color: white;
	border-bottom: 1px solid black;
	margin-left: 0px;
	margin-bottom: 2px;
}

/* Anzeige Produktbilder Produktdetailseite*/
DIV#productImage IMG
{
	margin: 0px 0px 10px 0px;
}

DIV#additionalImages IMG
{
	margin: 0px 5px 10px 0px;
}

/* Menu-Leiste für Kategorien */
DIV.menuList {
	margin-top: 3px;
	margin-bottom: 10px;
	background: #fff6bd;
	height: 26px;
}

UL.menuList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px; padding: 0px;
}

.menuList li {
	float: left;
	margin: 0; padding: 0;
	margin-right: 30px;
	line-height: 25px;
}

.menuList a {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #E50F9F;
}

/* Navi-Leiste oben */
div#navbar {
	background: #E50F9F;
    height: 23px;
    width: 894px;
    padding-left: 6px;
	float: left;
}
#navbar, #navbar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px; padding: 0px;
}
#navbar a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	background: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #000000;
	display: block;
	line-height: 22px;
	margin-top: 0px;
	padding: 0px 5px;
	text-indent: 0px;
	margin-right: 7px;
}
#navbar a:hover {
	background: #ffffff;
	color: #E50F9F;
}

DIV.space {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	margin-top: 0px;
	width: 7px;
}

#navbar ul ul a {
	background: white;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	width: 143px;
	color: #555555;
	text-decoration: none;
	margin-top: 0px;
}
#navbar ul ul a:hover {
	background: #b30019;
	color: #ffffff;
}

#navbar li.LM {
	float: left;
	margin: 0; padding: 0;
	background: #ffffff url('images/local/reiter_lm.gif') no-repeat;
	background-position: right;
}

#navbar li.LM div.space {
	float: left;
	margin: 0; padding: 0;
	background: #ffffff url('images/local/reiter_left.gif') no-repeat;
}

#navbar li.LM.selected {
	float: left;
	margin: 0;
	padding-bottom: 20px;
	height: 13px;
	overflow: hidden;
	background: #fff6bd url('images/local/reiter_lms.gif') no-repeat;
	background-position: right top;
}

#navbar li.LM.selected div.space {
	float: left;
	margin: 0; padding: 0;
	background: #fff6bd url('images/local/reiter_left.gif') no-repeat;
}

#navbar li.Right {
	float: left;
	margin: 0; padding: 0;
	background: #ffffff url('images/local/reiter_right.gif') no-repeat;
	background-position: right;
}
#navbar li.Right.selected {
	float: left;
	margin: 0; padding-bottom: 10px;
	background: #fff6bd url('images/local/reiter_right.gif') no-repeat;
	background-position: right top;
}

#navbar a.selectedStart {
	color: #E50F9F;
	background: #fff6bd;
}
#navbar a.selectedStart	:hover {
	background: #fff6bd;
	color: #222222;
}

#navbar li.LM a,
#navbar li.Right a
 {
	color: #222222;
	background: #ffffff;
	padding-left: 10px;
}
#navbar li.LM a:hover,
#navbar li.Right a:hover
{
	color: #E50F9F;
	background: #ffffff;
	padding-left: 10px;
}

#navbar li.LM.selected a,
#navbar li.Right.selected a
{
	color: #E50F9F;
	background: #fff6bd;
}
#navbar li.LM.selected a:hover,
#navbar li.Right.selected a:hover
{
	background: #fff6bd;
	color: #222222;
}

#navbar li ul {
	left: -999em;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 143px;
	z-index: 10;
}
#navbar li:hover ul, #navbar li {
	left: auto;	
}

#navbar li:hover {
	position: static;
}

div.moduletable a {
	font-size: 11px;
	text-decoration: none;
}
div.moduletable a:hover, div.moduletable a:hover {
}

div.moduletable a.mainlevel:link, div.moduletable a.mainlevel:visited {
    display: block;
    line-height: 20px;
    padding: 0 10px 0 0;
    margin: 0;
    text-indent: 20px;
    width: auto;
    height: auto !important;
}

div.moduletable {
   float: left;
   margin: 0;
   padding: 0px 9px;
   z-index: 10;
   position: relative;
}

div.moduletable li ul {
    margin:0; padding:0;
    position: absolute;
    left: -999em;
    z-index: -10;
    text-indent: 20px;
    color: #b30019;
	font-weight: bold;
}

div.moduletable li {
    float: left; 
    padding: 0; margin: 0;
}

/* #5850 Druckdateien-Upload und Pflege */
UL.small {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 11px;
  padding-left: 11px;
  margin-top: 3px;
  padding-top: 3px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

LI.small {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 3px;
  padding-bottom: 3px;
}
DIV.uploadStatic
{
	display: none;
}

SPAN.missingUpload {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background: #E50F9F;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
}

DIV.uploadButton
{
	margin: 15px 0px 9px 0px;
}

/* #5838 FAQ Fader und Liste */
DIV.faqListEntry
{
	display: block;	
	font-size: 12px;
	font-weight: bold;
	width: 650px;	
}

DIV.faqListEntry:FIRST-CHILD A.faqLink
{	
	border-top: 0px solid #000000;
}

DIV.faqListEntry A.faqLink
{
	display: block;
	text-decoration: none;
	width: 286px;
	border-top: 1px solid #000000;
	padding: 7px;
}

DIV.faqListEntrySelected
{	
	color: #fff;
	padding-right: 20px;
}

DIV.faqListEntrySelected A.faqLink
{
	color: #fff !important;
	background-color: #E50F9F;
	border-top: 0px;
	width: 294px;
}

DIV.faqListEntrySelected + DIV.faqListEntry A.faqLink
{	
	border-top: 0px;
}

DIV.faqList
{
	display: block;
	float: left;	
}

DIV.faqList IMG
{
	border-top: 1px solid #000;
}

DIV.faqListEntrySelected + IMG
{	
	border-top: 0px;
}

DIV.faqDescription
{
	float: right;
	padding: 7px 20px;
	width: 300px;
	background-color: #fff;
	border: 1px solid #E50F9F;
}

DIV.fadeContentFirstClosed
{
	display: none;
}

/* #5863 Spenden-Funktion / -Produkte */
/* #5850 Druckdateien-Upload und Pflege */
/* #5857 Bonuspunkte-Programm */
DIV.fundraisingBox,
DIV.templateInfoBox,
DIV.bonusInfoBox
{	
	border-color: #C0C0C0;
  	border-style: solid;
  	border-width: 1px;
  	margin: 10px 0px;
  	padding: 5px;
}

DIV.fundraisingBox DIV#image
{
	float: left;
	margin-right: 10px;
}

DIV.fundraisingBox DIV#text
{
	float: none;
}

DIV.fundraisingBox DIV#selection
{
	height: 40px;
}

DIV.fundraisingBox DIV#selection DIV#pulldown
{
	float: left;
	padding-left: 109px;
}

DIV.fundraisingBox DIV#selection DIV#pulldown P 
{
	margin: 0px;
	padding: 0px;
}

DIV.fundraisingBox DIV#selection DIV#button
{
	float: left;
	margin-top: 8px;
}

DIV.fundraisingBox DIV#selection DIV#clearer
{
	clear: both;
	height: 0px;
}

SPAN.cartName
{
	color: #E50F9F;
	font-weight: bold;
}

DIV.cartSets
{
	display: inline;
}

/* Fisheye Navi */
.fishNaviImage,
.fishNaviImageInteractive
{
	border: 1px solid #aaaaaa;
	width: 55px;
	height: 55px;
}
div#fishNaviFrame {
	border: 0px solid #f00;
	margin: 0px 0px 0px -24px;
	padding: 0px;
	z-index: 2;
}

div#fishNaviMenuLeft
{
}

#fishNaviMenuLeft a {
	text-decoration: none;
}

div#fishNaviFrame ul {
	list-style-type: none;
	border: 0px solid #0f0;	
	margin: 0px;
	padding: 0px;
}

div#fishNaviFrame ul li {
	border: 0px solid #00f;
	margin: 0;
	text-align: right;
	width: 60px;	
	position: relative;
}

/* Input Boxen in Warenkorb */
DIV.cartInput INPUT.beforeEdit,
DIV.cartInput TEXTAREA.beforeEdit
{
	color: #E50F9F;
	width: 300px;
	margin: 0px 0px 5px 0px;	
}

DIV.cartInput INPUT.afterEdit,
DIV.cartInput TEXTAREA.afterEdit
{
	color: #000;
	width: 300px;	
	margin: 0px 0px 5px 0px;
}

DIV.cartInput INPUT.submit
{
	margin-left: 185px;
}

DIV.banner IMG
{
	border: 0px;
}

A DIV {
	color: black;
}

/* Sitemap */
TD#sitemap A
{
	text-decoration: none;
	color: #E50F9F;
}

TD#sitemap UL LI UL LI A
{
	color: #E50F9F;
}

TD#sitemap UL LI UL LI A:hover
{	
	text-decoration: underline;
	color: #E50F9F;
}

TD#sitemap UL LI
{
	font-size: 14px;
	line-height: 30px;
	margin-left: -30px;
	list-style-type: none;
	color: #E50F9F;
	font-weight: bold;	
}

TD#sitemap UL LI UL LI
{
	font-size: 13px;
	line-height: 18px;
	
	list-style-type: disc;
	font-weight: bold;
	margin-left: 0px;
}

TD#sitemap UL LI UL LI UL LI
{
	font-size: 11px;
	line-height: 18px;
	
	list-style-type: circle;
	font-weight: normal;
}

TD#sitemap UL LI UL LI UL
{
	margin-bottom: 15px;
}

TD#sitemap UL LI UL LI UL LI UL LI
{
	list-style-type: square;
}

IFRAME
{
	border: 1px solid #E50F9F;
}

/* #6045 Erweiterung Zahlungsmodule */
TR.paymentFields
{
	display: table-row;
}

TR.paymentMethodDisabled
{
	color: #888;
}

SMALL
{
	font-size: 9px;
	line-height: 128%;
}

.plainSubmitButton {
	border-top: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	background-color: #f4f4f4;
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: black;
	padding: 4px 9px;
}

TABLE.newsletterArchiveList
{
	padding: 5px;
	width: 100%;
}

TABLE.newsletterArchiveList TH
{	
	width: 20%;
}

TR.paymentHidden
{
	display: none !important;
}