/* -----------------------------------------------------------------------------------------
   Hartmut Frings - www.hartmutfrings.de (c)2006 Hartmut Frings
   -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   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 
   ---------------------------------------------------------------------------------------*/
BODY {
  background-color: #ffffff;
  color: #444444;
  font-family : Verdana, Arial, sans-serif;
  font-size: 10px;
}
.tableShop {
	background-color: #ffffff;
	min-width:900px;
}
img{
border:0;
}

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

A:hover {
  color: #ff0001;
  text-decoration: underline;
}

FORM {
	display: inline;
}
.boxText {
	font-size: 11px;	
}

.boxTextBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
	background-color: #cccccd;
}

/* Produktnavigation */
.navigator, .navigator A, .navigator A:visited, .navigator A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
	background-color: #cccccd;
}
.navigator A:hover {
	color: #ff0001;
}
.list_navigator, .list_navigator A, .list_navigator A:visited, .list_navigator A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
	background-color: #cccccd;
}
.list_navigator A:active{
	color: #444444;
}

.errorBox {font-size : 10px; background: #FFCC33; font-weight: bold; }
.stockWarning {font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {font-size : 10px; color: #70d250; text-decoration: underline; }

.navileiste_1 {
	background-image: url(./img/bilder/page_nav1.jpg);
	vertical-align: middle;
	width: 20px;
	height: 27px;
	background-repeat: repeat-x;
}
.navileiste_2 {
	background-image: url(./img/bilder/page_nav5.jpg);
	background-repeat: repeat-x;
	height: 27px;
	text-align: center;
	vertical-align: top;
	color: #666666;
	overflow: hidden;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-top:4px;
}
.navileiste_3 {
	background-image: url(./img/bilder/page_nav3.jpg);
	vertical-align: middle;
	width: 20px;
	height: 27px;
	background-repeat: repeat-x;
}
.navileiste_2 a {
	color: #666666;
	padding: 2px;
	font-weight: bold;
}
.navileiste_2 a:hover {
	color: #ff0001;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

TD.headerError {
  font-size: 12px;
  background:  #FFCC33;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
  padding: 5px;
}

.infoBoxContents {
  font-size: 11px;
}

.infoBoxNotice {
	border: 3px solid #ff0000;
}

.infoBoxNoticeContents {
  background: #FF9933;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(./img/bilder/top_nav_03.png);
	height:20px;
	color: #666666;
	/*text-indent: 2px;*/
	line-height: 12px;
	text-align: center;
}

TD.infoBoxHeading a{
	color: #666666;
}

TD.infoBoxHeading a:hover{
	color: #ff0001;
}

TD.infoBoxHeading_1 {
	background-image: url(./img/bilder/top_nav_01.png);
	height: 20px;
	width: 20px;
}

TD.infoBoxHeading_2 {
	background-image: url(./img/bilder/top_nav_05.png);
	height: 20px;
	width: 20px;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;

}

.border{
	/*height: 380px;*/
	border: 1px solid #4F494B;
	margin-bottom: 5px;
}

A.pageResults {
  color: #444444;
}
A.pageResults:hover {
  color: #ff0001;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}

TD.main, P.main {
  font-size: 11px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

/* Start of changes for textfield  */
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
/* End of changes for textfield  */

SPAN.greetUser {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #FF0033;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

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

.moduleRow {
 font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 line-height: 12px;
 color:#222222;
}
.moduleRow a {
 color:#222222;
}

.moduleRowOver {
	background-color: #cccccd;
	cursor:hand;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

.moduleRowOver a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #ff9900;
}

a.moduleRow:active {
    font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	background-color: #cccccd;
	border: 0px solid;
}

.moduleRowActive a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #ff9900;
}

.moduleRowSelected { background-color: #cccccd; }
#categories a{
 	color:#222222;}

.checkoutBarFrom, .checkoutBarTo {font-size: 10px; color: #444444; }
.checkoutBarCurrent {font-size: 10px; color: #444444; }

/* 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: #222222; 
	background-color: #cccccd; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#222222;}
.sitemap_heading a:hover {color:#ff9900; text-decoration:none;}

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


/* message box */

.messageBox {font-size: 10px; }
.messageStackError, .messageStackWarning {font-size: 10px; background-color: #FFCC33; }
.messageStackSuccess {font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {font-size: 10px; color: #993300; font-weight: bold; }

.navLeft {
	vertical-align: top;
	width: 240px;
	padding: 2px;
}
.navRight {
	vertical-align: top;
	width: 220px;
	padding: 2px;
}
.poweredby {
  font-size: 10px;
  color: #444444;
  font-weight: bold;
}
.pageHeaderleft {
	background-image: url(./img/bilder/header_left.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 90px;
	width: 15px;
	background-position: left;
}
.pageHeadercenter {
	background-image: url(./img/bilder/header.jpg);
	vertical-align: middle;
	height: 90px;
	width: 525px;
	background-position: left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.header {
	vertical-align: middle;
	background-image: url(./img/bilder/headerslice.jpg);
	height: 90px;
	background-repeat: repeat;
}
.pageHeaderright {
	background-image: url(./img/bilder/header_right.jpg);
	vertical-align: middle;
	height: 90px;
	background-position: right;
	text-align: right;
	background-repeat: no-repeat;
}
.contentsTopics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	text-decoration: none;
	font-weight: bold;
	background-color: #cccccd; 
	padding: 5px;
	color: #222222;
	border: 1px solid #ffffff;
}
.contentsTopics a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.contentsTopics2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	text-decoration: none;
	background-color: #cccccd;
	font-weight: bold;
	padding: 5px;
	color: #222222;
	border: 1px solid #ffffff;
}
.contentsTopics2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}

				/* Preisformatierung allgemein und bei Prozentualer Reduzierung */

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.boxprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

.productOldPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: line-through;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 5pt;
	font-style: italic;
	color: #ff0000;
}

.productNewPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 5pt;
	color: #000000;
}

.productDiscount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 5pt;
	color: #ff0000;
}

.yourPrice {
	color: #ff0000;
	font-size: 12px;
}
.tableListingI {
	background-color:#cccccd;
	font-size:10px;
}
.tableListingII {
	background-color:#f4f4f4;
	font-size:10px;
}
.tableListingIII {
	padding: 3px;
	background-color:#f4f4f4;
	font-size:12px;
}

.onepxwidth {
width: 1px;
}

/* BOXES */
.box_ol {
	background-image: url(./img/bilder/box_ol.jpg);
	width: 20px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;			
}

.box_om {
	background-image: url(./img/bilder/box_om.jpg);
	width: 100%;
	height: 14px;
	line-height: 14px;
	background-repeat: repeat-x;
}

.box_or {
	background-image: url(./img/bilder/box_or.jpg);
	width: 21px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
}

.box_ml {
	background-image: url(./img/bilder/box_ml.jpg);
	width: 20px;
	height: 5px;
	line-height: 5px;
	background-repeat: repeat-y;
}

.box_mm {
	background-color: #f4f4f4;
}

.box_mr {
	background-image: url(./img/bilder/box_mr.jpg);
	width: 21px;
	height: 5px;
	line-height: 5px;
	background-repeat: repeat-y;
	background-position: left;
}

.box_ul {
	background-image: url(./img/bilder/box_ul.jpg);
	width: 20px;
	height: 18px;
	line-height: 18px;
	background-repeat: no-repeat;
}

.box_um {
	background-image: url(./img/bilder/box_um.jpg);
	width: 100%;
	height: 18px;
	line-height: 18px;
	background-repeat: repeat-x;
}

.box_ur {
	background-image: url(./img/bilder/box_ur.jpg);
	height: 18px;
	width: 21px;
	background-repeat: no-repeat;
}

.guthaben {
	background-color:#FFFF99;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5pt;
	color: #ff0000;
}

.copyright, .parseTime {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #444444;
}

/*  HIGHSLIDE Javascript Formatierung  */
.highslide {
	cursor: url(./javascript/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(./javascript/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(./javascript/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(./javascript/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(./javascript/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
