/* 
LENE Styles für statischen Seiten

   Version 1       -    15.04.2005
   Version 2       -    15.11.2005   
   tcafini@gmx.net
*/

/* ALLGEMEINE TAG STYLES */

/* Überschrifte noch wenig verwendet*/
h1 { 
   font-size: 13pt; 	
   font-weight: bold; }

h2 { 
   font-size: 12pt; 
   font-weight: bold; }

h3 { 
   font-size: 12pt; }

h4  { 
   font-weight: bold; }

h5 { 
   text-transform: none; }

h6 { 
   font-style: italic; }
/* Body Formatierung Allgemein*/
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000099;
  	background-color: #FFFFD0; 
   font-size: 24pt;
   }
/* Linksformatierungen*/
 /*allegeim*/
a { 
	text-decoration: none; }
/*Wenn maus über link geht*/
a:hover { 
	color: red; 
	text-decoration: underline; 
   }
/* 
      Spezifische Formatierungen 
*/

/*Seitenkopf*/
.seitenkopf{ 
   margin-top :40px;  
   margin-bottom :30px;  
}

/*
   Tabelle für die Teilung zwischen Menue und Text
*/
table.tabelle_dokument   {
   width :980px;
   text-align :left;
   padding : 2px 2px 2px 2px;
   float :left;
   }
td.spaltentext {
   padding-left :40px;
   text-align :left;
/*   font-size: 11pt;*/
   vertical-align :top;
}      
td.spaltemenue {
   width: 160px;
   vertical-align :top;
}
td.normaleZelle {
/*Zelle einer Tabelle ohne besondere Formatierungen*/
   width : 25%;
   text-align :left;
   vertical-align : middle;
}  

/*Formatierung für Textspalten*/  
.text_1{ 
/* etwas größerer Text = Fett*/
   font-weight :bold;
   line-height :150%;
}
.text_2{
/* größer Text = fetter */
   font-weight: bold; 
   font-size: 13pt;
}
.text_max {
/* Maximale Größe in CSS auf homepage */
   font-size: 20pt;
   font-weight: bold;
}
.lenePunkt   {
/*Roter Punkt in Lene Logo: 150 % als andere Schrift*/
   color:#cc0000;
   font-size :150%;
}
.TextEinzug { 
/*Einzug und höhere Zeilen*/
   margin-left : 30px;
   line-height : 25px;
}
.NurTextEinzug { 
/*Nur Einzug */
   margin-left : 30px;
}
.roter_schrift {
/* in Kontakt, Links und Download Seite */
   color:#cc0000;
   font-style :italic;
}
.bildertext{ 
/* etwas größerer Text = Fett*/
   font-weight : 100;
/*   line-height :150%;*/
   font-style :italic;
}

a.sammlung {
/* Blaue linksfarbe*/
   color : #000098;
   font-weight :bold;
   font-size: 13pt;
}

/*Tabelle mit Termine*/

table.termine  {
   border : 2px solid #989898; 
   background-color :#989898;
   width :90%;
}
th.termine {
/*   border : 4px solid #989898; */
   background-color : #FFFFD0; 
   font-weight :bold;
   font-style :italic;
   text-align :center;   
   padding :5px 5px 5px 5px;
}
th.datum_termine {
/*   border : 4px solid #989898; */
   background-color : #FFFFD0; 
   font-weight :bold;
   font-style :italic;
   text-align :center;   
   padding :5px 5px 5px 5px;
   width : 150px;
}

td.termine {
   background-color : #FFFFD0;
   vertical-align : top;
   text-align :left;
   padding-left :5px;
   padding-right : 5px;
   font-weight :bold;
   padding-top :5px;
   }

/* Tabelle für Überblick Lernheineiten */   
table.ueberblick  {
   border : 2px solid #000000; 
      width :90%;
}
td.ueberblick {
   vertical-align : top;
   text-align : left;
   padding-left :5px;
   padding-right : 5px;
   padding-top :10px;
   padding-bottom : 20px;
   font-size: small;
}


/*Menuespalte Formatierung */     
a.menue {
/*Menuelink*/
   color:white; }
 table.menue {
/*Farbe der Menue teil */ 
  background-color: #006498;
  font-size: 12px;
  text-align: left;
  color : white;
}   
td.menue_titel {
/* Erste Spalte in Menue: Schwarze Schrift */
  background-color: #000000; 
}
td.menue_eintrag {
/*Menue Einträge Formatierung*/ 
   line-height : 2em;
   padding-left : 35px;
}

td.menue_aktuell {
/*Formatierung für aktueller Menuepunkt*/
   line-height : 2em;
   padding-left : 35px;
   color: #FF6800;
}

td.untermenue {
/* Formatierung für Untermenue Einträgen */
   padding-left : 15px; 
   font-size: 12px;
   text-align: left;
   color : white;
   line-height : 1em;
   }
td.untermenue_aktuell {
/* Formatierung für Untermenue Einträgen */
   padding-left : 15px; 
   font-size: 12px;
   text-align: left;
   color : white;
   line-height : 1em;
   color: #FF6800;
   }      

/*Letzte Zeile mit link zum Seizenangeng */
table.zum_anfang { 
   border-top : solid #58A400;  
   text-align :left;  
   font-size: 8pt;
   line-height :11pt;
   border-top-width : 1px;
   margin-top :50px;
   width :100%;
}

a.zum_anfang:visited, a.zum_anfang:link, 
a.zum_anfang:hover, a.zum_anfang:active, 
a.zum_anfang:focus {
   font-size: 8pt;
   line-height :11pt;
   color :#000099;
}



