/******************************************************************************
*                                                                                                                                                     *
*                           CSS DATEI FUER DIE STEUERUNG DER SEITENANZEIGE.                *
*                                     SCHRIFTDEKLARATIONEN UND LINKDARSTELLUNG.                   *
*                                                                                                                                                          *
*                                                                                                                                                          *
*******************************************************************************/

/******************************************************************************

Browservoreinstellungen zuruecksetzen

*******************************************************************************/

*
        {
          margin  :0;
          padding :0;
          border  :0;
        }

/******************************************************************************

Eigenschaften fuer den Body festlegen. Hintergrund festlegen

*******************************************************************************/
body#bg
        {
          background-color                   : #000000;
        }

/******************************************************************************

Deklaration des Darstellungsbereiches

*******************************************************************************/
#main
   {
     position:                        : fixed;
     top                              : 0;
     left                             : 0;
     width                            : 960px;
     height                           : 945px;
     margin                           : 0 auto;
     background-image                 : url(../pix/back_end.jpg);
     overflow                         : hidden;
   }
/******************************************************************************

Deklaration des Darstellungsbereiches mit anderem Hintergrund

*******************************************************************************/
#main2
   {
     position:                        : fixed;
     top                              : 0;
     left                             : 0;
     width                            : 960px;
     height                           : 945px;
     margin                           : 0 auto;
     background-image                 : url(../pix/back_n2.jpg);
     overflow                         : hidden;
   }
/******************************************************************************

Deklaration des News-Bereichs

*******************************************************************************/
#news
   {
     width                            : 450px;
     height                           : 500px;
     float                            : left;
     position                         : relative;
     top                              : 200px;
     left                             : 300px;
     font-family                      : "century gothic", arial, sans-serif;
     font-size                        : 9pt;
     color                            : #000000;
     margin-right                     : 405px;
   }

/******************************************************************************

Deklaration des Presse/Download-Bereichs

*******************************************************************************/
#downloads
   {
     width                            : 855px;
     height                           : 420px;
     float                            : left;
     position                         : relative;
     top                              : 70px;
     left                             : 50px;
     font-family                      : "century gothic", arial, sans-serif;
     font-size                        : 9pt;
     color                            : #000000;
     margin-right                     : 0px;
   }

/******************************************************************************

Deklaration des Leer-Bereichs

*******************************************************************************
#leer
   {
     width                            : 400px;
     height                           : 500px;
     float                            : left;
     position                         : relative;
     top                              : 150px;
   }

/******************************************************************************

Deklaration Logo-Container

*******************************************************************************/
#logos
   {
     width                            : 50px;
     height                           : 500px;
     float                            : left;
     position                         : relative;
     top                              : 150px;
   }


/******************************************************************************

Deklaration Live

*******************************************************************************/
#live
   {
     width                            : 80px;
     height                           : 20px;
     float                            : right;
     position                         : relative;
     top                              : 12px;
     right                            : 500px;
     font-family                      : "century gothic", arial, sans-serif;
     font-size                        : 11pt;
     font-weight                      : bold;
     color                            : #FFFFFF;
   }
/******************************************************************************

Deklaration Contact

*******************************************************************************/
#contact
   {
     width                            : 80px;
     height                           : 20px;
     float                            : right;
     position                         : relative;
     top                              : 12px;
     right                            : 345px;
     font-family                      : "century gothic", arial, sans-serif;
     font-size                        : 11pt;
     font-weight                      : bold;
     color                            : #FFFFFF;
   }

/******************************************************************************

Deklaration Shop

*******************************************************************************/
#shop
   {
     width                            : 80px;
     height                           : 20px;
     float                            : right;
     position                         : relative;
     top                              : 12px;
     right                            : 145px;
     font-family                      : "century gothic", arial, sans-serif;
     font-size                        : 11pt;
     font-weight                      : bold;
     color                            : #FFFFFF;
   }

/******************************************************************************

Deklaration Press

*******************************************************************************/
#press
   {
     width                            : 200px;
     height                           : 20px;
     float                            : right;
     position                         : relative;
     top                              : 12px;
     right                            : -145px;
     font-family                      : "century gothic", arial, sans-serif;
     font-size                        : 11pt;
     font-weight                      : bold;
     color                            : #FFFFFF;
   }

/******************************************************************************

Deklaration links

*******************************************************************************/
#links
   {
     width                            : 200px;
     height                           : 20px;
     float                            : right;
     position                         : relative;
     top                              : 12px;
     left                             : 540px;
     font-family                      : "century gothic", arial, sans-serif;
     font-size                        : 11pt;
     font-weight                      : bold;
     color                            : #FFFFFF;
   }

/******************************************************************************

Objektpositionierung im Fliesstext. Linke Ausrichtung und rechte ausrichtung.

*******************************************************************************/
                .float-left
                {
                        float                                        : left;
                        margin-right                                 : 10px;
                        margin-left                                  : 0px;
                        margin-top                                   : 0px;
                        margin-bottom                                : 5px;
                }
                .float-right
                {
                        float                                        : right;
                        margin                                       : 10px;
                }

/******************************************************************************

Anzeigeoptionen fuer Links

*******************************************************************************/
        a:link
                {
                        color                                        : #b31a17;
                        text-decoration                        :none;
                }
        a:visited
                {
                        color                                        : #b31a17;
                        text-decoration                        :none;
                }
        a:hover
                {
                        color                                        : #73171f;
                        text-decoration                        :blink;
                }
        a:active
                {
                        color                                        : #330707;
                        text-decoration                        :none;
                }
