body {
       background-color : #808080;
       background-image : url(bilder/bg_rot.jpg);
       margin-left      : 10px;
       margin-right     : 10px;
}

* {
       font-family      : Helvetica, Arial, sans-serif;
}

h1 {
       font-size        : xx-large;
       margin-bottom    : 18px;
       text-align       : left;
       color            : black;
}

h2 {
       font-size : x-large;
       margin-bottom : 18px;
       text-align : left;
       color : #600080;
       }

h3 {
       font-size : large;
       text-align : left;
       }

p, div, td, th, address, blockquote {
       font-size : medium;
       }

ul {
       list-style-type : disc;
       padding-left : 1em;
       margin-left : 1em;
       }

li {
       margin-top : 3px;
       margin-left : 0;
       }

img {
       width : 100%;
       text-align : center;
       }

.menu {
       width : 175px;
       background-color : #e0e0e0;
       padding : 5px;
       }

.menuaktiv {
       width : 175px;
       background-color : #a080a0;
       padding : 5px;
       color : white;
       font-weight : bold;
       text-align : right;
       }

table {
       width : 100%;
       }

.liste {
       width : 100%;
       border-collapse : collapse;
       }

.liste_gl {
       width : 100%;
       border-collapse : collapse;
       }

tr {
       border : 1px solid #a080a0;
       }

.first {
       background-color : #a080a0;
       color : white;
       font-weight : bold;
       }

.odd {
       background-color : #e0e0e0;
       }

.oddfett {
       background-color : #e0e0e0;
       font-weight : bold;
       }

td {
       text-align : left;
       }

.re {
       text-align : right;
       }

td#main {
       width : 900px;
       border : none;
       background-color : #d0d0c0;
       padding : 20px;
       }

td#menuspalte {
       padding-right : 25px;
       vertical-align : top;
       }

td#content {
       vertical-align : top;
       }

.menu {
       font-size : 100%;
       }

a:link {
       color : #600080;
       text-decoration : underline;
       }

a:visited {
       color : #600080;
       text-decoration : underline;
       }

a:focus {
       color : #f000ff;
       text-decoration : none;
       }

a:hover {
       color : #600080;
       text-decoration : none;
       background-color : #ffffff;
       }

a:active {
       color : #009f00;
       text-decoration : none;
       }

a.an {
       text-decoration : none;
       }

.menuaktiv a {
       color : #ffffff;
       text-decoration : none;
       }

div[class="menuaktiv"] > a {
       background-color : #a080a0;
       color : #ffffff;
       text-decoration : none;
       }


table[class="liste"] * ul {
       margin  : 0px;
       padding : 0px;
       }

table[class="liste"] * td {
       padding : 10px 20px;
       }


table[class="liste_gl"] * td {
       padding : 10px 20px;
       width : 33%;
       }

