﻿/*   CSS für WEB-KURS-Kursuebersicht.htm   */

/*   Änderung am 2023-04-03   */
/*   body auf 960px beschrängt   */

/*   Textänderungen am 2023-08-31   */

body { max-width: 960px }

/*   BEGINN   ÜBERSCHRIFTEN	   */	

h2.titel		
				{
				font-family: "Times New Roman", Arial, "Liberation Sans";
				line-height: 150%;
				word-spacing: 0.15em;
				color: #800000;					/*   FARBE   MAROON   */
				}
				
h3.titel		
				{
				font-family: "Times New Roman", Arial, "Liberation Sans";
				line-height: 150%;
				word-spacing: 0.15em;
				color: #800000;					/*   FARBE   MAROON   */
				}

h3.titel-gross	
				{
				font-family: "Times New Roman", Arial, "Liberation Sans";
				font-size: 160%;	
				line-height: 150%;
				word-spacing: 0.15em;
				color: #800000;					/*   FARBE   MAROON   */
				}

h2.titel-1	
				{
				font-family: "Times New Roman", Arial, "Liberation Sans";
				line-height: 150%;
				word-spacing: 0.15em;
				color: #FF7F50;					/*   FARBE   CORAL   */
				}
				
h3.titel-1	
				{
				font-family: "Times New Roman", Arial, "Liberation Sans";
				line-height: 150%;
				word-spacing: 0.15em;
				color: #FF7F50;					/*   FARBE   CORAL   */
				}	

/*   ENDE   ÜBERSCHRIFTEN   */
			

/*   BEGINN   TEXTE   */

p.txt 	
			{ 	
			font-family: Verdana, Arial, "Liberation Sans";
			line-height: 150%;
			color: #000000;					/*   FARBE   BLACK   */
			}
			
span.txtf-black	
			{
			font-family: Verdana, Arial, "Liberation Sans";
			font-weight: bold;
			line-height: 150%;
			color: #000000;					/*   FARBE   BLACK   FETT   */
			}				

p.txt-rot
			{ 	
			font-family: Verdana, Arial, "Liberation Sans";
			line-height: 150%;
			color: #FF0000;					/*   FARBE   ROT   */
			}
				
span.txt-rot
			{ 	
			font-family: Verdana, Arial, "Liberation Sans";
			line-height: 150%;
			color: #FF0000;					/*   FARBE   ROT   */
			}				

span.txtf-rot
			{
			font-family: Verdana, Arial, "Liberation Sans";
			font-weight: bold;
			line-height: 150%;
			color: #FF0000;					/*   FARBE   ROT   FETT   */
			}			

span.txt-coral
			{
			font-family: Verdana, Arial, "Liberation Sans";
			line-height: 150%;
			color: #FF7F50;					/*  FARBE  CORAL   */
			}

span.txtf-coral
			{
			font-family: Verdana, Arial, "Liberation Sans";
			font-weight: bold;
			line-height: 150%;
			color: #FF7F50;					/*   FARBE   CORAL   FETT   */
			}
	
p.sprung	
			{
			font-family: Verdana, Arial, "Liberation Sans";
			}

/*   ENDE   TEXTE   */

			
/*   BEGINN   FOTOS   */			
			
img.foto-RE 	
				{
				margin-left: 10px;
				}			

img.foto-LI		
				{
				margin-right: 10px;
				}			
			
/*   ENDE   FOTOS   */
			
			
/*   BEGINN   TABELLE   NAVIGATION   KOPF   */	

table.nav-tab	
					{		
					border-spacing: 5px;
					padding: 5px;
					}


nav.nav-SF		
					{
					background-color: #fde5cf;		/*   FARBE   CORAL   HELL   */
					position: sticky;
					top: 0;
					width: 100%;
					}

			
td.nav-tab-txt	
					{
					font-family: Verdana, Arial, "Liberation Sans";
					font-size: 130%;
					padding-left: 5px;
					padding-right: 20px;
					}

/*   ENDE   TABELLE   NAVIGATION   KOPF   */
				
			
/*   BEGINN   LINKS   */
				
a:hover		
		{ 
		color: #DC143C; 
		}						/*   FARBE   VIOLET   */

a		
		{
		text-decoration: none;
		}
		

/*   ENDE   LINKS   */


/*	BEGINN   FUSSZEILE   */

footer	
			{
			font-family: Verdana, Arial, "Liberation Sans";
			line-height: 150%;
			background-color: #D3D3D3;		/*   FARBE   LIGHT   GREY   */
			padding-left: 5px;
			}

a.Fuss	
			{
			font-family: Verdana, Arial, "Liberation Sans";
			font-size: 120%;
			line-height: 150%;
			}
		
/*	ENDE   FUSSZEILE   */



