/* Css file mit globalen Style fuer die Website TV Bad Bergzabern 									*/
/* Die Ablage erfolgt in VZ 																		*/
/*  sftp://acc1908042671@home128605905.1and1-data.host/TV-BZA-1882/WP-TV-BZA/StyleFiles/Css_BKB.css */
/* also href="http://tv-badbergzabern.de/StyleFiles/Css_BKB.css"  									*/
/* 																									*/
/* Eingebunden wird dieses file im Head des html files 												*/
/* oder falls die absolute adresse per https angesprochen wird 										*/
/* 
<head> 
	<link rel="stylesheet" href="http://tv-badbergzabern.de/StyleFiles/Css_LAL.css"  >
</head>	
*/	
		

/* Style Leichtathletik - Level I					*/
/* Style der Headline im Textblock - Level I		*/

.tableLALHL {
                  display: table;
                  color: blue;
				  font-size: 1rem;
		          font-weight: 700;
				  line-height: 1.5rem;
				  font-size: 150%;
				  margin-bottom: 10px;
				  /* schaffe kleinen Abstand danach **- also zum  achfolgenden Text */
			}
			
/* Style vom Text im block - Level I				*/
                     
.tableLAL 	{
                  display: table;
                  color: blue;
                  /* font-size: 100%; */
                  font-weight: normal;
				  line-height: 1.5;
                  padding-top: 10px;
				  font-size: 120%;
				  /* font-size: ist 1 rem und davon 120 % */
			}
			
.LAL_Highlight 	{
                  color: blue;
				  font-weight: bolder;
				  font-style: normal; /* normal, italic, oblique, */
				  line-height: 1.5;
                  padding-left: 0px;
				  /* margin: 10px; */
				  font-size: 200%;
				  /* font-size: ist 1 rem und davon 120 % */
				  /* 
				  text-decoration: underline;				  
				  text-decoration-color: red;				  
				  text-underline-offset: 5px;
				  text-decoration-thickness: 4px;
				  */
				  text-transform: uppercase;
				  
				  
				  
				  
}
.ws_mehrspaltig_LAL_Motto {  
		columns: 2 8em;  
		column-gap: 25px;
		hyphens: auto; 
		padding: 5px 20px 20px 20px; 
		font-weight: normal;
		line-height: 2.7rem;
		color: blue;
		font-size: 2rem;
} 
.LAL_Highlight 	{
                  color: blue;
				  font-weight: bolder;
				  font-style: normal; /* normal, italic, oblique, */
				  line-height: 1.5;
                  padding-left: 0px;
				  /* margin: 10px; */
				  font-size: 200%;
				  /* font-size: ist 1 rem und davon 120 % */
				  /* 
				  text-decoration: underline;				  
				  text-decoration-color: red;				  
				  text-underline-offset: 5px;
				  text-decoration-thickness: 4px;
				  */
				  text-transform: uppercase;
				  
				  
				  
				  
}
.TextAbspannLAL {
                  font-size: 1rem ;
		          font-size: 100% ;
                  font-weight: normal;
	}
		 
	#Text_LAL_Rot { 
		color: #fc0836;
		font-weight: 700;
		}
	
    #Text_LAL_blau { 
		color: #0c0bfd ;
		padding-top: 10px ;
		line-height: 18px ;
		
		}
	    
	
	
			
			




