/** Allgemeine Styles */
ul,ol,dl {
        margin: 0 0 1em 0;
}

ol {
        list-style-position: inherit;
        margin: 0 0 0 8px;
}

li {
        margin: 0;
        margin-left: 15px;
        padding: 0px 15px 0px 0px;
}

ol li{
        padding: 0 0 10px 15px;
}

dt {
        font-weight: bold;
}

dd {
        margin: 0 0 1em 2em;
}

blockquote,cite {
        margin: 0 0 1em 22px;
        width: auto;
}

div.componentheading {
        font-weight: bold;
        margin: 0 0 15px 0;
        padding: 0;
}

p,ul,dd,dt {
        line-height: 140%;
        margin: 0;
        padding: 5px 0 5px 0;
}

p {
        padding: 0 0 10px 0;
        /*text-indent: 20px;*/
}

strong {
        font-weight: bold;
}

em,i {
        font-style: italic;
}

pre,code {

}

address {
        font-style: normal;
        line-height: 1.5em;
        margin: 0 0 1em 0;
}

acronym,abbr {
        letter-spacing: 0.7em;
        border-bottom: 1px dashed #c00;
        cursor: help;
}

sup{
        height: 0;
        line-height: 1;
        position: relative;
        bottom: 1ex;
        font-size: 0.9em;
}

sub {
        font-size: 0.7em;
}

a,a em.file {
        text-decoration: none;
        color: #163562;
}
a:visited {
        text-decoration: none;
        color: #163562;
}
a:hover {
        text-decoration: none;
        color: #cc0000;
}
hr {
        border: none; background : #999;
        height: 1px;
        background: #999; height : 1px;
        margin: 0 0 15px 0;
}

/** Überschriften */
h1, .contentheading, .componentheading{
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        padding: 0 0 0px 0;
        text-transform: uppercase;
}

h2, h2.menutitle {
        font-size: 11px;
        font-weight: bold;
        color: #183662;
        margin: 0 0 0px 0;
        padding: 5px 0 5px 0;
        text-transform: uppercase;
}

h3 {
        font-size: 11px;
        margin: 0 0 10px 0;
        padding: 0;
        text-transform: uppercase;
}
h4 {
        font-size: 1em;
        font-weight: bold;
        margin: 0;
        padding: 0;
}

h5 {
        font-size: 11px;
        font-weight: normal;
        margin: 0;
        border-top: 1px dotted #666;
}

h6 {
        font-size: 11px;
        font-weight: normal;
        margin: 0;
        border-bottom: 1px dotted #666;
}


/** Individuelle Styles */

/** Tabellen */
table {
        margin: 0px 0 5px 5px;
        padding: 0;
        /*border-collapse: collapse;*/
        width: 99%;
}

table tr {
        margin: 0;
        padding: 0;
        border: none;
}
body .inset-left {
        margin: 5px 5px 5px 5px;
        float: left;
        text-transform:uppercase;
}