/* Css file mit globalen Style fuer die Website TV Bad Bergzabern 						*/
/* der pfad bei Ionos ist: sftp://acc1908042671@home128605905.1and1-data.host/SD-Fitness/WP-SD-Fitness/CSS		*/
/* also href="http://tv-badbergzabern.de//SD-Fitness/WP-SD-Fitness/CSS   				*/
/* der filename lautet: Css_SD_FN														*/
/* Eingebunden wird dieses file im Head des html files 									*/
/* oder falls die absolute adresse per https angesprochen wird 							*/
/* 
<head> 
	<link rel="stylesheet" href="https://fitness.tv-badbergzabern.de/CSS/filename.css" >
	
	sftp://acc1908042671@home128605905.1and1-data.host/SD-Fitness/WP-SD-Fitness/CSS/Css_SD_FN.cssfitness.tv-badbergzabern.de 
	
	! das VZ  fitness.tv-badbergzabern.de adressiert sftp://acc1908042671@home128605905.1and1-data.host/SD-Fitness/WP-SD-Fitness
	SD-Fitness/WP-SD-Fitness ist das Subdomainverzeichnis zugeordnet !!!!	
	Damit wird das Css File darin unter fitness.tv-badbergzabern.de/Css/ alle css files darin!
</head>	
*/	



/* Style Fitness Subdomain - Level I					*/
/* Style der Headline im Textblock - Level I		*/

.Kursbesch_FG {  
		padding: 2px 2px 2px 2px; 
		font-weight: normal;
		color: black;
		font-style: normal; /* optione sind: italic, oblique, oblique mit Winkel wie zB 15deg; */
		font-size: 2rem;
		/* font-size: 200%; */
		line-height: 1.5;
} 
		
.Kurs_FG_betont {
		
		padding: 16px 2px 16px 2px;
		font-size: 2rem;
		font-weight: bold;
		/* font-style: italic; */
		font-style: oblique 20deg;
		/* ist italic */
		color:#5f05ac; /* violett ton */
	}
	
.Kurs_FG_FussNote {
	padding: 16px 2px 16px 2px;
		font-size: 2rem;
		font-weight: bold;
		font-style: normal;		
		color: red; /*  */
}

.BS_UEL_FG {
				 
				 color: blue;
                 font-size: 1rem;
                 font-size: 120%;
                 font-weight: normal;
                 line-height: 1.5;
}
		 
#BS_UEL_HVH {
				font-weight: bold;
				font-style:  italic;
}

#HL-Text-FG1 {
		padding-top: 5px;
		padding-left: 5px;
		color: blue;
		font-size: 1rem;
		font-size: 140%;
}
	
#HL-Text-FG2 {
		padding-top: 5px;
		padding-left: 5px;
		color: blue;
		font-size: 1rem;
		font-size: 120%;
}

.GebuehrenBlockFG {
		   color: black;
		   font-size: 1.6rem;
		   line-height: 1.5; 
		   padding-left: 0.5em;
}
	   
.GebuehrenBlockFG  a {
	font-style: italic; 
	color: black; 
	text-decoration: none; 
	font-weight: bold;
} 
.GebuehrenBlockFG  a:hover {color: blue; text-decoration: none;}
.GebuehrenBlockFG  a:visited {color: green; text-decoration: none;} 
.GebuehrenBlockFG  a:active {color: red;  background-color: lightgreen;} 

.GebuehrenBlockFGeM {font-weight: bold;}
   
		


