/* CSS erstellt im oberen Teil von Joachim Sühlo, im unteren Teil von J.C.Hanke */

body {	
  margin: 0;
  padding: 0;
  color: #000000;
	background-color: #666666;	
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

/* ------------- 1.  Die Zentrierung des Layouts und der Schatten ----------------- */
  
#mother {
  position: absolute;
  width: 816px;
  left: 50%;
  margin-left: -408px;
  margin-top: 25px;
  background-color: #FFFFFF;
  background-image: url(images/reli_rand.gif); 
  background-repeat: repeat-y;
  background-position: -18px 0px;
}

/* ---------------- 2. Logo  ------------------------------------------------------------ */
#logo{
	background-color: transparent;
	width: 800px;
	margin-left: 20px;
}

#search2 {
     margin-top: 2px;
     float: right;     
     padding: 0;
     margin: 0;
     padding-top: 2px;
     margin-right: 8px;
}

#search2 form {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
#search2 input {
    border-style: none;
}

/* ----------------3.  Querbalken  ------------------------------------------------------- */
#search {
	background-color: black; /* #990000 */
	color: #ffffff;
  height: 25px;
	width: auto;
  margin-left: 8px;	 
  margin-right: 8px;
  text-align: left;
	font-size: 1.1em;
	font-family: Verdana;
}


form {
     color: black;
     font-size: 0.9em;     
}

form.inputform textarea {
  background-color: white !important;
}

input {
      font-size: 1em;
}

textarea {
          background-color: #ffffff;
          z-index: 5000;
		width: 100%;
}

/* ---------------- 4. Navigationsleiste links ------------------------------------------ */
#navi {
	width: 180px;
  background-color: #ffffff;
  margin-left: 8px;
	margin-top: 20px;
  background-image: url(images/back1.gif);
  background-repeat: repeat-y;    
  float: left;     
}       

/* ---------------- 5.  Das Hauptfeld für den Inhalt ---------------------------------- */
#content {
  background-color: #ffffff;
  width: 71%;
  font-size: 0.9em; 
  line-height: 1.45em;
	margin-left: 190px;
  margin-top: 20px; 
}

/* --------------- 6. und 7.  Die Felder unter dem Hauptfeld ------------------------ */
#unten {
	margin-top: 20px;
  background-color: #676767;
	width: auto;
	height: 25px;
  margin-left: 8px;
  margin-right: 8px;
  clear: both;
}

#ganzunten{
	width: auto;
	height: 35px;
  margin-left: 8px;
  text-align: center;
  font-size: 0.6em;   
}

#randunten{
	width: 816px;
	height: 50px;
     background-color: #666666;
     background-image: url(images/unten_rand.gif);
     background-repeat: no-repeat;
     background-position: -16px 0px;
}
/* ----------------------------------------------------------------------------------------*/
/* ----------------------- TEXTAUSZEICHNUNGEN---------------------------------------*/
/* ----------------------------------------------------------------------------------------*/


/* Navigationspfad */
#path {
  padding: 2px;
  float: left;
  margin-left: 10px;  
  font-size: 0.84em;
}

#path a {
  color: white !important;
}

/* Inhaltsbereich */
#content {
  color: black;      
  padding-top: 0;
  padding-left: 10px;
  padding-right: 12px;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um die gewünschte Hintergrundfarbe festlegen
zu können */
.plugin {
  background-color: #F8F8F8;
  font-size: 1em;
  line-height: 1.3em;
}

/* Stilregel für Frontend-Einloggbereich, 
wichtig, um die gewünschte Hintergrundfarbe festlegen zu
können */
.login {
  background-color: #F8F8F8;
  font-size: 1em;
  line-height: 1.3em;
}

/* Fußzeile */
#footer {
  color: black;
  padding: 5px;
  background-color: transparent;
  clear: both;
}

#footer div {
  font-size: 0.7em;
  text-indent: 10px;  
}

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 2px;
}

#topmenu ul {
  font-size: 1em;
  text-align: right;
  border-bottom: 1px solid silver; 
  padding-bottom: 2px;
}

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

#topmenu a:hover {
  background-color: #1A53C5;
  width: 100%;
  color: white;
}

#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: #1A53C5;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile für Menüeintrag im topmenu */


/* Listenstile für Menüeintrag im Navibereich 

Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#navi ul ul {
  list-style-image: url(reddot.gif);
  padding-left: 15px;
  margin-left: 10px;
  }
  
  
#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;
  font-size: 0.8em;
}

#navi ul ul li a {
 display: block;
 margin-top:1px;
 padding: 4px 4px 4px 2px;
 text-indent: 0px;
 font-weight: bold;
 color: black;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
 font-size: 0.8em;
}

#navi a:link {
  display: block;
  text-decoration: none;
  width: 140px;
}

#navi a:visited {
  color: gray;
  text-decoration: none;
  display: block;
  width: 140px;
}

#navi a:hover {
  display: block;
  background-color: transparent;
  width: 140px;
  color: black;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 140px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: white;
  background-color: black;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;
  font-size: 0.8em;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 130px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: white;
  background-color: black;  
  font-size: 0.8em;
}

/* Überschrift 1 gestalten */

h1 {
  color: black;  
  font-size: 1.4em;
  line-height: 1.2;
  margin-top: 10px;      
  padding: 4px;
  padding-left: 0px;
  padding-bottom: 1px;
}

h2 {
  font-size: 1.1em;
  line-height: 1.4;
  background-image: url(rotkaro.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: 0 6px;
  padding-bottom: 1px;
  margin-bottom: 2px;
  padding-top: 0;
  margin-top: 10px;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Überschrift 4 */
h3 {
  font-size: 0.9em;
  line-height: 1.3;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Absatz und div */
p, div {
  padding-right: 3px;

}

p {
  margin-top: 3px;
  margin-bottom: 12px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: black;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.8em;
  padding-left: 0.8em;
  margin-top: 0;
  padding-top: 0;
}

#content ol {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 0;
  padding-top: 0;
}

#content li {
  margin-bottom: 0.2em;
}

a:link {
  color: black;
}

/* Hovereffekt für Links */
a:hover {
  text-decoration: none;
}

/* besuchte Hyperlinks */
a:visited {
  color: gray;
}



/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 0.8em;
  line-height: 1;
  margin-top: 10px;
  float: right;
  width: 180px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: white;
  padding: 3px;
  margin: 3px;
}

.kasten a {
  color: black;
}

.kasten h3 {
  font-size: 1em;
  margin-top: 0px;
  background-color: black;
  color: white;
}



/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  margin-top: 0px;
  float: right;
  width: 200px;
  padding: 3px;
  background-color: white;
}

.box {  
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: white;
}

.box div {
  font-size: 0.8em;
}

.box a {
  color: black;
}

.box h3 {
  font-size: 0.9em;
  background-color: black;  
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einführungsabsatz */
.lead {
  font-family: Arial, Tahoma, Helvetica, sans-serif; 
  font-size:  1em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  /* border-bottom-color: #107805; */
  border-bottom-color: #FF8E43; 
}

.lead p {
  margin-top: 10px;
}

.lead img {
  margin-right: 10px;
  margin-top: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
}

p img {
  padding: 3px;  
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 1em;
  line-height: 1.3;  
  background-color : white; 
  border-style : solid; 
  border-width : 1px; 
  border-color : gray; 
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em; 
  width: 90%;
  border-style : dotted; 
  border-width : 1px; 
  border-color : gray; 
  padding : 5px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

code, .code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Bild */
#content p.image {
  margin-bottom: 0;
  margin-top: 14px;
  padding: 0;
  margin-bottom: 5px;
}

#content p.image img {
  margin: 0;
  padding: 0;
  border-style: none;<  
}

/* Bildunterschrift */
.bu {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.2;
}

.blog {
  margin-top: 6px;
  margin-bottom: 12px;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #CC9388;
  width: 95%;
  margin-left: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 0;
}

/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}

table.termine {
  border-style: solid;
  border-width: 1px;
  border-color: black;  
  margin-bottom: 20px;
}

table.termine th {
  color: white;
  background-color: gray;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

td.zeilea {
  background-color: white;
}

td.zeileb {
  background-color: white;
}

/* Links innerhalb von Absätzen mit 
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 15px;
  background-image: url(bluedot.gif);
  background-repeat: no-repeat;
}


/* Format für zuletzt geändert usw. */
.datum {
 font-size: 0.8em;
}

pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
