/* DATEI: formate.css */

/* Formate für www.meissnermeissner.de */
/* Stand: 20.08.2006 */
/*  */
/*  */
/*  */

body { background-color:#ffffff; }
h1 { font-family: Courier New, Courier, monospace;
     font-size:28pt;
     line-height: 1.5em;
     color:#000000;
     font-weight:bold; }
h2 { font-family: Courier New, Courier, monospace;
     font-size:16pt;
     line-height: 1.2em;
     color:#a36834; }
h3 { font-family: Courier New, Courier, monospace;
     font-size:12pt;
     line-height: 1.2em;
     color:#a36834; }
p,li,td,tr { font-family:Courier New, Courier, monospace;
        font-size:10pt;
        line-height: 1.2em;
        color:#000000; }
a { font-family:Courier New, Courier, monospace;
        font-size:10pt;
        font-weight:bold;
        line-height: 1.8em;
        color:#f4e8dd; }
a:link { color:#f4e8dd;
        text-decoration:none; }
a:visited { color:#f4e8dd;
        text-decoration:none; }
a:hover { color:#ffffff;
        text-decoration:none; }
a:link.text { color:#a36834;
        line-height: 1.2em;
        text-decoration:none; }
a:visited.text { color:#a36834;
        line-height: 1.2em;
        text-decoration:none; }
a:hover.text { color:#f4e8dd;
        line-height: 1.2em;
        text-decoration:none; }
table,td,tr { font-family:Courier New, Courier, monospace;
        font-size:10pt;
        line-height: 1.0em;
        color:#000000;
        padding:6px;
        spacing:0px;
        border:none }
.leitfarbe { font-family:Courier New, Courier, monospace;
        font-size:10pt;
        line-height: 1.0em;
        color:#a36834;
        padding:6px;
        spacing:0px;
        border:none; }
img { border:none; }

ul#Navigation {
    width: 228px;
    margin: 0; padding: 0em;
    border: 0px;
    background-color: #a36834;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 228px;
    padding-left: 0;
    padd\ing-left: 0.2em;
  }

  ul#Navigation li {
    list-style: none;
    margin: 0.2em; padding: 0;
  }
  ul#Navigation li.aktiv {
    width: 228px;
    line-height: 1.8em;
    list-style: none;
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 0px;
    color: #a36834; background-color: #f4e8dd;
  }

  ul#Navigation a {
    width: 228px;
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 0px;
    color: #ffffff; background-color: #a36834;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 228px;
    w\idth: 228px;
  }
  ul#Navigation a:hover {
    color: #a36834; background-color: #ffffff;
  }
