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

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

/*Links*/
a:link {
  color: #fff;
  background: #003E85;
  text-decoration: none
}
a:visited {
  color: #fff;
  background: #003E85;
  text-decoration: none
}
a:active {
  color: #fff;
  background: #003E85;
  text-decoration: none
}
a:hover {
  color: #000;
  background: #003E85;
  text-decoration: none
}

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

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

/*-------------------*/
/*Inhalt*/
div.inhalt {
  width: 720px;
  left: -1px; top: -215px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 13px;
  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: 150px;
  position: relative;
  width: 900px;
  margin: 0px 0px 10px;
}
h1 span {
  background: url(../img/logo_150.jpg) no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
}

/*Überschrift 2*/
h2 {
  font-size: 10px;
  font-family: verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 4px;
}
/*Überschrift 3*/
h3 {
  font-size: 10px;
  font-family: verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
}
/*-------------------*/
/*Google*/
p.googleoben {
  padding: 5px 20px;
  background-color: #003E85;
  width: 716px;
  margin-bottom: 5px;
  border: 1px solid #014DA2;
  text-align: center;
  float: left;
}
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;