#content {
    column-fill: auto;
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    column-width: 25em;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin-bottom: 2em;
}

#content-one-column p {
    /*width: 25em;*/
    margin-bottom: 2em;
}

p {
    margin-bottom: 1em;
}

#content p:first-letter {
    font-weight: bold;
    color: #7590AE;
}

h1 {
    color: #7590AE;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    padding: 0 0.05em 0.05em 0.05em;
    margin: 1em 0.05em 0.5em 0;
}

#content h2 {
    color: #7590AE;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    padding: 0.075em;
    margin: 1em 0.075em 0.75em 0;
}

#content h3 {
    color: #7590AE;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.083em;
    margin: 1em 0.083em 0.83em 0;
}

/* ### breadcrump ############################################################ */

#main-block p#breadcrumb {
    font-size: 1em;
    color: #90B0BF;
    margin-bottom: 30px;
}

/* ### Hyperlinks ######################################################### */

#main-block a, 
#main-block a:link {
    color:#90B0BF;
    text-decoration:underline;
}

#main-block a:hover {
    color:#90B0BF;
    text-decoration: none;
}

#main-block a.faq, 
#main-block a.faq:link {
    color:#eee;
    font-size:1.4em;
    text-decoration:none;
    text-transform:none;
    line-height: 2.0em;
}

#main-block a.faq:hover {
    color:#90B0BF;
    text-decoration:underline;
}


/* ### Paragraphs ########################################################## */

#main-block p {
    margin-bottom:1.6em;
    font-size:1.2em;
    line-height:1.6em;
}

#menu p {
    margin-bottom:1.2em;
}



/* ### Tables ############################################################## */

#main-block table {
    font-size:1.2em;
    line-height:1.6em;
}

#main-block td {
    padding:0 0 0 0;
}


/* ### Blockquotes ########################################################## */

#main-block blockquote {
    margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#main-block ul, 
#main-block ol {
    margin-bottom:1.2em;
    font-size:1.2em;
    line-height:1.6em;
}

#main-block ol li {
    margin:0 0 0 30px;
    list-style-type:decimal-leading-zero;
} 
#main-block ul li {
    margin:0 0 0 20px;
    list-style-type:square;
}


/* ### Module ################################################################ */

#main-content-block div.floatLeft img {
    float:left;
    margin:4px 40px 4px 0;
}

#main-content-block div.floatRight img {
    float:right;
    margin:4px 0 4px 40px;
}
/*
#main-content-block a.more {
        clear:left;
        position: relative;
        left: 120px;
}
*/

/* ### Bildgalerie ### */

#main-content-block div.galerie {
    clear: both;
}
#main-content-block div.galerie div.image {
    float: left;
    width: 270px;
}

#main-content-block div.galerie div.image img{
    padding: 5px;
    border:1px solid #aaa;
}

/* ### Formular ################################################################ */

label.text{
    width: 80px;
    height: 25px;
    display:block;
    float:left;
    clear: left;
    padding-top:5px;
}

label.textarea{
    width: 80px;
    height: 25px;
    display:block;
    clear: left;
    padding-top:5px;
}
input.text {
    float:left;
    width: 370px;
    height:20px;
    background-color: #eee;
    color:#000;
    border-left: 6px solid #90b0bf;;
    border-bottom: 1px solid #FFF;
    border-right: 6px solid #90b0bf;;
    border-top: 1px solid #FFF;
}

textarea.textarea {
    width: 450px;
    height:100px;
    background-color: #eee;
    color:#000;
    border-left: 6px solid #90b0bf;;
    border-bottom: 1px solid #FFF;
    border-right: 6px solid #90b0bf;;
    border-top: 1px solid #FFF;
}

.submit{
    background-color: #90b0bf;
    color:#fff;
    margin-top: 10px;
    border: none;
}