
function framechange(URL0,F0,URL2,F2) {
 	parent.frames[F0].location.href=URL0;
 	parent.frames[F2].location.href=URL2;
}
function farbwechsel_1(src)  {
         src.style.backgroundColor = '#B3C5F8';
         src.style.color = '#000000';
         src.style.fontStyle = 'normal';
         src.style.fontWeight = 'normal';
}
function farbwechsel_2(src) {
	src.style.backgroundColor = '#A3B5E8';
         src.style.color = '#000082';
         src.style.fontStyle = 'normal';
         src.style.fontWeight = 'normal';
}
function farbwechsel_uv1(src)  {
         src.style.backgroundColor = '#DEE8FF';
         src.style.color = '#000000';
         src.style.fontStyle = 'normal';
}
function farbwechsel_uv2(src) {
	src.style.backgroundColor = '#CED8EF';
         src.style.color = '#000082';
         src.style.fontStyle = 'normal';
}
function farbwechsel_aktiv1(src)  {
         src.style.backgroundColor = '#FFDC87';
         src.style.color = '#000082';
}
function farbwechsel_aktiv2(src) {
	src.style.backgroundColor = '#EFCC77';
         src.style.color = '#000000';
}