
#navlist
{
margin-left: 10px;
list-style: none;
width: 260px;
}

#navlist li
{
border-bottom: 1px solid #fff;
padding: 4px 0 4px 25px; 


}

#navlist li a
{
background-image: url(images/style_bullet.gif);
background-repeat: no-repeat;
background-position: 0px 0.3em;
text-decoration: none;
padding-left: 25px;
  display:block;
}
#navlist li a:hover
{
background-image: url(images/style_bullet_akt.gif);
background-repeat: no-repeat;
background-position: 0px 0.3em;
text-decoration: none;
padding-left: 25px;
}
#navlist ul { list-style: none; }

#subnavlist li
{margin-left: px;
border-bottom: 1px solid #fff;
font-size: 0.8em;
}
#navlist li ul 
{margin-top: 7px;}

#navlist li ul li
{border-bottom: 0px solid #fff}
#navlist li ul li a
{font-size: 13px;}
#active a:link
{
background-image: url(images/style_bullet_akt.gif);
background-repeat: no-repeat;
background-position: 0px 0.3em;
text-decoration: none;
padding-left: 25px;
}


/* ----------------------- Nebennav ------------------- */


#nebennav
{
margin: 20px 0px 0px 7px;
list-style: none;
float: left;
}

#nebennav li
{
padding: 4px 0 4px 25px; 


}

#nebennav li a
{
background-image: url(images/style_bullet.gif);
background-repeat: no-repeat;
background-position: 0px 0.3em;
text-decoration: none;
padding-left: 25px;
  display:block;
}
#nebennav li a:hover
{
background-image: url(images/style_bullet_akt.gif);
background-repeat: no-repeat;
background-position: 0px 0.3em;
text-decoration: none;
padding-left: 25px;
}
#nebennav ul { list-style: none; }


#active a:link
{
background-image: url(images/style_bullet_akt.gif);
background-repeat: no-repeat;
background-position: 0px 0.3em;
text-decoration: none;
padding-left: 25px;
}


/* ----------------------- BREADCRUMB ------------------- */


#BreadCr{
	background-color: #e1eed6;
	border-top: 1px solid #fff;
	height:30px;
	width:700px;
	padding: 12px 0px 0px 30px;
	font-size: 10px;
}

#BreadCr, #BreadCr a:link, #BreadCr a:active, #BreadCr a:visited{
  	color:#333333;
  	font-size:13px;
  	font-weight:normal;
  	text-decoration:none;
}

#BreadCr a:hover {
  	text-decoration:underline;
}

