/*fuer normalen Titel, ohne Linien usw.*/
.pageTitle{
  margin-top: 5px;
  font-weight:bold;
  font-size:16px;
  color:#808080;
}

.contentTitle{
  margin-top: 5px;
  font-weight:bold;
  font-size:12px;
  color:#808080;
}

/*Standart-Schrift*/
.content{
  font-size:12px;
  font-family:Verdana;
}

/*Links im Inhalt (die nicht wie im Menu angezeigt werden sollen)*/
a.content{
  font-size:12px;
  font-weight:bold;
}

