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

body {
	padding: none;
     margin: 0px 0px 0px 0px;
     color: #000000;
	background-color: #E2EAF8;
        font-family: Verdana, Arial, Helvetica, sans-serif;
z-index: 1; 
}

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

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

#search2{
     position: absolute;
     left: 600px;
     top: 100px;
     text-align: left;
}

/* ----------------3.  Roter Querbalken  ------------------------------------------------------- */
#search{
	background-color: #56565b;
	color: #E2EAF8;
     height: 18px;
	width: 800px;
     margin-left: 8px;
     text-align: center;
	font-size: 0.8em;
	font-style: verdana;
  	font-weight: bold;

}


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

input {
      font-size: 1em;
}

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

/* ---------------- 4. Navigationsleiste links ------------------------------------------ */
#navi {
	width: 180px;
     background-color: #E2EAF8;
     margin-left: 9px;
     float: left;
  	}       

/* ---------------- 5.  Das Hauptfeld für den Inhalt ---------------------------------- */
#content{
     background-color: #FFFFFF;
	width: 619px;
	margin-left: 188px;
     margin-top: 0px; 
}

#imhaupt{
	width: 590px;
	margin-left: 10px;
     padding-top: 6px;
     padding-BOTTOM: 5px;
     background-color: #FFFFFF;
}

/* --------------- 6. und 7.  Die Felder unter dem Hauptfeld ------------------------ */


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


/* ---------------- Ab hier vom Original C.J. Hanke mit einigen kleinen Änderungen --------------- */

/* Navigationspfad */
#path {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  padding-bottom: 3px;
}

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  width: 100%;
  padding-left: 0px;
  text-align: right;
}

#topmenu ul {
  padding: 3px;
  border-bottom: 1px solid silver; 
  margin-bottom: 10px;
}

#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: #FF9700;
  text-decoration: none;
  width: 100%;
}

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

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

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


/* Listenstil für Menüeintrag*/

#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: 30px;
  margin-left: 10px;
  }
  
  
#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 2px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  font-size: 0.8em;
}

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

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

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

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

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 140px;
  margin-top: 1px;
  padding: 4px 4px 2px 8px;
  font-weight: bold;
  color: #263D83;
  background-color: transparent;
  font-size: 0.8em;
}

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



/* Ab hier wird es für Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen 
im linken Pull-down-Menü von TinyMCE! */

/* Überschrift 1 gestalten */
h1 {
  color: #263d83;
  font-size: 0.8em;
  line-height: 1.0;
  margin-top: 10px;
  background-image: url(verlauf.png);
  background-repeat: repeat-y;
  padding: 4px;

}


/* Überschrift 2 */
h2 {
	font-size: 0.8em;
      line-height: 1.2;
	background-image: url(rotkaro.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 1px;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

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


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

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

/* normaler Listenstil */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 0.8em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* normale Links */
a:link {
  color: black;
}

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

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


/* Hier beginnen die ungebundenen Klassen, zu erkennen am Punkt vor dem Klassennamen */
/* Gestaltung des rechts ausgerichteten Kastens */
.kasten {
  font-size: 0.7em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #E2EAF8;
  margin-top: 45px;
  float: right;
  width: 180px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px 0px 10px 10px;
  margin-bottom: 3px;
  margin-left: 10px;

}

/* Einführungsabsatz */
.lead, .lead p {
font-family: Verdana,  Helvetica, sans-serif; 
font-size:  0.7em;
line-height: 1.5em;
font-weight: bold;
margin-top: 5px;
margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
font-family : Arial, Helvetica, Verdana,  sans-serif; 
font-size : 0.7em;
width: 95%;
background-color : #EEEEEE; 
border-style : solid; 
border-width : 1px; 
border-color : #CD3326; 
padding : 3px; 
}

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

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

hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FF8040;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

table th, th, tbody {
  padding: 3px;
}

#content p a {
  display: inline;
  padding-left: 0px;
  color: black;
  background-repeat: no-repeat;
}

p {
  font-size:  0.7em;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um die gewünschte Hintergrundfarbe festlegen
zu können */
.plugin {
  background-color:  ;
  
}

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

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  font-size: 0.9em;
  margin-top: 5px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 5px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
}

.box h3 {
  background-color: #003084;
  background-image: url("kastenhintergrund1.jpg");
  color: white;
  padding: 3px;
  margin-top: 0px;
}

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