html, body
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

h1
{ font-size: 22px;
  color: #2D477A;
  line-height: 24px;
  letter-spacing: 0.1em;
}

h2
{ font-size: 20px;
  color: #2D477A;
  line-height: 20px;
}

h3
{ font-size: 18px;
  color: #2D477A;
  line-height: 18px;
}

h4
{ font-size: 14px;
  color: #2D477A;
}

h5
{ font-size: 24px;
  color: #DDDDDD;
}

a:link, a:visited
{ color: #2D477A;
}

a:hover
{ color: #2D477A;
  font-style: normal;
}

a:active
{ color: #CC0000;
}

a img
{ border: none;
}

#Header
{ cursor: default;
}

#Header_Zeile_1
{ color: white;
  font-size: 36px;
  font-weight: 900;
  
}

#Header_Zeile_2
{ color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: Courier New, Courier, monospace;
}

#Userverwaltung input
{ width: 80px;
  height: 25px;
  background-color: white;
  border: 3px solid black;
  font-size: 10px;
  margin: 1px;
  display: block;
}

.Tabelle1
{ border-collapse: collapse;
  border: 3px solid #2D477A;
  margin: 10px 0px;
}

.Tabelle1 thead
{ background-image: url(../IMAGES/wiese.jpg);
}

.Tabelle1 th
{ color: white;
  font-weight: 900;
  font-size: 14px;
  cursor: default;
}

.Tabelle1 td
{ padding: 2px 5px;
  text-align: center;
  border: 1px solid #52662B;
  cursor: default;
}

.Tabelle1 td img
{ padding: 0px 5px;
}

.Tabelle1 .Zeile1
{ background-color: #EEE;
}

.Tabelle1 .Zeile2
{ background-color: white;
}

#Useranzeige
{ font-size: 10px;
  width: 200px;
  color: #FFFFFF;
  text-align: right;
  cursor: default;
}

#Userverwaltung input:nth-child(2)
{ border-bottom-left-radius: 1em;
}

#Userverwaltung input
{ margin: 0px;
  padding: 0px;
}

fieldset
{ border-radius: 7px;
}

legend
{ color: #2D477A;
  font-weight: 900;
}

@media print
{ #Header, #Navigation, #Saisonnavi, #Schnittbereich, #Mannschaftsnavi
  { display: none;
  }
  
  #Content
  { position: absolute;
    top: 0px;
    left: 0px;
  }
}