/*   Copyright © 2010 Ralf Schneider - www.r-3-s.net             */
/*                                                               */
/*   Farben:                                                     */
/*   Dunkelblau: #0E54A7                                         */
/*   hellgrau:   #EAEAEA                                         */
/*   weiß:       #FFF                                            */



html, body {
        margin: 0px;
        padding: 0px;
}

body {
        background: #EAEAEA;
        font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
        color: #0E54A7;
        font-size: 14px;
        line-height: 1.6;
}

.main{
        width: 1120px;
        margin: 0px auto;
}

.main-home {
        background-image: url(grafik/home.jpg);
        background-repeat: no-repeat;
        background-position :50% 50%;
        width: 1120px;
        margin: 0px auto;
}

.content-area {
        margin-left: 160px;
}

#content {
        width: 900px;
        margin: 30px 0px 0px 20px;
        padding: 10px 20px;
        background: #FFF;
}

#content-home {
        width: 900px;
        height: 550px;
        margin: 30px 0px 0px 20px;
        padding: 10px 20px;
        background: #FFF;
        background-image: url(grafik/strand.jpg);
        background-repeat: no-repeat;
        background-position :120px 20px;
}

#content-text {
        width: 900px;
        height: 550px;
        margin: 30px 0px 0px 20px;
        padding: 10px 20px;
        background: #FFF;
}

#content-haftung {
        width: 900px;
        height: 900px;
        margin: 30px 0px 0px 20px;
        padding: 10px 20px;
        background: #FFF;
}

h1 {
        margin: 0;
        font-size: 26px;
        color: #0E54A7;
}

h2 {
        margin: 0;
        font-size: 18px;
        color: #0E54A7;
}

h4 {
        margin: 0;
        font-size: 14px;
        color: #0E54A7;
}

h5 {
        margin: 0;
        font-size: 11px;
        color: #0E54A7;
}

hr {
        border: none;
        height: 1px; line-height: 1px;
        width: 500px;
        color: #0E54A7; background-color: #0E54A7;        /* color und background-color wird von IE und Firefox unterschiedlich interpretiert   */
        margin-bottom: 20px;
        padding: 0;
}

table.galerie{
        border: 1px;
        text-align: center;
}

td.galerie {
        border: 1px;
        width: 33%;
}


p {
        margin: 0;
        padding: 7px 0;
}

a img {
        border: 1px solid #D9E5F5;
        padding: 5px;
        margin: 10px 10px 10px 10px;
}

#text_link a {
        font-weight: bold;
}
#text_link a:link {
        text-decoration: underline;
        color: #0E54A7;
}
#text_link a:visited {
        text-decoration: underline;
        color: #0E54A7;
}
#text_link a:hover {
        text-decoration: underline overline;
        color: #0E54A7;
}
#text_link a:focus {
        text-decoration: underline;
        color: #D9E5F5;
}
#text_link a:active {
        text-decoration: underline;
        color: #D9E5F5;
}



/*   Menü   */


.menue {

        position: fixed;
        clear: right;
        float: left;
        overflow: hidden;
        width: 120px;
        height: 550px;
        padding: 10px 20px;
        background: #FFF;
}

a.menu:link, a.menu:visited {
        border-top:1px solid #fafafa;
        color: #ffffff;
        background-color: #0E54A7;
        display: block;
        font-size: 9pt;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
        margin: 5px auto;
        padding: 5px;
        width: 150px;
}

a.menu:hover, a.menu:active, a.menu:focus {
        color: #0E54A7;
        background-color: #EAEAEA;
        border-top: 1px solid #fafafa;
}

a.menu2:link, a.menu2:visited {
        border-top:1px solid #fafafa;
        color: #0E54A7;
        background-color: #EAEAEA;
        display: block;
        font-size: 9pt;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        text-decoration: none;
        margin: 5px auto;
        padding: 5px;
        width: 150px;
}

a.menu2:hover, a.menu2:active, a.menu2:focus {
        color: #0E54A7;
        background-color: #EAEAEA;
        border-top: 1px solid #fafafa;
}