/*==========Kalibrierung=================*/
* { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 0; }
ul ul { margin-bottom: 0; }

/*=======================================*/
/* Grundeinstellungen*/

table { margin:0; }
td,th { padding:0; }

body,td,th {
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  color: #404040; 
  }
  body { background-color: #cdd7f8 ;}
  
a:link, a:visited, a:active {    color: #002551; text-decoration: none; outline: none;  }
a:hover { color: #ff0000; text-decoration: true; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #000000; text-align: left;  margin: 0; }
h2 { font-size: 16px; color: #000000; text-align: left;  margin: 0; }
h3 { font-size: 14px; color: #000000; text-align: left;  margin: 0; font-weight: bold ; }
h4 { font-size: 12px; color: #000000; text-align: left;  margin: 0;font-weight: bold ; }
h5 { font-size: 10px; color: #000000; text-align: left;  margin: 0; font-weight: bold ; }
hr { border: #cfd6e3 solid 1px; }

#sportarten img { float: right; border-left: solid 1px #ffffff; }

#kopf_navi { margin-left: 3px; float: left; }
#kopf_navi a { 
  line-height: 27px; 
  font-weight: bold;
  font-size: 10px;
  }
#kopf_navi a:hover { color: #ff0000; }

#text { line-height: 1.5; letter-spacing: 0.2px; text-align: left; }
#text ul, ul ul, ol { margin-left: 20px; }

#foot { font-size: x-small; color: #505050; letter-spacing: 1px; }

#bg_l { background: url(images/background_l.jpg) top repeat-x #bac6ee;  }
#bg_r { background: url(images/background_l.jpg) top repeat-x #bac6ee;   }
.button, .button:hover {
font: Verdana, Arial, Helvetica, sans-serif ;
color: #000000;
background: #ffc400;
font-size:12 px;

cursor: pointer;
border: 1px solid #000000;

}

/* Menue Header*/

#menu-top {
margin-left: 0px;
padding: 0px 0 0 0;
list-style: none;
font-size: 100%;
float: left;
list-style: none;


}
#menu-top li {
display: inline;
float: left;
margin-left: 0px;
border-right: solid 1px #ffffff;
}
#menu-top li a {
float: left;
margin:0;
padding:0px 0 0 0;
text-decoration:none;
line-height: 2.6em;
font-weight: bold;
}

#menu-top a span {
height: 33px;
padding:0px 7px;
color:#000000;
display: block;
float: left;
cursor: pointer;
}

#menu-top li:hover {
background: #ffc400;
}

  
/* Menue Seite*/
#menu-page { padding-top: 10px; font: xx-smal; }
#menu-page ul {margin: 0; padding: 0; list-style: none; text-align: left;  border-top: solid 1px #ffffff;}
#menu-page li { margin-top: 0px; border-bottom: solid 1px #ffffff;  }
#menu-page li a { display: block; padding: 5px 0px 5px 30px; background-color: #415db5;  font-weight: bold;   }
#menu-page li:hover { border-bottom: solid 1px #000000; }
#menu-page a:link, #menu-page a:visited { color: #FFFFFF; }
#menu-page a:hover { color: #000000; background-color: #ffe540;  }
/* Untermenü */
#menu-page ul ul { border: none; }
#menu-page ul ul a{padding-left: 50px; background-color: #607cd4; }


