/* CSS Document */

#rightcol {
  padding: 10px;
  width: 154px;
}

#rightcol H1 {
  font-size: 90%;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
/*  border-left: 10px solid purple;*/
  padding-left: 10px;
  background-image: url("/pictures/main/li2.gif");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  color: #000033;
}

#rightcol H2 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 10px;
}

#rightcol P {
  font-size: 80%;
  margin: 0px;
  padding-bottom: 10px;
  color: #000033;  
  font-family: Verdana;
}

#rightcol .a_more {
  font-size: 80%;
  display: block;
  text-align: right;
  padding-top: 3px;
  padding-bottom: 10px;
}
#rightcol .a_datum {
  font-size: 75%;
  display: block;
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  color:#666;
}
#rightcol .a_title {
  font-size: 12px;
  display: block;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
/*    font-family: Arial;*/
}