.wpbf-navigation {
background:#f5f5f700!important;
}		

.sub-links a:link {
color: #ffffff;
}
.sub-links a:visited {
color: #ffffff;
}
.sub-links a:hover {
color: #686867;
}
.sub-links a:active {
color: #ffffff;
}

.txt-links a:link {
color: #d3d700;
}
.txt-links a:visited {
color: #d3d700;
}
.txt-links a:hover {
color: #686867;
}
.txt-links a:active {
color: #d3d700;
}

.up-links {
color: #ffffff !important;
}

.mPS2id-clicked {
color: #686867 !important;
}
.mPS2id-highlight{ 
color: #686867 !important; 
}

/* 
limit-chars: 
1st = minimum character limit for a word to be hyphenated; 
2nd = minimum number of characters before the hyphenation break; 
3rd = minimum characters after the hyphenation break. 
*/ 
//.txt-betrieb {
     -webkit-hyphens: auto;
		//-webkit-hyphens: manual; /* using &shy; */ 
     -webkit-hyphenate-limit-before: 3;
     -webkit-hyphenate-limit-after: 3;
     //-webkit-hyphenate-limit-chars: 6 15 4;
     -webkit-hyphenate-limit-lines: 2;
     -webkit-hyphenate-limit-last: always;
     -webkit-hyphenate-limit-zone: 10%;     
		-moz-hyphens: auto;
		//-moz-hyphens: manual; /* using &shy; */ 		
     -moz-hyphenate-limit-chars: 6 3 3;
     -moz-hyphenate-limit-lines: 2;
     -moz-hyphenate-limit-last: always;
     -moz-hyphenate-limit-zone: 8%;     
		-ms-hyphens: auto;
		//-ms-hyphens: manual; /* using &shy; */ 		
     -ms-hyphenate-limit-chars: 6 3 3;
     -ms-hyphenate-limit-lines: 2;
     -ms-hyphenate-limit-last: always;
     -ms-hyphenate-limit-zone: 8%;     
		hyphens: auto;
		//hyphens: manual; /* using &shy; */ 		
     hyphenate-limit-chars: 6 3 3;
     hyphenate-limit-lines: 2;
     hyphenate-limit-last: always;
     hyphenate-limit-zone: 8%;
}