/* font-size, line-height, margin, text-indent, word-spacing (relative): em, ex, px */
/* font-size, line-height, margin, text-indent, word-spacing (absolute): cm (Centimeter), in (Inch), mm (Millimeter), pc (Pica=12 Points), pt (Point=1/72 inch) */
/* media: all, aural, braille, embossed, handheld, print, projection, screen, tty, tv */
@media screen, tv {
                             html {
                                   /* background-color: <color>, transparent; */
                                   background-color: transparent;
                                   /* background-image: none, url('http://....gif/jpg/png'); */
                                   background-image: url('http://www.sport-quattro.ch/images/logos/audi.jpg');
                                   /* background-repeat: repeat, repeat-x, repeat-y, no-repeat; */
                                   /* background-attachment: scroll, fixed */
                                   /* background-position: perc. perc., len. len., left, center, right, top, center, bottom; */
                                   /* border: <width>, <style>, <color> */
                                   /* border: 0; */
                                   /* border-color: <color>, transparent; */
                                   /* (1 value: top-bottom-left-right; 2 values: top-bottom, left-right; 3 values: top, left-right, bottom; 4 values: top, right, bottom, left */
                                   border-color: #ffffff;
                                   /* border-style: none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset; */
                                   /* (1 value: top-bottom-left-right; 2 values: top-bottom, left-right; 3 values: top, left-right, bottom; 4 values: top, right, bottom, left */
                                   border-style: none;
                                   /* border-width: thin, medium, thick, <length>
                                   /* (1 value: top-bottom-left-right; 2 values: top-bottom, left-right; 3 values: top, left-right, bottom; 4 values: top, right, bottom, left */
                                   border-width: thin;
                                   color: #000000;
                                   font-family: "Trebuchet MS", Verdana, "Arial Unicode MS", Arial, "ITC Avant Garde Gothic", Univers, Futura, "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", Helvetica, sans-serif;
                                   /* font-family: "Times New Roman", Bodoni, Garamond, "Minion Web", "ITC Stone Serif", "MS Georgia", "Bitstream Cyberbit", serif; */
                                   /* font-family: "Caflisch Script", "Adobe Poetica", Sanvito, "Ex Ponto", "Snell Roundhand", Zapf-Chancery, cursive; */
                                   /* font-family: "Alpha Geometrique", Critter, Cottonwood, "FB Reactor", Studz, fantasy; */
                                   /* font-family: Courier, "MS Courier New", Prestige, "Everson Mono", monospace; */
                                   font-size: 12pt;
                                   /* font-size-adjust: none; */
                                   /* font-stretch: ultra-condensed, extra-condensed, condensed, semi-condensed, normal, semi-expanded, expanded, extra-expanded, ultra-expanded */
                                   /* font-stretch: normal; */
                                   /* font-style: italic, normal, oblique */
                                   font-style: normal;
                                   /* font-variant: normal, small-caps */
                                   font-variant: normal;
                                   /* font-weight: normal, bold, bolder, lighter, 100, 200, 300, 400, 500, 600, 700, 800, 900 */
                                   font-weight: normal;
                                   margin: 0;
                                   /* letter-spacing: normal, <length>; */
                                   /* line-height: 24pt; */
                                   line-height: 24pt;
                                   /* word-spacing: normal, <length>; */
                                   /* text-decoration: none, underline, overline, line-through, blink */
                                   /* text-transform: none, capitalize, uppercase, lowercase */
                                   z-index: 1;
                                  }
                                  head {
                                       }
                                       title {
                                             }
                                  body {
                                        height: 100%;
                                        width: 100%;
                                        top: 0;
                                        right: 0;
                                        bottom: 0;
                                        left: 0;
                                       }
                                       div {
                                           }
                                           div.center {
                                                       text-align: center;
                                                      }
                                           div.left {
                                                     text-align: left;
                                                    }
                                           div.right {
                                                      text-align: right;
                                                     }
                                           div.justify {
                                                        text-align: justify;
                                                       }

                                       #menutop {
                                                 position: fixed;
                                                 top: 0;
                                                 height: 110px;
                                                 border-bottom: 1px solid black;
                                                }
                                       #menutop a {
                                                   display: inline;
                                                  }
                                       #menutop2 {
                                                  position: fixed;
                                                  top: 110px;
                                                  height: 35px;
                                                  border-bottom: 1px solid black;
                                                 }
                                       #main {
                                                position: absolute;
                                                width: 100%;
                                                height: 100%;
                                                top: 0;
                                                right: 0;
                                                bottom: 0;
                                                left: 0;
                                               }
                                       p {
                                          font-style: italic;
                                          line-height: 16pt;
                                         }
                                         p.center {
                                                   text-align: center;
                                                  }
                                         p.left {
                                                 text-align: left;
                                                }
                                         p.right {
                                                  text-align: right;
                                                 }
                                         p.justify {
                                                    text-align: justify;
                                                   }
                                       ul {
                                           line-height: 16pt;
                                          }
                                          li {
                                              line-height: 16pt;
                                             }
                                       h1 {
                                           font-size: 14pt;
                                           font-weight: bold;
                                           text-decoration: underline;
                                          }
                                          h1.center {
                                                     text-align: center;
                                                    }
                                       a:link {
                                               background-color: transparent;
                                               color: #FF0000;
                                              }
                                              a:link:hover {
                                                           }
                                       a:visited {
                                                  background-color: transparent;
                                                  color: #0000FF;
                                                 }
                                                 a:visited:hover {
                                                                 }
                                       a:hover {
                                                font-style: italic;
                                                font-weight: bold;
                                               }
                                       a:active {
                                                }
                                       a:focus {
                                               }
                                               a.img {
                                                      background-color: transparent;
                                                      color: #ffffff;
                                                      /* position: static; */
                                                      /* display: run-in; */
                                                      /* left: auto; */
                                                      /* top: auto; */
                                                      /* width: auto; */
                                                      /* height: auto; */
                                                      /* z-index: 2; */
                                                     }
                                       table {
                                              border-collapse: collapse;
                                              width: 100%;
                                             }
                                             tr {
                                                }
                                                td {
                                                   }
                                                   td.banner16 {
                                                                line-height: 14pt;
                                                                width: 16%;
                                                               }
                                                   td.banner20 {
                                                                line-height: 14pt;
                                                                width: 20%;
                                                               }
                                                   td.choose20 {
                                                                line-height: 14pt;
                                                                width: 20%;
                                                               }
                                                   td.choose33 {
                                                                line-height: 14pt;
                                                                width: 33%;
                                                               }
                                                   td.choose50 {
                                                                line-height: 14pt;
                                                                width: 50%;
                                                               }
                                                   td.expert13 {
                                                                font-size: 10pt;
                                                                width: 13%;
                                                               }
                                                   td.expert43 {
                                                                font-size: 10pt;
                                                                width: 43%;
                                                               }
                                                   td.expert44 {
                                                                font-size: 10pt;
                                                                width: 44%;
                                                               }
                                                   td.header50 {
                                                                font-weight: bold;
                                                                width: 50%;
                                                               }
                                                   td.pic25 {
                                                             width: 25%;
                                                            }
                                                   td.result10 {
                                                                font-size: 10pt;
                                                                width: 10%;
                                                               }
                                                   td.result33 {
                                                                font-size: 10pt;
                                                                width: 33%;
                                                               }
                                                   td.result35 {
                                                                font-size: 10pt;
                                                                width: 35%;
                                                               }
                                                   td.result22 {
                                                                font-size: 10pt;
                                                                width: 22%;
                                                               }
                                                   td.w3c33l {
                                                              text-align: left;
                                                              width: 33%;
                                                             }
                                                   td.w3c33m {
                                                              text-align: center;
                                                              width: 33%;
                                                             }
                                                   td.w3c33r {
                                                              text-align: right;
                                                              width: 33%;
                                                             }
                                                   td.w3c50l {
                                                              text-align: left;
                                                              width: 50%;
                                                             }
                                                   td.w3c50r {
                                                              text-align: right;
                                                              width: 50%;
                                                             }
                            }
@media aural {
              h1, h2, h3, h4, h5, h6 {
                                      voice-family: paul, male;
                                      stress: 20;
                                      richness: 90;
                                     }
              h1 {
                  pitch: x-low;
                  pitch-range: 90;
                 }
              h2 {
                  pitch: x-low;
                  pitch-range: 80;
                 }
              h3 {
                  pitch: low;
                  pitch-range: 70;
                 }
              h4 {
                  pitch: medium;
                  pitch-range: 60;
                 }
              h5 {
                  pitch: medium;
                  pitch-range: 50;
                 }
              h6 {
                  pitch: medium;
                  pitch-range: 40;
                 }
              li, dt, dd {
                          pitch: medium;
                          richness: 60;
                         }
              dt {
                  stress: 80;
                 }
              pre, code, tt {
                             pitch: medium;
                             pitch-range: 0;
                             stress: 0;
                             richness: 80;
                            }
              em {
                  pitch: medium;
                  pitch-range: 60;
                  stress: 60;
                  richness: 50;
                 }
              strong {
                      pitch: medium;
                      pitch-range: 60;
                      stress: 90;
                      richness: 90;
                     }
              dfn {
                   pitch: high;
                   pitch-range: 60;
                   stress: 60;
                  }
              s, strike {
                         richness: 0;
                        }
              i {
                 pitch: medium;
                 pitch-range: 60;
                 stress: 60;
                 richness: 50;
                }
              b {
                 pitch: medium;
                 pitch-range: 60;
                 stress: 90;
                 richness: 90;
                }
              u {
                 richness: 0;
                }
              a:link {
                      voice-family: harry, male;
                     }
              a:visited {
                         voice-family: betty, female;
                        }
              a:active {
                        voice-family: betty, female;
                        pitch-range: 80;
                        pitch: x-high;
                       }
             }
@media print {
              html {
                    /* background-color: <color>, transparent; */
                    background-color: #ffffff;
                    /* background-image: none, url('http://....gif/jpg/png'); */
                    /* background-image: none; */
                    /* background-repeat: repeat, repeat-x, repeat-y, no-repeat; */
                    /* background-attachment: scroll, fixed */
                    /* background-position: perc. perc., len. len., left, center, right, top, center, bottom; */
                    color: #000000;
                    /* font-family: "Trebuchet MS", Verdana, "Arial Unicode MS", Arial, "ITC Avant Garde Gothic", Univers, Futura, "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", Helvetica, sans-serif; */
                    /* font-family: "Times New Roman", Bodoni, Garamond, "Minion Web", "ITC Stone Serif", "MS Georgia", "Bitstream Cyberbit", serif; */
                    /* font-family: "Caflisch Script", "Adobe Poetica", Sanvito, "Ex Ponto", "Snell Roundhand", Zapf-Chancery, cursive; */
                    /* font-family: "Alpha Geometrique", Critter, Cottonwood, "FB Reactor", Studz, fantasy; */
                    font-family: Courier, "MS Courier New", Prestige, "Everson Mono", monospace;
                    font-size: 12pt;
                    /* font-size-adjust: none; */
                    /* font-stretch: ultra-condensed, extra-condensed, condensed, semi-condensed, normal, semi-expanded, expanded, extra-expanded, ultra-expanded */
                    /* font-stretch: normal; */
                    /* font-style: italic, normal, oblique */
                    font-style: normal;
                    /* font-variant: normal, small-caps */
                    font-variant: normal;
                    /* font-weight: normal, bold, bolder, lighter, 100, 200, 300, 400, 500, 600, 700, 800, 900 */
                    font-weight: normal;
                    margin: 3em;
                    /* letter-spacing: normal, <length>; */
                    /* line-height: 24pt; */
                    line-height: 24pt;
                    /* word-spacing: normal, <length>; */
                    /* text-decoration: none, underline, overline, line-through, blink */
                    /* text-transform: none, capitalize, uppercase, lowercase */
                   }
                   head {
                        }
                        title {
                              }
                   body {
                        }
                        p {
                           font-style: italic;
                          }
                          p.center {
                                    text-align: center;
                                   }
                          p.left {
                                  text-align: left;
                                 }
                          p.right {
                                   text-align: right;
                                  }
                          p.justify {
                                     text-align: justify;
                                    }
                        ul {
                            line-height: 16pt;
                           }
                           li {
                               line-height: 16pt;
                              }
                        h1 {
                            font-size: 14pt;
                            font-weight: bold;
                            text-decoration: underline;
                           }
                           h1.center {
                                      text-align: center;
                                     }
                        a:link {
                                background-color: #ffffff;
                                color: #800000;
                               }
                               a:link:hover {
                                            }
                        a:visited {
                                   background-color: #ffffff;
                                   color: #00FF00;
                                  }
                                  a:visited:hover {
                                                  }
                        a:hover {
                                 font-style: italic;
                                 font-weight: bold;
                                }
                        a:active {
                                 }
                        a:focus {
                                }
                        table {
                               border: 0;
                               border-collapse: collapse;
                               width: 100%;
                              }
                              tr {
                                 }
                                 td {
                                    }
                                    td.banner20 {
                                                 width: 20%;
                                                }
                                    td.choose20 {
                                                 width: 20%;
                                                }
                                    td.choose33 {
                                                 width: 33%;
                                                }
                                    td.choose50 {
                                                 width: 50%;
                                                }
                                    td.expert13 {
                                                 font-size: 10pt;
                                                 width: 13%;
                                                }
                                    td.expert43 {
                                                 font-size: 10pt;
                                                 width: 43%;
                                                }
                                    td.expert44 {
                                                 font-size: 10pt;
                                                 width: 44%;
                                                }
                                    td.header50 {
                                                 font-weight: bold;
                                                 width: 50%;
                                                }
                                    td.pic25 {
                                              width: 25%;
                                             }
                                    td.result10 {
                                                 font-size: 10pt;
                                                 width: 10%;
                                                }
                                    td.result33 {
                                                 font-size: 10pt;
                                                 width: 33%;
                                                }
                                    td.result35 {
                                                 font-size: 10pt;
                                                 width: 35%;
                                                }
                                    td.result22 {
                                                 font-size: 10pt;
                                                 width: 22%;
                                                }
                                    td.w3c50l {
                                               text-align: left;
                                               width: 50%;
                                              }
                                    td.w3c50r {
                                               text-align: right;
                                               width: 50%;
                                              }
             }
