
   /* breadcrumboben
   ------------------------*/

div#breadcrumboben {
		padding-top: 12px;
		padding-bottom: 6px;
		font-size: 11px;
		color: #333333;
		border-bottom:1px solid #999999;
		}
div#breadcrumboben a {
		text-decoration: none;
		color: #333333;
		font-size: 11px;
		font-weight:normal;
		}
div#breadcrumboben a:hover {
		text-decoration: underline;
		color: #000000;
		font-size: 11px;
		font-weight:normal;
		}
div#breadcrumboben span {
		text-decoration: none;
		color: #333333;
		font-size: 11px;
		font-weight:bold;
		}


   /* Pfad
   ------------------------*/

div#pfad {
		font-size: 11px;
		color: #333333;
		}
div#pfad a {
		font-size: 11px;
		text-decoration: none;
		color: #333333;
		}
div#pfad a:hover {
		text-decoration: underline;
		color: #000000;
		}
div#pfad span {
		text-decoration: none;
		color: #333333;
		font-size: 11px;
		}
	

   
   /* Footer
   ------------------------*/
   
div#footer {
		text-align: center;
		font-size: 11px;
		color: #000000;
		}
div#footer a {
		text-decoration: none;
		font-size: 11px;
		color: #333333;
		}
div#footer a:hover {
		text-decoration: underline;
		color: #000000;
		}
div#footer span#active {
		font-size: 11px;
		font-weight:bold;
		color: #000000;
		}