// Gebiet 1
function changegewerbe1() {
  with ( document.getElementById( "gewerbegebiet1") ) {
    style.background = "#981500";
    style.color = "White";
  }
  with ( document.getElementById( "gebiet1") ) {
     style.borderColor = "#990033";
    /* style.background = "#f8eae9"; style.color = "Black";*/
  }
}

function unchangegewerbe1() {
  with ( document.getElementById( "gewerbegebiet1") ) {
    style.background = "#f8eae9";
    style.color = "Black";
  }
   with ( document.getElementById( "gebiet1") ) {
    style.borderColor = "White";
  }
}

// Gebiet 2
function changegewerbe2() {
  with ( document.getElementById( "gewerbegebiet2") ) {
    style.background = "#981500";
    style.color = "White";
  }
  with ( document.getElementById( "gebiet2") ) {
    style.borderColor = "#990033";
  }
}

function unchangegewerbe2() {
  with ( document.getElementById( "gewerbegebiet2") ) {
    style.background = "#f8eae9";
    style.color = "Black";
  }
   with ( document.getElementById( "gebiet2") ) {
    style.borderColor = "White";
  }
}

// Gebiet 3
function changegewerbe3() {
  with ( document.getElementById( "gewerbegebiet3") ) {
    style.background = "#981500";
    style.color = "White";
  }
  with ( document.getElementById( "gebiet3") ) {
    style.borderColor = "#990033";
  }
}

function unchangegewerbe3() {
  with ( document.getElementById( "gewerbegebiet3") ) {
    style.background = "#f8eae9";
    style.color = "Black";
  }
   with ( document.getElementById( "gebiet3") ) {
    style.borderColor = "White";
  }
}

// Gebiet 4
function changegewerbe4() {
  with ( document.getElementById( "gewerbegebiet4") ) {
    style.background = "#981500";
    style.color = "White";
  }
  with ( document.getElementById( "gebiet4") ) {
    style.borderColor = "#990033";
  }
}

function unchangegewerbe4() {
  with ( document.getElementById( "gewerbegebiet4") ) {
    style.background = "#f8eae9";
    style.color = "Black";
  }
   with ( document.getElementById( "gebiet4") ) {
    style.borderColor = "White";
  }
}

// Gebiet 5
function changegewerbe5() {
  with ( document.getElementById( "gewerbegebiet5") ) {
    style.background = "#981500";
    style.color = "White";
  }
  with ( document.getElementById( "gebiet5") ) {
    style.borderColor = "#990033";
  }
}

function unchangegewerbe5() {
  with ( document.getElementById( "gewerbegebiet5") ) {
    style.background = "#f8eae9";
    style.color = "Black";
  }
   with ( document.getElementById( "gebiet5") ) {
    style.borderColor = "White";
  }
}

