
body {
  background: url(./images/bg-gradiant.jpg) repeat-x;
  background-color: #692941;
  /* background-color: #69263F; zuletzt */
  margin: 0px;
  padding: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #663300;
  text-align: center;
}

  
td, a, td a {
    font-family:arial, sans-serif;
/*     font-size:12px; */
    color:#663300;
    text-decoration:none;
}

.pprice {
	font-size:13px;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#444444;
}



div#mainmenu span.mmact a {
    color: #008d57;
  }
  
/**********************************************************************************************************/

#breadcrumb {
clear: both;
font-size: 12px;
font-weight: bold;
color: #fff;
padding: 8px 0px 8px 0px;
border: 0px solid red;
}

/* Breadcrumb link */
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
color: #fff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}
#breadcrumb a:hover {
color: #fff;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}


div.boxdiv {
	width:100%;
/* 	overflow:hidden; */
	margin-top:5px;
	margin-bottom:5px;
}

div.boxheader {
	color:#483c2a;
	font-family: Arial, sans-serif;
	background:#baac8c url('./images/boxheader_bg.gif') repeat-x top;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #97887a;
	margin:15px 0px 15px 0px;
	padding:6px 10px 4px 10px;
}

div.boxheader a, div.boxheader a:hover {
	color:#483c2a;
	font-family: Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

#whitebg {
	background: url(/fileadmin/templates/bg-left.jpg) repeat-y;
	background-color: #F2EACF;
}

/**********************************************************************************************************/

/* Top navigation */

/* Top navigation (horizontal) */
#top-navigation {
float: left;
border: 0px solid green;
height: 25px;
width: 955px;
background-color: #DE8232;
}

/* SEVA Ayurveda - dropdown menu css - programmed by www.muc-cms.de */

/***********190px for IE6************************/

#menu .ausbildungen {
width: 239px;
background: url(images/bg-dd-blue.jpg) repeat-y;
}
#menu .ausbildungen ul {
border-left: 1px solid #2F92CC;
border-right: 1px solid #2F92CC;
border-bottom: 1px solid #2F92CC;
}

/* bg-colour and bg-hover */
#menu .ausbildungen li {
background: #66B3E8;
width: 190px;
}
#menu .ausbildungen li:hover, #menu .ausbildungen li li:hover {
background-color: #46A1D5;
width: 190px;
}

/* link colour and hover */
#menu .ausbildungen li a {
border-top: 1px solid #2F92CC;
color: #000;
font-weight: normal;
}
#menu .ausbildungen li:hover>a {
color: #fff;
font-weight: normal;
}

/************************************************/

#menu .produkte {
width: 239px;
background: url(images/bg-dd-green.jpg) repeat-y;
}
#menu .produkte ul {
border-left: 1px solid #5ebb1c;
border-right: 1px solid #5ebb1c;
border-bottom: 1px solid #5ebb1c;
}

/* bg-colour and bg-hover */
#menu .produkte li {
background: #8ed020;
width: 190px;
}
#menu .produkte li:hover, #menu .produkte li li:hover {
background-color: #5ebb1c;
width: 190px;
}

/* link colour and hover */
#menu .produkte li a {
border-top: 1px solid #5ebb1c;
color: #000;
font-weight: normal;
}
#menu .produkte li:hover>a {
color: #fff;
font-weight: normal;
}

/************************************************/

#menu .kuren {
width: 239px;
background: url(images/bg-dd-yellow.jpg) repeat-y;
}
#menu .kuren ul {
border-left: 1px solid #D38E29;
border-right: 1px solid #D38E29;
border-bottom: 1px solid #D38E29;
}

/* bg-colour and bg-hover */
#menu .kuren li {
background: #E5BC29;
width: 190px;
}
#menu .kuren li:hover, #menu .kuren li li:hover {
background-color: #D38E29;
width: 190px;
}

/* link colour and hover */
#menu .kuren li a {
border-top: 1px solid #D38E29;
color: #000;
font-weight: normal;
}
#menu .kuren li:hover>a {
color: #fff;
font-weight: normal;
}

/************************************************/

#menu .bibliothek {
width: 238px;
background: url(images/bg-dd-lila.jpg) repeat-y;
}
#menu .bibliothek ul {
border-left: 1px solid #7f4657;
border-right: 1px solid #7f4657;
border-bottom: 1px solid #7f4657;
}

/* bg-colour and bg-hover */
#menu .bibliothek li {
background: #a25b6d;
width: 190px;
}
#menu .bibliothek li:hover, #menu .bibliothek li li:hover {
background-color: #7f4657;
width: 190px;
}

/* link colour and hover */
#menu .bibliothek li a {
border-top: 1px solid #7f4657;
color: #000;
font-weight: normal;
}
#menu .bibliothek li:hover>a {
color: #fff;
font-weight: normal;
}

/************************************************/

#menu {
	width: 955px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	position: relative;
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

#menu ul {
margin: 0px;
padding: 0px;
border: 0px;
list-style-type: none;
}

#menu li {
display: block;
float: left;
position: relative;
margin: 0px;
padding: 0px;
border: 0px;
}

#menu a {
display: block;
}

#menu li li {
width: 100%;
}

/* fix the position for 2nd level submenus. First make sure no horizontal scrollbars are visible on initial page load.. */
#menu li li ul {
top: 0px;
left: 0px;
}
/* ...and then place it where it should be when shown */
#menu li li:hover ul {
left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
display: none;
position: absolute;
z-index: 20px;
}

/* display them on hover */
#menu li:hover>ul {
display: block;
}

/* needed if you want to style #menu div, force containment of floated LIs inside of main UL */
#menuList:after {
content: ".";
height: 0px;
display: block;
visibility: hidden;
overflow: hidden;
clear: both;
}

/* Fix for IE5/Mac \*//*/
#menu a {
float: left;
}

#menuList {
display: inline-block;
}

/************************************************/

/* 1st level link colour, padding */
#menu a {
color: #fff;
padding: 4px 8px 3px 8px;
text-decoration: none;
text-align: center;
}

/* 1st level hover-bg */
#menu li:hover {
background-color: #A02F5D;
}

/* 1st level hover-colour */
#menu li a:hover {
color: #fff;
}

/* 1st level active */
#menu .active {
background-color: #cf5c8a;
color: #fff;
}

/*******************open****************************/
#menu li ul {
width: 190px;
background-color: #ff0000;
/* font-size: 12px; */
font-weight: normal;
text-transform: none;
border-left: 1px solid #2F92CC;
border-right: 1px solid #2F92CC;
border-bottom: 1px solid #2F92CC;
}

/* link color */
#menu li ul a {
border-top: 1px solid #2F92CC;
text-align: left;
color: #000;
}

/* link hover all */
#menu li li:hover>a {
color: #fff;
}

/*
#menu li ul a:hover {
background-color: #46A1D5;
color: #ff0000;
}
#menu li li:hover {
background-color: #46A1D5;
color: #ff0000;
}
*/

/* Top navigation link */
a:link.topnav, a:visited.topnav, a:active.topnav {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-transform: uppercase;
}
a:hover.topnav {
color: #541134;
text-decoration: underline;
font-size: 15px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-transform: uppercase;
}

a:link.topnav-act, a:visited.topnav-act, a:active.topnav-act, a:hover.topnav-act {
color: #3F3F3F;
text-decoration: none;
font-size: 15px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-transform: uppercase;
}




div.contheader, div.contheader a, div.contheader a:hover {
	color:#4c0100;
    font-family: Arial, sans-serif;
/* 	height:18px; */
	padding-top:3px;
	padding-left:3px;
	padding-bottom:1px;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	    border-left: 1px solid #4c0100;
    border-bottom: 1px solid #4c0100;
    margin-bottom:4px;
}

div.boxheader a {
	font-weight:bold;
}

div.boxheader a:hover {
	font-weight:bold;
	text-decoration:underline;
}

div.catitem {
	background : url('./img/icon_arrow.jpg') no-repeat 0px 4px;
	padding-left:15px;
/* 	line-height:1.7em; */
	line-height:22px;
}

div.boxcontent{
	padding-left:3px;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#663300;
	text-decoration:none;
}

div.boxcontent a, div.boxcontent a:hover {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#663300;
	text-decoration:none;
}


div.boxcontent a:hover {
	text-decoration:underline;
}

.prodimg img{
	border: 1px solid #666666;
}

.lsub {
	margin-top:6px;
	margin-bottom:10px;
	padding-left:13px;
}

.lsub a {
    font-size:12px;
    font-family: arial, sans-serif;
    color: #663300;
    text-decoration:none;
    padding-left:16px;
  }
  


.lsub a:hover {
    text-decoration:underline;
  }
  
/*div.lmenuSPC {
    width:137px;
    font-size:0px;
    line-height:0px;
    font-family: arial, sans-serif;
    color: #ffffff;
    background-color: #4C0100;
    padding-left:13px;
    margin-top:10px;
    margin-bottom:6px;
  }*/

div.lmenuSPC img {
    margin-left:-13px;
  }

.lmenuheader {
    width:150px;
    font-size:13px;
    line-height:13px;
    font-family: Arial, sans-serif;
/*     font-family:arial, sans-serif; */
    color: #663300;
    text-decoration:none;
    padding-left:13px;
    padding-top:2px;
    padding-bottom:1px;
    margin:0px;
  }
  
.limgtop {
	margin-bottom:1px;
}

.limgbtm {
	margin-top:1px;
}

/*.lmenuitem {
    font-size:10px;
    font-family: arial, sans-serif;
    color: #666666;
    text-decoration:none;
    padding-left:16px;
  }*/

/*div#main {
    width:854px;
    position:absolute;
    left:50%;
    margin-left:-439px;
    top:13px;
    background: #FFFDEE url('./images/n_bmid_orange.gif') repeat-y top left;
  }*/

#main {
  border: 0px solid #FFF0AA;
  margin: auto;
  text-align: left;
  width: 955px;
  position: relative;
  xbackground-color: #fff;
}

#logo {
	float: left;
	background: #EAEBDB;
	height: 209px;
	width: 198px;
}

#header {
	float: left;
	margin-left: 18px;
	height: 209px;
	width: 739px;
	background-image: url(images/shop_header.jpg);
}

#shoptable {
	background-color:#f8f3e5;
	width:100%;
	float:left;
}

.navLeft, .navRight {
	background-color:#eee5ca;
	padding:10px 9px 25px 9px;
}

/* Footer */
#footer {
	clear: both;
	background: url(images/bg-footer.jpg) repeat-y;
	background-color: #69263F;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	border-top: 0px solid #999;
}



/**********************************************************************************************************/

/* Header navigation */

/* Header Navigation (horizontal) */
#headernav {
float: right;
text-align: right;
padding-top: 4px;
padding-right: 8px;
font-size: 13px;
font-weight: bold;
color: #541134;
border: 0px solid green;
}

/* Header navigation link */
#headernav a:link, #headernav a:visited, #headernav a:active {
color: #541134;
text-decoration: none;
font-size: 13px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}
#headernav a:hover {
color: #dc1d56;
text-decoration: underline;
font-size: 13px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}

a:link.headernav-act, a:visited.headernav-act, a:active.headernav-act, a:hover.headernav-act {
color: #3F3F3F;
text-decoration: none;
font-size: 15px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}


#container {
	margin:0px;
	background: url(images/bg-ornament.jpg) no-repeat top center;
}


div#contentarea {
    padding-left:23px;
    padding-right:19px;
  }

div#headerimages {
    font-size:0px;
    line-height:0px;
  }

.contentsTopics{
    font-family: Arial, sans-serif;
    font-weight:bolder;
    font-size:15px;
    color:#000000;
    text-decoration:none;
    margin-top:14px;
}

div#mainmenu, div#mainmenu a {
    font-family: Arial, sans-serif;
    font-weight:bolder;
    font-size:15px;
    color:#000000;
    text-decoration:none;
    margin-top:14px;
  }

div#menuLeft {
    float:left;
    margin-left:10px;
    width:179px;
    padding-bottom:15px;
    height:500px;
  }
  


div#rightarea {
    margin-left:189px;
    width:603px;
    padding-bottom:15px;
  }



div#submenu, div#submenu a {
    font-family: Arial, sans-serif;
    font-weight:bolder;
    font-size:13px;
    color:#000000;
    text-decoration:none;
    margin-top:12px;
  }



div#mainmenu a:hover {
    text-decoration:underline;
  }

div#submenu a:hover {
    text-decoration:underline;
  }

/*.lmenuheader:hover {
    text-decoration:underline;
  }*/

.lmenuitem:hover {
    text-decoration:underline;
  }


  div#thrdlmenu {
    background : url('./images/3dlevelbg_big.gif');
    margin : 8px 0 0;
    color : #663300;
  }

div#thrdlmenu a {
    color: #663300;
    text-decoration:none;
/*     font-family: times new roman, serif; */
    font-family:arial, sans-serif;
    font-size:12px;
    line-height:16px;
/*     padding-left:6px; */
/*     padding-right:6px; */
/*     border-right:2px solid #FFFDEE; */
  }
  
  .thrdlact {
  	background : url('./images/3dlevelbg_act.gif') repeat top left;
/* 	font-size:20px; */
  }
  
  
.bodytext, .csc-form-label, .csc-form-radio, p {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#663300;
	padding:0px;
	margin-top:9px;
	margin-bottom:9px;
}

.csc-form-label-req {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#663300;
	padding:0px;
	margin-top:0px;
	margin-bottom:9px;
	font-weight:bolder;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	padding:0px;
}

h2 {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#663300;
	margin:0px;
	padding:0px;
}


div#iemarquee, span#temp, div#iemarquee a, span#temp a
{
	font-family:arial,sans-serif;
	font-size:13px;
	color:black;
	text-decoration:none;
}

div#iemarquee a:hover, span#temp a:hover
{
	text-decoration:underline;
}

div#imgover {
	position:absolute;
}

img#overimg0 {
	position:absolute;
	top:27px;
	left:0px;
	/*filter:alpha(opacity=50);
	opacity:0.5;*/
	visibility:hidden;
}

img#overimg1 {
	position:absolute;
	top:27px;
	left:514px;
	/*filter:alpha(opacity=50);
	opacity:0.5;*/
visibility:hidden;
}

img#overimg2 {
	position:absolute;
	top:27px;
	left:663px;
	visibility:hidden;
}
 
ul.csc-bulletlist-0 {
	list-style-type:disc;
}

ul.csc-bulletlist-1 {
	list-style-type:circle;
}

ul.csc-bulletlist-2 {
	list-style-type:square;
}

ul.csc-bulletlist-3 {
	list-style-type:none;
}

table.contenttable p {
	padding:4px;
	margin:0px;
}

table.contenttable-0 {
	border:0px;
}

table.contenttable-1 {
	border:1px solid #5A3D1B;
	border-collapse:collapse;
}

table.contenttable-1 td{
	border:1px solid #5A3D1B;
}

table.contenttable-2 {
	border:2px solid #5A3D1B;
	border-collapse:collapse;
}

table.contenttable-2 td{
	border:2px solid #5A3D1B;
}

table.contenttable-3 {
	border:3px solid #5A3D1B;
	border-collapse:collapse;
}

table.contenttable-3 td{
	border:3px solid #5A3D1B;
}

a {
	color:#663300;
	font-family:arial, sans-serif;
/* 	font-size:12px; */
}

input {
/* 	border: 1px solid #5A3D1B; */
	font-family:arial, sans-serif;
	font-size:13px;
	background-color:#ffffff;
	color:#663300;
}

input.text, textarea {
	border: 1px solid #5A3D1B;
	font-family:arial, sans-serif;
	font-size:13px;
	background-color:#ffffff;
	color:#663300;
}


input.csc-form-checkbox, input.csc-form-radioinput {
	border:0px;
	background-color:#FFFDEE;
}

.csc-uploads p {
	padding:0px;
	margin:0px;
}


/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #EEE5CA;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #EEE5CA;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #663300;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight: bold;
	background-color: #ffeeaa;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 16px;
	font-weight: bold;
	border-color: #663300;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color: #70d250;
	text-decoration: underline;
}


img{
	border:0;
}

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

/*A:hover {
  color: #0000ff;
  text-decoration: underline;
}*/

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

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

TD.conditions {
  background-color: #EEE5CA;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #E6E6E6; 

}

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
    font-family:arial, sans-serif;
    font-size:12px;
    color:#663300;
    text-decoration:none;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

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

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

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 line-height: 1.5;
 background-color: #EEE5CA;
 border: 1px solid;
 border-color: #EEE5CA;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #EEE5CA; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #d6c68d;
/* 	background-image: url(img/bg_left_column.jpg); */
	width: 160px;
	padding-right:5px;
}
.navRight {
/*	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;*/
	border-left:1px solid #d6c68d;
	padding-left:5px;
	width: 160px;
}

/*.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}*/

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* new product listing */

.new_product_image {
	float:left;
	width:110px;
	text-align:center;
}

.new_product_description {
	margin-left:110px;
}

.new_product_price {
	margin-top:10px;
}

.new_product_buybutton {
	float:right;
}

.new_product_hr {
	border:0px solid transparent;
	border-bottom:1px solid #d6c68d;
	clear:both;
	margin:0px;
	padding-top:10px;
}

.important_message {
	font-size:13px;
	font-weight:bold;
	padding:10px;
	background-color:#e58d34;
	margin:10px;
}

.poll_question  {
  background-color:#dddddd; 
  padding:5px;
  margin-bottom:10px;
  font-family:Verdana, Arial, sans-serif; 
  font-size: 11px;
  color: #000000;
}

.rahmen_reiter_anzeige
{
	border: 1px; 
	border-style: solid; 
	border-right: 1px solid #B1BCC9;
	border-left: 1px solid #B1BCC9;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #B1BCC9;
}

.rahmen_reiter_default
{
	border-right: 1px solid #B1BCC9;
	border-top: 1px solid #B1BCC9;
	border-bottom: 1px solid #B1BCC9;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	background-color: #F6F5F5;
	
}

.rahmen_reiter_choose
{
	border-right: 1px solid #B1BCC9;
	border-top: 1px solid #B1BCC9;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
}

.rahmen_reiter_default:hover
{
  background-color: #F6F5F5;
}

.link_color_reitermenue_choose:hover
{
  text-decoration:none;
  color: #000000;
  font-weight: bold;
}

.link_color_reitermenue:hover
{
  color: #83AB03;
  font-weight: bold;  
}

.link_color_reitermenue
{
  color: #83AB03;
  font-weight: bold;
}

.link_color_reitermenue_choose
{
  color: #000000;
  font-weight: bold;
}

.alter {
display: block;
background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}
#bildlinks {
	background:url(img/countdown.jpg) no-repeat;
	height:102px;
	width:152px;
	font-size:24px;
	color:#FFFFFF;
	padding-top:55px;
	padding-right:30px;
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#bildrechts {
	background:url(img/sparen.jpg) no-repeat;
	height:57px;
	width:109px;
	font-size:28px;
	color:#FFFFFF;
	padding-top:100px;
	padding-left:20px;
	float:right;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#stock {
	background:url(img/verfuegbar.jpg) no-repeat;
	width:291px;
	height:37px;
	padding-top:13px;
	padding-left:7px;
	text-align:left;
	float:right;
}

.contentbox_header {
	background:#baac8c url('./images/boxheader_bg.gif') repeat-x top;
        /* background:url(img/contentbox_header720.jpg) no-repeat; */
	width:510px;
	height:20px;
	font-size:14px;
        color:#483c2a;

	border:1px solid #97887a;
	margin:15px 0px 15px 0px;
	padding:6px 1px 4px 10px;
}

.contentbox {
	/* background:url(img/contentbox_bg720.jpg) repeat; */
	width:520px;
}

.contentbox a img {
	border:none;
}



.contentbox_footer {
	/* background:url(img/contentbox_footer720.jpg) no-repeat; */
	width:520px;
	height:21px;
}

.preisschild {
	background:url(img/preisschild.jpg) no-repeat;
	width:150px;
	height:46px;
	padding-top:15px;
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}

.livebox_header {
        color:#483c2a;
	font-family: Arial, sans-serif;
	background:#baac8c url('./images/boxheader_bg.gif') repeat-x top;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #97887a;
	margin:15px 0px 15px 0px;
	padding:6px 10px 4px 10px;
}



.livebox {
	background:url(img/box_bg.jpg) repeat-y;
	width:226px;
	height:320px;
}
.livebox_oben {
	background:url(img/box_oben.jpg) no-repeat;
	width:226px;
	height:143px;
}

.livebox_footer {
	/* background:url(img/box_footer.jpg) no-repeat; */
	width:226px;
	height:10px;
	font-size:8px;
}
.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }
.preisschild2 {
	background:url(img/preisschild2.jpg) no-repeat;
	width:140px;
	height:51px;
	padding-top:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
/*---------------------------- Imageslider (c) 2008 by Hetfield - www.MerZ-IT-SerVice.de - Begin --------------------------*/
ul#imageslider { 
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	list-style-position:outside; 
	overflow:hidden; /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
	width: 520px; /* Breite des Slideshowcontainers */
}
ul#imageslider #slidercontent { 
	display: none; 	/* Textanzeige deaktiviert durch display:none; */
	z-index: 888;	/* Durch den z-index wird der Conatiner des Textes auf das Bild gelegt */
	position: relative; 
	top: -195px;	/* Damit der Text auf dem Bild angezeigt werden kann müssen wir den Container nach oben ziehen */
	width: 520px; /* Breite des Slideshowcontainers */
	overflow: hidden; /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
	text-align: justify;
	font-size: 0.9em; 
	background: #ccc; 
	/* Regelt die Transparenz des Textes um das Bild darunter noch sehen zu können */
	-moz-opacity: 0.7;
	opacity: 0.70; 
	filter:alpha(opacity=70); 
}
/*---------------------------- Imageslider (c) 2008 by Hetfield - www.MerZ-IT-SerVice.de - End ----------------------------*/
/*--------- Autocomplete (c) 2008 by Hetfield - http://www.MerZ-IT-SerVice.de - Begin ----------------*/
	.suggestionsBox {
		position: absolute;
		left: 0px;
		margin: 10px 0px 0px 0px;
		width: 500px;
		background-color: #f8f3e5;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #692941;
		color: #fff;
  z-index:10000;
	}
	.suggestionList { margin: 0px; padding: 0px; list-style:none; height:450px; overflow:auto; }	
.suggestionList li { margin: 0px 0px 3px 0px; border-bottom:1px solid #333; display:block; float:none; background: #f8f3e5; margin:0; padding:0; height:auto; line-height:normal; }
.autocompleteitem { background: #f8f3e5; padding:2px; }
.autocompleteitem:hover { background:#eee5ca; padding:2px; }
.autocompleteitem span.price{ font-weight:bold; color:#900; font-size:1.5em; }
.autocompleteitem span.pricedisclaimer{ font-size:1.0em; }
.suggestionList li img.autocompleter{ padding: 0px 0px 3px 3px; clear:left; float:right; display:inline; }
.suggestionList li:hover { background-color: #eee5ca;	}
.suggestionList li p { font-size:0.8em; text-align:justify; padding:3px; }
.suggestionList li a { line-height:normal; }
.suggestionList li a.autocomplete { display:block; font-weight:bold; font-size:1.1em; padding:3px; }
.suggestionList li a:link { text-decoration:none; color:#333; }
.suggestionList li a:visited { text-decoration:none; color:#333; }
.suggestionList li a:hover { text-decoration:none; color: #000; }
.suggestionList li a:active { text-decoration:none; color:#000; }
.suggestionList li a:focus { text-decoration:none; color:#000; }
/*--------- Autocomplete (c) 2008 by Hetfield - http://www.MerZ-IT-SerVice.de - End  ----------------*/


/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 10px;
	border: solid #d6c68d 1px;
	overflow:auto;
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px;
}
div.highlightbox h1 {
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:14px;
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #d6c68d;
}

