/** ----------- Allgemeines */

body {
    margin: 0px;
    font-size: 1.0em;
    font-family: "Open Sans",sans-serif;
    background-color: white; /** rgb(235,235,235); */
    color: #313131;
    vertical-align: top;
    text-align: center;
}

a {
    color: black!important;
}
a:hover {
    color: rgb(110,181,255)!important;
}

h1 {
    font-size: 1.4em;
    line-height: 0.7em;
    font-weight: bold;
    color: rgb(0,61,153);
}
h2 {
    font-size: 1.1em;
    line-height: 0.3em;
    font-weight: bold;
    color: rgb(0,61,153);
    margin-top: 1.2em;
}
h3 {
    font-size: 1em;
    color: black;
    font-weight: bold;
}

.header {
    background-color: white;
    width: 100%;
    padding: 10px;
    font-size: 1.3em;
}

.headerLogoCol {
    text-align: left;
    width: 110px;
}

/** -------------------- */

.headerMenuLine1 {
    width: 100%; 
    background-color: rgb(110,110,110);
}

.headerMenuLine2 {
    width: 100%; 
    background-color: rgb(220,220,223);
    font-size: small; 
}

.headerMenuLine3 {
    width: 100%; 
    background-color: rgb(38,38,43);
    color: rgb(220,220,223);
    font-size: small; 
}

/** -------------------- */

.contentWidth {
    max-width: 1200px;
    width: 100%;
}

.contentLane0 {
    background-color: rgb(245,245,245);
    padding: 5px;
}
.contentLane1 {
    background-color: white;
    padding: 5px;
}

.contentLink {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
.contentLinkWhite {
    color: white!important;
    font-size: inherit;
    text-decoration: none;
}
.contentLinkBig {
    color: inherit;
    font-size: large;
    font-weight: bold;
    text-decoration: none;
    background-color: lime;
}

/** ------------------ */ 

.footer {
    font-size: 0.9em;
    font-weight: bold;
    background-color: rgb(128, 128, 128);
    color: inherit;
}

.footerLink {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.footerLink a {
    color: inherit;
}

/** ------------------ */ 
