/************************************************/
/* 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 {
    color : #000000;
    background: #FFFFFF;
}

strong, b {
  font-weight: 800;
}

em, i {
  font-style: italic;
}

/* .h1 - .h6 f&#252;r Layout einf&#252;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 {  }

#BreadCrump { }

#BreadCrump li {
    list-style-type: none;
    display: inline;
}

.klein { /* In den Beitragseinstellungen, Erkl&#228;rungstexte */
   font-size:80%;
   font-weight: normal;
}

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, #EditDiv1 * { color:#000000; }
#EditDiv2, #EditDiv2 * { color:#000000; }
#EditDiv3, #EditDiv3 * { color:#000000; }
#EditDiv4, #EditDiv4 * { color:#000000; }
#EditDiv5, #EditDiv5 * { color:#000000; }
#EditDiv6, #EditDiv6 * { color:#000000; }
#EditDiv7, #EditDiv7 * { color:#000000; }
#EditDiv8, #EditDiv8 * { color:#000000; }
#EditDiv9, #EditDiv9 * { color:#000000; }

/* ****** 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 Bildersuche ****** */
.showImage .imageImage {
    float: left;
}

.showImage .imageData {
    width: 400px;
    float: left;
    padding-left: 5px;
}

.showFile {
    border: 1px solid black;
    margin-bottom: 5px;
    padding: 5px;
    width: 85%;
}


div#content_system {  }

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

th.einstellung {
    text-align: left;
    vertical-align: top;
}

.sitemap_standard {} /* Listenpunkt Sitemap */

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

legend {
   font-weight: bold;
}

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

#tinyform { }

/* Diff */
ins, ins *, ins * * {
    color: green !important;
    font-weight: bold !important;
}

del, del *, del * * {
    color: red !important;
    font-weight: bold !important;
}

.OrigiImagePop { }

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

.textfeld_counter {
    font-size: 10px;
    color: #000000;
    font-weight: 400;
}


