a:link {text-decoration: none; color:#404040;} 
a:hover {text-decoration: none; color:#404040;} 
a:visited {text-decoration: none; color:#404040;} 
a:active {text-decoration: none; color:#404040;}

body
{
  background-color:#edf2f2;
  font-size:10pt;
}

#head
{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  background-image:url("oben.png");
  background-repeat:repeat-x;
  height:71px;
}

#headtext
{
  font-family:sans-serif;
  font-weight:bold;
  vertical-align:middle;
  padding-left:10px;
}

#headrule
{
  padding-top:3px;
  padding-bottom:3px;
  vertical-align:middle;
  background-color:#c8d9da;
  border-color:#b8c5c6;
}

#headrule-border
{
  border-top-color:#edf1f1;
  border-bottom-color:#dee5e6;
}

#headrule-border-2
{
  border-top-color:#f8f9f9;
  border-bottom-color:#e7eded;
}

#headrule-border-3
{
  position:absolute;
  left:0px;
  top:71px;
  border-top-color:#fdfdfd;
  border-bottom-color:#ebf0f0;
}

.headrule-border-common
{
  width:100%;
  border-style:solid;
  border-left-width:0px;
  border-right-width:0px;
  border-top-width:2px;
  border-bottom-width:2px;
}

#content
{
  position:absolute;
  left:0px;
  top:120px;
  text-align: justify;
  margin-left:5%;
  margin-right:5%;
  width:90%;
}

