/** Farben:
dunkel = #000080
hell   = #24A1BF
*/
/* --- HTML-Elemente --- */
body {
    background-color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial,Helvetica,sans-serif;
}
ul {
    margin-bottom: 8px;
    margin-top: 6px;
    margin-right: 0px;
    margin-left: 20px;
    padding: 0px;
    list-style-type: square;
    line-height: 1.8;
}
li {
    padding-left: 0px;
}
li p {
    font-size: 0.8em;
    margin-top: 5px;
}
img {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
h1 {
    color: #000080;
    text-align: center;
}
h2 {
    color: #24A1BF;
    text-align: center;
}
h3 {
    text-align: left;
    margin-top: 30px;
}
p {
    font-size: 1.0em;
    text-align: justify;
    margin-top: 20px;
}
p img {

    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
a:link {
    text-decoration: none;
    color: #000080;
}
a:visited {
    text-decoration: none;
    color: #000080;
}
a:hover {
    text-decoration: none;
    color: #24A1BF;
}
a:active {
    text-decoration: none;
    color: #000080;
}
a:focus {
    text-decoration: none;
    color: #000080;
}

/* --- Individualformate --- */
#HauptContainer {
    position:relative;
    top:0px;
    left:0px;
    width: 985px;
}
#InhaltContainer {
    position:absolute;
    top:130px;
    left:210px;
}

#NaviContainer{
    position:absolute;
    top:130px;
    left:0px;
    width: 200px;
    background-color: white;
}

#BannerContainer{
    position:absolute;
    top:0px;
    left:0px;
}
#TabelleImpressum td {
    padding-bottom: 12px;
    vertical-align: top;
}
/* --- Klassen --- */
.HauptThema {
    background-image: url(../bilder/design/verlauf_hell_1x15.png);
    background-repeat: repeat-x;
    background-color: #1EA0BE;
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    padding: 5px;}
.HauptText {
    padding: 20px;
    color: #444444;
    font-size: 1.0em;
}
.Rahmen_blau {
    width: 100%;
    border-collapse: collapse;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    /*#9F9FCF*/
    border-top-color: #7777BB;
    border-bottom-color: #7777BB;
    border-left-color: #7777BB;
    border-right-color: #7777BB;
}
.Rahmen_cyan {
    width: 100%;
    border-collapse: collapse;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    /*AADBE6*/
    border-top-color: #7DC8DA;
    border-bottom-color: #7DC8DA;
    border-left-color: #7DC8DA;
    border-right-color: #7DC8DA;
}
.Rahmen_silber {
    width: 100%;
    border-collapse: collapse;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: silver;
    border-bottom-color: silver;
    border-left-color: silver;
    border-right-color: silver;
}
