/* 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, Helvetica, sans-serif;
    font-size: 1.0em;
/*  background-color: #E9E9E9;
  background-color: #1B1B1B;*/
	background-color: #999999;
	background-image: url(mainback.jpg); 
	background-repeat: repeat-x;
	background-attachment: fixed;
  color: #F0F8FF;
/*  font-size: 100.01%;*/
  margin: 0px;
}

/* mother-container, contains logo, navi, content and footer */
#mother {
  text-align: left;
  margin: 0px auto auto auto;
  width: 800px;
  background-image: url(hg.png);
  background-repeat: repeat-y;
  background-color: #cccccc;
}

/* Container mit dem Logo */
#logo {
  text-align: left;
  height: 160px;
  width: 100.01%;
  color:gray;
  background-color: transparent;
  background-image: url(logo.png);
  background-repeat: no-repeat;
}

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

/* Suchfeld */
#search {
  float: left;
  color: gray;
  width: 120px;
  background-color: transparent;
  margin-top: 5px;
  font-size: 0.84em;
}

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

/* Haupt-Navigationsbereich */
#navi {
  font-size: 0.8em;
  clear: both;
  float: left;
  width: 20%;
  color: #F5F5F5;
  background-color: transparent;
  margin-top: -125px;
}

/* Navigationspfad */
#path {
  float: left;
  font-size: 0.7em;
  line-height:0.9em;
  padding-left: 5px;
  padding-top: 200px;
}

#background{
background-image: url(content_hg.png);
background-position: top;
background-repeat: no-repeat;
height: 188px;
}

/* Inhaltsbereich */
#content {
  float: right;
  width: 75%; 
  color: black;
  font-size: 0.84em;
  line-height:1.45em;
  padding-left: 0px;
  background-color: transparent;
  margin-top: -135px
}

/* 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: transparent;
  font-size: 1em;
  line-height:1.3em;
}

/* Fußzeile */
#footer {
  color: #F0F8FF;
  background-color: transparent;
  clear: both;
/*  background-image: url(footer.png);
  background-repeat: no-repeat;
  height: 27 px;
  width: 100.01%;
  padding-bottom: 100px;
background-position: center;
  margin-top: 5px;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;*/
}

#footer div {
  font-size: 0.7em;
  text-indent: 10px;
  padding-top: 50px;
  padding-left: 40px;
}

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

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

#topmenu li {
  display: inline;
}

#topmenu a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid gray;
  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: red;
  width: 100%;
  color: white;
}

#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid gray;
  background-color: black;
  color: gray;
  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;
  /*text-indent: -3px;*/
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 0px;
}

/*
  #navi ul ul {
  padding-left: 5px;
  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: gray;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: gray;
}
#navi ul ul {
  list-style-type: none;
  list-style-image: url(arrow.png);
  /* background-image: url(arrow_menu.png); */
  background-repeat: no-repeat;
  background-position: 0.6em;
  padding-left: 10px;
  margin-left: 10px;
  }


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

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

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

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

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 130px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: #F4A022;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #F4A022;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 130px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: #F4A022;
  background-color: transparent;
}
/* 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: #F4A022;
  font-size: 1.8em;
  line-height: 1.8em;
  margin-top: 10px;
  padding: 0px;
  background-image: url(reddot.gif);
  background-repeat: no-repeat;
  background-position: left;
  text-indent: 0px;
  margin-left: 0px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.1em;
  line-height: 1.4em;
  background-image: url(arrow3.png);
  background-repeat: no-repeat;
  text-indent: 15px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
  margin-left: 3px;
  color: #F4A022;
}

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

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

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

/* Tag b zusätzlich einfärben */
b {
 color: gray;
}

/* Zeichenformat strong */
strong {
 color: gray;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  padding-left: 1px;
  text-indent: 10px; 
  font-size: 1em;
  line-height: 1.4em;
  margin-left: 0.7em;
  padding-left: 0.7em;
  color: gray;
  clear: both;
}

/* Hovereffekt für Links */
a {
	color: Gray;
}
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 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: gray;
  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: 0.9em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  color: gray;
}

.box h3 {
  background-color: #000000; 
  color: gray;
  padding: 3px;
  margin-top: 0px;
}

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

/* Einführungsabsatz */
.lead, .lead p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  text-indent: 0px;
  color: black;
  background-color: transparent;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 1em;
  width: 90%;
  background-color : black; 
  border-style : solid; 
  border-width : 2px; 
  border-color : silver; 
  padding : 3px; 
  color: white;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
  font-family: 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; 
  color:gray;
}

code, .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#trenner {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  width: 370px;
  margin-left: 0px;
  text-align: left;
}

hr {
  border: 1px dashed silver;
  width: 95%;
  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 ul li{
  display: inline;
  padding-left: 30px;
  background-image: url(arrow2.png);
  background-repeat: no-repeat;
  color:gray;
  text-indent: 30px; 
}

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