        * {
                margin:0;
                padding:0;
                }

        html, body {
                height:100%;
                }

        body {
                background-color:#432C0A;
                background-image:url(../hintergrd/windowbg.gif);
                background-repeat:repeat-y;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 13px;
                text-align:center; /* horizontal centering for IE Win quirks */
                }
        ul      {
                list-style-image:url(../logos/pfeilchen.gif);
                padding-left:25px;
                }
        h1 {
                font-size: 20px;
                font-weight: bolder;
                color: #C81E26;
                }
        h2 {
                font-size: 16px;
                font-weight: bolder;
                color: #008629;
                }
        a       {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                text-decoration: none;
                font-size: 14px;
                font-style: bold;
                }

        a:link  {
                color: #B90B22;
                }

        a:visited {
                color: #B90B22;
                }

        a:active {
                color: #008629;
                }

        a:hover {
                color: #FFF;
                background-color: #000;
                }

        .klein {
                font-size: 8px;
                font-weight: normal;
                color: #008629;
                }

        .gross {
                font-size: 26px;
                font-weight: bold;
                color: #008629;
                }
        .rot {
                font-size: 14px;
                font-weight: bold;
                color: #B90B22;
                }
        .gruen {
                font-size: 14px;
                font-weight: bold;
                color: #008629;
                }
        blockquote {
                font-family: courier;
                font-size: 12px;
                background-color: #E5CDAE;
                color:#200000;
                padding-left:8px;
                padding-top:18px;
                padding-right:8px;
                padding-bottom:8px;
                text-decoration:none;
                position:relative; left:10px;
                width: 440px;
                border-left:3px solid #F2E5D3;
                border-right:3px solid #BD9A69;
                border-top:3px solid #F2E5D3;
                border-bottom:3px solid #BD9A69;

                }

        #container {
                margin:0 auto;
                position:relative;
                text-align:left;
                width:760px;
                height:100%;
                clear:left;
                }

        textarea {
                 background-color:#FFECCC;
                 border-width: 1px;
                 border-color:#ECC700;
                 font-weight: normal;
                 font-size: 10px;
                 }
        input    {
                 background-color: #FFECCC;
                 border-width: 1px;
                 border-color:#CBCEDE
                 font-weight: normal;
                 font-size: 10px;
                 }
        SELECT   {
                 border: groove;
                 background-color: #FFECCC;
                 border-color:#CBCEDE
                 font-weight: normal;
                  font-size: 10px;
                  }
