/*
color: #e77844;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
*/
/*************************/
/* allgemeine
/*************************/
.sitemap{
	list-style-type:none;
	color:#e77844;
}
.sitemap a {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}

/*************************/
/* oberste Stufe
/*************************/
li.S_maingroup {
	line-height:1.5em;	
	font-weight:bold;	
	font-size:1em;	
	list-style-type:none;
}
li.S_maingroup a {
	color:#e77844; 		/* Farbe Maingroup 			*/
	font-size:1.2em;	/* Schriftgröße Maingroup 	*/
}

/*************************/
/* zweite Stufe
/*************************/
ul.S_subgroup {
	margin-left:4em;
	line-height:2em;
	font-weight:bold;
	font-size:0.8em;	/* Schriftgröße Subgroup 	*/
	list-style-type:disc;
	margin-bottom:0.8em;	
}

ul.S_subgroup a {
	color:#666;			/* Farbe alle Folgelinks	*/
	line-height:1.7em;
}
/*************************/
/* dritte Stufe
/*************************/
ul.S_entry {
	font-size:0.95em;	
	list-style-type:circle;
	margin-left:4em;	
	margin-bottom:0.8em;
	font-weight:bold;
}
ul.S_entry a {

}

/*************************/
/* vierte Stufe
/*************************/
ul.S_page{
	font-size:1em;
	color:#666;
	list-style-type:disc;
	margin-left:4em;	
	margin-bottom:0.5em;
	font-weight:normal;	
}
ul.S_page a {

}
/*************************/
/* fünfte Stufe
/*************************/
ul.S_subpage {
	color:#666;			/* Farbe alle Folgelinks	*/	
	font-size:1em;
	list-style-type:circle;
	margin-bottom:0.5em;
	margin-left:4em;	
	font-weight:normal;	
}
ul.S_subpage a {

}
