/* this file amends the standard.css-file with information about the colors for each special area of interest (e.g. fitness, weight-lifting,...) The main formatting information remain inside of standars.css, only different color-information is and should be furthermore provided here! op 05-07-06 */

/* 05-07-08 Additional information! To simplify the allocation of color information, headlines, captions, subnavigations and news have to be given a second class, called color1, color2, color3 or color4. This has to be done in all content-pages. All other color-modifications are done inside of the layout.view.php, e.g. content-background-color, navigation, breadcrump,... Also with the the allocation of a second class. Now, only the four color-classes (and logo-classes) have to be changed to swap the whole page-appearance! */


	
.logo_left		{background-image:url(../_pics/_elements/logo_kdk_left.jpg);}
.logo_right		{background-image:url(../_pics/_elements/logo_bankdruecken_right.jpg);}


.color1_bg		{background-color:#2A587C;} /* navigation */
.color1			{color:#2A587C;} /* headlines, captions */
.color2			{background-color:#528FC5;}	/* breadcrump-area-background */
.color3			{background-color:#DCE8F4;}	/* subnavi, caption & news-background */ 
.color4 		{background-color:#F7FAFD;}	/* page-background */

/*div.page 		{background-color:#F5F9FC;}	

	#nav a 			{background-color:;} 
	#nav a:hover	{color:#cccccc;}
#nav li ul 		{background-color:#325C87;}
.breadcrump		{background-color:#3D6EA6;}	

div.subnavi		{background-color:#E9EFF8;}
div.subnavi .hl	{color:#325C87;}	
	div.subnavi .link a {color:#666666;}
	div.subnavi .link a:hover {color:#333333;}


	div.content		{background-color:;}  no special bg-color for the content-area at the moment! 
	div.content a	{color:#999999;}
	div.content a:hover{color:#666666;}
div.content .hl, div.content h1{color:#325C87;}  H1(one)+HL 
div.content .subline, div.content .sl, div.content h2{color:#325C87;}
	div.content h3	{color:;}
	div.content .text .left	{background-color:#E9EFF8;}
	div.content .text .right{background-color:#E9EFF8;}	
	div.content .text .topLink a{color:#999999;}
	div.content .text .topLink a:hover{color:#666666;}	

div.news		{background-color:#E9EFF8;}	
div.news .hl	{color:#325C87;}
	div.news .entry a{color:#666666;}	
	div.news .entry a:hover{color:#333333;}	
div.news .more a{color:#325C87;}	
	div.news .more a:hover{color:#333333;}	


 the colors for the following formats are defined inside of standard.css to provide the possibility of an easy exchange without changing a vaiety of different .css-files 
	div.news .kraftsport{}
	div.news .fitness{}

*/





