body {
    background-color: #829d2f;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0 30px;
    padding: 0;
}

#header {
    height: 256px;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}

h1#logo {
    position: absolute;
    top: 56px;;
    left: 0;
    font-size: 24px;
    margin: 0;
}

/* navigation */

#main-nav, #sub-nav {
    font-weight: bold;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#main-nav li, #sub-nav li {
    display: inline;
}

/* main navigation (upper right corner, with icons) */

#main-nav {
    position: absolute;
    top: 0;
    right: -8px;
}

#main-nav a {
    padding: 0 8px;
}

#main-nav img {
    border: 0;
    height: 28px;
    vertical-align: middle;
    width: 28px;
}

/* minor navigation (lower left corner) */

#sub-nav {
    position: absolute;
    bottom: 0;
    left: 0;
}

#sub-nav:before {
    content: "|";
}

#sub-nav li:after {
    content: " |";
}

/* end of navigation */



#stockphoto {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 200px;
}

#content, #footer {
    margin-left: 20%;
}

#content {
    letter-spacing: 0.0em;
    line-height: 1.5em;
    text-align: justify;
}

div.content-column {
    float: left;
    margin-bottom: 1em;
    padding-right: 2%;
    width: 48%;
}

embed.title-flash {
    height: 32px;
    margin-left: 0;
}

#footer {
    border-top: 1px dotted #fff;
    clear: both;
    margin-top: 1em;
}

a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #364F28;
}

a:active {
    color: #70570A;
}

address {
    font-style: normal;
}

table {
    min-width: 80%;
    border-collapse: collapse;
}

td, th {
    vertical-align: top;
}

th {
    border-bottom: 1px dotted #fff;
    font-weight: normal;
}

tr.underline td {
    border-bottom: 1px dotted #fff;
}

td.sum {
    font-weight: bold;
    text-align: right;
}

h1 {
    font-size: 1.25em;
}

h2 {
    font-size: 1em;
    margin-bottom: -1em;
}

input, textarea {
    font-family: monospace;
}

form dt {
    clear: left;
}

/* form errors */
ul.errors {
    background: #fff0cc;
    border: 1px solid #e00;
    color: #e00;
    list-style: none;
    margin: .25em;
    padding: .25em;
    float: left;
}


/* misc */

#leistungskomplexe li {
    margin-top: 1em;
    list-style: none;
    text-indent: -1.5em;
}

#leistungskomplexe li ol, #leistungskomplexe li ol li {
    margin-top: 0;
    list-style: decimal;
    text-indent: 0;
}
