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



/* Navigation Stufe 1 Oben */

.navLevel1{
	padding					: 3px 20px 4px 0px;
	display					: block;
	float					: left;
	color					: #666666;
	text-decoration			: none;
	margin					: 0px;
	font-weight				: bold;
	font-size				: 11px;
	letter-spacing			: 1px;
}
.navLevel1:hover{
	color					:#20a5e6; 
	text-decoration			:none;
}
.navLevel1Selected{
	padding					:3px 20px 4px 0px;
	display					: block;
	float					:left;
	color					:#20a5e6; 
	text-decoration			:none; 
	margin					:0px; 
	font-weight				:bold; 
	font-size				:11px; 
	letter-spacing			: 1px;
}
.navLevel1Selected:hover{
	color					: #20a5e6; 
	text-decoration			: none;
}
.navLevel1Spez{
	padding					: 3px 25px 0px 0px;
	display					: block;
	float					: right;
	color					: #666666;
	text-decoration			: none;
	margin					: 0px;
	font-weight				: bold;
	font-size				: 11px;
	letter-spacing			: 1px;
}
.navLevel1Spez:hover{
	color					:#20a5e6; 
	text-decoration			:none;
}
/* Navigation Stufe 2 Links */

.navLevel2First{
	padding					: 4px 0px 4px 0px;
	text-transform			: uppercase;
}
.navLevel2{
	padding					: 4px 0px 4px 0px;
	text-transform			: uppercase;
	display					: block;
	color					: #666666; 
	text-decoration			: none; 
	font-weight				: bold; 
	font-size				: 11px; 
	letter-spacing			: 1px;
}
.navLevel2Selected{
	padding					: 4px 0px 4px 0px;
	border-top				: 1px solid #20a5e6;
	border-bottom			: 1px solid #20a5e6;
	text-transform			: uppercase;
	color					: #20a5e6; 
	text-decoration			: none; 
	font-weight				: bold; 
	font-size				: 11px; 
	display					: block;
	letter-spacing			: 1px;
}

/* Navigation Stufe 3 Links */
.navLevel3{
	display					: block;
	padding					: 4px 0px 0px;
	margin-left				: 20px;
	color					: #666666;
	text-decoration			: none;
	font-size				: 11px;
}
.navLevel3:hover{
	color					:#20a5e6; 
	text-decoration			:none;
}
.navLevel3Selected{
	display					: block;
	padding					: 4px 0px 0px 0px;
	margin-left				: 20px;
	color					: #20a5e6; 
	text-decoration			: none; 
	font-size				: 11px; 
}

/* Metanavigation rechts oben */
.elementMetanavigation a{
	display					:block;
	float					:left;
	font-size				: 0.8em;
	line-height				: 0.8em;
	padding					: 0px 5px;
}
.aNavMetaLevel{
	color					: #666666;
	text-decoration			: none;
	margin					: 0px;
	font-weight				: normal;
	border-left				: 1px solid #666666;
}
.aNavMetaLevel:hover{
	color					: #6abee7;
	text-decoration			: none;
}
.aNavMetaLevelFirst{
	color					: #666666;
	text-decoration			: none;
	margin					: 0px;
	padding-left			: 5px;
	font-weight				: normal;
}
.aNavMetaLevelFirst:hover{
	color					: #6abee7;
	text-decoration			: none;
}

/* Sitemap */

.listSitemap1{
	list-style				:none; 
	margin					:0px; 
	padding					:0px;
}
.listSitemap2{
	list-style				:none; 
	margin					:4px 0px 6px 20px;
	padding					:0px;
}
.listSitemap3{
	list-style				:none; 
	margin					:4px 0px 6px 40px; 
	padding					:0px;
}
.listSitemap4{
	list-style				:none; 
	margin					:4px 0px 6px 60px; 
	padding					:0px;
}

.navSitemapLevel1Open{
	text-decoration			: none; 
	color					: #000000; 
	font-weight				: bold;
	border-bottom			: 1px solid #CCCCCC;
	margin-bottom			: 8px;
	line-height				: 100%
}
.navSitemapLevel2Open{
	text-decoration			: none; 
	color					: #000000; 
	font-weight				: normal;
}
.navSitemapLevel3Open{
	text-decoration			: none; 
	color					: #000000; 
}
.navSitemapLevel4Open{
	text-decoration			: none; 
	color					: #000000; 
}
