/****************************************************************/
/* Navigation																										*/
/* TobiasPierschel.COM																					*/
/* Last Update: 27.05.2006																			*/
/****************************************************************/


/*******************************************************************/
/*										 Main-Navigation	 													 */
/*******************************************************************/
#mainnav{
	width:130px;
	height:auto;
}

#mainnav .navitem{
	width:auto;
	height:20px;

	margin-bottom:3px;
}
/*******************************************************************/


/*******************************************************************/
/*					 crumbnavcrumbav																			 */
/*******************************************************************/

#crumbnav ul {
	width: 670px;
	
	padding:0;
	margin:0;
	
	list-style-type: none;

	text-align:left;
}
	
#crumbnav ul li { 
	display: inline; 
	padding: 0px 5px 0px 0px;
	color: #8F8E94;
	font-size:10px;
}
	
#crumbnav ul li a {
	color: #8F8E94;
	line-height:20px;

	font-size:10px;
	text-decoration: none;
}
	
#crumbnav ul li a:hover {
	color: red;
}

#crumbnav ul li a.current {
	color: red;
}

/*******************************************************************/


/*******************************************************************/
/*										 Service-Navigation													 */
/*******************************************************************/
#servicenav{
	width:900px;
	text-align:right;
}


#servicenav .navitem{
	width:auto;
	height:20px;
	
	margin-left:5px;
	margin-right:5px;
}
/*******************************************************************/