body, html, form {
  font-family: Arial, Tahoma, Verdana, Garamond;
  font-size: 10pt;
  margin: 0;
}

body {
  background: url(../images/general/bg.gif);
}

div.corner {
  background: #009910;
  height: 21px;
  width: 21px;
  position: fixed;
  left: 0px;
  z-index: 1;
}

/*-----------------------------START Seitenkopf-----------------------------*/
div#head {
  background: #009910;
  border-bottom: 1px solid #000;
  color: #FFF;
  font-size: 9pt;
  font-weight: bold;
  height: 18px;
  padding-top: 2px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
}

div#head a {
  color: #FFF;
  margin-left: 25px;
  text-decoration: none;
}

a.abt {
  color: #000;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 9pt;
  font-weight: bold;
  margin-top: 55px;
  margin-left: 25px;
  padding-top: 65px;
  width: 90px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
}

a.abt.aktiv {
  border-bottom: 5px solid #009910;
}

a.badminton, a.badminton2:hover {
  background: url(../images/general/badminton_logo_klein.gif) no-repeat center 5px;
}

a.badminton2 {
  background: url(../images/general/badminton_logo_klein2.gif) no-repeat center 5px;
}

a.tennis, a.tennis2:hover {
  background: url(../images/general/tennis_logo_klein.gif) no-repeat center 5px;
}

a.tennis2 {
  background: url(../images/general/tennis_logo_klein2.gif) no-repeat center 5px;
}

a.leichtathletik, a.leichtathletik2:hover {
  background: url(../images/general/leichtathletik_logo_klein.gif) no-repeat center 5px;
}

a.leichtathletik2 {
  background: url(../images/general/leichtathletik_logo_klein2.gif) no-repeat center 5px;
}

a.judo, a.judo2:hover {
  background: url(../images/general/judo_logo_klein.gif) no-repeat center top;
}

a.judo2 {
  background: url(../images/general/judo_logo_klein2.gif) no-repeat center top;
}

a.turnen, a.turnen2:hover {
  background: url(../images/general/turnen_logo_klein.gif) no-repeat center 5px;
}

a.turnen2 {
  background: url(../images/general/turnen_logo_klein2.gif) no-repeat center 5px;
}

a.volleyball, a.volleyball2:hover {
  background: url(../images/general/volleyball_logo_klein.gif) no-repeat center top;
}

a.volleyball2 {
  background: url(../images/general/volleyball_logo_klein2.gif) no-repeat center top;
}

a.abt:hover {
  border-bottom: 3px solid Red;
}

a.abt:hover img {
  border: 1px solid #000;
}

div#logo {
  float: left;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 2px;
}

div#headline {
  float: left;
  font-size: 8pt;
  font-weight: bold;
  margin-top: -8px;
  margin-left: 35px;
}


/*-----------------------------START Linker Rand-----------------------------*/
div#left {
  background: #009910;
  border-right: 1px solid #000;
  height: 100%;
  width: 20px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
}


/*-----------------------------START Navigationsbereich-----------------------------*/
div#navi {
  border-top: 1px solid Red;
  border-right: 1px solid Red;
  float: left;
  font-size: 9pt;
  height: 420px;
  margin-left: 30px;
  padding-top: 10px;
  width: 120px;
}

div#navi a {
  color: #000;
  display: block;
  line-height: 25px;
  padding-left: 5px;
  text-decoration: none;
}

div#navi a.aktiv {
  background: #009910;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #FFF;
  font-weight: bold;
  line-height: 23px;
}

div#navi a:hover {
  background: Red;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #FFF;
  font-weight: bold;
  line-height: 23px;
}

div#navi img.navilogo {
  display: block;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 20px;
}


/*-----------------------------START Seiteninhalt-----------------------------*/
div#inhalt {
  border-top: 1px solid Red;
  float: left;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 40px;
  width: 645px;
}

h3.title {

}

div#inhalt a {
  font-weight: bold;
}

div#inhalt p {
  text-align: justify;	
}

/*--ENDE Seiteninhalt--*/


/*--START Seitenfuss--*/
div#bottom {
  background: #009910;
  border-top: 1px solid #000;
  color: #FFF;
  font-size: 9pt;
  font-weight: bold;
  height: 18px;
  padding-top:2px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

div#bottom a{
  color: #FFF;
  margin-left: 25px;
  text-decoration: none;
}


/*-----------------------------START Generelle Elemente-----------------------------*/
a img {
  border: none;
}

.click {
  border: none;
  cursor: pointer;	
}

div.erfolg {
  color: Blue;
  font-weight: bold;
  margin:	0 auto;
  padding: 10px;
  text-align: center;
}

div.fehler {
  color: Red;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

div.name {
  margin-top: 5px;
}

div.seiten {
  padding-top: 10px;
  text-align: center;
}

div.seiten a, span {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 3px;
  padding-right: 3px;
}

div.seiten a.seite:hover {
  background: #FF2233;
  color: #FFF;
}

div.telefon {
	
}

div.titel {
  font-weight: bold;
}

.untertitel {
  font-size: 9pt;
  font-weight: bold;
  line-height: 130%;
  text-align: center;	
}

div#vorschau {
  line-height: 120%;
  text-align: justify;	
}

input.button {
  background: AliceBlue;
  border: 1px solid LightsteelBlue;
}

input.text, select.text, textarea.text {
  border: 1px solid Aqua;
  font-family: Courier;
  font-size: 9pt;
}

p.sep1 {
  border-bottom: 1px solid Red;
  width: 780px;
  height: 1px;
  margin-left: 30px;
}

p.sep2 {
  border-top: 1px solid Red;
  padding-top: 8px;
  width: 100%;
}

span.close {
  cursor: pointer;
  float: right;
  margin-top: -6px;
  margin-right: -2px;
  padding: 2px;
}

span.close:hover {
  font-weight: bold;	
}

ul.downloads li {
  margin-bottom: 10px;
}

.foto {
  border: 1px solid Gray;
}

.links {
  float: left;
  margin: 10px 10px 10px 0px;	
}

.mittig {
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rechts {
  float: right;
  margin: 10px 0px 10px 10px;
}

.seiten a {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 3px;
  padding-right: 3px;	
}

.seiten a:hover {
  background: #009910;
  color: #FFF;
}

/*-----------------------------START Tabellen-Elemente-----------------------------*/
table.berichte {
  margin-left: 50px;
  width: 80%;
}

table.berichte td {
  vertical-align: top;
}

table.berichte td img {
  margin: 0 auto;
  margin-top: 10px;
}

table.data {
  background: AliceBlue;
  border: 1px solid Aqua;
  padding: 2px;
}

table.data td {
  height: 25px;
}

table.data tr.highlight {
  background: Aqua;
  font-style: normal;
  font-weight: normal;
}

table.ergebnisse tr.termin:hover {
  border: 1px solid #FF0000;
}

table.kontakt td {
  line-height: 25px;	
}

table.mannschaften {
  margin-left: 50px;
}

table.mannschaften td {
  vertical-align: top;
}

table.mannschaften td img {
  margin: 0 auto;
  margin-top: 10px;
}

table.data, table.ergebnisse, table.kontakt, table.legende, table.termine, table.training {
  width: 100%;	
}

tr.highlight {
  background: #DCDCDC;
  font-style: italic;
  font-weight: bold;
}

table.vorstand {
  width: 100%;	
}

table.vorstand td {
  line-height: 110%;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: top;
}

table.vorstand td div.bild {
  margin: 0 auto;
  margin-bottom: 5px;
  height: 90px;
  width: 90px;
}

tr {
  line-height: 20px;
}

th {
  background: #009910;
  color: #FFF;
  padding: 2px;
  text-align: left;	
}

tr.sep td {
  border-top: 1px dotted #009910;
  line-height: 23px;
  padding-top: 2px;
}

td.info {
  background: #FFF;
  border: 1px solid Red;
  padding: 5px;
  text-align: left;
}


/*-----------------------------START Gästebuch-Elemente-----------------------------*/
div.eintrag {
  margin-bottom: 30px;
  width: 100%;
}

div.gbname {
  background: #009910;
  border-top: 2px solid #000;
  color: #FFF;
  font-size: larger;
  font-weight: bold;
  line-height: 25px;
  padding-left: 10px;
}

div.gbzeit {
  background: #009910;
  color: #FFF;
  line-height: 18px;
  padding-left: 25px;
}

div.gbtext {
  border-bottom: 1px solid #000;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
