/* Der Hintergrund*/
body 						{background-color: rgb(255, 255, 255); font-family: Arial, helvetica, sans-serif; color:black; font-size:12pt; margin: 0 }

/*Die Links*/
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}


/*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: 12pt; }
table.inhalt	{ margin-left: 75px; margin-top: 60px; border: 0; height: 59%; width: 400px; vertical-align: top;}
table.trainings	{ width: 400px; }
table.footer {font-size: 90%; margin-top: 60px; margin-left: 45px; }
td.inhalt				{ padding-left: 5px; padding-right: 5px; vertical-align: top; }
td.level        { text-align: center; padding-left:5px  }

/* 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}