/* ===================================
Stylesheet für "Bittern-Leuchten"  
 
Stand: Gestaltung  
Datei: texte.css 
=================================== */
/* Sternchen-Hack, hasLayout für IE5x. und 6 */ 
*+html #navibereich { height: 1%; }



body   { font-family: Verdana, Arial, Helvetica, sans-serif; 
		 font-size: 11px; 
	     background: #ececec;}
		
td,tr   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

h1   { font-size: 12px; color: #333333; }
h2   { font-size: 12px; color: #333333; font-style: italic;}
h3   { font-size: 18px; color: #333333; }
h4   { font-size: 16px; color: #333333; }
h5   { font-size: 12px; color: #333333; }
h6   { font-size: 9px; color: #333333; }

.small_font   { font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		color: #333333; 
}
.small_i   { font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		font-style: italic;
		color: #333333; 
}
.b    { font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333333; 
}
.b_kl { font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #333333; 
}		
.i    { font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px ;
		font-weight: bold;
		font-style: italic;
		color: #333333; 
}
.i_kl { font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px ;
		font-weight: bold;
		font-style: italic;
		color: #333333; 
}
.table_title { font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333333; }

.table_title2 { font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #333333; }

.table_title_i { font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
		color: #333333; }

.table_title_i2 { font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		color: #333333; }

.table_1 {
 /* position: relative; */
  width: 80%; 
  border-collapse: collapse;  /* separate */      
  color: black; 
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
/*   border: 1px solid #cedee6; */  
}
.table_caption {
  font-weight: normal;
  text-align: center; 
  color: black; 
  margin-top: 10px;
  margin-left: 2px; 
  margin-right: 2px;
  margin-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px; 
/*   border-top: 1px solid #cedee6; */  

}
.table_1 th, table_1 td {
  margin: 10px;
  padding: 5px; 
  text-align: center; 

}
.thead {
  background-color: #c8cdd2;
  color: black; 
}
 	
.tr:hover {
  background-color: #CEDEE6;
  color: black; 
} 
		
.text  {font-size: 11px;
		color: #333333;
		line-height: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;}

.lesen {font-size: 11px;
		color: #333333;
		line-height: 18px;
		font-family: Verdana,Arial,Helvetica;}

p,li,ul   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
ul         { list-style-type: square; }
			 				
.td_kopf   { height: 60px; }

.td_kopf2   { height: 20px; }

hr   { color: #CEDEE6; }

a:link {
	text-decoration: underline; color: #000000; font-size: 11px; 
}
a:active {
	text-decoration: underline; color: #cc0000;
}
a:visited {
	text-decoration: underline; color: #660099; font-size: 11px; 
}
a:hover {
	text-decoration: none; color: #cc0000; font-size: 11px; 
}

/* margin-bottom für Überschriften, Absätze, Listen etc. */
h1, h2, h3, h4, h5, h6, 
p, blockquote, address, pre, 
ul, ol, dl, table {
   margin-bottom: 0.1em;
}

/* Zitate einrücken */ 
blockquote { margin: 1em 2em; } 

/* Alle Listen etwas einrücken */
ul, ol, dl { margin-left: 1em; }

/* Listenelemente etwas mehr einrücken */
li { margin-left: 1em; } 

/* Definitionen in Definitionslisten noch mehr einrücken */
dd { margin-right: 0.2em; margin-left: 0.2em; }

/* Verschachtelte Listen ohne Außenabstand oben/unten */
ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
   margin-top: 0;
   margin-bottom: 0;
}

/* Aufzählungszeichen für Listenkisten */

/* Ebene 1 - ul: disc (ausgefüllter Kreis); ol: Dezimalzahlen  */
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

/* Ebene 2 - ul: disc (ausgefüllter Kreis); ol: kleine Buchstaben */
ul ul { list-style-type: circle; }
ol ol { list-style-type: lower-alpha; }

ul ol { list-style-type: decimal; }
ol ul { list-style-type: square; }

/* Ebene 3 - ul und ol mit square (ausgefülltes Rechteck) */
ol ol ol, ol ol ul, ol ul ul, ol ul ol,
ul ul ul, ul ul ol, ul ol ol, ul ol ul {
   list-style-type: square;
} 
