/* DATEI: tab_menu.css*/

/* --------- Main MENU -----------------*/


td.tabMainRow {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : transparent;
	
}


td.tabOut {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #cccccc;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
	border-top: 1px solid #000000;
}

td.tabOver {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
	border-top: 1px solid #000000;
}

td.tabActive {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color : #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}





a.tabOut {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	font-weight : normal;
    	color : #000000;
    	text-decoration : none;
}

a.tabOver {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	font-weight : normal;
    	color : #000000;
    	text-decoration : none;
}

a.tabActive {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	font-weight : normal;
    	color : #ffffff;
    	text-decoration : none;
}

/* --------- SUB MENU -----------------*/

td.tabSubRow {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	height: 25px;
	background-color : #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

td.tabSubOut {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color : #777777;
	
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	

}

td.tabSubOver {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #000000;
	
	border-left: 1px solid #15ff15;
	border-right: 1px solid #15ff15;
	border-top: 1px solid #15ff15;
	border-bottom: 1px solid #15ff15;
}


td.tabSubActive {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color : #000000;
	border-left: 1px solid #15ff15;
	border-right: 1px solid #15ff15;
	border-top: 1px solid #15ff15;
	border-bottom: 1px solid #15ff15;
}

a.tabSubOut {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	font-weight : normal;
    	color : #ffffff;
    	text-decoration : none;
}

a.tabSubOver {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	font-weight : normal;
    	color : #ffffff;
    	text-decoration : none;
}

a.tabSubActive {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	font-weight : normal;
    	color : #ffffff;
    	text-decoration : none;
}



