/* 
    Created on : 29.08.2025, 07:40:37
    Author     : ingmar
*/

body {
height: 100%; width:100%;margin:0; padding:0; font-family: sans-serif;
  font-size: 1.2em;
  color: #333;
  text-align:center;
}
h2 {
  margin-top:0; padding-top:0;
  font-weight: 600;
  font-style: normal;
  color:#900;
  }
h1 {
  font-weight: 600;
  font-style: normal;
  font-size:1.5em;
}
#container { 
position:relative;
width: 480px;
padding:0px;
left:auto;
right:auto;
top:5px;
border-radius: 0 16px 16px 0px;
padding:15px;
text-align: justify;
}
a {text-decoration:none; color:#333;}
a:hover {text-decoration:none; color:#900}
.hidden { display:none; }
.impresstab td {vertical-align:top;padding-bottom:5px;}