@charset "ISO-8859-1";
/* Stylesheet für Homepage www.sattlerstefan.com */



/* Definition Headings */

body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, div, caption, td, th
        {
          font-family:Arial,verdana,Helvetica,sans-serif;
          font-size:10pt;
          line-height:1.2em;
          color:#000000;
          background-color:#ffffff;
        }

body {
        min-width: 60em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
        margin: 0; padding: 0;
           }

#fixiert {
            position: absolute;
            top: 4em; left: 2em;
            width: 12em;
            background-color: white;
            border: 1px solid silver;
          }
html>body #fixiert {  /* nur fuer moderne Browser! */
            position: fixed;
}



#Inhalt {
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
            border-top: 25px solid; border-top-color:#336699; /*border-top-style:solid; */
        margin-left: 16em; padding: 0 1em;
        margin-top:2em;
        width: 650px;
        }

#Inhalt #Text400 {
        width:400px;
        }
#Inhalt #Textab400 {
        margin-left: 450px;
        }

/* Definition Überschriften */

h1 {
        font-size:24pt;
         color:#336699;
        text-align : left;
        line-height:4em;
        }

h2 {
        font-size:20pt;
         color:#336699;
        line-height:18pt;
        text-align : left;
        }

h3 {
        font-size:14pt;
        color:#336699;
        line-height:18pt;
        text-align : left;
        }

h4 {
        font-size:10pt;
        color:#000000;
        text-align : left;
        }

h5 {
        font-size:8pt;
        line-heigth:0.3em;
        color:gray;
        }



/* Definition Hyperlinks */

a:link {
        color:#666666;
        text-decoration:none;
        }

a:visited {
        color:#666666;
        text-decoration:none;
        }

a:hover  {
        color:#336699;
        text-decoration:underline;
        }

a:active {
        color:#666666;
        font-style:bold;
        }




/* Definition für Titelleiste */

#Navigation {
            font-size: 10pt;
            margin: 0 0 1.2em; padding: 0;
          }
#Navigation li {
            list-style: none;
            margin: 0; padding: 0.5em;
          }
ul#Navigation a {
            display: block;
            padding: 0.2em;
            font-weight: bold;
          }
ul#Navigation a:link {
            color: black; background-color: #eee;
          }
ul#Navigation a:visited {
            /*color: #666; background-color: #eee;*/
            color: black; background-color: #eee;
          }
ul#Navigation a:hover {
          color: #336699;
          }
ul#Navigation a:active {
         color: #336699;
         background-color: gray;
         padding: 0.2em;
         font-weight: bold;
         }


ul#Footer {
        margin: 0.3em; padding: 1em;
        margin-left: 28em; padding: 0 1em;
        /*text-align: center;*/
        font-weigth:normal;
        font-size:8pt;
        color: gray;
        }

ul#Footer li {
    list-style: none;
    display: inline;
    margin: 4em; padding: 0.5;
  }

ul#Footer a, ul#Foter span {
    padding: 0.2em 1em;
    text-decoration: none;
    /*border: 1px solid black;
    border-left-color: white; border-top-color: white;*/
    background-color: white;
  }