body, form, h1, h2, h3, h4, h5, h6, p, a, span, table, iframe {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 10px 0 0 10px;
  padding: 0 0 10px 10px;
}

body {
  background: #44443a url(/static/bgMainBody.jpg) repeat-x 0 0;
  font: normal 12px "Arial" , "Helvetica" , sans-serif;
}

h2 {
  font-size: 1.8em;
  padding: 4px;
  margin: 4px;
  color: #3f8733;
}

h3 {
  font-size: 1.6em;
}

  a {
    color: #333;
  }

  a:visited {
    color: #933;
  }

/**  Div around the body to solve alignment issues  **/
#body {
  width: 900px;
  margin: 0px auto;
  position:relative;
}

#mainContainer {
  margin: 0 auto;
  width: 900px;
}

.ad_top {
  background-color: #44443a;
  text-align: center;
  margin: 0 0 20px 0;
}

.ad_top .roundCorners .left {
  background: url(/static/bottomLeftCornerTopAd.gif) no-repeat left bottom;
}
.ad_top .roundCorners .right {
  background: url(/static/bottomRightCornerTopAd.gif) no-repeat right bottom;
}

#header {
  margin-top: 20px;
}

#nav_top {
  background: #fff url(/static/backgrounds/Bilder/gelb_01.jpg?1000);
  width: 900px;
  height: 147px;
}

#nav_bottom {
  background: url(/static/backgrounds/Bilder/gelb_02.jpg) no-repeat;
  width: 900px;
  height: 33px;
}

/*
 * Menu
 *
 *
 *
 */
#menu {
  border: solid yellow 2px;

  height: 23px;
  width: 896px;
}

/* Navigation */
.nav, .nav ul { 
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li {
  border-left: 1px solid #999;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  color: #ccc;
  display: block;
  padding: 0 9px;
  text-decoration: none;
}

* html .nav li a, 
* html .nav li a:link, 
* html .nav li a:active, 
* html .nav li a:visited {
  font: bold 1.22em/23px Arial, Helvetica, sans-serif;
}

.nav li a:hover {
  color: #000;  
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  /* background: #565656; */
  color: #959595;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;  
}

.nav ul {
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 140px;
  position: absolute;
  top: -999em;
  left: -1px;
  z-index: 1000;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}

* html .nav li:hover ul,
* html .nav li.sfHover ul {
  top: 23px;
}


.nav ul li {
  border: 0;
  float: none;
}

.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 120px;
  white-space: nowrap;
  font-size: 0.9em;
}

.nav ul a:hover {
  color: #000;
}

#main {
  background: #fff url(/static/main_shadow_top.gif) repeat-x;
  width: 886px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  min-height: 500px;
  padding: 6px;
}

  /*
   * News
   *
   *
   *
   */

  .normal_news {
    width: 530px;

    font-size: 1.1em;
    margin: 5px 0 20px 10px;
    padding: 2px;
    overflow: hidden;
    background-color: #eee;
  }

  .normal_news .smallsubject {
    clear: both;
    font: 1.1em Arial, sans-serif;
    margin: 0 0 0px 10px;
    color: #333333;
    text-decoration: none;
    padding: 2px;
  }

  .normal_news .subject {
    letter-spacing: -1px;
    font: 1.6em Arial, sans-serif;
    margin: 0 0 0px 10px;
    color: #333333;
    text-decoration: none;
    padding: 2px;
  }

  .normal_news .datum {
    font: 1.0em Arial, sans-serif;
    margin: -2px 0 0px 10px;
    color: #666;
    text-decoration: none;
    padding: 2px;
    float: right;
  }

  .normal_news .text {
    clear: both;
    margin: 2px 0 0px 10px;
    padding: 2px;
  }

/*
  .normal_news .text p {
    margin: 0;
    padding: 0;
  }
*/

  .normal_news .text ul,
  .normal_news .text ol
  {
    list-style: normal;
    margin: 0 0 0 20px;
  }

  * html .normal_news .subject {
    height: 1%;
  }

  * html .normal_news .datum {
    height: 1%;
  }
  
  * html .normal_news .text {
    height: 1%;
  }

  /*
    border: 1px solid #666;
    background-color: #fff;
   */

  .top_news {
    width: 530px;
    margin: 5px 0 20px 10px;

    padding: 2px;
    overflow: hidden;
    background: #383830;
    color: white;
  }

  .top_news .subject {
    letter-spacing: -1px;
    font: 1.8em Arial, sans-serif;
    margin: 0 0 6px 10px;
    color: orange;
    text-decoration: none;
    padding: 2px 0;
  }

  .top_news .smallsubject {
    clear: both;
    font: 1.3em Arial, sans-serif;
    margin: 0 0 0px 10px;
    color: darkorange;
    text-decoration: none;
    padding: 2px;
  }

  .top_news .text {
    margin: 0 0 6px 10px;
    color: white;
    padding: 0px;
  }

  * html .top_news {
    height: 1%;
  }

  * html .top_news .subject {
    height: 1%;
  }

  * html .top_news .text {
    height: 1%;
  }

  #search {
    background: #f5f3ed url(/static/backgrounds/suche.gif) no-repeat;
    min-height: 40px;
    margin: 0 0 5px 0;
    padding: 30px 4px 4px 4px;
  }
   
  * html #search {
    height: 100px;
  }

  #profirang {
    background: #f5f3ed url(/static/backgrounds/profirang.gif) no-repeat;
    min-height: 40px;
    margin: 0 0 5px 0;
    padding: 30px 4px 4px 4px;
  }

  #u25rang {
    background: #f5f3ed url(/static/backgrounds/u25rang.gif) no-repeat;
    min-height: 40px;
    margin: 0 0 5px 0;
    padding: 30px 4px 4px 4px;
  }

  #ergebnisse {
    background: #f5f3ed url(/static/backgrounds/ergebnisse.gif) no-repeat;
    min-height: 40px;
    margin: 0 0 5px 0;
    padding: 30px 4px 4px 4px;
  }

  #gesamt {
    background: #f5f3ed url(/static/backgrounds/rangliste.gif) no-repeat;
    min-height: 40px;
    margin: 0 0 5px 0;
    padding: 30px 4px 4px 4px;
  }

  #mostwanted {
    background: #f5f3ed url(/static/backgrounds/fotos.gif) no-repeat;
    min-height: 40px;
    margin: 0 0 5px 0;
    padding: 30px 4px 4px 4px;
  }

  #ergebnisse p.datum {
    margin-bottom: 8px;
  }

  #ergebisse ol {
    list-style-type: disc;
    margin: 8px 0;
  }

  #ergebnisse ol li {
    margin: 0 0 4px 20px;
  }

  #ergebnisse h3 {
    font-size: 1.3em;
  }

  #ergebnisse h4 {
    font-size: 1.1em;
  }
   
  * html #ergebnisse {
    height: 100px;
  }

  #newsletter {
    background: #f5f3ed url(/static/backgrounds/newsletter.gif) repeat-x;
    min-height: 80px;
    margin: 0 0 5px 0;
    padding: 40px 2px 2px 2px;
  }

  #termine {
    background: #f5f3ed url(/static/backgrounds/termine.gif) no-repeat;
    min-height: 100px;
    margin: 0 0 5px 0;
    padding: 30px 2px 2px 2px;
  }

  #sponsoren {
    background: #f5f3ed url(/static/backgrounds/sponsoren.gif) repeat-x;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 30px 2px 2px 2px;
  }

  * html #sponsoren,
  * html #newsletter,
  * html #termine,
  * html #search
  {
    height: 1%;
  }


  #sponsoren img {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
  }

  #termine h4 {
    font-size: 1.2em;
  }

  dl dt {
    width: 20px;
    height: 30px;
    float: left;
  }

  dl dd {
    margin: 0 0 8px 25px;
  }

  dl dd h4 {
    color: darkblue;
  }

  .small {
    font-size: 0.9em;
  }

  .caption {
    border: 1px solid #999;
    padding: 1px;
    font-size: 0.9em;
  }

.pagination {
  background: #f2f2f2;
  color:#666;
  padding: 4px 2px 4px 7px;
  border: 1px solid #ddd;
  margin: 0 0 1.5em
 }
  .pagination p {position:relative;text-align:right}
  .pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
  .pagination p a.sel:link, .pagination p a.sel:visited, .pagination p a.sel:hover, .pagination p a.sel:active {text-decoration:none;background:#900;padding:2px 5px;border: 1px solid #ccc; color: white;}
  .pagination p a:hover {background:#c00;color:#fff}
  .pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
  .pagination * {margin:0}
  .pagination h4 {margin-top:-1.45em;padding:0;border:none}
