html, body {
 font-size: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}
div {
 margin: 0;
 padding: 1px;
}

body {
  background-color: olive ;
  /* background: rgbo(180,229,80); */
  background: white;
}

#page { 
  max-width: 800px;
  font-size: 0.75em;
  margin: auto 20%;
  background: rgb(191,191,128);
  background: transparent url(/images/bg.png) ;
  padding: 0px;
  min-height: 100%;
}
#header {
 width: 100%;
 padding: 0;
 margin: 0;
 height: 150px;
 background: transparent url(/images/logo-haefelingerit.png) no-repeat;
}
#header div.logodata { 
  text-align: right;
  font-size: 9px;
  line-height: 16px;
}
#header div.logodata div { 
  margin: 4px 0;
}
#header div.logodata span { 
  background: white;
  padding: 2px;
  padding-left: 4px;
}
#content-main {
 padding: 0px 10px;
}
#content-main>table { 
  width: 100%;
}
#content-main>table td,#content-main>table th { 
  text-align: left;
}
a {
  color: #00008b;
  color: black;
  text-decoration: underline;
}
a img {
 border: 5px solid transparent;
}

a:hover
{
  color: #00008b;
  color: white;
}
#header a:hover {
 color: blue;
 text-decoration: underline;
}

table tr th hr {
  border: 0;
  border-top: 1px solid #eab411;
  border-top: 1px solid olive;
}

