.highlight {
   color: #3163AD;                  /* #3163AD = dunkles blau */	
	/* font-weight: bold; */
}
.site_title {
   color: #3163AD;                 /* #3163AD = dunkles blau */
   font-size: 20px; 
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border: 1px solid red;
	border: none;
}
.first_header {
   font-size: 14px; 
	font-weight: bold;
   margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;  
}
.header {
   font-size: 14px; 
	font-weight: bold;
   margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;  
	border-top: 2px solid #E5EAF2;       /* helles blau */
	border-top: 2px solid silver; 
}
.normal_text {
   margin-top: 0px;         
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;	
	line-height: 1.3em;
}
ul {
   margin-top: 0px; 
	padding-top: 0px;	
}
li {
	list-style-type: square;
	padding-top:3px;
}

.links_table {	
	color: #003399;
	color: black;	
	font-size: 11px;
	padding: 0px;              /* Nur Firefox ! */
	border-collapse: collapse;	/* Alternativen: collapse bzw. separate */
	border: none 1px red;	
}
.table_head {
   /* display: table-header-group; */
	font-size: 11px; 
	font-weight: bold;			
}
.table_body {
    /* display: table-row-group;  */
}
.table_foot {
    /* display: table-footer-group; */
	font-size: 11px; 		
}
th {
	border-bottom: none 1px red;		
}
td {
   padding: 1px;
	border-top: solid 1px silver;
}
.table_link {
   color: #3163AD;               /* #3163AD = dunkles blau */
	color: #003399;
	text-decoration: none;
}
.table_link:hover {	
   text-decoration: underline;	
}