/* MENU CSS */

  /* Links des Menus */
    a.mainnavigation {
	  text-decoration: none;
	  font-size: 11px;
	  color:#000000;
	  font-weight: lighter;
	  font-family: Arial, Helvetica, sans-serif;
	  text-decoration: none;
      line-height:normal;
	}
    
	a.mainnavigation:link, a.mainnavigation:visited { 
	  text-decoration: none;
	  font-size: 11px;
	  color:#000000;
	  font-weight: lighter;
	  font-family: Arial, Helvetica, sans-serif;
	  text-decoration: none;
	  line-height:normal;
    }
    
	a.mainnavigation:active, a.mainnavigation:hover { 
	  font-size: 11px;
	  color: #0099FF;
	  text-decoration: none;
	  line-height:normal;
    }
	


  /* blauer Balken oberhalb der Navigation */
#nav_top {
	  width:205px;
	  height:11px;
	  padding:0px;
	  top:2px;
	  background-image: url('../designimages/backgroundnav_top.gif');
	  z-index:1;
	  background-repeat:no-repeat;
	}

  /* blauer Balken unterhalb der Navigation */
	#nav_top_turned {
	  width:205px;
	  height:11px;
	  padding:0px;
	  top:2px;
	  background-image: url('../designimages/backgroundnav_top_turned.gif');
	  z-index:1;
	  background-repeat:no-repeat;
	}

/*
#navigationContainer2 {
    width:205px;
    padding:0px;
    left:20px;
    top:147px;
}*/

  /* Haupnavigationspunkt / Hintergrund */
	.nav_point {
		width:205px;
		height:23px;
		padding:0px;
		margin:0px;
		background-image: url('../designimages/backgroundnav_main.gif');
		vertical-align: bottom;
	}
	
	.nav_point_active {
		width:205px;
		height:23px;
		padding:0px;
		background-image: url('../designimages/backgroundnav_main_over.gif');
		vertical-align: bottom;
	}
	
  /* Unternavigationspunkt / Hintergrund */
	.under_nav_point {
		width:205px;
		height:23px;
		left:0px;
		padding:0px;
		background-position:0px 0px;
		background-repeat:no-repeat;
		vertical-align: bottom;
	}
	
	.under_nav_point_active {
		width:205px;
		height:23px;
		left:0px;
		padding:0px;
		background-image: url('../designimages/backgroundnav_main_over_under.gif');
		background-position:0px 0px;
		background-repeat:no-repeat;
		vertical-align: bottom;
	}

  /* Navigationstext / Hintergrund */
	#nav_text {
	  padding:3px 0px 3px 20px;
	  background-image: url('../designimages/navpoint.gif');
	  background-repeat:no-repeat;
	  background-position:6px 7px;
	}



