/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.boxText { font-family: Tahoma, Verdana, Arial; font-size: 10px; padding-left: 10px; }
.boxLogin { font-family: Tahoma, Verdana, Arial; font-size: 10px; padding-left: 10px; }
.errorBox { font-family : Tahoma, Verdana, Arial; font-size : 10px; background: #ff0000; font-weight: bold; }
.stockWarning { font-family : Tahoma, Verdana, Arial; font-size : 10px; color:#990000; }
.productsNotifications { background: #FFFFFF; }
.orderEdit { font-family : Tahoma, Verdana, Arial; font-size : 10px; color: #FF0000; text-decoration: underline; }

.cartspace { padding-right: 10px; }

.bigrahmen { 
  background: #FFFFFF;
  padding: 5px;
  border-left: 1px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #cccccc;
}

.mainspace { padding: 1px; }
.rahmen { border: 1px solid #FF0000; }
.space { padding-left:5px; }

.siteNavigation {
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #FFFFFF;
  background: #EFEFEF;
}

h1 { 
 font-family: Tahoma, Verdana, Arial;
 font-size: 20px;
 font-weight: bold;
}

h2 { 
 font-family: Tahoma, Verdana, Arial;
 font-size: 14px;
}

BODY {
  SCROLLBAR-DARKSHADOW-COLOR: #666666; 
  SCROLLBAR-TRACK-COLOR: #cccccc; 
  SCROLLBAR-FACE-COLOR: #EFEDDD; 
  SCROLLBAR-SHADOW-COLOR: #666666; 
  SCROLLBAR-HIGHLIGHT-COLOR: #cccccc; 
  SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
  SCROLLBAR-ARROW-COLOR: #666666;

  background: #FFFFFF;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
  display: inline;
}

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

TR.headerNavigation {
  background-image:url(images/custom/hg_sw_20.gif);
}

TD.headerNavigation {
  padding-left: 5px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  font-weight:bold;
  color: #FFFFFF;
  border-left: 0px;
  border-top: 1px;
  border-right: 0px;    
  border-bottom: 1px;
  border-style: solid;
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #FFFFFF;
}

TD.headerInfo {
  font-family: Tahoma, Tahoma, Verdana, Arial;
  font-size: 12px;
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TR.footer { 
  background-image:url(images/custom/hg_sw_20.gif);
}

TD.footer {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  color: #FFFFFF;
}

.infoBox {
  border-left: 0px;
  border-top: 0px;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #000000;
}

.infoBoxPlain {
  border-left: 1px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

.infoBoxPage {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
}

.infoBoxNew {
  background: #FFFFFF;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
}

.infoBoxLogin {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
}

.infoBoxNotice {
  background: #CCCCCC;
}

.infoBoxNoticeContents {
  background: #EFEFEF;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  height: 20px;
  background-image:url(images/custom/hg_sw_20.gif)
}

TD.infoBoxHeadingImg {
  background: #EFEFEF;
  background-image:  url(file:/images/infobox/corner_right_left.gif);
  background-repeat: no-repeat;
}

TD.infoBoxHeadingImgR {
  background: #EFEFEF;
  background-image:  url(file:/images/infobox/corner_right.gif);
  background-repeat: no-repeat;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
}

TR.productsBorder {
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}  

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd, TR.productsData-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, TR.productsData-even {
  background: #FFFFFF;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #FFFFFF;
  border-spacing: 0px;
}

.productInfo {
  width:100%;
  background-image:url(images/custom/hg_netz.gif);
}

.productListing-heading {
  background-image:url(images/custom/hg_grau_20.gif);
  padding: 2px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  a_hover: #FF0000;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  padding: 2px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #DEDFDE;
}

A.pageResults {
  color: #FF0000;
  text-decoration: none; 
}

A.pageResults:hover {
  color: #FFFFFF;
  text-decoration: none; 
  background: #CCCCCC;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align : center; 
}

TD.pageHeadingImg {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 38px;
  padding-left: 2px;
  padding-right: 0px; 
}

TD.pageHeadingIndex {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 0px; 
}

TD.productHeading {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  color: #000000;
  background: #cccccc;
}

TR.subBar {
  background: #ffffff;
}

TD.subBar {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  line-height: 1.3;
}

TD.mainDrop {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  line-height: 1.3;
  padding-top: 8px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;    
}

.rdata {
  border: 1px;
  border-style: solid;
  border-color: #666666;
}

TD.tdata {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  line-height: 1.3;
}

TD.error {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  color: #FF0000;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none; 
}

TD.accountCategory {
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  color: #FF0000;
}

CHECKBOX, RADIO, SELECT, INPUT {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  border:1px solid #000000;
}

SPAN.greetUser {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
}

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

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

SPAN.markProductOutOfStock {
  font-family: Tahoma, Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #990000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma, Verdana, Arial;
  color: #FF0000;
}

SPAN.featuredProductPrice {
  font-family: Tahoma, Verdana, Arial;
  font-size:18px;
  font-weight:bold;
  color: #FF0000;
}

SPAN.errorText {
  font-family: Tahoma, Verdana, Arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #EBEBEB; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #F4F4F4; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #666666; }
.checkoutBarCurrent { font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma, Verdana, Arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Verdana, Arial; font-size: 10px; background-color: #FF0000; }
.messageStackSuccess { font-family: Tahoma, Verdana, Arial; font-size: 10px; background-color: #FF0000; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #FF0000; }

/* ----------------- coolMenu ----------------- */

.clCMEvent{
	position:absolute;
	width:99%; height:99%;
	clip:rect(0,100%,100%,0);
	left:0; 
	top:0;
	visibility:visible
}


.clCMAbs{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
}

.clBar{
	position:absolute;
	width:10;
	height:10;
	background-color:#ffffff;
	layer-background-color:#ffffff;
	visibility:hidden;
}

.clLevel0,.clLevel0over{
	position:absolute;
	padding-left:10px;
	padding-top:3px;
	font-family:Verdana,arial,helvetica;
	font-size:11px;
}

.clLevel0{
	background-color:#EFEFEF;
	layer-background-color:#EFEFEF;
	color:#000000;
}

.clLevel0over{
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
	color:#000000;
	cursor:pointer;
	cursor:hand;
}

.clLevel0border{
	position:absolute;
	visibility:hidden;
	background-color:#666666;
	layer-background-color:white;
}

.clLevel1, .clLevel1over{
	position:absolute;
	padding-left:10px;
	padding-top:3px;
	font-family:Verdana,arial,helvetica;
	font-size:11px;
}

.clLevel1{
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
	color:#000000;
}

.clLevel1over{
	background-color:#CCCCCC;
	layer-background-color:#CCCCCC;
	color:#000000;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#666666;
	layer-background-color:white;
}
/* ----------------- coolMenu_eof ----------------- */

/* ----------------- eventCalendar ---------------- */

.yearHeader { 
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px; 
	color: #000000; 
	background-color: #EFEFEF; 
	text-decoration: none;
}

.yearHeaderJump { 
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px; 
	color: #000000; 
	background-color: #EFEFEF; 
	text-decoration: none;
}

.calendarMonth {
	background-color: #EFEFEF; 
	cursor: default; 
	width: 100%;
}

.calendarHeader {
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	padding-left: 2px; 
	color: #000000; 
	background-color: #EFEFEF; 
	text-decoration: none; 
	height: 22px
}

.calendarToday { 
	font-family: Arial, Verdana;
	font-size: 10px; 
	color: #FFFFFF; 
	background-color: #FF0000; 
	padding-left : 3px; 
	text-decoration: none; 
	border:1px solid #FFFFFF; 
	height: 22px; 
	width: 18px;
}

.calendarWeekend { 
	font-family: Arial, Verdana; 
	font-size: 10px; 
	color: #000000; 
	background-color: #666666; 
	padding-left : 3px; 
	line-height: 14px; 
	text-decoration: none; 
	border:1px solid #FFFFFF; 
	height: 22px; 
	width: 18px;
}

.calendarEvent { 
	font-family: Arial, Verdana; 
	font-size: 10px; 
	color: #000000;
	background-color: #FF0000; 
	padding-left : 3px; 
	line-height: 14px; 
	text-decoration: none; 
	border:1px solid #FF0000; 
	height: 22px; 
	width: 18px;
}

.calendar { 
	font-family: Arial, Verdana; 
	font-size: 10px; 
	color: #000000; 
	background-color: #FFFFFF; 
	padding-left : 3px; 
	line-height: 14px; 
	text-decoration: none; 
	border:1px solid #CCCCCC; 
	height: 22px; 
	width: 18px; 
}

.event { 
	font-family: Arial, Verdana; 
	font-size: 11px; 
	color: #000000; 
	background-color: #FFFFFF; 
	text-decoration: none; 
	border:1px solid #AEAE99;
}

.empty { 
	background-color: #EFEDDD; 
	line-height: 14px; 
	height: 22px; 
	width: 18px; 
}

.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {
	color: #FF0000;
}

.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {
	color: #FF0000;
}

.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {
	color: #FF0000;
}

/* ----------------- eventCalendar_eof ------------  */

.form
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  border: 1px solid #333333; 
}
/* ----------------- INDEX ------------  */

.IndexText
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
}

.IndexKlein
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #0000C0;
}

TR.hintergrundTop
{
  background-image:url(images/custom/hg_grau.jpg);
}

TR.hintergrundBottom

{
  background-image:url(images/custom/hg_grau_101.jpg);
}

/* ----------------- LINKS ------------  */
.titel 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; 
color: #666666; 
text-decoration: none
}

.text 
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; 
color: #000000; 
text-decoration: none 
}

.headcolor {
	background-color: #CCCCCC;
	line-height: 10px;
}

.linkstabellecolor {
	background-color: #666666;
}

input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none ; 
	line-height: 12px ; 
	background-color: FFFFFF; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

body {  
	background-color: #FFFFFF
}

.hoehe {
	line-height: 8px;
}

.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.inputsubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000CC;
	border: 1px solid #0000CC;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.ueberschrift_sw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.infoBoxContents2 {
	background: #FFcccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	vertical-align : text-bottom;
	margin : auto;
	background-position : bottom;
}

TD.preisalarm {
  background-image:  url(images/custom/preisschild.gif);
  background-repeat: no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-align:center;
  vertical-align:middle;
}