
/*   Global - Allgemeines   */

*{
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

a[href^="http:"] {
    color: #31356c;
    font-weight: bold;
    background: url(../images/ExternerLink_blau.png) no-repeat right top;
    padding-right: 11px;
}

li {
    list-style-type: none;
}

h1 {
    font-family: Bad Script;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #000232;
}

h2 {
    font-family: Bad Script;
    font-weight: bold;
    font-size: 16px;
    color: #000232;
}

h3 {
    font-family: Bad Script;
    font-weight: bold;
    font-size: 14px;
}

.schriftart_Standard {
    font-family: Bad Script;
    font-size: 1.125em;
    color: #000232;
}

.schriftart_Adresse {
    font-family: Arimo;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 140%;
    color: #000232;
}

.floatClear {
    clear: both;
}

/*   Global - Seitenvorlage   */

.hintergrund {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Hintergrund.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

#table_seitenstruktur {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    table-layout: fixed;
    border-collapse: collapse;
}

#table_seitenstruktur td {
    vertical-align: top;
}

#tr_tabellenZeile_Feder {
    height: auto;
}

.td_seitenspalte {
    width: 100%;
}

.td_navigationspalte {
    width: 14.5em;
    min-width: 14.5em;
    max-width: 14.5em;
}

.td_inhaltspalte {
    width: 600px;
    min-width: 600px;
    max-width: 600px;
}

#div_navigation {
    width: 13.125em;
    margin-top: 18.0em;
    margin-left: 0.625em;
}

#div_navigation ul {
    position: relative;
    top: -6.6875em;
    left: 0;
}

#div_navigation a {
    padding-left: 0.625em;
    margin-right: 0.9375em;
    display: block;
    line-height: 150%;
    background-color: #ffffff;
}

#div_navigation a:link, #div_navigation a:visited, #div_navigation a:active {
    color: #000232;
}

#div_navigation a:hover {
    color: #cb00ff;    
}

#img_navigation_blaetterOben {
    position: relative;
    top: 0.125em;
    left: -1.125em;
}

#img_navigation_blueteOben {
    position: relative;
    top: -0.25em;
    float: right;
}

#img_navigation_blaetterUnten {
    position: relative;
    top: 6.5em;
    left: -0.625em;
}

#img_Logo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#div_Inhalt {
    width: 100%;
    margin-top: -8px;
    padding-top: 0;
    padding-bottom: 4.0em;
    background-color: #ffffff;
}

.linkFacebook {
    text-align: right;
    color: #000232;
    font-family: Arimo;
    font-weight: bold;
    font-size: 10px;
    padding-right: 20px;
}

.linkFacebook a {
    color: blue;
    font-size: 12px;
}

.linkLaenderwahl {
    display: block;
    width: 200px;
    margin-left: 235px;
}

.td_inhaltspalte h1 {
    padding-top: 1.5em;
    margin-bottom: 2.0em;
}

.td_inhaltspalte p {
    margin: 0 3.125em 0.625em 3.125em;
    text-align: justify;
}

.td_inhaltspalte embed {
    margin: 0.625em auto 0.625em 6.25em; 
}

#tr_inhaltZeile .td_inhaltspalte {
    background-color: #ffffff;
}

.inhalt {
    width: 500px;
    margin-left: 50px;
}

.linkFeld {
    width: 9.375em;
    height: 12.5em;
    float: left;
    margin-left: 0.625em;
}

.linkFeld img {
    height: 6.25em;
    width: 6.25em;
    margin-left: 1.5625em;
}

.linkFeld a {
    text-align: center;
}

.linkFeld a:link, .linkFeld a:visited, .linkFeld a:active {
    color: #000232;
    opacity: 1.0;
}

.linkFeld a:hover {
    color: #cb00ff;    
    opacity: 0.7;
}

.youtubeVideo {
    margin: 1.25em auto 1.875em 6.25em;
}

.linkBereich_Kontakt {
    padding-left: 10.625em;
}

.bilderleiste {
    text-align: center;
    padding: 0.3125em;
}

#copyrightHintergrund {
    font-family: Verdana;
    font-size: 0.5em;
    color: #000232;
    padding-bottom: 10px;
    text-align: center;
}
