﻿  @charset "UTF-8"; 

	
#nav {margin:20px 0 60px 0px;}
 
/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ */
    #nav {
    margin: 20px 0 60px 620px;
	float: right;
	width: 100%;
	background: transparent url("bg.gif") repeat-x bottom;
	top: 92px;
	position: absolute;
	z-index: 2;
}
    #nav ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #nav li {
      float:left;
	  display:inline;
      background:url("right_both4.gif") no-repeat right top;
      margin:0 0 0 9px;
      padding:0;
      }
    #nav a {
	float: left;
	display: block;
	position: relative;
	left: -9px;
	margin-right: -9px;
	width: .1em;
	background: url("left_both4.gif") no-repeat left top;
	padding: 5px 20px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
    #nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover 
      {color:#333;
      
      }
    #kontakt #nav-kontakt {background-position:100% -150px;}
    #taler #nav-taler{background-position:100% -150px;}
    #oeff #nav-oeff{background-position:100% -150px;}
     
    #kontakt #nav-kontakt a   {
	background-position: 0 -150px;
	padding-bottom: 6px;
	color: #5BC72B;
}

    #taler #nav-taler a  {
	background-position: 0 -150px;
	padding-bottom: 6px;
	color: #5BC72B;
}

    #oeff #nav-oeff a 
     {
	background-position: 0 -150px;
	padding-bottom: 6px;
	color: #5BC72B;
}
	  /* not for IE5.x or IE6 */
    #nav li:hover a {
	background-position: 100% -150px;
	color: #5BC72B;
}
    #nav li:hover {
	background-position: 100% -150px;
	color: #5BC72B;
}
    #nav li:hover a {
      background-position:0 -150px;
      }

 
 
