@CHARSET "ISO-8859-1";

/**
* Start Reset CSS
*/
body {
    margin: 0;
    padding: 0;
    font: 12pt/1.5em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    color: #333;
    background: #fff;
}
pre, code, tt {
    font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b {
    font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    font-weight: normal;
}
h2 {
    color: #f03d5e;
    margin: 2em 0 0.125em 0;
}
h3 {
    font: 11pt/1.5em Georgia,Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    text-align: center;
    font-weight: bold;
    margin: 2em 0;
}
h4 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
}
em, i, dfn {
    font-style: italic;
}
dfn {
    font-weight:bold;
}
p, code, pre, kbd {
    margin:0 0 1em 0;
}
p.double {
    margin: 0 0 2em 0;
}
p.no-margin {
    margin: 0;
}
a {
    font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    color: #f03d5e;
    text-decoration: none;
}
blockquote {
    margin:0 1.5em 1.5em 1.5em;
}
cite {
    font-style: italic;
}
li ul, li ol {
    margin:0 1.5em;
}
ul, ol {
    margin: 0 0 2em 0;
    padding: 0;
    list-style: inside;
}
ul {
    list-style-type:square;
}
ol {
    list-style-type:decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
dl {
    margin:0 0 1.5em 0;
}
dl dt {
    font-weight:bold;
}
dd {
    margin-left:1.5em;
}
table {
    margin-bottom:1.4em;
    width:100%;
}
th {
    font-weight:bold;
}
th, td, caption {
    padding:4px 10px 4px 5px;
}
tfoot {
    font-style:italic;
}
sup, sub {
    line-height:0;
}
abbr, acronym {
    border-bottom: 1px dotted;
}
address {
    margin:0 0 1.5em;
    font-style:italic;
}
del {
    text-decoration: line-through;
}
pre {
    margin:1.5em 0;
    white-space:pre;
}
em {
    font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 0.5em;
}
img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    display: inline;
}
img.alignleft {
    display: inline;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
img {
    max-width: 100%;
    border: none;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
    display: inline-block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/**
* End Reset CSS
*/
.no-display {
    display: none;
}

.page {
    width: 737px;
    padding: 45px;
    margin: 0 auto;
    background: #fff;
}
.logo {
    text-align: left;
    margin: 45px 0;
}
.start .logo {
    text-align: center;
    margin: 45px 0 25px;
}
.keyvis img {
    display: block;
}
.keyvis-2 {
    margin: 4em 0 0 0;
}
.caption {
    font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    text-align: right;
    font-size: 0.75em;
}
.nav {
    text-align: right;
    list-style-type: none;
    margin-bottom: 1em;
}
.nav li {
    display: inline;
    padding-left: 2em;
    font-size: 1em; 
    line-height: 1.4em;
    text-align: center;
    letter-spacing: 0.1em;
}
.nav li a {
    color: #333;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}
.nav li a:hover {
    color: #f03d5e;
}


/**
 *     Satzung
 */
.satzung h2 {
    text-align: center; 
}
.satzung p.subline {
    font-weight: bold;
    font-size: 11pt;
    line-height: 13pt;
    margin: 0.5em 0 3em;
    display: block;
    text-align: center;
}
ol {
    list-style-type: lower-alpha;
    list-style-position: outside;
    margin-left: 1.4em;
}
ol li {
    margin: 1em 0;
    padding-left: 1em;
}
