/* REWRITTEN @ 20.10.2004 / 15:52 by 83.218.51.178 */

/* Im Block tauchen z.B. Dev4u-Meldungen auf. */
.block
{
  border: 1px solid #808080;
  background-color: #ffffff;
  padding: 5px;
  margin-top: 5px;
}


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

/* Titeltext. */
.boxtitel
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #006666;
  font-weight : bold;
  vertical-align: top;
  padding-left: 5px;
}

/* Link innerhalb eines Titeltextes. */
.boxtitel a
{
  color : #788FA4;
  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 : 11px !important;
  color : #788FA4;
  font-weight : bold;
}

/* Link innerhalb des Fusstextes. */
.boxfuss a
{
  font-size : 11px !important;
  font-weight: bold;
  text-decoration: none;
}

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

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

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

/* Mouseover-effekt eines Links innerhalb des Haupttextes. */
.boxtext a:hover
{
  color : #000000;
  text-decoration : underline;
}

/* Hier definieren Sie Bilder die sich innerhalb des Haupttextes einer Box befinden. */
.boxtext img
{
  margin-top: 4px;
}




/* Äusserer Rahmen eines umrahmten Modules. */
.gbox
{
  width: 100%;
  margin-bottom : 10px;
}

/* Titeltext. */
.gboxtitel
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  background-color :#c0c0c0;
  color : #006666;
  font-weight : bold;
  padding : 2px;
  padding-left: 5px;
}

/* Link innerhalb eines Titeltextes. */
.gboxtitel a
{
  color : #788FA4;
  text-decoration : none;
}

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

/* Text im Fussbereich einer Box. */
.gboxfuss
{
  vertical-align: middle;
  font-size : 10px;
  color : #808080;
  padding : 2px;
  padding-left: 5px;
}

/* Link innerhalb des Fusstextes. */
.gboxfuss a
{
  font-size: 10px;
  text-decoration: none;
}

/* Mouseover-effekt eines Links im Fussbereich. */
.gboxfuss a:hover
{
  font-size: 9px;
  color: #788FA4;
  font-weight: bold;
  text-decoration: none;
}

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

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

/* Mouseover-effekt eines Links innerhalb des Haupttextes. */
.gboxtext a:hover
{
  color : #000000;
  text-decoration : underline;
}
