/* DATEI: layout.css */

/* Layout css-Datei für die Webseite Tai-Chi-Schule Chris Reichwald Erfurt */

  body {
    color: black; background-color: white;
    font-size: 14px;
    font-family: Verdana,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;
    }

  a:link {
    color: black; background-color: white;
    text-decoration: underline;
    }
  a:visited {
    color: #5A5A5A; background-color: white;
    text-decoration: underline;
    }
  a:hover {
    color: black; background-color: white;
    text-decoration: underline;
    }
  a:active {
    color: white; background-color: gray;
    text-decoration: underline;
    }

  div#Seite {
    text-align: left;
    margin: 0 auto;
    width: 760px !important;
    padding: 10px;
    border: 0px;
    }

  ul#Navigation {
    font-size: 12px;
    float: left; width: 160px;
    margin: 0 0 1.2em; padding: 0.6em;
 /*
    background-image: url(../pictures/buchstabe.gif);
    background-repeat:no-repeat;
    background-position:center
 */

    }

  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
    }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    }
  ul#Navigation a:link {
    color: black; background-color: white;
    text-decoration: none;
    }
  ul#Navigation a:visited {
    color: #5A5A5A; background-color: white;
    text-decoration: none;
    }
  ul#Navigation a:hover {
    color: #5A5A5A; background-color: white;
    text-decoration: underline;
    }
  ul#Navigation a:active {
    color: white; background-color: gray;
    text-decoration:none;
    }

  div#Inhalt {
    margin: 0 0 1em 160px;
    padding: 0.6em;
    }
  * html div#Inhalt {
    height: 1em;   /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
    }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: white;
    border-top: 1px solid silver;
    }

td{
	vertical-align:top;
}	