/*
................................................................
Sporttenne Stelzer css
................................................................
*/


html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-size: 0.8em;
}

body {
  font-family: "Myriad Web", Arial, Geneva, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #000 url(../img/bg_body.gif) repeat-y top center;
}


/* DIVs
............................................................... */

#top {
  height:143px;
  width:100%;
  background: transparent url(../img/header.jpg) no-repeat top center;
}

* html #container {height: 100%;}

#container {
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  min-height: 100%;
  background: #f5f5f5;
  width: 800px;
}

#logo {
   height: 247px;
}

#menu {
  margin:0; padding:0;
  height:40px;
  background: transparent;
  position: relative;
}

#content {
  padding: 25px 25px 50px 25px;
  line-height: 1.6em;
  color: #333333;
  letter-spacing: 0px;
  line-height: 23px;
}

#footer {
  clear: both;
  width:100%;
  font-size:11px;
  text-align: center;
  padding-top: 00px;
  height: 80px;
  position: relative;
  margin-top: -80px;
  text-transform:uppercase;
  color: #000;
  background: #000 url(../img/bg_footer.gif) no-repeat bottom center;
}




/* Links
............................................................... */

#content a {
	color: #ed1c24;
	text-decoration: none;
}

#footer a {
  padding: 0.1em 0;
  margin: 0 0.1em;
  color: #000;
  text-decoration: none;
}

#content a:hover {
  color: #777777;
}

#footer a:hover {
  color:#ed1c24;
}


#content input, #content textarea { color:#000000; font-size:11px; padding:1px; background-color:#ffffff; border-width:1; font-family:Arial,Verdana,sans-serif;  }


/* Mainmenu "img-rollover" ........................ */
#menu a {
   display: block;
   float: left;
   position: absolute;
   height: 40px;
   margin: 0; padding:0;
   text-decoration: none;
   text-indent: -9999px;
   background: transparent url(../img/bg_menu.gif) no-repeat; 
}
#menu :focus {-moz-outline-style: none;} /*Fix of Firefox 1.5's outline-quirk */

#menu a.home {left: 0; width: 105px; background-position: 0px 0px;}
#menu a.aktuelles {left: 105px; width: 118px; background-position: -105px 0px;}
#menu a.service {left: 223px; width: 101px; background-position: -223px 0px;}
#menu a.ueber_uns {left: 324px; width: 136px; background-position: -324px 0px;}
#menu a.produkte {left: 460px; width: 107px; background-position: -460px 0px;}
#menu a.partner {left: 567px; width: 103px; background-position: -567px 0px;}
#menu a.kontakt {left: 670px; width: 130px; background-position: -670px 0px;}
 
#menu a.home:hover {background-position: 0px -40px;}
#menu a.aktuelles:hover {background-position: -105px -40px;}
#menu a.service:hover {background-position: -223px -40px;}
#menu a.ueber_uns:hover {background-position: -324px -40px;}
#menu a.produkte:hover {background-position: -460px -40px;}
#menu a.partner:hover {background-position: -567px -40px;}
#menu a.kontakt:hover {background-position: -670px -40px;}


/* Images
............................................................... */

a img {border: 0;}


/* TextFormats
............................................................... */

table {
   font-size: 1em;
   line-height: 23px;
   color: #333;

}


table.topten {
  text-align: left;
  width: 310px;
   line-height: 1.6em;
}
table.topten tr.even td{background-color:#f5f5f5;}
table.topten tr.odd {background-color:#e0e0e0; border-bottom: 1px solid #999;}
table.topten td {padding: 3px 0;}
table.topten td.number {width:30px; text-align:center; font-weight:bold;} 

h1, h2, h3, h4, h5, h6 {
   clear: both;
   font-weight: normal;
}

h1 {
  font-size:1.9em;
  height: 30px;
  width:196px;
  margin: 0 0 20px 0; padding: 0;
  text-transform:uppercase;
  background:url(../img/bg_h1.gif) repeat-x bottom;
}

h2 {
   font-size: 1.3em;
   font-weight: normal;
   letter-spacing: 0.01em;
   margin: 20px 0 15px 0;
   padding: 0;
}   

h3 {
   font-size: 1.2em;
   letter-spacing: 0.05em;
}
   
#header span {
   display: block;
   height: 45px;
   width: 270px;
   position: absolute;
   top: 30px;
   right: 20px;
   text-indent: -9999px;
   background: transparent url(../img/bg_header_span.gif) no-repeat;
}

.left {
   float: left;
   margin: -10px 10px 10px -8px;
}

.sml {
   font-size: 0.8em;
   color: #777;
}

ul {
  list-style-type:square;
  list-style-position:outside;
}


