/*Alle Browsereinstellungen löschen BLACK EDITION*/
* {
  margin: 0;
  padding: 0;
} 

/*allg. Schrift- und Seiteneinstellungen*/
body {
  font-family: verdana, sans-serif;
  color: #fff;
  font-size: 11px;
  margin:0px auto;
  width:900px;
  background: #003a7b url(../img/bg.gif) top center repeat-y;
  text-shadow: 1px 1px #000;
}

/*Links*/
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

/*-------------------*/
/*Navigation*/
/*Menü Formatierung*/
div#menu {
  clear: left;
  float: left;
}

ul {
  background-color: #003E85;
  color: #fff;
  list-style-type: none;
  left: 5px; top: 10px;
  width: 125px;
  border: 1px solid #014DA2;
  padding: 5px 10px 7px;
}
ul.menu-saisons-fotos {
  margin: 0px 10px 0px 0px;
}
ul.menu-saisons-videos {
  margin: 10px 10px 0px 0px;
}
ul.menu-letztes-spiel {
  margin: 10px 10px 0px 0px;
}
ul.menu-googlelinks {
  margin: 10px 10px 0px 0px;
}
ul.menu-diverses {
  margin: 10px 10px 0px 0px;
}
ul.menu-stadionbau {
  margin: 10px 10px 0px 0px;
}

/*-------------------*/
/*Inhalt*/
div.inhalt {
  width: 715px;
  left: -1px; top: -165px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 13px;
  border: 1px solid #014DA2;
  float: right;
  background-color: #003E85;
}

div.inhalt-fb {
  width: 653px;
  left: -1px; top: -215px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 13px 10px 80px;
  border: 1px solid #014DA2;
  float: right;
  background-color: #003E85;
}

/*-------------------*/
/*Bild Impressum*/
img#impressum {
  margin-bottom: 6px;
  margin-top: -1px;
}

/*-------------------*/
/*Absatz-Formatierung*/

p.absatz {
  margin-top: 3px;
  margin-bottom: 3px;
}
p.mitte {
  margin: 5px 0px;
  text-align: center;
}

/*-------------------*/
/*Überschrift 1*/

h1 {
  height: 100px;
  position: relative;
  width: 100%;
  margin: 0px 0px 10px;
}
h1 span {
  background: url(../img/logo_100.jpg) no-repeat;
  height: 100px;
  position: absolute;
  width: 902px;
}

/*Überschrift 2*/
h2 {
  font-size: 12px;
  font-family: verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 4px;
}
/*Überschrift 3*/
h3 {
  font-size: 11px;
  font-family: verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
}
/*-------------------*/
/*Google*/
p.googlerechts {
  position: absolute;
  background-color: #003E85;
  left: 910px; top: 110px;
  padding: 5px 10px;
  width: 160px;
  border: 1px solid #014DA2;
  text-align: center;
}


/*Gästebuch*/
td.links {
  text-align: left;
}
.rahmen_gb{
	border: 1px solid #014DA2;
}
/* Buttons verändern */
textarea, input {
  font-size: 10px;
  font-family: verdana, sans-serif;
  color: #fff;
  background-color: #003E85;
  border: 1px inset;
  border-color: #014da2;
  border-style: outset;
