
/* Bodys des Systems: Editor, Admin, Start, Setup, ... */
body.System {
  margin: 0px;
  padding: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
	background-image: url(../images/backgrounds/background.gif);
  text-align: center
}

/* Body der TEXTAREA des Editors (s. CUE / PROGRAMMIERUNG/Webeditoren/TinyMCE/ ...) */
.EditorTextarea {
  margin: 0px;
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
	font-size: 0.8em;
  text-align: left;
}

/* Container f. Buttons oben */
div.Header {
  width:75%;
  height: 75px;
  margin: 0px auto 10px auto;
  padding: 2px 0px 2px 0px;
  border: 1px solid #0000FF;
  background-color: #CCCCCC;
}
div.Header h3 {
  font-size: 1.2em;
  margin: 10px;
  padding: 2px;
  border-bottom: 1px solid #0000FF;
  text-align: left;
}
/* Buttons-Aufteilung (Seitenauswahl, Neuer Artikel, ...) 3-Spaltig */
div.CMSInhalt3SPLinks {
  width: 31%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 5px;
  float: left;
  text-align: left;
/*  font-family: Verdana;
  font-size: 1em;
  font-weight: normal;*/
  color: #000000;
  border-right: 1px solid #CCCCCC;
  background-color: transparent;
}
div.CMSInhalt3SPMitte {
  width: 31%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 5px;
  float: left;
  text-align: center;
/*  font-family: Verdana;
  font-size: 1em;
  font-weight: normal;*/
  color: #000000;
  border-right: 1px solid #CCCCCC;
  background-color: transparent;
}
div.CMSInhalt3SPRechts {
  width: 31%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 2px 5px 2px 5px;
  float: right;
  text-align: right;
/*  font-family: Verdana;
  font-size: 1em;
  font-weight: normal;*/
  color: #000000;
/*  border-left: 1px solid #CCCCCC;*/
  background-color: transparent;
}
/* Unten, passend zu ...SP2..., ...SP3...
div.CMSInhaltNormUnten {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 2px 0px;
  float: left;
  text-align: left;
  color: #000000;
  border-top: 1px solid #CCCCCC;
  background-color: transparent;
} */



/* Container f. Textarea (editor.php) */
div.Editor {
  width: 75%;
  margin: 0px auto 0px auto;
  padding: 2px;
  border: 1px solid #0000FF;
  background-color: #CCCCCC;
  text-align: left;
}
/* Container f. Überschrift; Datum (editor.php) */
div.EditorHeader {
  width: 75%;
  margin: 0px auto 0px auto;
  padding: 2px;
  border: 1px solid #0000FF;
  background-color: #CCCCCC;
  text-align: left
}
/* Container f. Autor, AutorName; Teaser (editor.php) */
div.EditorFooter {
  width: 75%;
  margin: 0px auto 0px auto;
  padding: 2px;
  border: 1px solid #0000FF;
  background-color: #CCCCCC;
  text-align: left
}
/* Überschrift, Linktext (editor.php) */
input.EditorInputTxtHeadline {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1px;
  padding: 2px 2px 2px 5px;
  color: #0000FF;
  border: 1px solid #666666;
  background-image:url(../images/backgrounds/input_background_2.jpg);
	background-repeat:no-repeat;
}
/* Datum; Teaser-Aufmacher-Länge; Autor/AMail (editor.php) */
input.EditorInputTxt {
  font-size: 1em;
  margin: 1px;
  padding: 2px 2px 2px 5px;
  border: 1px solid #666666;
  background-image:url(../images/backgrounds/input_background_2.jpg);
	background-repeat:no-repeat;
}



.mceEditable {/*border: 1px dotted #0000cc;*/}
.mceNonEditable {/*border: 1px dotted #cc0000;*/}

.cboth, .cleft, .cright {height: 0px; font-size: 0px; visibility: hidden; line-height: 0px}
.cboth {clear: both;}
.cleft {clear: left;}
.cright {clear: right;}



/* ADMINtabelle (admin_news.php)  */
table.Admin {
	width: 75%;
  margin: 0px auto 10px auto;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px outset #0000FF;
}
table.Admin th {
	background-color:#CCCCCC;
}
table.Admin td {
	border: 1px solid #CCCCCC;
	font-size: 12px;
  vertical-align: top;
  text-align: left
}




/* SETUPs tabellen (setup.php)  */
table.Setup {
	width: 500px;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #0000FF;
	background-color: #FFFFFF;
}
table.Setup td {
  background-color: #CCCCCC;
}
table.Setup td.SetupHeader {
	background-color:#FFFFFF;
  text-align: left
}
table.Setup h3 {
  margin: 10px 1px 1px 1px
}



/*.infobereich_setup {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}*/


/* Meldungen von: cms_save, cms_online, cms_delete */
div.Meldung {
	width: 400px;
	height: 200px;
  margin: 20% auto 0px auto;
  padding: 2px 2px 2px 2px;
	font-size: 12px;
	border: 1px outset #0000FF;
	background-color: #CCCCCC;
}
p.MeldungHeader {
/*	width: 400px;*/
	height: 20px;
  margin: 0px;
  padding: 2px;
	font-size: 10px;
  text-align: center;
  color: #FFFFFF;
/*	border: 1px outset #0000FF;*/
	background-color: #0000FF;
}
p.Meldung {
/*	width: 400px;*/
	height: 100px;
  margin: 10px auto auto auto;
  padding: 2px;
	font-size: 12px;
  text-align: left;
  color: #000000;
/*	border: 1px outset #0000FF;*/
	background-color: #CCCCCC;
}




		/* **********  FONTs  ********** */ 
p.normtext, .normtext {
	font-size:12px;
}
.NormTextFettRot {
  color: #FF0000;
  font-weight: bold
}
.normtextklein {
	font-size:10px;
}
.normtextganzklein {
	font-size:9px;
}
/*a.normlink {
	text-decoration:none;
	color:#0000FF;
}
a:hover.normlink {
    color:#FF0000;
}*/
.Fett {
	font-weight: bold;
}
.Blau {
	color:#0000FF;
}
.Rot {
	color:#FF0000;
}
.Weiss {
	color: #FFFFFF;
}




/* Senden, Submit + Reset, ... */
input.grossbutton {
/*  width: 100px;*/
  height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #666666;
  background-color: #FFFFFF;
}
/* Artikel Ändern (admin_news.php) */
input.aendern_button {
	width: 85px;
	height: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	border: 1px solid #666666;
	background-image:url(../images/navibuttons/aendernbuttons.jpg);
}
/* Artikel Löschen (admin_news.php) */
input.delete_button {
	width: 85px;
	height: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
/* Artikel Deaktiv (admin_news.php) */
input.deaktiv_button {
	width: 85px;
	height: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
  border: 1px solid #666666;
  background-color:#FF0000;
}
/* Artikel Aktiv (admin_news.php) */
input.aktiv_button {
	width: 85px;
	height: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border: 1px solid #666666;
	background-color:#00FF00;
}
/* Passwort ändern, Schnellstart (start.php)  */
input.helpbutton {
	width: 15px;
	height: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	border: 1px solid #666666;
}

/* Setup ERST-malig starten w. all_config_inc fehlt (start.php)  */
input.setupbutton {
/*	width: 135px;*/
	height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #666666;
	background-color:#FF0000;
}
/* Setup NEU starten; Standard-Konfig  (start.php; setup.php) */
input.neukonfigbutton {
/*	width: 135px;*/
	height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	text-align: center;
	color: #999999;
	border: 1px solid #999999;
  background-color: transparent
}
input.disablebutton {
  visibility: hidden
}


/* Allg.Eingabefelder b setup.php  */
input.norminput {
	font-size:10pt;
	text-align: center;
	background-image:url(../images/backgrounds/input_background_2.jpg);
	background-repeat:no-repeat;
	border: 1px solid #666666;
}

/* Eingabefelder klein  (zB. Red Passwort in start.php) */
input.setinput {
	font-size:10px;
	text-align: center;
	border: 1px solid #666666;     
}


/* Select Seitenwechsel (start.php) */
select.changesite {
  width: 345px;
	font-size:1.1em;
	font-weight: bold;
}


/* f. CMS Startseite + news_head_modul.php, news_link_modul.php */
div.copyright {
  width: auto;
  margin: 0px auto 10px auto;
  padding: 0px 25px 0px 0px;
  font-family: arial;
  text-align: right;
}
a.copyright {
  font-size: 0.6em;
  color: #999999;
  text-decoration: none;
}
a.copyright:hover {
  color: #0000FF;
  text-decoration: underline;
}


		/* **********  HILFE Dateien  ********** */
/*body.Hilfe {
  margin: 0px;
  padding: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

hr.Hilfe {
	text-align: center;
	width: 75%;
}
hr.HilfeSchrittende {
	height: 5px;
	width: 100%;
	text-align: center;
	color: #D4D0C8;
}
h2.Hilfe {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
h3.Hilfe {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.HilfePunkt {
	font-size: 15px;
	font-weight: bold;
}
span.HilfePunkt {
	font-size: 15px;
	font-weight: bold;
}
span.HilfeButton {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
  line-height: 1.5em;
  border: 1px solid #000000;
  padding: 1px 2px 1px 2px
}
span.HilfeBlau {
	color: #0000FF;
}
span.HilfeCommander {
	color: #006600;
}
.Hilfefett {
	font-weight: bold;
}
.HilfeRot {
	font-weight: bold;
	color: #FF0000;
}
input.Hilfe {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FF0000;
	width: 425px;
	border: 1px solid #0000FF;
}
.HilfeCode {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	display: inline;
	background-color: #CCCCCC;
}
a.HilfeBildLink {
	background-color: #CCFFFF;
	letter-spacing: 2px;
	text-decoration: underline overline;
	line-height: 20px;
	margin: 2px;
}*/