@charset "utf-8";

/* EVTL NEU AUFBAUEN. ID FÜR JEDEN NAV-EINTRAG IST HUMBUG */

#tsep {
	float:left;
	color:#444444;
	font-size:10px;
	font-weight:normal;
	height: 20px;
	border-right:1px solid #444444;
	padding-right:5px;
	margin-right:5px;
}

#tnavdesc {
	font-size:12px;
	float:right;
	color:#f13c25;
}


#tnav1 {
	background:url(../img/navbtn_home.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnav1:hover {
	background:url(../img/navbtn_home_h.gif);
	}

#tnav2 {
	background:url(../img/navbtn_dvs.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnav2:hover {
	background:url(../img/navbtn_dvs_h.gif);
	}

#tnav3 {
	background:url(../img/navbtn_s_s.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnav3:hover {
	background:url(../img/navbtn_s_s_h.gif);
	}

#tnav4 {
	background:url(../img/navbtn_empty.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:10px;
	}
#tnav4:hover {
	background:url(../img/navbtn_empty_h.gif);
	}

#tnavcat1 {
	background:url(../img/navbtn_news.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnavcat1:hover {
	background:url(../img/navbtn_news_h.gif);
	}

#tnavcat2 {
	background:url(../img/navbtn_tech.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;	
	}
#tnavcat2:hover {
	background:url(../img/navbtn_tech_h.gif);
	}

#tnavcat3 {
	background:url(../img/navbtn_repo.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnavcat3:hover {
	background:url(../img/navbtn_repo_h.gif);
	}

#tnavcat4 {
	background:url(../img/navbtn_edu.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnavcat4:hover {
	background:url(../img/navbtn_edu_h.gif);
	}

#tnavcat5 {
	background:url(../img/navbtn_prod.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnavcat5:hover {
	background:url(../img/navbtn_prod_h.gif);
	}

#tnavcat6 {
	background:url(../img/navbtn_corp.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnavcat6:hover {
	background:url(../img/navbtn_corp_h.gif);
	}

#tnavcat7 {
	background:url(../img/navbtn_evnt.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
	}
#tnavcat7:hover {
	background:url(../img/navbtn_evnt_h.gif);
	}
#tnavcat8 {
	background:url(../img/navbtn_empty.gif);
	height:36px;
	float:left;
	width:36px;
	display:block;
	margin-right:3px;
}
#tnavcat8:hover {
	background:url(../img/navbtn_empty_h.gif);
}


