/*
*	darkblue border-color
*	- header
*	- footer 
*
*/
#printHeader,
#printFooter {
	border-color:#879FBF;
}

/*
*	middle blue font-color
*	- footer	
*	- anchors	
*	- anchors in content column	
*	- anchors in link lists	
*	- anchors in right column	
*	- grid (homepage) headlines	
*	- faq	
*	- anchors in image teasers	
*
*/
#printFooter,
A,
DIV#content DIV.body DIV.text P A, DIV#content DIV.body DIV.wide P A, DIV#content DIV.body DIV.paragraph TABLE A, DIV#content DIV.body DIV TABLE.text TR TD A, DIV#content DIV.body DIV.wide UL.paragraph LI A,
DIV#content DIV.body DIV.paragraph UL.links LI A, DIV#content DIV.body OL.faq LI UL.links LI A,
DIV#content DIV.body DIV.textAdditionals UL LI A,
DIV#content DIV#grid DIV.patch H2,
DIV#content DIV.body DIV.wide OL#questions.faq, DIV#content DIV.body DIV.wide OL#questions.faq LI A,
DIV.patch.image_teaser div.bottom a  {
	color:#335e93;
}

A.more,
A.more:visited  {
	color:#335e93 !important;
}

/*
*	middle blue background-color
*	- category headlines	
*	- form button	
*	- sitemap headlines	
*
*/
.category a h4,
.form-default .form-btn button,
.sitemap h3 a {
	background-color: #335e93;
}

/*
*	middle blue border-color
*	- right column list separator	
*
*/	
div#content div.body div.textAdditionals ul {
	border-color:#335e93;
}
