/* CSS-Datei für Standard-Template von CMBasic
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 */

/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: Arial, Verdana, Helvetica, Geneva, Sans-serif, sans-serif;
  background-color: transparent;
  font-size: 100.01%;
  margin: 0px;
}

/* mother-container, contains logo, navi, content and footer */
#mother {
  text-align: left;
  margin: auto;
  margin-left: 0px;
  max-width: 1400px;
  min-width: 720px;
  width: auto;
  height: 100%;
  border-style: solid;
  border-width: 0px;
  border-color: silver;
  color: black;
  background-color: transparent;
}

/* Container mit dem Logo */
#logo {
  text-align: left;
  height: 209px;
  width: 98%;
  color: black;
  background-color: white;
  background-image: url(bildleiste02.jpg);
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-left: 5px;
/*  margin-bottom: 0px; */
  margin: 0px;
}

/* Hauptüberschrift im Logo-Container */
#logo h1 {
  font-size: 1.1em;
  color: black;
  margin: 0px;
  margin-top: 17px;
  padding-top: 0px;
  padding-left: 18%;
  background-image: none;
}

/* Suchfeld */
#search {
  float: right;
  color: black;
  width: 180px;
  background-color: transparent;
}

/* Innenrand Suchform */
#search form {
  margin: 0px;
}

/* Haupt-Navigationsbereich */
#navi {
  margin-top: 13px;
  margin-left: 2px;
  font-size: 0.7em;
  float: left;
  width: 16%;
  color: black;
  background-color: white;
}

/* Navigationspfad */
#path {
  padding: 2px;
}

/* Inhaltsbereich */
#content {
  float: right;
  width: 82%;
/*  overflow: auto; */
  color: black;
  background-color: white;
  font-size: 0.80em;
  line-height:1.45em;
/*  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver; */
  padding-left: 6px;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um für Hintergrundfarbe weiß zu erzwingen,
wenn für body eine abweichende Farbe definiert wurde */
.plugin {
  background-color: white;
  font-family: Arial, Verdana, Helvetica, Geneva, Sans-serif, sans-serif;
  font-size: 0.85em;
  line-height:1.3em;
}

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

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

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

#hauptmenu ul {
/*  padding-top: 77px;
  padding-left: 5px; */
  margin-top: 85px;
  margin-left: 0px;
/*  border-bottom: 1px solid silver; 18.12.2006 12:59 */
  margin-bottom: 8px;
  padding: 2px;
}

#hauptmenu li {
  display: inline;
  padding: 2px;
}

#hauptmenu a {
/*  padding: 1px 1em; */
  padding: 2px;
  margin-right: 0px;
  color: white;
  text-decoration: none; 
  border-bottom: 0;
}

#hauptmenu a:link {
  text-decoration: none;
  padding: 2px;
}

#hauptmenu a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
  width: 100%;
  padding: 2px;
}
/*
#hauptmenu a:hover {
  background-color: lightgrey;
  width: 99%; 
  color: black;
  padding-left: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
*/
#hauptmenu a:hover {
  background: url(nav_hk_hi.gif) repeat-x;
  width: 99%; 
  color: black;
  padding-left: 2px;
  padding-top: 9px;
  padding-bottom: 9px;
}

#hauptmenu .obermenuhigh {
/*  padding: 1px 1em; */
  padding: 2px;
  margin-right: 0px;
/*  border: 1px solid silver; 18.12.06 13:00 */
  background-color: transparent;
  color: black;
  border-bottom: 0;
}

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

/* Listenstile für Menüeintrag im Navibereich topmenutop, Zusätzliches Menü ganz oben */
#topmenutop {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.8em;
  color: white;
  width: 99;
  padding-left: 5px;
  padding-top: 0px;
  padding: 2px;
  text-align: left;
}

#topmenutop ul {
  padding: 2px;
  padding-left: 5px;
  color: white;
/*  border-bottom: 1px solid silver; 18.12.2006 12:59 */
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

#topmenutop li {
  display: inline;
  padding: 2px;
  color: white;
}

#topmenutop a {
  padding: 2px;
  margin-right: 0px;
  color: white;
  text-decoration: none; 
  border-bottom: 0;
}

#topmenutop a:link {
  text-decoration: none;
  padding: 2px;
/*  margin-left: 0px; */
}

#topmenutop a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
  width: 100%;
  padding: 2px;
}

/*
#topmenutop a:hover {
  background-color: darkred;
  width: 100%;
  color: white;
  padding-left: 5px;
  padding: 2px;
}
*/

#topmenutop a:hover {
  background: url(nav_hk_hi_22.gif) repeat-x;
  width: 100%;
  color: white;
  padding-left: 5px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 9px;
  padding-bottom: 9px;
}

#topmenutop .obermenuhigh {
  padding: 2px;
  margin-left: 0px;
  margin-right: 0px;
/*  border: 1px solid silver; 18.12.06 13:00 */
  background-color: transparent;
  color: black;
  border-bottom: 0;
}

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

/* Listenstile für Menüeintrag im Navibereich
Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
}

#navi ul ul {
  list-style-image: url(nav_bullet_klein.gif);
  padding-left: 15px;
  margin-left: 10px;
  }

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  margin-bottom: 0px;
  padding: 2px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;
}

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

#navi a:link {
  display: block;
  vertical-align: middle;
  color: black;
  text-decoration: none;
/*  width: 140px; */
}

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

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

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
/*  width: 140px; */
  margin-top: 1px;
  padding: 2px 4px 4px 8px;
  font-weight: bold;
  color: black;
  /* background-color: transparent; */
  background-color: lightgrey;
  border-bottom-style: solid;
  border-width: 0px;
  border-color: red;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
/*  width: 130px; */
  margin-top: 1px;
  background-color: lightgrey;
  vertical-align: middle;
  padding: 2px 4px 4px 2px;
  font-weight: bold;
  color: black;
/*   background-color: #FFFFC6; */
  color: #AF1810;
}
/* ENDE Listenstile für Menüeintrag im Navibereich */

/* 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: #0000A0; */
	color: #CD242C;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
/*  background-image: url(verlauf.jpg); */
  background-repeat: repeat-y;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.1em;
  line-height: 1.4;
	color: #CD242C;
  font-weight: bold; 
  background-image: url(nav_bullet.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

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

/* Überschrift 4 */
h4 {
  font-size: 30px;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 1px;
  padding-bottom: 1px;
  color: blue;
}

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

/* 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(nav_bullet_klein.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

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

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

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im Auswahlmenü von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
}

.kasten h3 {
  margin-top: 0px;
}

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

.box {
  font-size: 1.0em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
/* #0000A0; */
}

.box h3 {
  background-color: #CD242C;;
/* #0000A0; */
  color: white;
  padding: 3px;
  margin-top: 0px;
}

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

/* Einführungsabsatz */
.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 */
.rahmen {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em;
  font-weight: bold;
  width: 50%;
 	color: #CD242C;
  background-color : lightgray;
/*  background-color : #EEEEEE; */
  border-style : solid; 
  border-width : 1px; 
  border-color : #CD242C;
/*  border-color : #CD3326; */
  padding : 3px; 
}

/* 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 : 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

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

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

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

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

/* 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;
}

