@charset "utf-8";

/* #######################################################################
   Body und Schrift-CSS */
body {
        background: #fffcdb;
        margin: 0;
        padding: 0;
}
body, td, th {
        font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    font-size: 14px;
}

/* padding und margin in Listen auf Null setzen */
ul, ol, dl {
        padding: 0;
        margin: 0;
}

/* padding und margin von Headlines */
h1, h2, h3, h4, h5, h6, p {
        padding-top: 5px;
}

h1 {
        padding-top: 5px;
        font-size: 26px;
}

h2 {
        padding-top: 5px;
        font-size: 18px;
}

h3 {
        padding-top: 0;
        margin-bottom: 0;
        font-size: 18px;
}

/* Style für Home-Seite */
.home1 {
        color:#143d8c;
        font-size:36px;
        font-style:italic;
        font-weight:bolder;
}
.home2 {
        font-size:20px;
        font-style:italic;
        font-weight:bold;
}

/* Link-Styles */
a img {
        border: none;
}

a:link {
        color: #000000;
        font-style: italic;
        text-decoration: none;
}
a:visited {
        color: #333333;
        font-style: italic;
        text-decoration: none;
}
a:hover, a:active, a:focus {
        text-decoration: underline;
}

/* Impressum-Link-Styles */
a.Ilink:link {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        text-decoration:none;
}
a.Ilink:visited {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        text-decoration:none;
}
a.Ilink:hover {
        color: #fecd1a;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        text-decoration:none;
}

/* ENDE ################################################################ */