/*Top-Navigation*/





	.navi_top {                           /* Bereich für Logo und Top-Navi*/
    position:absolute;
    left:150px;
    top:0;
    height:34px;
  	width:800px;									
    background-color: #000000;
    color: #fff;
  }



  ul.liste {                            /* hier Top-Navi-Liste */
    margin:0;
    padding:0;
  }



  .liste li {
    list-style:none;
    display:inline;
  }



  .liste a {
    float: left;
    margin-right: 2px;
    height: 34px;
    color: #fff;
  }



  .liste a span {
    display:none;
  }



  .liste a.home {
    width: 58px;
    background: url('/bremen4u/_px/navi/home3er.gif' ) 0 0 no-repeat;
    }



  .liste a.cityguide {
    width: 87px;
    background: url('/bremen4u/_px/navi/cityguide3er.gif' ) 0 0 no-repeat;
    }

    
  .liste a.citytalk {
    width: 72px;
    background: url('/bremen4u/_px/navi/citytalk3er.gif' ) 0 0 no-repeat;
    }	

    
  .liste a.paper {
    width: 58px;
    background: url('/bremen4u/_px/navi/paper3er.gif' ) 0 0 no-repeat;
    }



  .liste a.tv {
    width: 32px;
    background: url('/bremen4u/_px/navi/tv3er.gif' ) 0 0 no-repeat;
    }



  .liste a.deluxe {
    width: 48px;
    background: url('/bremen4u/_px/navi/card3er.gif' ) 0 0 no-repeat;
    }

    
  .liste a.job4u {
    width: 58px;
    background: url('/bremen4u/_px/navi/job4u3er.gif' ) 0 0 no-repeat;
    }
    

  .liste a.meetandflirt {
    width: 87px;
    background: url('/bremen4u/_px/navi/meet3er.gif' ) 0 0 no-repeat;
    }



  .liste a:hover {
    background-position: 0 -34px;
  }



  .liste a.aktuell {
    background-position: 0 -68px;
  }



  .liste a:hover.aktuell {
    background-position: 0 -68px;
  }



	.naviLink{
  	position:absolute;
    left:191px;
  	width: 700px;
    top:48px;
    font-weight:bold;
    font-size:0.7em;
    color:#333;
	}




