
.artNummer
{
font-weight: bold;
font-size: 14px;
color: #6BBAC1;
border-bottom: 5px dotted #f3f3f3;
width: 90%;
}

.tdArtikel
{

border-bottom: 1px dashed #6BBAC1;

}


/* aktuell box */

#boxAktuell
{
padding: 3px;
background: #6BBAC1;
color: #000000;
font-size: 11px;
font-weight: bold;
border-bottom: solid 1px black;

}

a.boxAktuell:link, a.boxAktuell:visited, a.boxAktuell:active 		{
	size: 9px;
	text-decoration: none;
	color : #000000;
}
	
a.boxAktuell:hover		{
	size: 9px;
	text-decoration: none;
	color : #ffffff;
}	



/* positioning the navigation items in all 4 levels (#0-#3, any level below #3 will be set on level #3) */
.nav0			{
	font-size:13px;
	margin-left:0px;	
	padding-top:10px; /* distance between als level #0 headlines */ 
}
.nav1			{
	font-size:12px;
	margin-left:8px;
}
.nav2			{
	font-size:11px;
	margin-left:16px;
}
.nav3			{
	font-size:10px;
	margin-left:24px;
}

/*  colors etc. of the 3 navigation modes 
text-decoration doesn´t work as class in gecko, so you have to specify this in the navigation.html file */
.open			{
	color : ;
}
.closed	{
	color : ;
	
}
.active		{
	color : #000000;
	
}
a:hover.closed, a:hover.open {
	color: ;
	background-color : ;
	display:block; 
}
/* ------------------ menu rechts für kalk ----------------- */
.footer_distance {
	padding:4px;
}

/* navigation */
.navigation a:link, .navigation a:visited {
	color: #000000;

}
.navigation a:hover, .navigation a:active {
	color: #000000;
	background-color : #f3f3f3;
	display:block;
}

.level_0 {
	text-indent : 5px;
	font-size : 11px;
	line-height : 20px;

	background-color: #B4D0D2;
}
.level_1 {
	text-indent : 26px;
	font-size : 10px;
}
.level_2 {
	text-indent : 30px;
	font-size : 9px;
}
.level_3 {
	text-indent : 33px;
	font-size : 9px;
}


.level_0active {
	text-indent : 5px;
	font-size : 11px;
	color: #000000;
	line-height : 20px;
	border-top : 1px solid silver;
	background-color: #f3f3f3;
	
}
