/* Template "Kirche" von G.Hemmerling auf der Basis des CSS
   von Joachim Sühlo und von J.C.Hanke */

body {
  color: #000000;
  font-size: 15px;
  font-family: "Trebuchet MS";
  background-color: darkred;
  background-repeat: repeat-x;
  margin: 0;
  padding-top: 1em; z-index: 1
}
/* Auswahloptionen im Pull-down-Menü von TinyMCE */
a:link {
  color: darkred;
  text-decoration: underline
}
a:link hover{
  color: mediumvioletred;
  text-decoration: underline
}
/* Hovereffekt für Links */
a:hover {
  color: mediumvioletred;
  text-decoration: none;
}
/* besuchte Hyperlinks */
a:visited {
  color: maroon
}
strong {
 text-decoration: bold;
}
b {
 /*  Fett einfärben */
 color: darkred;
 text-decoration: bold;
}
p {
  font-size: 1em;
  color: black;
  text-decoration: none;
}
h1 {
  color: darkred;
  font-size: 1.3em;
  line-height: 1.3;
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
}
h2 {
  font-size: 1.2em;
  color: maroon;
  line-height: 1.2;
  text-indent: 10px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
h3 {
  color: firebrick;
  font-size: 1.1em;
  line-height: 1.1;
  text-indent: 15px;
  margin-bottom: 1px;
  padding-bottom: 1px
  }
h4 {
  color: firebrick;
  font-size: 1.1em;
  line-height: 1.1;
  text-indent: 15px;
  background-image: url("glas-rot.jpg");
  background-repeat: no-repeat;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
h5 {
  color: darkgreen;
  font-size: 1.2em;
  line-height: 1.1;
  margin-bottom: 1px;
  padding-bottom: 1px
  }
h6 {
  color: darkolivegreen;
  font-size: 1.1em;
  line-height: 1.1;
  text-indent: 15px;
  background-image: url("glas-gruen.jpg");
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 1px;
  padding-bottom: 1px
  text-decoration: underline
  }
hr {
  border-style: solid;
  border-color: darkgray;
  width: 100%;
  margin-left: 0px
}
table th, th, tbody {
  padding: 3px;
}
/* --- 1. Hauptcontainer --- */
#mother {
  color: black;
  background-color: #ffc;
  background-repeat: repeat-y;
  text-align: left;
  margin: auto;
  width: 1200px;
  height: auto
}
#logo {
  background-image: url("kopf.jpg");
  background-repeat: no-repeat; z-index: 0;
  width: 1200px;
  height: 220px
}
/* --- 2. Pfadanzeige; Platzierung mit ($path) in index.php --- */
#path {
  color: #b74722;
  font-size: 10px;
  font-family: Georgia;
  padding-bottom: 1px;
  padding-left: 10px
}
/* --- 3. Suchfeld --- */
#searchform {
  float: right;
  width: 250px;
  padding-top: 175px;
}
#searchform fieldset {
  border: none;
}
#searchform #searchfield {
  width: 120px;
  padding: 1px 2px;
  background: floralwhite;
  border: 1px maroon solid;
}
#searchform #searchbutton {
  width: 20px;
  background: palegoldenrod;
  border: 1px black solid;
}
/* --- 4. Menü links --- */
#menu {
  background-position: 0 top;
  margin-top: -20px;
  margin-left: 4px;
  width: 305px;
  float: left
}
#navi {
  background-image: url("navimitte.jpg");
  background-repeat: repeat-y;
  background-position: center 0;
  margin-top: 20px;
  width: 305px;
  float: left
  }
#naviunten {
  background-image: url("naviunten.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 304px;
  height: 60px;
  float: left
}
.rssfeed {
  font-size: 15px;
  font-family: Georgia
}
.rssfeed a {
  font-size: 15px;
  font-family: Georgia;
  text-decoration: none;
  padding-left: 43px
}
.rssfeed a:hover {
  font-size: 15px;
  font-family: Georgia;
  text-decoration: underline;
  padding-left: 43px
}
/* --- 5.  Hauptfeld für Inhalt --- */
#inhalt {
  font-family: Georgia;
  background-repeat: repeat-y;
  margin-top: -10px;
  margin-left: 3px;
  width: 830px;
  float: left
}
#content {
  color: #b74722;
  font-size: 15px;
  font-family: Georgia;
  line-height: 140%;
  background-image: url("contentmitte.jpg");
  background-repeat: repeat-y;
  margin-top: 10px;
  padding-right: 60px;
  padding-left: 15px;
  width: 860px;
  float: left
}
#contentunten {
  background-image: url("contentunten.jpg");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  width: 880px;
  height: 100px;
  float: left
}

/* --- 5.1. 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: 2px;
  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: gray;
  text-decoration: none;
  width: 100%;
}
#topmenu a:hover {
  background-color: lightpink;
  width: 100%;
  color: white;
}
#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: red;
  color: white;
  border-bottom: 0;
}
/* --- 6. Felder unter dem Hauptfeld --- */
#unten {
  width: 1200px;
  height: 25px;
  clear: both
}
#ganzunten {
  font-size: 11px;
  font-family: Georgia;
  text-align: center
}
#randunten {
  padding-bottom: 20px
}
/* Listenstil für Menüeintrag*/
#navi ul {
  list-style-type: none;
  margin-top: 0;
  margin-left: 1px;
  padding-left: 22px
}
#navi ul ul {
  list-style-image: url(reddot.gif);
  padding-left: 30px;
  margin-left: 10px;
}
#navi ul li a {
  color: #b74722;
  font-size: 0.8em;
  font-family: Georgia;
  font-weight: normal;
  background-color: transparent;
  text-indent: 0;
  list-style-type: none;
  display: block;
  margin-top: 1px;
  padding: 4px 4px 4px 20px;
  border-style: none none dashed;
  border-width: 1px;
  border-color: #ffc #ffc #b74722
}
#navi ul ul li a {
  color: #b74722;
  font-size: 0.8em;
  font-weight: normal;
  background-color: transparent;
  text-indent: 0;
  display: block;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  border-top: medium none;
  border-bottom: medium none
}
#navi a:link {
  display: block;
  text-decoration: none;
  width: 200px;
}
#navi a:visited {
  color: darkred;
  text-decoration: none;
  display: block;
  width: 200px
}
#navi a:hover {
  color: firebrick;
  font-weight: bold;
  background-color: transparent;
  display: block;
  width: 200px
}
#navi ul .obermenuhigh {
  color: #b74722;
  font-size: 0.9em;
  font-family: Georgia;
  font-weight: bold;
  background-color: transparent;
  list-style-type: none;
  display: block;
  margin-top: 1px;
  padding: 4px 4px 4px 20px;
  width: 200px;
  border-style: none none solid;
  border-width: 1px;
  border-color: red red #b74722
}
#navi ul ul .submenuhigh {
  color: #b74722;
  font-size: 0.8em;
  font-family: Georgia;
  font-weight: bold;
  background-color: transparent;
  display: block;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  width: 1800px
}
/* normaler Listenstil */
#content ul {
  font-size: 12px;
  margin-left: 0.7em;
  padding-left: 0.7em
}
#content ul ul {
  font-size: 12px;
  list-style-image: url("karo.gif");
  margin-left: 0.7em;
  padding-left: 0.7em
}
#content p a {
  background-repeat: no-repeat;
  display: inline
}
/* Gestaltung des rechts ausgerichteten Kastens */
.kasten {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
  width: 200px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
}
/* Einführungsabsatz */
.lead, .lead p {
  font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size:  0.9em;
  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.9em;
  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.9em;
  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.9em;
  color: #000099;
}
/* Newskasten-Format (ab CMBasic 1.3) */
.boxcover {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
  width: 200px;
  padding: 3px;
}
.box {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 0;
  width: 100%;
  float: right;
  border: solid 1px #b74722
}
.box h3 {
  background-color: #003084;
  background-image: url("kastenhintergrund1.jpg");
  color: white;
  padding: 3px;
  margin-top: 0px;
}
.box div {
 padding: 3px;
}
/* Stilregel für Plugins */
.plugin {
  background-color: white;
  font-size: 1em;
  line-height: 1.3em;
}
/* Stilregel für Frontend-Einloggbereich */
.login {
  background-color: white;
  font-size: 1em;
  line-height: 1.3em;
}
