html,body {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    color: #000;
    font-size: 11pt;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
    line-height: 1.5em;
}

a {
    color: #000;
    text-decoration: none;
}

h1 { 
    color: #373;
    font-size: 12pt; 
    font-weight: bold;
    font-stretch: extra-expanded
}

/* typo3 */
table.typo3-editPanel { 
     border: 1px solid #373; 
     background-color: #fff; 
     width: auto;
}

table.typo3-editPanel TD.typo3-editPanel-label { 
     background-color: #fff;
     border: none;
     padding-top: 4px;
}

table.typo3-editPanel TD.typo3-editPanel-controls {
     border: none;
     background-color: #fff;
}


#container {
    background-color: #fff;
    width: 100%;
    height: auto;
    text-align: left;
}

#header {
    background-color: #FFF;
}


#navigation {
    float: left;
    clear: left;
    background-color: #C6DC9E;
    width: 130px;
    margin-top: 30px;
}

#navigation ul {
    list-style-type: none;
    font-size: 12pt;
    font-weight: bold;
    padding: 0 0 0 1.3em;
    margin: 0px;
    color: red;
}

#navigation ul.submenu {
    font-size: 9pt;
    padding: 0.2em 0 0 0.8em;
    margin: 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}


#content {
    clear: right;
    background-color: #FFF;
    padding: 0.5em 0.5em 0.5em 4.5em;
    margin-left: 10.8em;
}

#content a {
    color: #000;
    text-decoration: underline;
}

#content p {
    margin-left: 1.2em;
    margin-top: 0px;
}

#footer {
    clear: left;
    background-color: #C6DC9E;
    color: #000;
    font-size: 8pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height: 35px;
    text-align: right;
    padding-right: 15px;
}


