/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		DLV Deutschschweizer Logopaeden Verband
	date:			05/2008, Claudia
	version:		4.1.5
	file:			navigation.css
	function:		navigation-style  
********************************************************************************************************
Suggested order:
* display
 * list-style
 * float
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text
 * letter-spacing
 * vertical-align
 * line-height

/* color on the site *
background-color  	    =  
background-image green  = 
text-color              =  
*/


/*   nummerierung und punkt verstecken  */
li dfn, .usb {
	display:none;
}

/*--------------- mainnav left ----------------*/
ul#nav1, ul#nav2 {
	float:left;
	width:132px;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px 12px 0px 3px;
	margin:3px 0px 3px 3px;
}

ul#nav2 {
	width:144px;
	padding:0px;
	margin:0px;
	float:none;
}

	* html ul#nav1{
		width:120px;
		margin:3px 1px 2px 1px;
	}

	* html ul#nav2 {
		width:120px;
		margin:0px;
	}

li#nav1 {
	margin-left: 0; 
}

ul#nav1 a {
	display:block;	
	color:#000000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	margin:0px 0px 1px 0px;		
}

	/*IE 6 */
	* html ul#nav1 a {
		width:117px;
	}

ul#nav1 a:hover {}

ul#nav1 .cur a, ul#nav1 .activ a {}

/*---------------mainnav left 2 ebne---------------------*/
ul#nav2 a {
	border: none;
	padding:0px 0px 0px 12px;
	width:123px;	
}

/*IE 6 */
	* html ul#nav1 a {
		width:134px;
		padding:0px ;
	}

	* html ul#nav2 a {
		width:122px;
		padding:0px 0px 0px 12px;	
	}
		
ul#nav2 a:hover, ul#nav2 .cur a, ul#nav2 .activ a  {}

/*----------------- activIfSub  -------------------------*/


ul#nav2 .activIfSub a  {
	background:url(/fileadmin/templates/logopaedie/_global/html/img/nav/nav_arrow.gif) no-repeat;
}

/*-----------------mainnav left 3 ebne----------------------*/

ul#nav3 {
	float:right;
	width:147px;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px 3px 0px 0px;
	margin:3px 0 0 0;
}

	* html ul#nav3 {
		width:124px;
	}

li#nav3 {
	margin-left: 0; 
}

ul#nav3 a {
	display:block;	
	font-weight:normal;
	padding:0px 2px 0px 12px;
	text-decoration:none;
	margin:0px 0px 1px 0px;
	width:135px;
}

/*IE 6 */
	* html ul#nav3 a {
		width:130px;
	}

ul#nav3 a:hover {
	background:url(/fileadmin/templates/logopaedie/_global/html/img/nav/nav_arrow.gif) no-repeat;
}

ul#nav3 .cur a, ul#nav3 .activ a {
	background:url(/fileadmin/templates/logopaedie/_global/html/img/nav/nav_arrow.gif) no-repeat;
}

	* html ul#nav1 a{
		margin:0px;
	}

	* html ul#nav2 a{
		margin:0px;
	}

	* html ul#nav3 a{
		margin:0px;
	}
