/**************************************/
/* Grundlegende Formatierungen        */
/**************************************/
body{
 font-family: Verdana, Arial;
 font-size: 8pt;
 text-align: center;
 background: url('bilder/allgemein/hintergrund_seite.gif');
 margin: 0px;   /*Außenabstand*/
 padding: 10px;  /*Innenabstand um Homepagerahmen oben mit etwas Abstand darzustellen*/
 SCROLLBAR-FACE-COLOR: #003366; 
 SCROLLBAR-HIGHLIGHT-COLOR: white; 
 SCROLLBAR-SHADOW-COLOR: black; 
 SCROLLBAR-3DLIGHT-COLOR: black; 
 SCROLLBAR-ARROW-COLOR: black; 
 SCROLLBAR-DARKSHADOW-COLOR: lightgrey; 
 SCROLLBAR-BASE-COLOR: white;
 }

img{
  border: 0px; 
  }

p{
  font-family: Verdana, Arial;
  font-size: 8pt;
  font-weight:normal;
  margin: 0px 0px 5px 0px;
  padding: 0px;  
  }


h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial;
  font-size: 8pt;
  font-weight:normal;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  }


a:visited {
  color: #0000ff;
  }
  
a:active {
  color: #0000ff;
  }

a:link {
  color: #0000ff;
  }

a:hover {
  color: #000000;
  }
  
.clear {
  clear: both;
  height: 20px;
  }

  
.SV_Haag_Ueberschrift_Bild{
  margin: 20px 0px 0px 0px;
  padding: 0px;
  }

.SV_Haag_Ueberschrift_Text_groß{
  font-family: Verdana, Arial;
  font-size: 10pt;
  font-weight:bold;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  }

.SV_Haag_Ueberschrift_Text{
  font-family: Verdana, Arial;
  font-size: 8pt;
  font-weight:bold;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  }

.SV_Haag_Normaler_Text{
  font-family: Verdana, Arial;
  font-size: 8pt;
  font-weight:normal;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  }

.SV_Haag_Letzte_Aenderung{
  font-family: Verdana, Arial;
  border-bottom: 1px solid #e1e1e1;
  font-size: 8pt;
  font-weight:bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  }

.SV_Haag_Hyperlink a{
  color: #00009B; 
  text-decoration: none;
  }

.SV_Haag_Hyperlink a:hover{
  color: #000000;
  }

.SV_Haag_Tabellenkopf{
  font-family: Verdana, Arial;
  font-size: 8pt;
  margin: 0px;
  padding: 3px 5px 2px 5px;
  background: #000084;
  color: #ffffff;
  font-weight: bold;
  }

.SV_Haag_Tabellenzeile_gefaerbt{
  font-family: Verdana, Arial;
  font-size: 8pt;
  margin: 0px;
  padding: 3px 5px 2px 5px;
  background: #e6e6ff;
  color: #000000;
  font-weight: normal;
  }

.SV_Haag_Tabellenzeile_normal{
  font-family: Verdana, Arial;
  font-size: 8pt;
  margin: 0px;
  padding: 3px 5px 2px 5px;
  background: #ffffff;
  color: #868686;
  font-weight: normal;
  bordercolor: #e1e1e1;
  }

/**************************************/
/* Formatierung der Seitenstruktur    */
/**************************************/
#rahmen{
  margin: auto;
  text-align: left;
  width: 780px;
  position: relative;
  background: url('bilder/allgemein/hintergrund_titel.gif') no-repeat top;
  padding-top: 21px;
   
  }


#mitte{
  background: url('bilder/allgemein/hintergrund_mitte.gif') repeat-y;
  padding-bottom: 0px;
  }


/**************************************/
/* Formatierung der oberen Menüleiste */
/**************************************/
#navigation_oben{
  position: absolute;
  top: 25px;
  left: 253px;
  width: 520px;
  height:35px;
  background: url('bilder/allgemein/hintergrund_menue_oben.gif') repeat-x;
  }

#navigation_oben ul{
  list-style-type: square;
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
  }

#navigation_oben li{
  padding: 9px 13px 0px 13px;
  margin: 0px;
  height:35px;
  list-style-type: square;
  list-style-position: inside;
  float:left;
  border-right: 1px solid #FFFFFF;
  display:inline;
  }

.navigation_oben_letzter{
  border-right: 0px none #FFFFFF !important;
  }

#navigation_oben a{
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  }

#navigation_oben a:hover{
  color:#000000;
  }


/**************************************/
/* Formatierung der linken Menüleiste */
/**************************************/
#links{
  float: left;
  width: 235px;
  margin-left: 5px;
  margin-top: -10px;
  background: url('bilder/allgemein/hintergrund_menue_seite.gif') repeat-y;
/*  border-bottom: 1px solid #05256b;*/
  }

#links .nav{
  margin: 1px 6px 5px 6px;
  }

#links ul{
  border: 1px solid #8497c2;
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 8pt;
  }

#links li {
  list-style: none;
  border: 1px solid #4e698f;
  background: #01285f; 
  padding: 0px 0px 0px 0px;
  margin: 2px;
  }  

#links li.rubrik {
  background: #000000;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  }

#links ul a {
  color: #beddff;
  text-decoration: none;
  display: block;
  padding: 3px 12px 3px 0px;
  }

#links ul a:hover {
  color: black;
  background-color: #b4b4ff;
  }


/***********************************************************/
/* Formatierung des oben angezeigten Textes aktuelle Seite */
/***********************************************************/
#inhalt .SV_Haag_Anzeige_Aktuelle_Seite_oben{
  text-align: left;
  color: #868686;
  border-bottom: 1px solid #e1e1e1;
  font-weight:bold;
  }

/*************************************************/
/* Formatierung des oben angezeigten Datums      */
/*************************************************/
#inhalt .SV_Haag_Anzeige_Datum_oben{
  text-align: right;
  color: #868686;
  border-bottom: 1px solid #e1e1e1;
  font-weight:normal;
  }

/*************************************************/
/* Formatierung der rechten Seite mit dem Inhalt */
/*************************************************/
#inhalt{
  color: #868686;
  float: right;
  width: 518px;
  padding-top: 50px;
  margin-right: 4px;
  }

#inhalt .contentbox_klein{
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 5px 20px 10px 20px;
  height: 100px;
  }

#inhalt .contentbox_fussball{
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 5px 20px 10px 20px;
  height: 900px;
  }

#inhalt .contentbox_volleyball{
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 5px 20px 10px 20px;
  height: 900px;
  }

#inhalt .contentbox_tischtennis{
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 5px 20px 10px 20px;
  height: 880px;
  }
  
#inhalt .contentbox_sonstiges{
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 5px 20px 10px 20px;
  height: 680px;
  }

#inhalt .contentbox_gaestebuch{
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 5px 20px 10px 20px;
  height: 1700px;
  }

#inhalt .contentbox_oben{
  border-top: 1px solid #e1e1e1;
  padding: 0px 20px 0px 20px;
  margin-top: 50px
  }


/*****************************/
/* Formatierung der Fußzeile */
/*****************************/
#fusszeile{
  background: url('bilder/allgemein/hintergrund_unten.gif') no-repeat;
  text-align: center;
  padding-right: 6px;
  padding-left: 530px;
  padding-bottom: 30px;
  }

#copyright{
  position: relative;
  top: -8px;
  color: #989898;
  }