/*
////////////////////////////////////////////////////////////////
//
// nav.css  Stylesheet fuer die Navigation
//
// WeblicationŽ CMS Strukturdesign Version 4.0.9
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit WeblicationŽ Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

.titleSubNav
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#993333;
	text-decoration:none;
}


/*
################################################################
Navigation links
################################################################
*/
.navLevel1
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}

a.navLevel1:link
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}
a.navLevel1:active
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}
a.navLevel1:visited
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}
/* hover should be last defined -> so that visited links will behave correctly in hover state! */
a.navLevel1:hover
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}


a.navLevel1Bold:link
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}
a.navLevel1Bold:active
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}
a.navLevel1Bold:visited
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}
/* hover should be last defined -> so that visited links will behave correctly in hover state! */
a.navLevel1Bold:hover
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
}
