a:link,a:visited {  
  text-decoration:none;
  color:#000000;
}
a:hover,a:active,a:focus {
  color:#a62336;
  text-decoration:none;
}
p {
  font-family: Times, Serif;
  font-size:10pt;
  font-weight:normal;
  color:#000000;
  line-height:1.2em;
}
p.nav {
  font-family:Times, Serif;
  font-size:10pt;
  text-align:right;
  margin-right:8px;
  line-height:1.0em;
}
p.list {
  font-family:Times,Serif;
  font-size:10pt;
  text-align:left;
  margin-bottom:5px;
  line-height:1.2em;
}
div.li {
  font-family:Times,Serif;
  font-size:10pt;
  text-align:left;
  margin-top:5px;
  line-height:1.2em;
}
h1 {
  font-family: Times, Serif;
  font-size:10pt;
  font-weight:bold;
  color:#a62336;
  line-height:1.2em;
  margin-top: 0;
  margin-bottom: 1.0em;
}
span.akz{
  color:#a62336;
  font-weight:bold;
}
span.akz2 {
  color:#a62336;
  font-weight:normal;
}

#box1 {
  position:relative;
  left:50px;
  top:50px;
  width:700px;
  height:500px;
  background-color:#fcf7e3;
  z-index:0;
}
#logo {
  position:absolute;
  left:80px;
  top:80px;
  z-index:1;
}
#content {
  position:absolute;
  top:250px;
  left:250px;
  width:450px;
  height:500px;
}
#content * {
  background-color:#fcf7e3;
}
#nav1  {
  position:absolute;
  top:230px;
  left:30px;
  width:180px;
  height:120px;
  background-color:#d4d5d6;
  z-index:1;
}
#nav2 {
  position:absolute;
  top:360px;
  left:30px;
  width:180px;
  height:210px;
  background-color:#d4d5d6;
  z-index:1;
}
