/*******************************************************************************

	Project		:	DIAPHAN
	Copyright	:	Design - www.diaphan.ch

*******************************************************************************/

/* ###  Haupt-Navigation ######################################################### */

#nav_main {
	float:left;
	position:absolute;
	width:475px;
}
#nav_main-box {
	position: absolute;	
	width:675px;
	height:115px;
	float:left;
}

/* ###  Auszeichnung von besuchten Links ############ */
#nav_main strong em a{
	font-style: normal !important;
	color:#E8D34F;
}


#nav_main ul {
}
#nav_main ul li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left:10px;
}
#nav_main ul li a {
	font-weight: bold;
	line-height: 2em;
	font-size: 12px;
	margin-right:5px;
}

#nav_main ul li a:before {
	content: " | ";
	color:white;
	text-decoration: none;
}

#nav_main ul li a:link,
#nav_main ul li a:visited {
	color:#E8D34F;
	font-style: normal;
}
#nav_main ul li a:hover,
#nav_main ul li a:active,
#nav_main ul li a:focus {
	color:white;
}

/* highlighted current element */
#nav_main ul li strong {
	font-weight: bold;
	letter-spacing: 0.1em;
}
#nav_main ul li strong a {
	color:red !important;
}

/* ###  Sub-Navigation ######################################################### */

#nav {
	padding-top:0px;
	padding-left:0px;
}

/* ###  Navigation: Auszeichnung von besuchten Links ############ */
#nav em {
	font-style: normal !important;
}


#nav ul {
}
#nav ul li {
}
#nav ul li a {
	font-weight: bold;
	line-height: 2em;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#nav ul li a:link,
#nav ul li a:visited {
	color:white;
}
#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a:focus {
	color:#E8D34F;
}
/* highlighted current element */
#nav ul li strong {
	font-weight: bold;
	line-height: 2em;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#nav ul li strong a {
	font-style: normal;
	color:red !important;
}




/*************************** second level *******************/
#nav ul ul {
	text-indent: 10px;
	padding-bottom: 10px;
}
#nav ul ul li {
}
#nav ul ul li a {
	line-height: 1,5em;
	font-size: 12px;
	font-weight: normal;
}

#nav ul ul li a:link,
#nav ul ul li a:visited {
	color:white;
	font-weight: normal;
	line-height: 1,5em;
	font-size: 12px;
	text-transform: none;
}
#nav ul ul li a:hover,
#nav ul ul li a:active,
#nav ul ul li a:focus {
	color:#E8D34F;
	font-weight: normal;
	line-height: 1,5em;
	font-size: 12px;
	text-transform: none;
}
/* highlighted current element */
#nav ul ul li strong {
	color:red;
	font-weight: normal;
	line-height: 1,5em;
	font-size: 12px;
	text-transform: none;
}
#nav ul ul li strong a {
	font-style: normal;
	color:red !important;
}


/*********************** third level *************************/
#nav ul ul ul {
	text-indent: 10px;
	padding-bottom: 10px;
}
#nav ul ul ul li {
}
#nav ul ul ul li a {
	line-height: 1,2em;
	font-size: 10px;
	font-weight: normal;
}
#nav ul ul ul li a:before {
	content: " > ";
	color:#E8D34F;
}

#nav ul ul ul li a:link,
#nav ul ul ul li a:visited {
	color:white;
	font-weight: normal;
	line-height: 1,2em;
	font-size: 10px;
}
#nav ul ul ul li a:hover,
#nav ul ul ul li a:active,
#nav ul ul ul li a:focus {
	color:#E8D34F;
	font-weight: normal;
	line-height: 1,2em;
	font-size: 10px;
}
/* highlighted current element */
#nav ul ul ul li strong {
	color:red;
	font-weight: normal;
	line-height: 1,2em;
	font-size: 10px;
}
#nav ul ul ul li strong a {
	font-weight: normal;
	line-height: 1,2em;
	font-size: 10px;
	color:red !important;
}
	
/* ### breadcrumb ############################################################ */
#breadcrumb {
	display: block;
	float: left;
	margin-left:0px;
	font-size: 1em;
	padding-top: 5px;
	color:#2e5a99;
}

#breadcrumb ul li a{
	display: block;
	float: left;
	margin-right:10px;
}
#breadcrumb a:before{
	content: " > ";
	color:#2e5a99;
	text-decoration: none !important;
}


#breadcrumb span{
	color:#c02a36;
	vertical-align: middle;
}

#breadcrumb a,
#breadcrumb a:link{
	color:#2e5a99;
	background: inherit;
	text-decoration:underline;
}

#breadcrumb ul a:hover {
	color:#c02a36;
	background: inherit;
	text-decoration: none;
}