/************************************************/
/* Systemweite CSS-Datei. Hier drin nur Sachen  */
/* definieren, die aus dem System heraus (PHP   */
/* oder JS) kommen                              */
/*                                              */
/* CSS-Klassen, die nicht in nahezu allen Sys-  */
/* temen gleich sind, werden hier immer LEER    */
/* definiert.                                   */
/************************************************/

* {}

body.mceContentBody {
    font-size:80%;
    color : #000000;
    background: #FFFFFF;
}

strong, b {
  font-weight: 800;
}

em, i {
  font-style: italic;
}

/* .h1 - .h6 für Layout einfügen im YM */
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: sans-serif;
}

.h1 {
  font-size: 24px;
}

.h2 {
  font-size: 18px;
}

.h3 {
  font-size: 14px;
}

.h4 {
  font-size: 12px;
}

.h5 {
  font-size: 11px;
}

.h6 {
  font-size: 10px;
}

h1.ueberschrift {}

span.startseite {}

span.startseitentitel {
  font-weight:bold;
}

span.suchepfad {
   font-size:80%;
   color: #DEDEDE;
}

span.suchetext {}

.klein { /* In den Beitragseinstellungen, Erklärungstexte */
   font-size:80%;
}

span.minis {
   font-size:60%;
}

span.red {
  font-weight:800;
  color:#DE0000;
}

span.green {
  font-weight:800;
  color:#009E00;
}

table.kontextbox {
  font-size:80%;
  margin-bottom:6px;
  margin-top:6px;
}

.suche_markup {
  color: #A00000;
}

.suchtipps {
  border: 1px solid #3A9C00;
  background-color: #FFFFFF;
  font-size:70%;
}

#bildergalerie {}

a.st_inarbeit, a.st_inarbeit:link, a.st_inarbeit:visited,
a.st_inarbeit:active, a.st_inarbeit:hover, a.st_inarbeit:visited:hover {
  color: #A02020;
  font-weight: 800;
}

a.st_nichtaktuell, a.st_nichtaktuell:link, a.st_nichtaktuell:visited,
a.st_nichtaktuell:active, a.st_nichtaktuell:hover, a.st_nichtaktuell:visited:hover {
  color: #909090;
  font-weight: 800;
}

.sucheform {}

.gibpfad {
    color: #000000;
    font-size: 80%;
}

/* Styles fuer die Tabellengestaltung (Verzeichnisdienste) */
.rahmen {
  border-width:2px;
  border-style:solid;
}

.reihen {
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:0px;
  border-style:solid;
}

/* ********* YellowMarker-Specials ******** */
#EditDiv1 
#EditDiv2 
#EditDiv3 
#EditDiv4 
#EditDiv5 
#EditDiv6 
#EditDiv7 
#EditDiv8 
#EditDiv9 

/* ****** Specials Admin-Links-Layer ****** */
div.TypAdminLinks {
  text-align:left;
  font-size: 12px;
  color: #000000;
}

div.TypAdminLinks a {
  text-align:left;
  color: #000000;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 3px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

div.TypAdminLinks a:link, div.TypAdminLinks a:visited {
  text-decoration:none;
  color: #000000;
}

div.TypAdminLinks a:hover {
  background: url(/images/administration/forward.jpg) no-repeat;
  background-color: #FFFFFF;
  color: #000000;
  text-decoration:none;
}

/* ****** Specials 'Rutsche' für d. Administration ****** */
.zh_kopf { /* Kopfzeile mit Bild */
  background-color: #DEDADE;
  font-family: Verdana;
  text-decoration: none;
  border-bottom: 1px solid black;
}

.zh_body { /* Normale Zeile mit Bild */
  width: 16px;
  background-color: #EEEEEE;
  font-family: Verdana;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 2px solid white;
}

.zh_body2 { /* neue Administration normale Zeile mit Text */
  background-color: #EEEEEE;
  font-family: Verdana;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 2px solid white;
}

.tr_body {
  background-color: #EEEEEE;
  border-bottom: 2px solid white;
}

.zh_body2 a {
  text-decoration: none;
}

.zh_stretcher a:link,.zh_stretcher a:visited,
.zh_stretcher a:link:active,.zh_stretcher a:link:hover,.zh_stretcher a:visited:hover {
  color: #0000FF;
}

div#content_system {}

.einstellung {} /* der Startseite zuordnen und form_einstellungen.inc.php */

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

legend {
   font-weight: bold;
}

fieldset {
   background-color: #EFEFEF;
   color: #000000;
}

/* Fuer die Templates, die in den TNT_Template::show_error() und TNT_Template::show_message() benutzt werden */
.message {
    display: block;
    color: #00CC00;
    font-weight: 800;
    border: 1px solid black;
    padding: 5px;
    background-color: #EFEFEF;
}

.error_message {
    display: block;
    color: #FF0000;
    font-weight: 800;
    border: 1px solid black;
    padding: 5px;
    background-color: #EFEFEF;
}


