
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	margin: 0px 0;
}
* html body 
#navheight_horiz_vert { 

} /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { 
    padding: 0px 0px;

}


#navheader {
	font-size: 11px;
	padding: 3px 0px 0px 12px;
	margin: 0px;
	font-weight: bold;
	text-align:left;
	

}


#navheader li {
	display:inline;
	padding: 0px 10px 0px 0px;
	line-height: 30px;
		margin: 0px;
	height: 56px;
	


}

#navheader a, 
#navheader a:link {
	color:#ffffff; 
	text-decoration: none;
	text-transform: uppercase;
    border: 0px;
	padding: 8px 8px 8px 8px;
	background: #787878;
}

#navheader a:hover {
	color:#ffffff;
	padding: 8px 8px 8px 8px;
	background: #1BA0CC;
}

#navheader a.current, 
#navheader a.current:link {
	color:#ffffff;
	padding: 8px 8px 8px 8px;
	background: #1BA0CC;
}

#navheader a.current:hover {
	color:#eee;
	padding: 8px 8px 8px 8px;
}



/* ### Sub Navigation ######################################################### */



/*	Navigation horizontal and vertical - 
	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/




/* ### nav2nd - second level navigation ######################################### */

  #navigation {
	float: left;
    padding-left: 40px;
	font-size: 10px;
	text-transform: uppercase;
	color: #f9f9f9;
	display:inline;
    list-style: none;
	width: 670px;
	text-align:left;


}
  #navigation li {
    display: inline;
    list-style: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #cccccc;	
    line-height: 25px;
	font-weight: lighter;
	margin: 0px;
}


  


#navigation a.current, 
#navigation a.current:link {
	padding: 0 20px 0px 0px;
	color:#2CA1E0; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;

}

#navigation a, 
#navigation a:link {
	padding: 0 20px 0 0px;
	color:#ffffff; 
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;

}

#navigation.current:hover {
	padding: 0 20px 0 0px;
	color:#ffffff; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
}


#navigation a:hover {
	padding: 0 20px 0 0px;
	color:#99E338; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
}




/* ### Breadcrump Navigation #################################################### */

#bread{
text-transform: uppercase;
	font-size: 9px;
	padding-bottom: 20px;
}

#bread a, #bread a:link {
	color: #326ced;
	background: inherit;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

#bread a:hover {
	color:#cccccc;
	background: inherit;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

#bread a.current:link {
	color: #cccccc;
	background: inherit;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	
}

#sitePath {          
    padding: 0px 0 0 30px;
    height: 15px;
	color: #666666;
	text-transform: uppercase;
	font-size: 9px;
	text-align:left;
}

#sitePath a, #sitePath a:link {
	color: #666666;
	background: inherit;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#sitePath a:hover {
	color:#cccccc;
	background: inherit;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#sitePath a.current:link {
	color: #cccccc;
	background: inherit;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#bread .img {

border: none;
padding-bottom: 5px;
}
