/* Standardm&auml;&szlig;iges CSS-Stylesheet f&uuml;r ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
    margin: 0px 0px 0px 0px;
}

TABLE
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        /*border: solid 1px yellow;*/
        padding: 0px;
        margin: 0px;
}

TD
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        /*border: solid 1px green;*/
        padding: 0px;
        margin: 0px;
}

TR
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        /*border: solid 1px red;*/
        padding: 0px;
        margin: 0px;
}

h1, h2, h3 , h4, h5
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
}

/* Style f&uuml;r Ueberschrift auf ContentSeiten */
.MainHeadLine
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #153687;
}

/* Style f&uuml;r Ueberschrift auf ContentSeiten */
.MainHeadLineSmall
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        color: #153687;
}

/* Style f&uuml;r Normaltext auf ContentSeiten */
.MainNormal
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #153687;
}

/* Style f&uuml;r Normaltext auf ContentSeiten */
.MainNormalBold
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #153687;
}

/* Style f&uuml;r kleiner Text auf ContentSeiten */
.MainSmall
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 9px;
        color: #153687;
}

/* Style f&uuml;r kleiner Text auf ContentSeiten */
.MainMini
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 8px;
        color: #153687;
}

/* Style f&uuml;r Zwischentitel auf Natural Balance Unterseiten */
.NBTitelNormal
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 14px;
        color: #008000;
}

/* Style f&uuml;r Zwischentitel auf Natural Balance Unterseiten */
.NBTitelKlein
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #008000;
}

/* Style f&uuml;r Anzeige von Links auf ContentSeiten (Link muss in FONT-Tag mit class 'LinkFormat' eingef&uuml;gt werden) */
.LinkFormat
{
        font-weight:bold;
        color:#6BA5CE;
}

/* Style fuer Checkout StepOverview Active Nummer */
.CheckOutStepOverviewCurrentStep
{
    color: #FE0000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 27px;
        font-weight: bold;
        font-style: italic;
}

/* Style fuer Checkout StepOverview Inaktive Nummern */
.CheckOutStepOverviewInactiveStep
{
    color: #DEE2EE;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 27px;
        font-weight: bold;
        font-style: italic;
}

/* Style fuer Checkout StepOverview Beschreibungstext */
.CheckOutStepOverviewStepDescritpion
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}

/* Style fuer Checkout Formular Buttons */
.CheckoutFormLinkButton
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        white-space: nowrap;
}

/* Style fuer Checkout Formular Labels */
.CheckOutLabel
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}

/* Style fuer Checkout wichtige Hinweise */
.CheckOutImportantText
{
    color: #FE0000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
}


/* Style fuer Checkout Formular Felder Inhalte */
.CheckOutFormFields
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
}

/* Style fuer Checkout Text fett */
.CheckOutTextBold
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}

/* Style fuer Checkout Text normal */
.CheckOutTextNormal
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
}

/* Style fuer Ueberschrift auf Shopseiten */
.ShopHeading
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
}

/* Style fuer ShoppingCart Text normal */
.ShoppingCartNormal
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        white-space: nowrap;
        border: 0px;
}

/* Style fuer ShoppingCart Text fett */
.ShoppingCartBold
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        white-space: nowrap;
        border: 0px;
}

/* Style fuer Fehlermeldungen */
.CheckOutErrorMessage
{
    color: #FE0000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
}

/* Style fuer DropDownListe */
.DropDownList
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        white-space: nowrap;
        background-color: #DEE2EE;
}

/* Style fuer Text-Input-Felder im Checkoutbereich */
.TextInputCheckoutText
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        white-space: nowrap;
        background-color: #DEE2EE;
}

/* Style fuer Text-Input-Felder f&uuml;r Zahlen im Checkoutbereich */
.TextInputCheckoutNumber
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        white-space: nowrap;
        direction: rtl;
        background-color: #DEE2EE;
}

/* Style fuer Text-Input-Felder im Shopbereich */
.TextInputShop
{
    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        white-space: nowrap;
        direction: rtl;
        background-color: #DEE2EE;
}

/* Style fuer Titelzeile auf der Best&auml;tigungsseite */
.ConfirmationHeadline
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
}

/* Style fuer Text auf der Best&auml;tigungsseite */
.ConfirmationText
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
}

/* Style fuer Titelzeile auf der Fehlerseite */
.ErrorHeadline
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        text-decoration: underline;
}

/* Style fuer Text auf der Fehlerseite */
.ErrorText
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
}


/* Style fuer fetter text auf Shopseiten */
.ShopTextBold
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}

/* Style fuer grossen text auf Shopseiten */
.ShopTextBigBold
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
}

/* Style fuer grossen text auf Shopseiten */
.ShopTextBig
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
}

/* Style fuer fetter text auf Shopseiten */
.ShopText
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
}

/* Style fuer Shoppingcart Headline */
.ShopCartHeading
{
        color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
}


/* Style fuer fetter-kursiver text auf Shopseiten */
.ShopCartTextRed
{
        color: #FE0000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}

/* Genereller Style fuer Text-Input-Felder */
INPUT
{
/*    color: #153687;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        white-space: nowrap;
        border: solid 1px black;
        direction: rtl;
        background-color: #DEE2EE;
*/
}

A:link
{
    color: #153687;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
}

A:visited
{
    color: #153687;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
}

A:active
{
    color: #153687;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
}

A:hover
{
    color:#153687;
    TEXT-DECORATION: underline;
    FONT-SIZE: 10px;
}

IMG
{
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border: 0px 0px 0px 0px;
}


/*########################################################################################*/
/* Stylesheet for the EURONET Navigation */


/* Funktion Unbekannt */
A.NavHeader0:active
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader0:link
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader0:visited
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader0:hover
{
        background-color: #DEE2EE;
        border: 1px solid #FE0000;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader1:active
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader1:link
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader1:visited
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader1:hover
{
        background-color: #DEE2EE;
        color: #153687;
        border: 1px solid #FE0000;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader2:active
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader2:link
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader2:visited
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
A.NavHeader2:hover
{
        border: 1px solid #FE0000;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
}

/* Style fuer alle Untermenuepunkte */
A.NavHeader3:active
{
        background-color: #DEE2EE;
        color: #153687;
        height: 12px;
        padding: 2px 2px 2px 2px;
        font-weight: normal;
        font-size: 11px;
        text-decoration: none;
}

A.NavHeader3:link
{
        background-color: #DEE2EE;
        color: #153687;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
}

A.NavHeader3:visited
{
        background-color: #DEE2EE;
        color: #153687;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
}

A.NavHeader3:hover
{
        background-color: #DEE2EE;
        border: 1px solid #FE0000;
        color: #153687;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
}
/*NavHeader3 close*/

/* Style fuer alle Untermenuepunkte */
A.NavHeader3Blue:active
{
        background-color: #DEE2EE;
        color: #153687;
        height: 12px;
        padding: 2px 2px 2px 2px;
        font-weight: normal;
        font-size: 11px;
        text-decoration: none;
}

A.NavHeader3Blue:link
{
        background-color: #DEE2EE;
        color: #153687;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
}

A.NavHeader3Blue:visited
{
        background-color: #DEE2EE;
        color: #153687;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
}

A.NavHeader3Blue:hover
{
        background-color: #DEE2EE;
        border: 1px solid #FE0000;
        color: #153687;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
}
/*NavHeader3Blue close*/


/* Style fuer alle Untermenuepunkte */
A.NavHeader3Red:active
{
        background-color: #DEE2EE;
        color: #FE0000;
        height: 12px;
        padding: 2px 2px 2px 2px;
        font-weight: normal;
        font-size: 11px;
        text-decoration: none;
}

A.NavHeader3Red:link
{
        background-color: #DEE2EE;
        color: #FE0000;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
}

A.NavHeader3Red:visited
{
        background-color: #DEE2EE;
        color: #FE0000;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        text-decoration: none;
}

A.NavHeader3Red:hover
{
        background-color: #DEE2EE;
        border: 1px solid #FE0000;
        color: #FE0000;
        height: 12px;
        font-weight: normal;
        font-size: 11px;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
}
/*NavHeader3Red close*/


/* Funktion Unbekannt */
.NavHeader0
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
DIV.NavHeader2
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
DIV.NavHeader3
{
        background-color: #DEE2EE;
        color: #153687;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
DIV.NavHeader4
{
        background-color: #DEE2EE;
        color: #153687;
        font-size: 11px;
        text-decoration: none;
}

/* Funktion Unbekannt */
DIV.NavHeader5
{
        background-color: #DEE2EE;
        color: #153687;
        font-size: 11px;
        text-decoration: none;
}



/* Titel der ersten Menueebene */
SPAN.NavHeader1
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

/* Titel des ersten Untermenueebene */
SPAN.NavHeader2
{
        background-color: #DEE2EE;
        color: #FE0000;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
}

TABLE
{
        /*        border: solid 1px black; */
}

.NavHeaderToShop:active
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
        height: 15px;
}

.NavHeaderToShop:link
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        height: 15px;
        text-decoration: none;
}

.NavHeaderToShop:visited
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        height: 15px;
        text-decoration: none;
}

.NavHeaderToShop:hover
{
        background-color: #DEE2EE;
        color: #153687;
        font-weight: bold;
        font-size: 11px;
        height: 15px;
        text-decoration: none;
}
