/* Die Grundstruktur des tabellenlosen Layouts stammt von
 * Mark Newhouse http://realworldstyle.com/
 * Das Haupt-Menü (senkrecht) von Mark Newhouse http://www.alistapart.com/stories/taminglists/
 * Das Untermenü (waagrecht) von Jeffrey Zeldman http://www.zeldman.com/dwws/
 */
*   {
     font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    }


html, body, li {
    margin: 0; !important;
    padding: 0; !important;
    background-color: #ffffff; !important;
    color: #000000; !important;
    }

body {
    font-size: 12pt; !important;
    }

/* Menü*/
#nav {
    display:none; !important;
    }

/* Inhalt*/
#content {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0px;
    padding-bottom: 0.5em;
    width: auto; !important;
    overflow: visible; !important;
    display:block; !important;
    float: none; !important;
    }

#subnav {
    display:none; !important;
    }

#subsubnav {
    display:none; !important;
    }


/* Titelleiste*/
#header {
    margin-bottom: 0px;
    padding: 10px;
    width: auto; !important;
    float: none; !important;
    }
/* Positionierung von Logo und Überschrift*/
.left {
    float: none; !important;
    text-align: left;
    font-weight: bold;
    width: 50px;
    padding-left: 30px;
    }
.right {
    float: none; !important;
    text-align: left;
    width: auto; !important;
    }

/* Fußzeile*/
#footer {
    display:none; !important;
    }

/* Hilfsmittel zur Positionierung, wenn ein DIV nur floating Elemente enthält*/
.spacer {
    clear: both;
    font-size: 1px;
    }

p {
    padding: 0;
    margin-top: 0px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
    }
dd, dt {
    font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
    font-size: 0.95em;
    }
td {
    vertical-align:top;
    padding:4px;
    }

h1.titel { /* Seitenüberschriften */
    font-size:80%; !important;
    font-weight:600;
    margin-top: 0px;
    margin-bottom: 0px;
    }
h1 {
    font-size:160%;
    display:block;
    }
h2 {
    font-size:125%;
    }
h3 {
    font-size:115%;
    }
h4 {
    font-size:105%;
    }
h2.menue {
    font-size:90%;
    display:inline;
    margin-top: 0px;
    margin-bottom: 0px;
    }

/* Eingerückter Text für Telefon/E-Mail angaben */
.contact {
    display: block;
    float: left;
    width: 3em;
    font-style: italic;
    margin-left:0.5em;
    }


.contact {
    display: block;
    float: left;
    width: 3em;
    font-style: italic;
    margin-left:0.5em;
    }


