<style type="text/css">
<!--
p {
 font-size: medium;
}
p.medium {
 font-size: small;
}
p.small {
 font-size: xx-small;
}
span.anmerkung {
 font-size: xx-small;
 color: green;
}
p.anmerkung {
 font-size: xx-small;
 color: green;
}
h1 {
 font-size: x-large;
}
h2 {
 font-size: large;
}
h3 {
 font-size: medium;
}
h4 {
 font-size: x-small;
 }
h6 {
 font-size: xx-small;
}
a.currentlink {
 font-size: larger;
 font-weight: bold;
 font-style: italic;
 }
a.currentlinksmall {
 font-size: medium;
 font-weight: bold;
 font-style: italic;
 } 
a.small {
 font-size: smaller
 }
div.top {
 position: relative;
 border-bottom-style: solid;
 border-bottom-width: thin;
 padding-bottom: 6px;
 font-size: large;
 font-weight: bold;
 color: #800000;
}
div.nav {
/* background-color: #FF7F7F; */
 font-size: small;
 position: absolute;
 top: 155px;
 min-width: 150px;
 width: 150px;
 max-width: 150px;
 border-style: none;
 border-width: thin;
}
div.main {
/* background-color: #FF7F7F; */
 position: relative;
 top: 10px;
 left: 150px;
 font-size: medium;
 border-style: none;
 border-width: thin;
 min-width: 80%;
 width: 80%;
 max-width: 80%;
}
div.impressum {
 position: relative;
 bottom: -20px;
 font-size: xx-small;
 text-align: left;
 border-top-style: solid;
 border-top-width: thin;
 padding-top: 6px;
 padding-bottom: 10px;
 min-width: 100%;
 width: 100%;
 max-width: 100%;
}

table.main {
 font-size: medium;
}
tr.small {
 font-size: x-small;
}
tr.top {
 font-size: large;
 font-weight: bold;
 color: #800000;
}
td.small {
 font-size: x-small;
}
a.logo {
 text-align: right;
}
ul.medium {
 font-size: small;
}
-->
</style>