Dear nofear58 !
Please open template.css file in templates/ja_ziolite/css folder find following code section at about line 25 :
body#bd {
color:#666666;
}
color:#666666; is color property for all text in body , it includes text on content and left + right column.
Please go to line 1039:
ul.menu li a {
background:transparent url(../images/arrow.png) no-repeat scroll 98% center;
color:#666666;
display:block;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:6px 0;
text-decoration:none;
}
color:#666666; is color property for text of left menu in the left column.