/* Es folgen Styles zur Schrift-Formatierung
------------------------------------------------- */
#body   {
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        color:black;
        }

.small_grey_text,
.small {
      font-size:0.75em;
      color:#333333;
      }



.main_heading, h1 {
      font-weight: bold;
      color: #333333;
      }

.sub_heading, h2 {
      font-weight: bold;
      color: #666666;
      }

.text_links {
      color: #003300;
      text-decoration: underline;
      }

a     {
      color: #333333;
      }

a:hover {
      text-decoration: underline;
      color: #006600;
      }

div#impressum {
            font-family: Arial, Helvetica, sans-serif;
            font-size:10px;
            text-decoration: none;
            color: black;
           }

div#framework {
            font-family: Arial, Helvetica, sans-serif;
            font-size:10px;
            text-decoration: none;
            color: black;
           }

.login {
        font-size:10px;
       }

* html .login {
        font-size:10px;
       }

div#language a {
              font-size: 0.75em;
              text-decoration: none;
       }

* html div#language a {
              font-size: 0.8em;
       }


.headgreen {
      font-weight: bold;
      text-decoration: none;
      color: #003300;
      }