/* ----- Style Sheets for cobra Navigation Bars ----- */
/* ----- 16.02.2007 Wolfgang Mehl ----- */

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	width: 900px;
	height: 60px;
	background-color: white;}
	
				/* -- Farbbalken geht so bis ganz zum Rand -- */
td				{border:0px; padding:0px; margin:0px; border-collapse:collapse;}
	
				/* -- Tabelle für Menübefehle -- */	
.navi			{width:900px; padding:0px; spacing:0px; margin:0px; border:0px;}

				/* -- Paragraph für Titelzeile blau -- */ 
.nav_title		{width: 145px; margin: 0px; border:0px; padding: 0px;
				background-image: url('images/nbar_title.gif');}

				/* -- Buttons Navigationbar Hauptbefehle -- */
a.navi1         {background-image: url('images/hellgrau.gif');
				width: 120px; font-family: Arial; font-size: 10pt; color: black; line-height: 26px; display: block;
				text-indent: 0px; text-align:center; text-decoration: none; font-weight: bold;
				margin: 0px; border: 0px none; padding: 0px }
				
a.navi1:hover   {background-image: url('images/hellgrau.gif');}
a.navi1:active  {background-image: url('images/hellgrau.gif');}

				/* -- Buttons Navigationbar Hauptbefehle -- */
a.navi2         {background-image: url('images/dunkelgrau.gif');
				width: 120px; font-family: Arial; font-size: 10pt; color: white; line-height: 26px; display: block;
				text-indent: 0px; text-align:center; text-decoration: none; font-weight: bold;
				margin: 0px; border: 0px none; padding: 0px }
				
a.navi2:hover   {background-image: url('images/hellgrau.gif'); color: black;}
a.navi2:active  {background-image: url('images/hellgrau.gif'); color: black;}



				/* -- Ende -- */