/* CSS-Steuerdatei für Template: luefo_template e.V. Förderverein Lüttelforst l*/ 

/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  margin: auto; 
  background-color:#FFFFBB; 
 
}
/* "oben"-Pseudocontainer für Farbabgrenzung im Hintergrund  */
#oben {
  position:relative;
  top:0px;
  height:200px; 
  width: 100.00%;
  margin: auto;
  background-color:#FFFFFF; /* Einfärbung nach Schema: #rrggbb; */
}
/* mother-container, contains logo, navi, content and footer */
#mother {
  text-align: left;	 
  margin:  auto;        /* wichtig bei margin:"inherit" wird der Inhaltsbereich rechtsbündig wie der "body" !! */
  width: 910px;        /* passende Summe/Breite des gesamten Inhalts-Container:navi, content und top; auch für IE 6.0 rechten Rand */
  border-style: solid;
  border-width: 3.5px;  /* Strichstärke der Aussenbegrenzung */
  border-color: #2ABF00; /* Einfärbung der Aussenbegrenzung ursprgl. :#FF8040 = Schema: #rrggbb; hier: abgewandeltes Waldgrün!*/
  border-top-width: 0px;
  margin-top:0.75px;
  color: black;
  background-color: #FFFFFF; 
}

/* Container mit dem Logo */
#logo {
  height: 200px; float:left;
  width:   100.00%;
  color: black;
  background-color: white;
  background-image: url('fruehjahr_2011_gross.jpg');
  background-repeat: repeat-y;
  margin-bottom: 10px;
  
}

/* Suchfeld */
#search {
  float: right;
  color: black;
  width: 220px;
  background-color: transparent;
  margin-top: 5px;
}

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

/* Haupt-Navigationsbereich */
#navi {
  font-size: 0.8em;
  float: left;
  width: 152px;
  color: black;
  background-color: white;
  padding-right:0px; /* Luftkissen für Haupt-Navigationsbereich hinzugefügt */
  margin: auto;

}
/* Inhaltsbereich */
#content {
  float: right;
  width: 555px;
  color: black;
  background-color: white;
  font-size: 0.88em; 
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;
  padding-left: 3px;
}
/*Inhatsbegrenzung für Inhaltseingabe ...?*/
#content table[class=contentpaneopen] {
	width:550px; 
		}
/* Inhaltsbereich: "top" hinzugefügt*/
#top {
  float: right;		/* WICHTIG! "float" für die korrekte Aufteilung des Inhalts in die Spalten: navi, content und top/rechts*/
  width: 160px;
  height:100%;
  color: black;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px; /* Strichstärke der grenze */
  border-left-color: silver;
  padding-left: 2px;     /* Luftkissen für top*/
}
/* Inhaltsbereich: "rechts" hinzugefügt*/
#rechts {

  position:relative; /* float: right; wegen position relative nicht hier nötig!°*/
  width: 160px;
  height:100%;
  color: black;
  background-color: white;
  font-size: 0.75em; 
  line-height:1.36em;/* keine Angaben zu border nötig */
  padding-left: 2px;     /* Luftkissen für rechts*/
}
/* Fußzeile */
#footer {
margin-top:5px;
  width: 100%;
  color: black;
  padding: 2px;
  background-color: transparent;
  clear: both;
}

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

/* Unterschriften/Titel für Bilder */
.mosimage_caption {
 font-size: 0.65em;
}
/* Listenstile für Menüeintrag im Navibereich 
Dieser Abschnitt ist sehr lang */

/* Hauptmenü und Othermenu gestalten (u.a. als Block), allgemein */
#navi a.mainlevel, a.mainlevel_other{
  display: block;
  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;
  text-decoration: none;
}
#navi a.mainlevel_other {
background-color: #eCeCeC;
}
/* hervorheben von Einträge im Othermenu */
#navi a.mainlevel_other{ 
 color:#FF8040; font-weight: bolder; }
/*  */
/* Hauptmenüpunkt und Othermenu: besuchter Link */
#navi a.mainlevel:visited, a.mainlevel_other:visited {
  color: black;
  color: gray;
  text-decoration: none;
}

/* Hover-Effekt, also Hervorhebung beim Darüberfahren beim Hauptmenu */
#navi a.mainlevel:hover {
  display: block;
  background-color: transparent;
  width: 140px;
  color: #AF1810;
}
/* aktiver Link, als während des Anklickens beim Hauptmenu */
#navi a.mainlevel:active {
  color: #CD3326;
  text-decoration: none;
}
/* Hover-Effekt, also Hervorhebung beim Darüberfahren beim Othermenu */
#navi a.mainlevel_other:hover {
  display: block;
  background-color: transparent;
  width: 140px;
  color: #2ABF00;
 }
/* aktiver Link, als während des Anklickens */
#navi a.mainlevel_sub:active {
  color: #0000FB;
  text-decoration: none;
}

/* aktiver, also ausgewählter Hauptmenüpunkt und Othermenu */
#navi #active_menu, #active_menu_other {
  display: block;
  width: 140px;
  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: #2ABF00;
}
#navi #active_menu_other {
background-color: #FFFFC6;
}
/* Untermenüpunkt für Haupt- und Othermenu gestalten, allgemein */
#navi a.sublevel, a.sublevel_other {
  display: block;
  background-image: url('greendot.gif');
  background-repeat: no-repeat;
  text-indent: 10px;
  background-position:   left 50%;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-top-style: none;
  border-bottom-style: none;
  text-decoration: none; padding-left:8px; padding-right:4px; padding-top:4px; padding-bottom:4px
}
#navi a.sublevel_other {
 background-image: url('reddot.gif');} /* hier nur roter Punkt für Untermenu*/
/* besuchter Untermenüpunkt für Haupt- und Othermenu*/
#navi a.sublevel:visited, a.sublevel_other:visited {
  color: gray;
}
/* Untermenüpunkt innerhalb Hauptmenu: Hover-Effekt */
#navi a.sublevel:hover {
  color: #AF1810;
}
/* Untermenüpunkt innerhalb Othermenu: Hover-Effekt */
#navi a.sublevel_other:hover {
  color: #2ABF00; /*grün */
}

/* Untermenüpunkt: aktiver Link */
#navi a.sublevel:active, a.sublevel_other:active {
  color: black;
}

/* ausgewählter, also angeklickter Untermenüpunkt */
#navi a.sublevel#active_menu, a.sublevel_other#active_menu_other {
  list-style-type: none;
  display: block;
  text-indent: 16px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: black;
  background-color: #FFFFC6;
  border-bottom-style: none;
}

/* ENDE Listenstile für Menüeintrag im Navibereich */
/* Trennstrich rechts #top  {
  
  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: #2ABF00;
/* Überschrift 1 gestalten */
h1 {
  color: black;
  font-size: 1.5em;
  line-height: 1.5;
  background-image: url('verlauf.jpg');
  background-repeat: repeat-y;
  padding: 4px
}

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

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

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

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

/* 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: 1em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
}

/* 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;
  width: 90%;
  background-color : #EEEEEE; 
  border-style : solid; 
  border-width : 1px; 
  border-color : #CD3326; 
  padding : 3px; 
}
/* grauer Rahmen mit grünem Rand */
.kasten {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1,25em;
  width: 90%;
  padding : 8px; 
  background-color : silver; 
  border-style : solid; 
  border-width : 2px; 
  border-left-width : 15px; 
  border-color : #2ABF00; 

}

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

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: red;
  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
}
/* Layout der Tabellen, die in Content eingefügt werden*/
 .bertab{width:540px; border:none;
	 page-break-inside:avoid; }

/* freie Klassen für Tabellen im Contente*/
 .th1{ /*  Tabellen-Überschrift nur Schrift */	
  	text-align:left; background-color:#fffffbb;     
  	font-size:11pt; background-color:#FFFFFF; 
	padding-left:2px; letter-spacing:0.01em; 
	width:400px; max-width:100%; 	       
	}
 .td_klein { /*  kleine Zelle der Berichtstabelle=bertab  */
    width:90px;max-width:20%;
	vertical-align:top;     	    
  	font-size:9.0pt; 
	padding-left:1px;        
	}
 .td_gross {   	 /* große Zelle der bertab  */
	width:350px; max-width:50%; 
	text-align:left;  
  	font-size:10.40pt;
	padding-left:1px; vertical-align:top;  
	}
.td_mittel {   	 /* mittelere Zelle der bertab  */
	width:110px; max-width:30%; 
	text-align:left;  
  	font-size:10.40pt;
	padding-left:1px; vertical-align:top;  
	}

 .liste { /*  liste innnerhalb der Berichtstabelle */	
    list-style:circle; 
	background-color: #FFFFFF;
	  }

.fußzeile { /* kleine Fußzeile der bertab  */
 font-size: 8pt;max-height:50%; text-align:right;
 }
