/**********************************************************************
								default styling
**********************************************************************/
a { color:#21597e; }

/**********************************************************************
											   MAIN NAVIGATION 1. LEVEL
**********************************************************************/
#contentNavigationMain {
		background-color:#21597e;
}

#contentNavigationMain .no a { 
		color:#A8BBCE; 
}

#contentNavigationMain .cur,#contentNavigationMain .act {
		background-color:#A8BBCE;
}

#contentNavigationMain .cur a,#contentNavigationMain .act a  {
		color:white;
}
/**********************************************************************
											   MAIN NAVIGATION 2. LEVEL
**********************************************************************/
#contentNavigationSub {
		background-color:#A8BBCE;
}

#contentNavigationSub a {
		color:#21597e;
}
#contentNavigationSub .cur a,  #contentNavigationSub .act a{
		color:white;
}

/**********************************************************************
													 SERVICE NAVIGATION
**********************************************************************/

#contentNavigationLeft a {
		color:#21597e;
}

#contentNavigationLeft a:hover {
		color:black;
}

#contentNavigationLeft .cur a {
		color:black;
}

/**********************************************************************
													 SERVICE NAVIGATION
**********************************************************************/

#contentNavigationService a {
		color:#21597e;
}

/**********************************************************************
													 		  NEWS HOME
**********************************************************************/
#tt-news .list a {
		color:#21597e;
}


/**********************************************************************
													 		   NEWS BOX
**********************************************************************/
#tt-news .latest .head {
		background-color:#A8BBCE;
		color:white;
}

#tt-news .latest a {
		color:#21597e;
}

/**********************************************************************
																 FOOTER
**********************************************************************/
#containerFootLeft {
		background-color:#A8BBCE;
}
#containerFootRight {
		background-color:#21597e;
}

#containerFootRight a {
		color:#A8BBCE;
}

/**********************************************************************
															  HEADLINES
**********************************************************************/
h1 { 
		color:#21597e;
}

/**********************************************************************
															 Breadcrumb
**********************************************************************/

div.breadcrumb span.no a {
		/*color:#21597e;*/
		color:black;
}

div.breadcrumb span.cur a {
		color:black;
}


.space {
	margin-top: 30px;

}



