/*
  Version: 0005
  Datum: 24.09.06
  
  $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
  --------------------------------------------------------------
  06.01.06
  Header Tag Controller V2.5.6
  Version first changed: OSC_0003
  --------------------------------------------------------------    

06.09.06
Text grössen von px in pt geändert

*/

body 
{
    background: #C8C8C8;
    font-family: Arial, Helvetica, sans-serif;
    color: #00005B;
    padding: 0px;
    font-size: 10pt;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10pt; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10pt; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10pt; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10pt; color: #005b00; text-decoration: underline; }


a.img:link
{
    border: 0px;
}

a.img:active
{
    border: 0px;
}

a.img:visited
{
    border: 0px;
}

img
{
    border: 0px;
}

h1 
{ 
    font-family: Arial, Verdana, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    line-height: 1.0;
    color: #00005B;
}

h2 
{ 
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

h3
{ 
     font-family: Arial, Verdana, sans-serif;
     font-size: 11pt;
     font-weight: bold
}


a:link 
{
    color: #00005B;
    font-weight: bold;
    text-decoration: none;
    /* background-color: #C8C8C8; */
}

a:active 
{
    color: #00005B;
    font-weight: bold;
    text-decoration: none;
    /* background-color: #C8C8C8; */
}

a:visited 
{
    color: #00005B;
    font-weight: bold;
    text-decoration: none;
    /* background-color: #C8C8C8; */
}

a:hover 
{
    color: #00005B;
    text-decoration: underline;
    background-color: #FFFFFF;
}

FORM 
{
    display: inline;
}

/* Kopf mit Logo und Firmennamen*/
TR.header
{
    background: #C8C8C8;
}

    /* Reihe unter dem Kopf, mit der Kopfnavigation*/
    TR.headerNavigation {
    /*background: #bbc3d3;*/
    background: #DCDCDC;
}

/* Zelle in der Kopfnavigation */
TD.headerNavigation 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  font-weight : bold;
  color: #00005B;
  /*background: #bbc3d3;*/
  background: #DCDCDC;
  /*color: #ffffff;*/
}

A.headerNavigation 
{ 
  /* color: #FFFFFF; */
  color: #00005B;
  text-decoration: none;
  background-color: #DCDCDC;
}

A.headerNavigation:active 
{
  color: #00005B;
  text-decoration: none;
  background-color: #DCDCDC;
}

A.headerNavigation:visited 
{
  color: #00005B;
  text-decoration: none;
  background-color: #DCDCDC;
}

A.headerNavigation:hover 
{
  color: #ffffff;
  text-decoration: underline;
  background-color: #DCDCDC;
}

TR.headerError 
{
  background: #ff0000;
}

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

TR.headerInfo 
{
  background: #00ff00;
}

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

TR.footer 
{
  /* background: #bbc3d3; */
  background: #DCDCDC;
}


TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  /* color: #ffffff; */
  color: #ffffff;
  font-weight: bold;
  /* background: #bbc3d3; */
  background: #DCDCDC;
}

/* Rand um die Boxen */
.infoBox 
{
  /*background: #b6b7cb;*/
  background: #DCDCDC;
  /*background: #C8C8C8;*/
}

/* Inhalt der Boxen*/
.infoBoxContents 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  /*background: #f8f8f9;*/
  background: #B7B7B7;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  /* background: #bbc3d3; */
  background: #DCDCDC;
  color: #00005B;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
}

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;
}

/* Tabelle Produktliste Rand*/
TABLE.productListing 
{
  border: 1px;
  border-style: solid;
  border-color: #DFDFDF;
  border-spacing: 1px;
}

/* Tabelle Produktliste Überschrift*/
.productListing-heading 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: #00005b;  
  /*background: #b6b7cb;*/
  background: #DCDCDC;
  font-weight: bold;
}

/* Tabelle Produktliste */
TD.productListing-data 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  background: #DFDFDF;
}

/* Navigation bei mehreren Seiten*/
a.pageResults:link 
{
  color: #00005b;
}

a.pageResults:active
{  
  color: #00005b;
}

a.pageResults:visited
{  
  color: #00005b;
}

a.pageResults:hover 
{
  color: #00005b;
  background: #FFFFFF;
}

/* Text, der oben auf der Seite erscheint, Preis*/
/* Ist nicht mehr aktiv, wurde durch H1 ersetzt*/
TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  /*color: #9a9a9a;*/
  color: #333333;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt; 
  line-height: 1.5;
}

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

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

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

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

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

/* Neuer Artikel in Warenkorb*/
SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: #005b00;
}

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

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

/* Begrüssung des Kunden*/
SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12pt;
  color: #005b00;
  font-weight: bold;
}

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

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

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

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #ff0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: default; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

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

/* input requirement */

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

/* ===============================================================================================

Eigene Definitionen

=================================================================================================*/

/* --- Spezielle Definitionen für die Seite index.php -------------------------------------------*/

/* Kontaktdaten recht neben dem Logo */
.Kontakt
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    line-height: 1.2;
}

/* Anmerkung, nach der Begrüssung */
.Anmerkung
{
    list-style-type: square;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #005b00;
    line-height: 1.2;
    margin-top: 0px; 
    margin-bottom: 0px;    
    padding-top: 0px;
    padding-bottom: 0px;
}

.Artikelnummer
{
    font-size: 12pt;
    font-weight: bold;   
}


/* Schriftzug "ConeleK Electronic" rechts in der Mitte oben */
.ConeleK
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    color: #000000;
}

.IndexPage
{
    ;
}

/* Version und Datum unten auf der Seite */
.Version
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    color: #999999;    
}

/* Stil des Preises */
.Preis
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #005b00;    
}


/* Kategoriebeschreibung über der Produktauflistung*/
.Kategorie
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 1.5;
}


div.IndexPage
{
    float: left; 
    width: 100%;
    margin-top: 0px; 
    margin-bottom: 0px;    
    padding-top: 5px;
    padding-bottom: 5px;    
}


/* Überschriften auf Seite index.php */
h1.IndexPage
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
    color: #00005b;
    margin-top: 0px; 
    margin-bottom: 0px;    
    padding-top: 0px;
    padding-bottom: 0px;}


h2.IndexPage
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #00005b;
    margin-top: 0px; 
    margin-bottom: 0px;    
    padding-top: 0px;
    padding-bottom: 0px;}

hr.IndexPage
{
    width: 100%; 
    height: 1px;
    margin-top: 5px; 
    margin-bottom: 5px;
    padding-top: 0px; 
    padding-bottom: 0px;
}

img.IndexPage
{
    padding-right: 5px;
}


/* Stil "inklusive MwSt. zuzüglich Versandkosten */

.Mwst
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    /*color: #00005b;*/
    color: #00005b;    
}

/* Stil "Unter 10EUR Warenwert 5EUR Mindermengenaufschlag" */

.Mindermengenzuschlag
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    /*color: #00005b;*/
    color: #00005b;    
}


a.Mwst:link 
{
  font-weight: normal;
  text-decoration: underline;
  color: #00005b;  
}

a.Mwst:active 
{
  font-weight: normal;
  text-decoration: underline;
  color: #00005b;  
}

a.Mwst:visited 
{
  font-weight: normal;
  text-decoration: underline;
  color: #00005b;  
}

a.Mwst:hover 
{
  text-decoration: underline;
  color: #00005b;  
  background-color: #FFFFFF;
}

.Bild01
{
	margin-top: 5px; 
	margin-right: 5px; 
	margin-left: 0px;
}

.Tabelle01 
{
    border-collapse: collapse;
    font-family: Arial, Verdana, sans-serif; 
    font-size: 10pt;
}

.Tabelle01 TD
{
    padding: 3px;
    vertical-align: top;
    border-style: solid;
    border-width: 0px;
    border-color: #DCDCDC;
    font-size: 10pt;
}
