/* REWRITTEN @ 24.09.2004 / 16:34 by 192.168.0.58 */

/* Äusserer Rahmen eines umrahmten Modules. */
.box
{
  width: 100%;
}

/* Titeltext. */
.boxtitel
{
  font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #ffffff;
  background-color: #9CB2D8;
  font-weight : bold;
  vertical-align: middle;
  padding-left: 5px;
}

/* Link innerhalb eines Titeltextes. */
.boxtitel a
{
  color : #4F6075;
  text-decoration : none;
}

/* Mouseover-effekt eines Links innerhalb eines Titeltextes. */
.boxtitel a:hover
{
  color : #000000;
  text-decoration : none;
}

/* Text im Fussbereich einer Box. */
.boxfuss
{
  vertical-align: middle;
  font-size : 9px;
  color : #4F6075;
  font-weight : bold;
}

/* Link innerhalb des Fusstextes. */
.boxfuss a
{
  font-size : 11px;
  color : #4F6075;
  font-weight : bold;
  text-decoration : none;
}

/* Mouseover-effekt eines Links im Fussbereich. */
.boxfuss a:hover
{
  font-size : 11px;
  color : #000000;
  font-weight : bold;
  text-decoration : none;
}

/* Hauptext in einer Box. */
.boxtext
{
  font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-weight : normal;
  font-size : 10px;
  color : #000000;
  padding: 4px;
}

/* Link innerhalb des Haupttextes. */
.boxtext a
{
  text-decoration : none;
  font-weight : normal;
  color : #212C73;
  font-weight : normal;
}

/* Mouseover-effekt eines Links innerhalb des Haupttextes. */
.boxtext a:hover
{
  color : #212C73;
  text-decoration : underline;
  font-weight : normal;
}

/* Hier definieren Sie Bilder die sich innerhalb des Haupttextes einer Box befinden. */
.boxtext img
{
  background-color: #FFFFFF;
  padding: 1px;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
}

/* Rahmen rund um ein Contentbox. */
.rbox {
  background-color: #FFFCF1;
  border-width:1px;
  border-color:#B4AE9C;
  border-style:solid;
  padding: 2px;
}

/* Rahmen rund um ein Block. */
.rblock {
  background-color: #FFFCF1;
  border-width:1px;
  border-color:#B4AE9C;
  border-style:solid;
  padding: 2px;
}

