function scroll_bar()
{
    var sfc = "#6683BF";     //scrollbar-face-color
    var ssc = "#6683BF";     //scrollbar-shadow-color
    var shc = "#6683BF";     //scrollbar-highlight-color
    var stc = "#b8C1DC";     //scrollbar-track-color
    var sac = "#FFFFFF";     //scrollbar-arrow-color

    document.body.style.scrollbarFaceColor      = sfc;
    document.body.style.scrollbarShadowColor    = ssc;
    document.body.style.scrollbarTrackColor     = stc;
    document.body.style.scrollbarHighlightColor = shc;
    document.body.style.scrollbarArrowColor     = sac;
}


function tabelleon()
{
	return "lightgreen";
}

function tabelleoff()
{
	return "#c9cfd4";
}

/* sommertraumparty */
function stp_hide() {
	document.getElementById("stp_bb").style.visibility = "hidden";	
	document.getElementById("stp_tb").style.visibility = "hidden";	
	document.getElementById("stp_ff").style.visibility = "hidden";	
	document.getElementById("stp_jc").style.visibility = "hidden";	
	document.getElementById("stp_rh").style.visibility = "hidden";	
	document.getElementById("stp_pa").style.visibility = "hidden";	
	document.getElementById("stp_but").style.visibility = "hidden";	
	document.getElementById("stp_rv").style.visibility = "hidden";	
	document.getElementById("stp_ast").style.visibility = "hidden";	
	document.getElementById("stp_bf").style.visibility = "hidden";	
	document.getElementById("stp_pick").style.visibility = "hidden";	
}

function stp_rh_show() {
	stp_hide();
	document.getElementById("stp_rh").style.visibility = "visible";	
}

function stp_bb_show() {
	stp_hide();
	document.getElementById("stp_bb").style.visibility = "visible";	
}

function stp_tb_show() {
	stp_hide();
	document.getElementById("stp_tb").style.visibility = "visible";	
}

function stp_ff_show() {
	stp_hide();
	document.getElementById("stp_ff").style.visibility = "visible";	
}

function stp_jc_show() {
	stp_hide();
	document.getElementById("stp_jc").style.visibility = "visible";	
}

function stp_pa_show() {
	stp_hide();
	document.getElementById("stp_pa").style.visibility = "visible";	
}

function stp_but_show() {
	stp_hide();
	document.getElementById("stp_but").style.visibility = "visible";	
}

function stp_rv_show() {
	stp_hide();
	document.getElementById("stp_rv").style.visibility = "visible";	
}

function stp_ast_show() {
	stp_hide();
	document.getElementById("stp_ast").style.visibility = "visible";	
}

function stp_bf_show() {
	stp_hide();
	document.getElementById("stp_bf").style.visibility = "visible";	
}

function stp_pick_show() {
	stp_hide();
	document.getElementById("stp_pick").style.visibility = "visible";	
}

function stp_bold(el) {
	document.getElementById(el).style.fontWeight = "bold";	
}

function stp_normal(el) {
	document.getElementById(el).style.fontWeight = "normal";	
}