body {
color: black;
font-family: Tahoma, Geneva, sans-serif;
font-size: 100.01%;
text-align: center;
background-image: url(main/bg_drachen.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
margin-top: 3em;
margin-left: 5em;
margin-right: 5em;
min-width: 70em;
}
img {
border: 0;
}
a {
color: black;
text-decoration: underline;
}
a:hover {
color: red;
}
hr {
margin-top: 3em;
margin-bottom: 3em;
}
ul {
list-style-image: url(main/pfeil.gif);
padding-left: 1.8em;
}
table {
border: 0.1em solid rgb(51, 51, 51);
table-layout: fixed;
font-size: 100.01%;
empty-cells: show;
border-spacing: 0;
}
table tr {
border: 0.1em solid rgb(51, 51, 51);
}
table th {
border: 0.1em solid rgb(51, 51, 51);
padding: 0.3em;
}
table td {
border: 0.1em solid rgb(51, 51, 51);
padding: 0.3em;
}
.table-inv {
border: 0em;
padding: 0.3em;
}
.table-top {
border: 0em;
padding: 0em;
}
div#Seite {
text-align: left;
margin: 0 auto;
width: 75em;
overflow: hidden;
}
div#Seite a:hover {
color: red;
}
div#SeiteX {
text-align: left;
margin: 0 auto;
width: 75em;
overflow: hidden;
}
div#SeiteX a {
color: black;
text-decoration: none;
}
div#SeiteX a:hover {
color: red;
}
div#SeiteX img {
vertical-align: middle;
}
div#LNavigation {
float: left; width: 11.75em;
text-align: left;
font-size: 0.8em;
padding: 0;
}
div#LNavigation a {
text-decoration: none;
color: black;
}
div#LNavigation a:hover {
color: red;
}
div#LNavigation img {
vertical-align: top;
}
div#RNavigation {
float: right; width: 11.75em;
text-align: left;
font-size: 0.8em;
padding: 0;
border: none;
}
div#RNavigation a {
text-decoration: none;
color: black;
}
div#RNavigation a:hover {
color: red;
}
div#RNavigation img {
vertical-align: top;
}
div#Inhalt {
background-image: url(main/bg.png);
text-align: left;
vertical-align: top;
font-size: 0.8em;
border: none;
padding: 1em;
margin-left: 12.5em;
margin-right: 12.5em;
}
 * html div#Inhalt {
    height: 1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
div#Inhalt h1 {
font-size: 1.13em;
}
div#Inhalt h2 {
font-size: 1.08em;
}
div#Inhalt h3 {
font-size: 1em;
}
div#Inhalt h4 {
font-size: 1.2em;
font-weight: lighter;
}
p#Fuss {
clear: both;
background-image: url(main/bg.png);
font-size: 0.8em;
font-weight: bold;
text-align: center;
padding: 1em;
}
p#Fuss a {
text-decoration: underline;
}