/*
 * stylesheet for wir-thueringen.de
 * navigations
 * (c) www.wegewerk.com
 * created:      20100208 rbf
 * lastmodified: 20100222 bms
 */


/* --------------------- */
/* - Access Navigation - */
/* --------------------- */
#access_navigation{
  position: absolute;
  left: -5000px;
}

#access_navigation a:focus,
#access_navigation a:hover,
#access_navigation a:active{
  position: absolute;
  left: 5000px;
  top:  0px;
  width: 185px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 3px 3px 25px;
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  background: #fff;
}



/* ------------------- */
/* - META_NAVIGATION - */
/* ------------------- */
#page_head_meta{
  position:absolute;
  right: 39px;
  top: 174px;
  font-family: verdana, sans-serif;
}

#page_head_meta ul{
  list-style-type: none;
}

#page_head_meta ul li{
  display: inline;
}

#page_head_meta a,
#page_head_meta a:visited,
#page_head_meta span.active{
  background: #c8c8c8;
  color: #333;
  padding: 4px 15px 5px 15px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  position: relative;
}

#page_head_meta a:hover,
#page_head_meta a:focus,
#page_head_meta a:active,
#page_head_meta span.active{
  text-decoration: none;
  color: #fff;
  background: #c20016;
}

#page_head_meta span.active{
  padding-top: 8px;
  padding-bottom: 6px;
  position: relative;
  top: 4px;
}


#footernav{
  color: #888;
  padding-bottom: 3px;
}

#footernav li{
  list-style-type: none;
  display: inline;
}

#footernav li a,
#footernav li a:visited{
  color: #888;
  font-weight: normal;
}

