/* REWRITTEN @ 07.12.2004 / 15:05 by 217.255.18.193 */

/* Hiermit definieren Sie den Hintergrund der Webseite. */
body
{
  background-color: #008080;
  margin : 0 0 0 0;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  text-align: center;
}

/* Damit definieren Sie das Verhalten aller Links wenn Sie mit der Maus drüberfahren. */
a:hover
{
  text-decoration: underline;
}

table
{
  font-size : 13px;
}

/* h1 ist eine Überschrift genau wie .titel. Unterschied ist, dass h1 von Suchmaschinen besser eingestuft wird. */
h1
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 15px;
  color : #006666;
  font-weight : bold;
  margin : 0 0 20px 0;
  padding : 0;
}

.backlink
{
 font-size : 11px;
}

h2
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 13px;
  color : #616161;
  font-weight : bold;
  margin: 0px;
}

.lexikontitel a:link
{
  font-size : 11px;
  color : #006666;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.lexikontitel a:visited
{
  font-size : 11px;
  color : #006666;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.lexikontitel a:active
{
  font-size : 11px;
  color : #006666;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.lexikontitel a:hover
{
  font-size : 11px;
  color : #006666;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
}

/* ul steht für Listen. Sie können Listen innerhalb von Texten definieren. */
ul
{
  margin-top : 0px;
  margin-bottom : 0px;
  list-style-type : square;
}

/* li steht für Listenpunkte. */
li
{
  list-style-type : square;
}

/* pre steht für Satz mit fester Buchstabenbreite. */
pre
{
  font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
}

/* Hier definieren Sie alle Überschriten auf der Webseite. */
/* CSSLIST */
.titel
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #616161;
  font-weight : bold;
}

/* sihe .titel */
/* CSSLIST */
.untertitel
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #788FA4;
  font-weight : bold;
}

/* .textklein wird bei Terminen, Kalender, Newsübersichten und anderen Modulen die nur wenig Platz für Informationen haben genutzt. */
/* CSSLIST */
.textklein
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #606060;
}

/* Links innerhalb von .textklein */
.textklein a
{
  color: #000000;
  text-decoration: none;
}

/* Mouse-Over bei Links innerhalb von .textklein */
.textklein a:hover
{
  color: #000000;
  text-decoration: underline;
}

.textsehrklein
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 9px;
  color : #606060;
}

.textsehrklein a
{
  color: #000000;
  text-decoration: none;
}

/* Mouse-Over bei Links innerhalb von .textklein */
.textsehrklein a:hover
{
  color: #000000;
  text-decoration: underline;
}

/* hier definieren Sie alle Texte die im Hauptbereich auftauchen. */
/* CSSLIST */
.text
{
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #000000;
  line-height : 18px;
}

/* Links innerhalb von .text */
.text a
{
  color : #000000;
  text-decoration: underline;
}

/* Mouse-Over bei Links innerhalb von .text */
.text a:hover
{
  color : #7A8AA1;
  text-decoration: none;
}

/* Blocksatzt wird wie alle anderen Textformen über den Dev4u Texteditor erstellt. */
/* CSSLIST */
.blocksatz
{
  text-align : justify;
}

/* So sehen alle Dev4u-Meldungen aus. Z.B. Loginbegrüssung. */
/* CSSLIST */
.meldung
{
  color : #800000;
  font-weight : bold;
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
}

/* Hiermit definieren Sie den Text der unter Bildern steht. */
/* CSSLIST */
.bild
{
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 9px;
  color : #606060;
}

/* Bild links positioniert wird vom Text umfloßen */
.bildlinks
{
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top : 5px;
  float : left;
}	

/* Bild rechts positioniert wird vom Text umfloßen */
.bildrechts
{
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top : 3px;
  float : right;
}

.bild img {
	margin-top: 5px;
}

