/* CSS-Datei fuer www.kitaampark.de, www.kitakurzestrasse.de, www.kitanachbarsberg.de
CMBasic is free software under the GNU/GPL
Copyright Johann-Christian Hanke
Copyright CSS-Datei Johann-Christian Hanke
http://www.cmbasic.de
http://cmbasic.sourceforge.net */

/*
	Farben (CD Prof. Trauernicht
	Orange		= FF9900 (websicher)
	Dunkelgrau	= 333333
	Mittelgrau	= 666666

	Breite der Kopfgrafik: 976px
	Hoehe  der Kopfgrafik: 123px
*/

/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: sans-serif;
  font-size: 100.01%;
  margin: 0px;
  background-color: white;
  background-image: url(background.gif);
  background-repeat: repeat-y;
  background-position: center;
}

/* mother-container, beinhaltet logo, navi, content und footer */
#mother {
  text-align: left;
  margin: auto;
  margin-top: 0px;
  width: 976px;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  color: black;
  background-color: white;
}

/* Container mit dem Logo */
#logo {
  text-align: right;
  height: 180px;
  width: 100%;
  color: black;
  background-color: white;
  background-image: url(schlange_mit_kindern.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

/* Hauptueberschrift im Logo-Container */
#logo div {
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
	padding: 123px 0 0 0;
	margin: 0 0 10px 564px;
}
#logo div p#l1 {
	font-size: 1.2em;
	color: black;
	border-bottom: #FF9900 solid 3px;
	padding-bottom: 2px;
}
#logo div p#l2 {
	font-size: 0.6em;
	color: #666666;
	padding-top: 2px;
}

/* Suchfeld */
#search {
  float: right;
  color: black;
  width: 180px;
  background-color: transparent;
}

/* Innenrand Suchform */
#search form {
  margin: 0px;
}

/* Haupt-Navigationsbereich */
#navi {
  font-size: 0.7em;
  float: left;
  width: 180px;
  color: black;
  background-color: white;
}

/* Navigationspfad */
#path {
  padding: 2px;
}

/* Inhaltsbereich */
#content {
  float: right;
  width: 720px;
  color: black;
  background-color: white;
  font-size: 0.8em;
  line-height:1.2em;
  padding-left: 6px;
  margin-right: 20px;
}

/* Stilregel fuer Plugins, z.B. feedback
wichtig, um fuer Hintergrundfarbe weiss zu erzwingen,
wenn fuer body eine abweichende Farbe definiert wurde */
.plugin {
  background-color: white;
  font-size: 0.8em;
  line-height:1.2em;
}

/* Fusszeile */
#footer {
  color: black;
  padding: 2px;
  background-color: transparent;
  clear: both;
}

#footer div {
  font-size: 0.5em;
  text-indent: 10px;
}

/* Listenstile fuer Menueeintrag im Navibereich topmenu */
#topmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  width: 100%;
  padding-left: 0px;
  text-align: right;
}

#topmenu ul {
  padding: 3px;
  border-bottom: 1px solid silver;
  margin-bottom: 8px;
}

#topmenu li {
  display: inline;
}

#topmenu a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  text-decoration: none;
  border-bottom: 0;
}

#topmenu a:link {
  text-decoration: none;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu a:hover {
  background-color: #FF9900;
  width: 100%;
  color: white;
}

#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: #FF9900;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile fuer Menueeintrag im topmenu */

/* Listenstile fuer Menueeintrag im Navibereich
Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
  text-indent: 0px;
}

#navi ul ul {
  list-style-type: none;
  padding: 10px 0px 0px 10px;
  text-indent: 0px;
  border-top: 1px solid #666666;
  }
#navi ul li {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
}
#navi ul ul li {
  padding-top: 0px;
  border-bottom: none;
}

#navi ul li a {
/*   margin-top: 1px; */
  padding: 4px 4px 0px 14px;
  font-weight: bold;
  color: #666666;
}

#navi ul ul li a {
/*  margin-top:1px; */
 padding:0px 4px 0px 20px;
 font-weight: bold;
 color: #333333;
}

#navi a:link {
  text-decoration: none;
  width: 170px;
}

#navi a:visited {
/*   color: #333333; */
  text-decoration: none;
  width: 170px;
}

#navi a:hover {
  background-color: transparent;
  width: 170px;
  color: #FF9900;
}

#navi ul .obermenuhigh {
  width: 170px;
  margin-top: 1px;
  padding: 4px 4px 0px 14px;
  font-weight: bold;
  color: #FF9900;
}

#navi ul ul .submenuhigh {
  width: 160px;
  margin-top: 1px;
  padding: 0px 4px 0px 20px;
  font-weight: bold;
  color: #FF9900;
}
/* ENDE Listenstile fuer Menueeintrag im Navibereich */

/* Ab hier wird es fuer Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen
im linken Pull-down-Menue von TinyMCE! */

/* Ueberschrift 1 gestalten */
h1 {
  color: #333333;
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 10px;
  padding: 4px;
}

/* Ueberschrift 2 */
h2 {
  font-size: 1.0em;
  line-height: 1.4;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* Ueberschrift 3 */
h3 {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Absatz und div */
p, div {
  padding-right: 3px;
}

p {
  margin-top: 3px;
  margin-bottom: 5px;
}

/*  Adress-Angaben */
address {
/*   margin-left: 380px; */
  position:relative;
  left: 30px;
}

/* Tag b zusaetzlich einfaerben */
b {
 color: black;
}

/* Zeichenformat strong */
strong {
 color: black;
}

/* normaler Listenstil, beschraenkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 0.9em;
}
#content ul li {
  margin-left: 20px;
}

/* Hovereffekt fuer Links */
a:hover {
  text-decoration: none;
}

/* besuchte Hyperlinks */
a:visited {
  color: gray;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen
Diese werden im Auswahlmenue von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border: 1px dashed #666666;
  background: #EEEEEE;
  margin: 3px;
}
.kasten div {
  font-size: 0.9em;
  line-height: 1em;
  padding: 3px;
}
.kasten h3 {
  margin-top: 0px;
  color: #FF9900;
  background-color: #666666;
  padding: 3px;
}

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
/*   font-size: 0.8em; */
  margin-top: 10px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
/*   font-size: 0.9em; */
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #0000A0;
}

.box h3 {
  background-color: #333333;
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einfuehrungsabsatz */
.lead, .lead p {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
/*   font-size:  1em; */
/*   line-height: 1.5em; */
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.ekh_rahmen {
  margin-left: 340px;
  background-color : #EEEEEE;
  border-style : solid;
  border-width : 1px;
  border-color : #FF9900;
  padding : 10px;
}

/* Rahmen mit gestrichelter Umrandung */
.ekh_tipp {
  margin-left: 340px;
  border-style : dotted;
  border-width : 1px;
  border-color : gray;
  padding : 10px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.ekh_orange {
  color: #FF9900;
}

/* Format fuer zuletzt geaendert usw. */
.datum {
/*  font-size: 0.8em; */
}

code, .code {
  font-family: 'Courier New', Courier, monospace;
/*   font-size: 1em; */
  color: #000099;
}

/* Bildunterschriften */
.ekh_bildunterschrift {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FF8040;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

/* Luft fuer Tabellen */
table th, th, tbody {
  padding: 3px;
}

/* Links innerhalb von Absaetzen mit
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 12px;
  background:url("link-extern.gif") no-repeat left center;
}
#content p a.ekh_link_intern, .ekh_link_intern {
  display: inline;
  padding-left: 12px;
  background:url("link-intern.gif") no-repeat left center;
}
#content p a.ekh_link_mail, .ekh_link_mail, #content p a.link_mail {
  display: inline;
  padding-left: 12px;
  background:url("link-mail.gif") no-repeat left center;
}
#content p a.ekh_link_doc, .ekh_link_doc {
  display: inline;
  padding-left: 12px;
  background:url("link-doc.gif") no-repeat left center;
}

#content hr {
	clear: both;
	color: #FF9900;
	height: 1px;
}

/*
  mittig platzierte Leiste mit Bildern
  Mit einem DIV-Tag dieses Typs sollen alle Bilder jeder Seite umschlossen werden.
*/
#bilderleiste {
	float: left;
	width: 320px;
	min-height: 600px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
}
#bilderleiste p.image {
	display: inline;
	padding: 10px;
}
#bilderleiste img {
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

/* Formatierungen fuer den TinyMCE */
.mceContentBody #bilderleiste {
	border: 1px dotted red;
	padding: 10px;
	min-height: 500px;
	background-color: white;
	z-index:1;
}
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody p, .mceContentBody ul {
	border: 1px dotted silver;
	z-index: 0;
}
/* Formatierung fuer Front-Login: */
body.login {
	background: #FFFFFF;
	border-top: 1px dotted silver;
	font-size: 0.6em;
	margin-left: 3px;
	margin-top: 50px;
}
body.login input {
	font-size: 1em;
}
body.login hr {
	display: none;
}
body.login form {
	margin: 0px;
	padding: 0px;
}
body.login * small a {
	padding: 2px;
	line-height: 2em;
	border: 1px dotted #FF9900;
}



