/* CSS Document */

/* ################################################################################## */
/* NAVIGATION ####################################################################### */
/* ################################################################################## */
#menu{

	position:absolute;
	left:232px; 
	top:100px; 
	width:453px;
	height:32px; 
	z-index:1;
	float:left; 
	z-index: 3;
	}
/* HOME ----------------------------------------------*/
a.btn_home{ 
	width:41px; 
	height:30px; 
	background: url(_img/btn_home.gif) no-repeat;
}

/* KURSE ----------------------------------------------*/
a.btn_kurse{ 
	width:56px; 
	height:30px; 
	background: url(_img/btn_kurse.gif) no-repeat;
	}
	
/* DOZENTINNEN ----------------------------------------------*/
a.btn_dozentinnen{ 
	width:93px; 
	height:30px; 
	background: url(_img/btn_dozentinnen.gif) no-repeat;
	}
/* STUDENTEN ----------------------------------------------*/
a.btn_studenten{ 
	width:86px; 
	height:30px; 
	background: url(_img/btn_studenten.gif) no-repeat;
	}

/* BREMEN ----------------------------------------------*/
a.btn_bremen{ 
	width:69px; 
	height:30px; 
	background: url(_img/btn_bremen.gif) no-repeat;
	}
	
/* KONTAKT ----------------------------------------------*/
a.btn_kontakt{ 
	width:89px; 
	height:30px; 
	background: url(_img/btn_kontakt.gif) no-repeat;
	}
	
/* Men Einstellungen ----------------------------------------------*/
#menu ul{
	margin: 0;
	padding:0;
	list-style:none;
	width: 500px;

	}
#menu li{
	float:left;
	margin:0;
	padding:0;
	line-height: 18px;
	text-indent: -9000px;
  	text-decoration: none;
	overflow: hidden;
  	height :30px;

	}
#menu a{
	text-decoration: none;
	display:block; 
	}
#menu a:hover{
	background-position:0px -33px;
	}
#current a{
	background-position:0px -33px;
	}
/* ENDE
#######################################################################
*/

