/************************************************/
/* 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.                                   */
/************************************************/


/*******************************************************************************
/*******************************************************************************

Die Datei ist veraltet und liegt jetzt in vorlagen/stylesheet/system.css
Aenderungen bitte dort vornehmen!

Hier nur wegen Abwärtskompatibilität schenck-Kunden.

Wird von Olli als bald wie möglich gelöscht!!!

Thomas, 20061113


/*******************************************************************************
********************************************************************************/

* {}

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%;
}

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

#EditDiv1 *.color {color:#FF0099;}
#EditDiv2 *.color {color:#FF0099;}
#EditDiv3 *.color {color:#FF0099;}
#EditDiv4 *.color {color:#FF0099;}
#EditDiv5 *.color {color:#FF0099;}
#EditDiv6 *.color {color:#FF0099;}
#EditDiv7 *.color {color:#FF0099;}
#EditDiv8 *.color {color:#FF0099;}
#EditDiv9 *.color {color:#FF0099;}

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

div.TypAdminLinks a {
  font-family:arial, helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 3px;
  display: block;
}

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

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

div#content_system {}

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

.sitemap_standard {} /* Listenpunkt Sitemap */

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

.suche {
    font-family: sans-serif;
}

.suche a {
    font-family: sans-serif;
    text-decoration: none;
    color: #000000;
}

.form_ohne {
    font-family: sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
