body {
    color: #333333;
    margin: 0 auto;
    padding: 1%;
    font-size: 100%;
    font-family: 'Palatino Linotype', 'Times New Roman', Times, serif;
    background: #333333;
    background-attachment: fixed;
}

h1,
h2,
h3 {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    color: #777777;
}

h1,
h2,
h3 {
    margin-left: 10px;
    text-align: center;
}

h1 {
    font-size: 2.4em;
    padding: 0.5em 0 0 0;
}

h1.titel {
    letter-spacing: -1px;
    text-shadow: 3px 3px 3px #7FB2FF;
    color: #777777;
}

h2 {
    font-size: 1.7em;
    padding: 0.3em 0 0 0;
    letter-spacing: -1px;
    margin-right: 10px;
}

h3 {
    font-size: 1.4em;
    width: 96%;
    padding: 0.5em 0 0.6em 0;
    margin-right: 10px;
}

#main {
    max-width: 50em;
    background: url(../../imgb/paper_gelblich.jpg) #fffff5;
    border: 3px inset #CCCCCC;
    border-radius: 0.5em;
}

table,
td,
th {
    vertical-align: top;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
    empty-cells: show;
    width: 96%;
}

table.noborder {
    border-style: none;
}

table.noborder td {
    border-style: none;
}

td {
    border: thin solid #CCCCCC;
    padding: 5px;
}

td.noborder {
    border-style: none;
}

a {
    text-decoration: none;
}

a:link {
    color: #074AB3;
}

a:visited {
    color: #052A66;
}

a:hover {
    color: #FF0000;
}

a:active {
    color: #FF0000;
}

a img {
    border: none;
}

p {
    margin: 0.2em 0.5em;
    font-size: 1.0em;
}

img {
    border: 1px solid blacK;
}

img.rahmenlos {
    border-style: none;
}

li.none {
    list-style-type: none;
    width: 75%;
}

li.hdr {
    list-style-type: none;
    margin-left: -1.2em;
    font-weight: bold;
    color: #909090;
    font-size: larger;
}

li.hdr-t {
    list-style-type: none;
    margin-left: -1.2em;
    font-weight: bold;
    color: #909090;
    font-size: larger;
}

table.abgerundet {
    border-radius: 10px;
}

table.abgerundet-oben {
    border-radius: 10px 10px 0px 0px;
}

table.abgerundet-unten {
    border-radius: 0px 0px 10px 10px;
}

table.imgcont td {
    text-align: center;
}

table.nav td {
    text-align: right;
}

tr.fuss td {
    font-family: Verdana, sans-serif;
    font-size: 0.80em;
    line-height: 1.3em;
}

tr.fuss td.left-ftr {
    padding-left: 25px;
    text-align: left;
}

tr.fuss td.middle-ftr {
    text-align: center;
}

tr.fuss td.right-ftr {
    padding-right: 25px;
    text-align: right;
}

tr.fuss img {
    border: 0;
    width: 12em;
}

.farbverlauf_vertikal {
    background: #EDEDED;
    background: -moz-linear-gradient(top, #EDEDED 0%, #7FB2FF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDEDED), color-stop(100%, #7FB2FF));
    background: -webkit-linear-gradient(top, #EDEDED 0%, #7FB2FF 100%);
    background: -o-linear-gradient(top, #EDEDED 0%, #7FB2FF 100%);
    background: -ms-linear-gradient(top, #EDEDED 0%, #7FB2FF 100%);
    background: linear-gradient(to bottom, #EDEDED 0%, #7FB2FF 100%);
}

.farbverlauf_vertikal_inv {
    background: #7FB2FF;
    background: -moz-linear-gradient(top, #7FB2FF 0%, #EDEDED 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7FB2FF), color-stop(100%, #EDEDED));
    background: -webkit-linear-gradient(top, #7FB2FF 0%, #EDEDED 100%);
    background: -o-linear-gradient(top, #7FB2FF 0%, #EDEDED 100%);
    background: -ms-linear-gradient(top, #7FB2FF 0%, #EDEDED 100%);
    background: linear-gradient(to bottom, #7FB2FF 0%, #EDEDED 100%);
}

sup {
    font-size: 75%;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    font-size: 75%;
    vertical-align: baseline;
    position: relative;
    bottom: -0.4em;
}

.kleiner {
    font-size: smaller;
}