/***
* Datei:           global2.css
* Internetsite:    www.realmath.de
* Version:         1.0
* Sprache:         Cascading Style Sheets
* Autor:           Andreas Meier, Sophie-Scholl-Realschule Weiden i.d.OPf.
* Datum:           2002-07-23
* Letzte Änderung: 2005-01-22
* Beschreibung:    stellt die Style-Angaben f&uuml;r newmath zur Verf&uuml;gung
***/



        .global {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                color:#001032;
        }

         .headline {
                font-family:arial,helvetica,sans-serif;
                font-size:12pt;
                font-weight:bold;
                color:#001032;
                margin-top:30px;
                margin-left:0px;
        }

        .headline2 {
                font-family:arial,helvetica,sans-serif;
                font-size:11pt;
                font-weight:bold;
                color:#001032;
                margin-top:30px;
                margin-left:0px;
        }



        .herblau {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                color:#001032;
                background-color:#00E0FF;
        }

        .hergrun {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                color:#001032;
                background-color:#C0FF00;
        }

        .herorange {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                color:#001032;
                background-color:#FFD2BB;
        }
        .hergelb {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                color:#001032;
                background-color:#FFFF00;
        }
        .hergelb2 {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                font-weight:bold;
                color:#ee0000;
                background-color:#FFFF00;
        }


        .hergrau {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                color:#001032;
                background-color:#E0E0E0;
        }

         .herweiss {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                color:#001032;
                background-color:#FFFFFF;
        }
        .fussnote2 {
                font-family:arial,helvetica,sans-serif;
                font-size:8pt;
                color:#001032;
        }
        .fussnote3 {
                font-family:arial,helvetica,sans-serif;
                font-size:8pt;
                font-weight:bold;
                color:#0000dd;
        }

    p {
                font-family:arial,helvetica,sans-serif;
                font-size:10pt;
                color:#001032;
        }
        ul {
                list-style-type:square;
        }
        ul ul {
                list-style-type:square;
        }
        ul ul ul {
                list-style-type:square;
        }
        A:link {
                font-family:arial,helvetica,sans-serif;
                font-size:9pt;
                font-weight:normal;
                text-decoration:none;
                color:#001032;
                margin-top:5px;
        }
        A:active {
                font-family:arial,helvetica,sans-serif;
                font-size:9pt;
                font-weight:normal;
                text-decoration:underline;
                color:#001032;
        }
        A:visited {
                font-family:arial,helvetica,sans-serif;
                font-size:9pt;
                font-weight:normal;
                text-decoration:none;
                color:#001032;
                margin-top:5px;
        }
        A:hover {
                font-family:arial,helvetica,sans-serif;
                font-size:9pt;
                font-weight:normal;
                text-decoration:underline;
                color:#ee0000;
        }


                   table.poll {
                                border-left: 1px solid #000000;
                                border-top: 1px solid #000000;
                                border-bottom: 1px solid #000000;
                                margin: 0;
                                padding: 0;
                                background-color: #d7ecdb;
                                border-spacing: 0;
                                border-collapse: collapse;
                                width: 200px;
                        }

                        table.poll th {
                                text-align: left;
                                padding: 4px;
                                border-bottom: 1px solid #000000;
                                font-family:Arial,Helvetica,sans-serif;
                                color:#ffffff;
                                font-size:12px;
                                background-color: #0000aa;
                                font-weight: bold;
                        }

                        table.poll td {
                                padding: 4px;
                        }

                        table.poll div.remaining {
                                margin: 4px 0;
                                font-size: 75%;
                                text-align: center;
                        }

                        table.poll .button {
                                margin-top: 0.5em;
                                font-family: Arial,Helvetica,sans-serif;
                                font-size: 11px;
                                font-weight: bold;
                                background-color: #D6D2BA;
                                color: #000000;
                        }

                        table.poll td {
                                font-family: Arial,Helvetica,sans-serif;
                                font-size: 11px;
                                color: #000000;
                        }

                        table.poll a.resultLink {
                                font-size: 11px;
                                font-family: Arial,Helvetica,sans-serif;
                                color: #0000FF;
                        }