@charset "UTF-8";

/* CONTENT SPALTEN  < ********************/
#header, #left {
  display: none;
}
#center {
  padding-top: 120px;
  margin: 0px auto;
  float: none;
  text-align: center;
  width: 620px;
}


#navHome {
  margin: 0px auto;
  float: none;
  margin-bottom: 10px;
}
#navMalerei {
  margin: 0px 0px 10px 0px;
  float: left;
}
#navSchilder {
  margin: 0px 0px 10px 0px;
  float: right;
}
#btnShop {
  clear: both;
  margin: 0px auto;
  border: solid #d5d5d5;
  border-width: 1px 1px 1px 1px;
  width: 199px;
  height: 102px;
}


#footer {
  margin: 0px auto;
  width: 960px; /* 760px */
  padding-left: 0px;
    line-height: 1.5;
    text-align: left;
    clear: both;
}

/* CONTENT SPALTEN  > ********************/