/* CSS Document */

body {
    color: black;
        background: url(../grafiken/background.jpg) fixed;
        background-size:cover;
    font-size: 100.01%;
    font-family: comic sans ms, sans-serif;
        width: 1350px;
}

body img{
        border: none;
        max-width: 100%;
        height: auto;
}


/* Anfang header */

#header {
        height: 130px;
        border-bottom: #808080 5px solid;
}
#header td {
        padding-right: 15px;
}
#header a:link, #header a:visited {
        color: #000000;
        text-decoration: underline;
}
#header h1 {
        text-align: center;
        margin-left:150px;
        color: #ff0000;
        font-size: 3em;
}

/* Ende header */


/* Anfang spaltelinks */

#spaltelinks {
    font-size: 1.0em;
    float: left;
        width: 150px;
        padding-top: 1em;
}
#spaltelinks ul {
        margin-right: 1em;
}
#spaltelinks ul li {
    list-style-type: none;
        list-style-position: outside;
        list-style-image: url(../grafiken/link.gif);
         margin-bottom: 4px;
}
#spaltelinks ul li a {
        padding: 10px 0 0 3px;
}
#spaltelinks ul li a:link, ul li a:visited {
    color: #FF0000;
        text-decoration: underline;
}
#spaltelinks ul li a:hover {
        font-weight: bold;
}
#spaltelinks ul li a.aktiv {
        color: #000000;
}

/* Ende spaltelinks */


/* Anfang spalterechts */

#spalterechts {
    font-size: 1.0em;
    float: right;
        width: 150px;
}
#spalterechts h1 {
    font-size: 1.33em;
}
#spalterechts p {
        font-size: 1em;
}
#spalterechts p.right{
    font-size: 1em;
        text-align: right;
}
#spalterechts table {
        margin-top: 20px;
}
#spalterechts td a:link, #spalterechts td a:visited {
        color: #000000;
}
#spalterechts table.black a:link, a:visited {
        color: #000000;
}
#spalterechts table.black a:hover {
        font-weight: bold;
}

/* Ende spalterechts */


/* Anfang inhalt */

#inhalt {
    margin: 20px 0 0 20px;
    float: left;
    max-width: 1170px;
}

#inhalt h2 {
    font-size: 1.5em;
        text-align: center;
}
#inhalt p {
    font-size: 1.1em;
        text-align: center;
}
#inhalt th {
        font-weight: bold;
        color: #0000FF;
        font-size: 1.1em;
}
#inhalt td a:link, #inhalt td a:visited {
        color: #000000;
}
#inhalt ul {
        text-align: left;
}
#inhalt ul li {
        list-style-type: square;
}
#inhalt ul li a:link, #inhalt ul li a:visited {
        color: #000000;
        text-decoration: underline;
}
#inhalt ul li a:hover {
        font-weight: bold;
}

/* Ende inhalt */


/* Anfang footer */

#footer {
    clear: both;
    font-size: 0.9em;
    text-align: center;
}
#footer td {
        vertical-align: top;
        text-align: left;
        padding-top: 15px;
}
#footer a:link, #footer a:visited {
        color: #ff0000;
        text-decoration: underline;
}

