body {
 position: absolute;
 margin:0px;
 background-image:url('img/bg.jpg');
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-position: center;
 font-family: sans-serif;
 font-size: 10pt; 
 min-height:100%;
 width: 100%;
}

img {
 border: 0px solid black;
}

a {
     color: #000000;
}

a:link {
     text-decoration: underline;
}
a:visited {
     text-decoration: underline;
}
a:active {
     text-decoration: underline;
}
a:hover {
     text-decoration: overline underline;
}

.navbutton:link {
     text-decoration: none;  
}
.navbutton:visited {
     text-decoration: none;     
}
.navbutton:active {
     text-decoration: none;   
}
.navbutton:hover {
     text-decoration: none;   
}

h1 {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}
h3 {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.box {
 border: 1px solid black;
 padding: 5px;
 margin: 5px;
 color:#0000FF;
 font-weight: bold;
}

.lyrik { 
 font-size: 9pt;
 margin-bottom: 15px;  
}
.lyrikautor {
 font-style: italic;
 font-size: 9pt;
}
.lyrikbildl,.lyrikbildr {
 text-align: center;
 margin-bottom: 15px;
}

.ugeschjahr {
 vertical-align: top;
}

table#abschlusslogos {
 background-color:#2769ff;
 background-image:url('img/abschlusslogos/abschluss-bg.png');
 background-repeat:repeat-x;
 background-position:top;
 border-top:1px solid black;

 text-align:center;
 border-spacing: 0px;
 
 width:100%;
 height:100px;
 margin-left:auto;
 margin-right:auto;
 position:absolute;
 bottom:0px;
 
 z-index: 0;
}

table#abschlusslogos td {
 font-weight:bold;
}
