/* Der Hintergrund*/
body 						{background-color: rgb(0, 121, 197); font-family: Arial, helvetica, sans-serif; color:white; font-size:90%; margin: 0 }

/*Die Links*/
mini             {font-weight:normal; font-size:75%; text-align: left }
a:link           { font-weight:bold; color: white; text-decoration:none } 
a:visited      { font-weight:bold; color:silver; text-decoration:none }
a:hover       {                              color:red; text-decoration:none }
a:active       { font-weight:bold; color:red; text-decoration:underline }
a:focus        { font-weight:bold; color:red; text-decoration:underline }
/*für die Kurse*/
a.kurs					{font-weight:normal}

/*Sitemap*/
a:visited.site {color: white; }
a:hover.site  {color: white; }
a:active.site  {color: white; }
a:focus.site  {color: white; }


/*Die Inhaltsanzeige*/
div.inhalt 		{ z-index: 1; margin: 40px; margin-top: 60px; margin-left: 75px; min-height: 67%; width: 400px;  }
div.footer		{ z-index: 2; position: relative; margin-top:20px; height: 40px; width: 580px; text-align: center; font-size: 90%; }

/*Die Tabelle */
table            { font-size: 90%; }
table.sitemap { border: 0; height: 0; padding: 0; font-size: 75%; margin-top: 5px}
table.inhalt	{ margin-top: 40px; border: 0; height: 59%; width: 480px; vertical-align: top;}
table.trainings	{ width: 400px; }
table.footer {font-size: 90%; margin-top: 60px; margin-left: 45px; }

table.preis    { width: 100%; font-size: 90%; border: 0; text-align: center; border-color: yellow; border-collapse: collapse}

td.inhalt				{ padding-left: 5px; padding-right: 5px; vertical-align: top;}
td.level        { text-align: center; padding-left:5px; }
td.preis        {text-align: right; padding: 8;}
td.unten        { border-bottom: solid; border-width: 2px; border-color: white; padding-right: 8;}
td.untenduenn       { border-bottom: solid; border-width: 1px; border-color: white; }
td.rechts         {text-align: right; } 



/* besondere Schrifttypen */
h1                { font-size: 100%; font-weight: bold;}
font.nav				{ font-size: 80%; font-weight: bold; }

/*Sonstiges*/

hr								{ color: white; height: 1px; border: 0px;} 
p									{text-align: center;}
legend         {color: white; }