/* REWRITTEN @ 18.10.2004 / 07:28 by 127.0.0.1 */

/* a steht für Links. */
a
{
  /*color: #212C73;
  text-decoration: none;*/
}

/* Damit definieren Sie das Verhalten aller Links wenn Sie mit der Maus drüberfahren. */

a:link
{
  color : #000000;
  text-decoration: none;
}

a:hover
{
  color : #465E9A;
  text-decoration: underline;
}

a:activ
{
  color : #000000;
}

a:visited
{
  color : #000000;
  text-decoration: none;
}

a img 
{
  border : 0;
}

/* h1 ist eine Überschrift genau wie .titel. Unterschied ist, dass h1 von Suchmaschinen besser eingestuft wird. */
h1
{
  font-size : 100%;
  color : #465E9A;
  font-weight : bold;
  margin: 0;
  padding : 0;
}

h2
{
  font-size : 100%;
  color : #465E9A;
  font-weight : bold;
  margin: 0;
  padding : 0;
}



/* li steht für Listenpunkte. */
li
{
  list-style-type : square;
  margin-left : 15px;
}

/* pre steht für Satz mit fester Buchstabenbreite. */
pre
{
  font-size : 12px;
}

/* Hier definieren Sie alle Überschriten auf der Webseite. */
/* CSSLIST */
.titel
{
  font-weight : bold;
	color : #465E9A;
  font-size : 100%;
  clear : both;
}

/* sihe .titel */
/* CSSLIST */
.untertitel
{
  color : #465E9A;
  font-weight : bold;
}

/* .textklein wird bei Terminen, Kalender, Newsübersichten und anderen Modulen die nur wenig Platz für Informationen haben genutzt. */
/* CSSLIST */
.textklein
{
  color : #606060;
  font-size: 10px;
}

/* 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;
}

/* hier definieren Sie alle Texte die im Hauptbereich auftauchen. */
/* CSSLIST */
.text
{
	color : #000000;
  font-size : 12px;
  line-height : 18px;
}

/* Links innerhalb von .text */
.text a:link
{
  color : #465E9A;
  text-decoration: underline;
}

.text a:visited
{
  color : #465E9A;
  text-decoration: underline;
}

/* Mouse-Over bei Links innerhalb von .text */
.text a:hover
{
  color : #465E9A;
  text-decoration: none;
}

.bildlinksdiv
{
  float : left;
  width : 160px;
  margin-right : 10px;
  margin-top : 4px;
  font-size : 80%;
  color : #808080;
}

.bildlinksfloatdiv
{
  float : left;
  width : 160px;
  margin-right : 10px;
  margin-top : 4px;
  margin-bottom : 10px;
  font-size : 80%;
  color : #808080;
}

.textunterbild a
{
  color : 808080;
  text-decoration : underline;
}

.newsbildlinksdiv
{
  float : left;
  width : 160px;
  margin-right : 10px;
  margin-top : 10px;
  margin-left : 5px;
}

.bildlinksdiv img
{
  
}

.bildrechtsdiv
{
  float : right;
  width : 160px;
  margin-left : 10px;
  margin-top : 4px;
}

.bildrechtsdiv img
{
  
}

.textlinksdiv
{
  float : left;
  width : 240px;
  font-size : 12px;
  line-height : 18px;
}

.textrechtsdiv
{
  float : left;
  width : 240px;
  font-size : 12px;
  line-height : 18px;
}

.textrechtsfloatdiv
{
  font-size : 87%;
  line-height : 150%;
}

.textlinksdiv a
{
  color : #465E9A;
  text-decoration: underline;
}

.textrechtsdiv a 
{
  color : #465E9A;
  text-decoration: underline;
}

.boxtext .textrechtsdiv
{
  padding-left : 5px;
}

/* 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-size : 11px;
  font-weight : normal;
}

/* Hiermit definieren Sie den Text der unter Bildern steht. */
/* CSSLIST */
.bild
{
  color : #606060;
}

/* Hier werden die Navigationslinks von Textgruppen oder Kalender definiert. */
.contentnavi
{
  /* font-size : 70%; */
}

/* Bild links positioniert wird vom Text umfloßen */
.bildlinks
{
  margin-right: 20px;
  margin-bottom: 5px;
  border : 1px solid #000000;
  margin-top : 4px;
}

/* Bild rechts positioniert wird vom Text umfloßen */
.bildrechts
{
  margin-left: 20px;
  margin-bottom: 5px;
  border : 1px solid #000000;
  margin-top : 4px;
}

.bildnormal
{
  border : 0;
}

/* Bild im Template - Text läuft in der Spalte*/
.bildimtmpl
{
  margin-bottom: 2px;
}

.bildlinksdiv img
{
  margin-bottom: 2px;
}

.textunterbild a
{
  color : #000000;
  margin-bottom: 2px;
}
