@charset "utf-8";
body,
html {
    font: Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000;
    height: 100%;
    /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}


/* ~~ Element-/Tag-Selektoren ~~ */

ul,
ol,
dl,
li {
    padding: 0;
    margin: 0;
}

table {
    text-align: left;
}

ul.left {
    padding-left: 15px;
}

li {
    margin-left: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    padding-right: 5px;
    padding-left: 15px;
}

a img {
    border: none;
}

a:link {
    color: #42413C;
    text-decoration: underline;
}

a:visited {
    color: #6E6C64;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.container {
    width: 1040px;
    margin: 0 auto;
}

.containerOuter {
    width: 1100px;
    margin: 0 auto;
}

.content {
    padding: 10px 0;
}


/* ~~ Verschiedene float/clear-Klassen ~~ */

.fltrt {
    float: right;
    margin-left: 8px;
}

.fltlft {
    float: left;
    margin-right: 8px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#menu {
    width: 900px;
}

#menu a {
    color: #302461;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
}

#menu a.active {
    color: #900;
    text-decoration: none;
}

#menu a:hover {
    color: #900;
    text-decoration: none;
}

.maintable {
    background-image: url(img/Kreuz_gross.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.datenschutz p,
.datenschutz h3 {
    padding-left: 0;
    padding-right: 0;
}

.left p,
.left h3 {
    margin-right: 15px;
}

.right p,
.right h3 {
    margin-left: 15px;
}

.normalfont {
    line-height: 20px;
}

.smallfont {
    line-height: 20px;
    font-size: 10px;
}

.smallfont a {
    line-height: 20px;
    font-size: 10px;
    color: #999999;
}

.normalfontblue {
    line-height: 20px;
    color: #302461;
    font-weight: bold;
}

.normalfontred {
    line-height: 20px;
    color: #900;
    font-weight: bold;
}

.normalfont>ul {
    margin-left: 15px;
    margin-bottom: 15px;
}

#intro {
    text-align: center;
    position: relative;
    z-index: 100;
}

#entro {
    display: hidden;
}

.logos {
    margin: 15px;
}

.mitglied-right {
    text-align: right;
    display: block;
    max-width: 100%;
    height: auto;
}

.mitglied-left {
    text-align: left;
    display: block;
    max-width: 100%;
    height: auto;
}