/* ######################################################################################################
** ##############################
** ######################################################################################################
**
**Datei : navigation.css
**Funktion: Formatierung der Hauptnavigation: Reiternavigation
**
*/

@media all {
	/* ######################################################################################################
	** ### Hauptnavigation######################################
	** ######################################################################################################
	*/

	#nav_main {
		width:100%;
		float:left;
		color: #fff;
		background: url('./img/layout/nav_hg.png') no-repeat top left;
		border-bottom: 4px #b2c4e3 solid;
		height:3ex;
	}

	#nav_main ul {
		white-space: nowrap;
		line-height: 1em;
		margin:0;
		padding:0 0 0 10px;
		list-style:none;
	}

	#nav_main li {
		float:left;

		/*margin-right: 2px;nur einfügen bei ECKIGEN Ecken */
		padding: 0 0 0 3px;
		margin: 0;
		/*margin-top:-20px;
		border-bottom:1px solid #000;*/
	}
	#nav_main ul li strong {
		background:  url("./img/layout/nav_tab.png") no-repeat top left;
	}

	#nav_main a {
		float:left;
		display:block;
		color:#334;

		background: transparent;
		/*background: url("gfx/sliding_doorII/nav_rund/right.gif") no-repeat top right;*/
		padding:5px 11px 3px 8px;
		text-transform: none;
		text-decoration:none;
		font-weight:normal;
		line-height:1.0em;

		width: auto; /* nur IE 5.x */
		width/**/:/**/ .1em; /* für IE 6.0 */
	}

	#nav_main > ul a {width:auto;}/* für alle anderen Browser */

	/* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
	#nav_main a {float:none;}
	/* End IE5-Mac hack */

	#nav_main li:hover, #nav_main li:hover a { background-position:0% -120px; }
	#nav_main li:hover a { background-position:100% -120px; }

	#nav_main #current { background-position:top left }
	#nav_main #current a { background-position:top right }

	#nav_main a:hover {
		color:#990000;
		background-color: transparent;
		background:url('./img/layout/nav_tab.png') no-repeat;
	}

	#nav_main #current {
		background-image:url('./img/layout/nav_tab.png');
		border-width:0;
		margin-top: -15px;
		height:36px;
		width: 129px;
		border-bottom: border-bottom: 4px #b2c4e3 solid;
padding-top: 4px;
	}

	#nav_main #current p {
		color:#334;
		background-image: none;
		font-weight:bold;
		font-size: 1.1em;
		padding-bottom:4px;
		padding-top:4px;
		margin-left:-0.5em;
		text-align:center;
	}

	#subnavi * em {
		font-weight: bold;
	}

}
