/**** Main Navigation ****/
#navigationInner{
  width:940px;
  height: 38px;
  padding-left:225px;
}

.navInnerL{

  width: 10px;
  height: 103px;
  float:left;
}

.navInnerM{
  height: 95px;
  float:left;
  border-top:5px solid transparent;
}

.navInnerR{

  width: 10px;
  height: 103px;
  float:left;
}

#navigation ul{
  list-style:none;
  margin:0px;
  padding:0;
}

#navigation ul li{
  float:left;
  margin-bottom:5px;
  position:relative;

}

#navigation ul li:hover .navInnerM{
  height: 95px;
  float:left;
  background:#007e4f;
  border-top:5px solid #fff;
}

#navigation ul li:hover .navInnerL{
  background: url(../../img/main/navL.png) no-repeat right 5px;
  width: 10px;
  height: 103px;
  float:left;
}

#navigation ul li:hover .navInnerR{
  background: url(../../img/main/navR.png) no-repeat right 5px;
  width: 10px;
  height: 103px;
  float:left;
}

#navigation ul li:hover a{
  color:#ffffff;
}

#navigation ul li.current .navInnerM{
  height: 95px;
  float:left;
  background:#007e4f;
  border-top:5px solid #fff;
}

#navigation ul li.current .navInnerL{
  background: url(../../img/main/navL.png) no-repeat right 5px;
  width: 10px;
  height: 103px;
  float:left;
}

#navigation ul li.current .navInnerR{
  background: url(../../img/main/navR.png) no-repeat right 5px;
  width: 10px;
  height: 103px;
  float:left;
}

#navigation ul li a{
  height:30px;
  font-size:12px;
  color:#007E4F;
  display:block;
  text-decoration:none;
  /*font-variant:small-caps;*/
  text-transform: uppercase;
  padding:70px 12px 0 12px;
  font-weight:bold;
}

#navigation ul li a.current{
  color:#ffffff;
}

#navigation ul li a:hover{
  color:#ffffff;
}

#nav_generic{
  float:right;
  margin-right:10px;
  color:#ffffff;
}

#nav_generic a{
  color:#ffffff;
  font-size:10px;
  text-decoration:none;
  text-transform: uppercase;
}

/* BEGIN SUBMENU*/

#subnav{
  margin-bottom:15px;
}

#subnav ul{
  list-style:none;
  padding:0;
  margin:0;
}

/* first Level */

#subnav ul.firstLevel{
}

#subnav ul.firstLevel li{
  background:#d9d9d9;
  margin-bottom:1px;
}

#subnav ul.firstLevel li a.current{
  color:#007e4f;
  background: url(../../img/main/arrow_green.png) no-repeat 12px 10px;
}

#subnav ul.firstLevel li a{
  padding: 5px 10px 5px 25px;
  display:block;
  color:#474747;
  background: url(../../img/main/arrow_grey.png) no-repeat 12px 10px;
  font-weight:bold;
}

#subnav ul.firstLevel li.parent a{
  text-decoration:underline;
  background: url(../../img/main/arrow_green_down.png) no-repeat 10px 12px;
}

#subnav ul.firstLevel li a:hover{
  text-decoration:underline;
}

/* secend Level */

#subnav ul.secendLevel{
  background:#fbfbfb;
}

#subnav ul.secendLevel li{
  background:#fbfbfb;
  height:28px;
  margin-bottom:0;
  margin:0 10px;
  background: url(../../img/main/border-dotted.png) repeat-x bottom left;
}

#subnav ul.secendLevel li.last{
  background: none;
}

#subnav ul.secendLevel li a{
  padding: 5px 10px 5px 25px;
  display:block;
  text-decoration:none;
  font-weight:normal;
}

#subnav ul.secendLevel li a.current{
  font-weight:bold;
  background: url(../../img/main/arrow_green.png) no-repeat 12px 10px;
  color:#007e4f;
}

#subnav ul.secendLevel li a:hover{
  font-weight:bold;
  text-decoration:underline;
  color:#007e4f;
  background: url(../../img/main/arrow_green.png) no-repeat 12px 10px;
}



div#footer div.box1 ul{
  list-style:none;
  margin:0px;
  padding:0;
}

div#footer div.box1 a{
  color:#474747;
  text-decoration:none;
}

div#footer div.box1 a:hover{
  color:#474747;
  text-decoration:underline;
}

/* BEGIN ACCORDION */

div#rightSub{
  margin-bottom:15px;
    overflow:hidden;
}

div#rightSub .bereich{
  background:#d6d6d6;
  margin-bottom:1px;
  cursor:pointer;
}

div#rightSub .bereich a.header{
  background: url(../../img/main/arrow_green.png) no-repeat 12px 10px;
  padding: 5px 10px 5px 25px;
  display:block;
}

div#rightSub .bereich a.header:hover{
  background:#c2c2c2 url(../../img/main/arrow_green.png) no-repeat 12px 10px;
}

h3.bereich{
  margin:0;
  font-weight:normal;
}

.referenzText{
  padding:10px 8px;
  overflow:hidden;
  background:#f7f7f7;
}


div#rightSub div.selected a.header{
  background: url(../../img/main/arrow_green_down.png) no-repeat 10px 12px;
}

div#rightSub div.selected a.header:hover{
    background:#c2c2c2 url(../../img/main/arrow_green_down.png) no-repeat 10px 12px;
}

div#rightSub div.mannschaft{
  float:left;
  margin:0px 5px;
  width:75px;
  font-size:12px;
}

div#rightSub div.mannschaft a{
  text-decoration:none;
}

/* END ACCORDION */
