/* cascadig style sheet für die homepage des TuRa Monschau 1904 e.V. */

A:link { text-decoration: none; color: blue; }
A:visited { text-decoration: none; color: purple; }
A:hover { text-decoration: underline; color: navy; }

/*

Farben: TuRa-Rot: "#CC0000"
        Hellgrau für Tabellen o.ä.: #EEEEEE
*/

*
{
  font-family: Tahoma, Verdana, Arial, Lucida, Helvetica, sans-serif;
}
p
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

ul
{ 
  margin-left: 40px;
}

td
{
  background-color: #EEEEEE;
  font-size: 14px;
  border-color: white;
}

td.weiss
{
  background-color: white;
}

td.normaltext
{
  background-color: #EEEEEE;
}

.normaltext_tabelle
{ 
  font-size: 14px;
  background-color: #EEEEEE;
}

table
{
  border-collapse: separate;
  background-color: white;
  padding: 0px;
  empty-cells: show;
  border-style: none;
  border-width: thin;
/*  border-spacing:1px;*/
  border-color: white;
  caption-side: left;
}

table.menu
{
  border-collapse: separate;
  background-color: white;
  empty-cells: show;
  border-style: none;
  border-width: thin;
  border-spacing:0px;
  border-color: white;
  caption-side: left;
}

table.banner
{
  border-collapse: separate;
  background-color: white;
  empty-cells: show;
  border-style: none;
  border-width: thin;
  border-spacing:0px;
  border-color: white;
  caption-side: left;
}

table.normaltext
{
  background-color: white;
}

table.banner
{
  background-color: #CC0000;
}

td.banner
{
  background-color: #CC0000;
}

.seitentitel
{
  font-size: 24px;
  font-weight: bold;
}

.ueberschrift
{
  font-size: 36px;
  font-weight: bold;
  font-stretch: wider;
}

.ueberschrift_weiss
{
  font-size: 36px;
  font-weight: bold;
  font-stretch: wider;
  color: white;
  background-color: #CC0000;
}

p
{
  font-size: 14px;
}

.normaltext
{
  font-size: 14px;
}
.normaltext_klein
{
  font-size: 12px;
}
.normaltext_mittel
{
  font-size: 16px;
}
.normaltext_gross
{
  font-size: 18px;
}
.normaltext_extragross
{
  font-size: 24px;
}

.normaltext_weiss
{
  font-size: 14px;
  color: white;
  background-color: #CC0000;
}

.normaltext_weiss_fett
{
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #CC0000;
}

.menue_klein
{
  font-size: 10px;
}

.navigation
{
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.navigation_klein
{
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.navigation_link
{
  font-size: 14px;
  font-weight: bold;
  color: white;
}

H1
{
  font-size: 28px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 8px;
}

H2
{
  font-size: 24px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 8px;
}

H3
{
  font-size: 20px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 8px;
}

H4
{
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 8px;
}

H5
{
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 8px;
}

H6
{
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 8px;
}


