/**********************************************************************
								default styling
**********************************************************************/
a { color:#386630; }

/**********************************************************************
											   MAIN NAVIGATION 1. LEVEL
**********************************************************************/
#contentNavigationMain {	
		background-color:#386630;
		height:18px;
}


#contentNavigationMain .no a { 
		color:#A1A88A; 
		height:14px;
}

#contentNavigationMain .cur,#contentNavigationMain .act {
		background-color:#A1A88A;
		height:14px;
		
}

#contentNavigationMain .cur a,#contentNavigationMain .act a  {
		color:white;
		height:14px;
}
/**********************************************************************
											   MAIN NAVIGATION 2. LEVEL
**********************************************************************/


.contentNavigationSubBG{
	background-color:#A1A88A;
	height:19px;
}
#contentNavigationSub a {
		color:#386630;
}
#contentNavigationSub .cur a, #contentNavigationSub .act a   {
		color:white;
}

/**********************************************************************
											   MAIN NAVIGATION 3. LEVEL
**********************************************************************/

#contentNavigationSub2{
  margin-top:10px;	
	height:19px;
}

#contentNavigationSub2 a {
		color:#386630;
}

#contentNavigationSub2 .cur a  {
		font-weight:bold;
}

/**********************************************************************
												PAGECONTENT Leftbar
**********************************************************************/
#contentLeftbar {
		background-color:#A1A88A;
}



/**********************************************************************
														LEFT NAVIGATION
**********************************************************************/

#contentNavigationLeft a {
		color:#386630;
		font-size: 12px;
		padding-left: 15px;
		display: block;
}

#contentNavigationLeft a:hover {
		color:black;
}

#contentNavigationLeft .cur a {
		font-weight: bold;
		color:#386630;
		padding-left: 15px;
		background: url('/fileadmin/images/std/link_intern.gif') 0px 2px no-repeat;
}

#Navileft_bestell a {
		font-weight: bold;
		color:#386630;
		padding-left: 0px;
}



/**********************************************************************
													 SERVICE NAVIGATION
**********************************************************************/

#contentNavigationService a {
		color:#386630;
}

/**********************************************************************
													 		   NEWS BOX
**********************************************************************/
#tt-news .latest .head {
		background-color:#A1A88A;
		color:white;
}

#tt-news .latest a {
		color:#386630;
}

/**********************************************************************
																 FOOTER
**********************************************************************/
#containerFootLeft {
		background-color:#A1A88A;
}

#containerFootRight {
		background-color:#386630;
}

#containerFootLeft a,#containerFootRight a {
		color:#A1A88A;
}

/**********************************************************************
															  HEADLINES
**********************************************************************/
h1 { 
	color:#386630;
}

h2 { 
	color:#386630;
}

h3 { 
	color:#386630;
}

h4 { 
	color:#386630;
}

B,STRONG {
	color:#386630;
}



/**********************************************************************
															 Breadcrumb
**********************************************************************/

div.breadcrumb span.no a {
		/*color:#386630;*/
		color:black;
}

div.breadcrumb span.cur a {
		
}
