/* Cascading Style Sheet */
body {
  background: white url('images/body/bgmain.jpg') repeat-y 40% 60%;
  line-height: 14pt;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10pt;
  font-family: arial, sans-serif;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 15px;
  margin-bottom: 60px;
}

/* Formatierungen Layout (grob) */
div#seite {
  background: white;
  color: #1B5A34;
  margin: 30px auto;
  text-align: left;
  width: 900px;
}

div#oben {
  background: url('images/body/header.jpg');
  clear: both;
  height: 180px;
  width: 900px;
}

div#link {
  background: url('images/body/header.jpg');
  clear: both;
  padding: 2px;
  height: 20px;
}

div#gruss {
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;

}

div#links {
  float: left;
  padding: 40px 0 10px 5px;
  width: 420px;
}

div#mitte {
  float: left;
  padding: 40px 0 10px 10px;
  width: 250px;
}

div#rechts {
  float: left;
  margin: 80px 0 10px 14px;
  width: 190px;
}

div#unten {
  background: url('images/body/bgin.jpg');
  clear: both;
  width: 900px;
}

div#linksvorstand {
  float: left;
  padding: 40px 0 10px 5px;
  width: 390px;
}

div#mittevorstand {
  float: left;
  padding: 40px 0 10px 10px;
  width: 280px;
}

div#jugend {
  float: left;
  padding: 40px 0 10px 10px;
  width: 670px;
}

div.breiteganz {
  float: left;
  padding: 40px 0 10px 5px;
  width: 680px;
}
/* Ende Formatierungen Layout (grob) */


/*Anfang sonstige Formatierungen */
img {
 padding: 0 6px 0 0;
}
/*Ende sonstige Formatierungen */


/* Anfang Formatierung Tabelle / Statistik*/
table#tabelle {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #1B5A34;
  border: #1B5A34 0px solid;
  width: 100%;
}

td.statistik {
  background-color: #dddddd;
  text-align: center;
}

td.links {
   text-align: right;
}

table#ahspielplan {
  margin: 10px 0 10px 0;
  font: 1.0em bold;
  color: #1B5A34;
  border: #1B5A34 3px solid;
  width: 100%;
}

th.gray {
  background-color: #bbbbbb;
}

td.silver {
  background-color: #dddddd;
}

td.tomato {
  background-color: tomato;
}

td.aqua {
  background-color: aqua;
}

/* Ende Formatierung Tabelle*/


/* Anfang Schrift-Formatierungen */
h1 {
  color: #1B5A34;
  background: url('images/buttonh1.jpg');
  font-size: 1.2em;
  letter-spacing: 0.05em;
  margin: 13px 0 5px 0;
  padding: 0 0 0 2px;
}

h2.welcome {
  text-align: center;
  line-height: 150%;
  font-size: 2.0em;
}

h2 {
  color: #1B5A34;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  margin: 13px 0 8px 5px;
}

h2.caption {
  color: #1B5A34;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  text-decoration: underline;
  margin: 13px 0 8px 5px;
}

p.text1 {
  text-align: left;
  color: #3d3d3d;
  padding: 0 5px 0 5px;
}

p#banner {
  text-align: center;
  color: #3d3d3d;
  padding: 180px 0 0 0;
}

p.welcome {
  text-align: center;
  margin: 20px;
  line-height: 110%;
  color: #3d3d3d;
  font-size: 1.2em;
}

p#unten {
  color: #3d3d3d;
  font: 0.9em arial, sans-serif;
  padding: 5px;
}
/* Ende Schrift-Formatierung*/


/* Link-Formatierungen Allgemein */
a.a1:hover {
  color: #1B5A34;
  text-decoration: none;
}

a.a1 {
  font-weight: normal;
  color: #969696;
  text-decoration: underline;
}
/* Ende Link-Formatierungen Allgemein */