

#breadcrumb {

}

#breadcrumb a, 
#breadcrumb a:link {
	color:#989898;
	font-size:10px;
}

#breadcrumb a:hover {
color:#989898;
	text-decoration:underline;
}
/*	content
*******************************************************************************/








div#navigation
{

display: block;
color: #000;
background: transparent;

margin: 0;

	float:left;
	width:160px;
	padding:14px 0px 0px 0px;
}

ul#navlist,ul#navlist li ul#subnavlist
{
list-style-type: none;
padding: 0;
margin: 0;
}

ul#navlist li,ul#navlist li ul#subnavlist li { display: inline; }

ul#navlist li a
{
display: block;
width: 150px;
color: #000;
background: #fff;
text-align: right;
text-decoration: none;
border: solid #fff;
border-width: 2px;
margin: 5px 0px 5px 0px;
padding: 12px 5px 7px 5px;


	background-position:  top left no-repeat; 
}

ul#navlist li a:hover, ul#navlist li a:focus { 
 background: url(../images/button.gif);
 	background-repeat:repeat-x;

}

ul#navlist li a:active
{
border: solid #fff;
border-width: 2px;
padding:12px 5px 7px 5px;
}

ul#navlist li#active a
{
color: #000;
background: transparent;
border: solid #fff;

border-width: 2px;
 background: transparent url(../images/button.gif);

	background-position: -169px 0px;
	font-weight:bold;
}

ul#navlist li ul#subnavlist li a
{
display: block;
width: 9em;
color: #000;
background: #ccc;
text-align: right;
text-decoration: none;
border-left: solid #aaa;
border-right: solid #aaa;
border-width: 0px 0px;
margin: 0 0 0 32px;
padding: 3px 6px 3px 16px;
}

ul#navlist li ul#subnavlist li a:hover, ul#navlist li ul#subnavlist li a:focus { background: #eee; }

ul#navlist li#active ul#subnavlist li#subactive a
{
color: #eee;
background: transparent;
}




/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/
/* ### nav1st - first level navigation ######################################## */


#menue {
  margin-left: 179px;

}


ul.nav1st {

	padding:0px 0px;
	font-size:11px;
	text-transform:uppercase;
	
}

ul.nav1st li {

	display: block;
	margin: 0px;
	padding: 0px 0px;
	color:#37444f;
	background: inherit;
	font-weight:normal;
	
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#37444f;
	background: inherit;
	padding: 0px 0;
	text-align:center;
	border-left:1px solid #fff;

	
}

ul.nav1st a:hover {
	color:#fff;
	background: #1E417C;
	padding: 0px 0;
	font-weight:bold;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
	font-weight:bold;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
		font-weight:bold;
}


/* ### nav2nd - second level navigation ######################################### */

 ul.nav2nd {
	margin: 0 0 0px 0;
	font-size:1em;
	font-weight:normal;
	text-align: left;
	
	
	
}

 ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
	

	
}


 ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
	
	
}



ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 15px;
	background-image:url(button.gif);
	background-position:158px 8px;
	background-repeat: no-repeat;
	text-align: left;
	border-right:1px solid #fff;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 15px;
	background-image:url(button.gif);
	background-position:158px -12px;
	background-repeat: no-repeat;
	background-color:#D6D6D6;
	color:#37444f;
	text-align: left;
	font-weight:normal;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 15px;
	background-image:url(images/button.gif);
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#D6D6D6;
	color:#37444f;
	text-align: left;
	font-weight:normal;
}





/* ### Sub Navigation ######################################################### */




/* ### nav2nd - second level navigation ######################################### */

ul.nav3rd {
	margin: 0 0 0px 0px;
	font-size:1em;
	font-weight:normal;
	text-align: left;
	
	
	
}

ul.nav3rd li {
	padding:0;
	margin: 0 0 0px 16px;
	font-weight:normal;
	border:none;
	text-align: left;
}

ul.nav3rd a, 
ul.nav3rd a:link {
	display:block;
	padding:4px 7px 4px 25px;
	background-image:url(button.gif);
	background-position:158px 8px;
	background-repeat: no-repeat;
	text-align: left;
	border-right:1px solid #fff;
}


ul.nav3rd a:hover {
	padding:4px 7px 4px 25px;
	background-image:url(button.gif);
	background-position:158px -12px;
	background-repeat: no-repeat;
	background-color:#D6D6D6;
	color:#37444f;
	text-align: left;
	font-weight:normal;
}

ul.nav3rd li.active a, 
ul.nav3rd li.active a:link {
	padding:4px 7px 4px 25px;
	background-image:url(button.gif);
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#D6D6D6;
	color:#37444f;
	text-align: left;
	font-weight:normal;
}

/* ### Sub Navigation ######################################################### */







