
/*
***********************************************************************
***********************************************************************
***                                                                 ***
***                           e c . c s s                           ***
***                                                                 ***
***                 C O M P U T E R    S E R V I C E                ***
***                    Internet Shop Style Sheets                   ***
***                   Layout fuer Computer Service                  ***
***                             V 1.0                               ***
***                                                                 ***
***   Stand: 25.10.03                             Author: Lachner   ***
***                                                                 ***
***********************************************************************
***********************************************************************
*/
/*
***********************************************************************
**                                                                   **
**   Copyright (C) CS, 1995-2004, All Rights Reserved, Confidential  **
**                                                                   **
***********************************************************************
*/

/*============  Pictures =================*/
/* Replace the following graphic file with your own picture */
/* ec_logo.gif       Logo of your company */


/*------------- Headline -----------------*/
.ec_headline {
    font-family:Arial,Helvetica;
/*  font-size:16pt;                     */
    font-size:160%;
/*  color:#006000;                      */
    color:#606060; 
/*  background-color:#CCDFCC;           */
    background-color:#CCCCCC;
/*  background-image:url(ec_bg10.gif);  */
/*  width:100%;                         */
/*  margin-left:5px;                    */
    padding-left:5px;
    font-weight:bold;                   /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
    vertical-align:middle;              /* top, bottom, middle */
}


/*--------------- Footline ---------------*/
.ec_footline {
/*  color:#006000;                      */
    color:#606060;
/*  background-color:#CCDFCC;           */
    background-color:#CCCCCC;
/*  width:100%;                         */
/*  margin-left:20px;                   */
/*  font-weight:bold;                   */
    font-size:80%;            
/*  font-size:10pt;                     */
    font-family:Arial,Helvetica;
}

/*-------------- Invisible ------------*/
.ec_invisible {
    background-color:#DCFFDC;
    color:#DCFFDC;
/*  width:100%;               */
/*  margin-left:20px;         */
/*  font-weight:bold;         */
    font-size:1pt;            
    font-family:Arial,Helvetica;
    visibility:hidden;
}

/*-------------- Ni Si ----------------*/
.ec_nisi {
    background-color:#DCFFDC;
    color:#DCFFDC;
/*  width:100%;               */
/*  margin-left:20px;         */
/*  font-weight:bold;         */
    font-size:1pt;            
    font-family:Arial,Helvetica;
    visibility:hidden;
}


/*-------- Company Name in Head -----------*/
.ec_companyname {
    font-family:Arial,Helvetica;
    font-size:12pt;
/*  color:#006000;                      */
    color:#606060; 
/*  margin-left:20px;                   */
    font-weight:bold;                   /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
}


/*----- Company Description in Head -------*/
.ec_companydesc {
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
/*  color:#006000;                      */
    color:#606060; 
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
}


/*------------- Tables -----------------------*/
table.ec_table {                        /* normal Tables */
/*  font-size:10pt;                     */
/*  font-size:80%;                      */
    font-family:Arial,Helvetica;

/*  border-width:1pt;                   */
/*  border-style:solid;                 */
/*  border-color:#9CBF9C;               */
    border-color:#9C9C9C;

    border-top-width:1pt;
    border-top-style:solid;
    border-left-width:1pt;
    border-left-style:solid;
}


table.ec_table_showwi {                 /* Show Window Table */
/*  font-size:10pt;                     */
    font-size:80%;
    font-family:Arial,Helvetica;

/*  border-width:1pt;                   */
/*  border-style:solid;                 */
/*  border-color:#9CBF9C;               */
    border-color:#9C9C9C;

    border-top-width:1pt;
    border-top-style:solid;
    border-left-width:1pt;
    border-left-style:solid;
}



/*-------- Table rows: Headline --------------*/
tr.ec_tr_head {                         /* normal Tables */
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#000000; 
/*  background-color:#B0D0B0;           */
    background-color:#B0B0B0;
/*  background-image:url(ec_bg10.gif);  */
/*  margin-left:20px;                   */
    font-weight:bold;                   /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
    vertical-align:middle;              /* top, bottom, middle */
}


tr.ec_tr_head_showwi {                  /* Show Window Table */
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#006000; 
/*  background-color:#B0D0B0;           */
    background-color:#B0B0B0;
/*  background-image:url(ec_bg10.gif);  */
/*  margin-left:20px;                   */
    font-weight:bold;                   /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
    vertical-align:middle;              /* top, bottom, middle */
}


/*-------- Table rows: Odd lines --------------*/
tr.ec_tr_odd {                          /* normal Tables */
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#000000;
/*  background-color:#D4ECD4;           */
    background-color:#FFFFFF;
/*  background-image:url(ec_bg13.gif);  */
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
    vertical-align:top;                 /* top, bottom, middle */
}


tr.ec_tr_odd_showwi {                   /* Show Window Table */
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#006000; 
    background-color:#D4ECD4;
/*  background-image:url(ec_bg13.gif);  */
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
    vertical-align:top;                 /* top, bottom, middle */
}


/*-------- Table rows: Even lines -------------*/
tr.ec_tr_even {                         /* normal Tables */
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#000000; 
/*  background-color:#CCDFCC;           */
    background-color:#E0E0E0;
/*  background-image:url(ec_bg12.gif);  */
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
    vertical-align:top;                 /* top, bottom, middle */
}


tr.ec_tr_even_showwi {                  /* Show Window Table */
    font-family:Arial,Helvetica;
/*  font-size:10pt;           */
    font-size:80%;
    color:#006000; 
    background-color:#CCDFCC;
/*  background-image:url(ec_bg12.gif);  */
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
    vertical-align:top;                 /* top, bottom, middle */
}



/*-------- Table rows: Linecard --------------*/
tr.ec_tr_linecard1 {                    /* Linecard, Line1*/
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#000000;
    background-color:#FFFFFF;
/*  background-image:url(ec_bg13.gif);  */
/*  margin-left:20px;                   */
    font-weight:bold;                   /* lighter, light, normal, bold, bolder */
    text-align:center;                  /* left, center, right, justify */
    vertical-align:top;                 /* top, bottom, middle */
}


tr.ec_tr_linecard2 {                    /* Linecard, Line2*/
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#000000;
    background-color:#E0E0FF;
/*  background-image:url(ec_bg13.gif);  */
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:center;                  /* left, center, right, justify */
    vertical-align:top;                 /* top, bottom, middle */
}


/*----------- Table cells ----------------*/
td.ec_td {                              /* normal Tables */
/*  border-color:#9CBF9C;               */
    border-color:#9C9C9C;
    border-bottom-width:1pt;
    border-bottom-style:solid;
    border-right-width:1pt;
    border-right-style:solid;
}


td.ec_td_showwi {                       /* Show Window Table */
    border-color:#9CBF9C;
    border-bottom-width:1pt;
    border-bottom-style:solid;
    border-right-width:1pt;
    border-right-style:solid;
}


/*------------- Language Select -----------*/
.ec_lang_select {
/*  color:#006000;                      */
    color:#000000; 
/*  background-color:#CCDFCC;           */
    background-color:#CCCCCC;
/*  background-image:url(ec_bg12.gif);  */
}


/*------------- Normal Text ---------------*/
.ec_text {
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
/*  color:#006000;                      */
    color:#000000; 
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
}


/*------------- Error Text ---------------*/
.ec_text_error {
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#FF0000; 
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
}


/*------------- Highlited Text ------------*/
.ec_text_highlight {
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#FF0000; 
/*  margin-left:20px;                   */
    font-weight:bold;                   /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
}


/*------------- Pale Text ----------------*/
.ec_text_pale {
    font-family:Arial,Helvetica;
/*  font-size:10pt;           */
    font-size:80%;
    color:#808080; 
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
}


/*------------- Menu Frame---------------*/
.ec_menu {
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
/*  font-size:80%;                      */
/*  color:#006000;                      */
    color:#000000; 
/*  background-color:#ECFFEC;           */
/*  background-color:#FFFFA0;           */
    background-color:#F7C888;
/*  background-image:url(ec_bg.gif);    */
/*  margin-left:20px;                   */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
}


/*------------- Statusline ---------------*/
.ec_statusline {
    font-family:Arial,Helvetica;
    font-size:8pt;
    color:#80A080; 
    background-color:#FFFFFF;
/*  background-image:url(ec_bg.gif);    */
/*  margin-left:20px;                   */
    margin-top:6px;
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-align:left;                    /* left, center, right, justify */
}


/*-------------- Links --------------------*/
a {
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
/*  font-size:80%;                      */
    font-weight:normal;                 /* lighter, light, normal, bold, bolder */
    text-decoration:underline;          /* none, blink, line-through, overline, underline */
    padding-right:2px;
    padding-left:2px;
}

a:link {
    color:#0000EE;
}

a:visited {
    color:#551A8B;
}

a:hover {
    color:#FFFFFF;
    background-color:#556F55;
    text-decoration:none;
/*  padding-top : 14px;       */
/*  padding-bottom : 14px;    */
/*  padding-color: #EFEFEF;   */
}

a:active {
    color:#FF0000;
/*  font-style:italic;  */              /* normal, italic, oblique */
}


/*---------- Links in menu -----------------*/
a.ec_link_menu {
    font-weight:normal;
    text-decoration:none;
    padding-right:2px;
    padding-left:2px;
}

a.ec_link_menu:link {
/*  color:#006000;            */ 
    color:#000000;
    text-decoration:none;
}

a.ec_link_menu:visited {
    color:#404040;
    text-decoration:none;
}

a.ec_link_menu:hover {
    color:#FFFFFF;
/*  background-color:#556F55; */
    background-color:#656565;
    text-decoration:none;
}

a.ec_link_menu:active {
    color:#FF0000;
    text-decoration:none;
}


/*---------- Links in register -----------------*/
a.ec_register_menu {
    font-weight:normal;
    text-decoration:none;
    padding-right:2px;
    padding-left:2px;
}

a.ec_register_menu:link {
/*  color:#006000;            */ 
    color:#FFFFFF;
    text-decoration:none;
}

a.ec_register_menu:visited {
    color:#FFFFFF;
    text-decoration:none;
}

a.ec_register_menu:hover {
    color:#FFFFFF;
/*  background-color:#556F55; */
    background-color:#656565;
    text-decoration:none;
}

a.ec_register_menu:active {
    color:#FF0000;
    text-decoration:none;
}



/*-------- Basic Text Format ---------------*/
body {
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
/*  font-size:80%;                      */
/*  background-color:#DCFFDC;           */
    background-color:#FFFFFF;
/*  background-image:url(ec_bg.gif);    */
/*  color:#006000;                      */
    color:#000000;
}




/*
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
    font-family:Arial,Helvetica;
/*  font-size:10pt;                     */
    font-size:80%;
    color:#000000;
  color:#FF0000;
}                                                                    */




/*-------------- eof "ec.css" ------------------*/


