#menue{
  display: none;
}

#unterNav{
  display: none;
}

#seitenGrafik{
  display: none;
}

#strukturFuss, #infoBoxStellen, #merkzettel, #suchen, .merken, .kopffeld2, .back{
  display: none;
}

#dbAusgabe{
  margin-top: 20px;
}

.stellen{
  clear: both;
}

.beruf, .ort{
  float: left;
  width: 180px;
}

#bewerbung{
  margin-top: 60px;
}

#bewerbungKopf{
  font-weight: bold;
}

/* KategorieBoxen */

div.catBox{  
  float: left;
  border-top: 2px solid #e0720b;
  margin-right: 5px;
  margin-top: 15px;
  width: 191px;
}

div.catBox h4{
  margin: 0;
  margin-left: 4px;
}
div.catBox p{
  padding: 0;
  margin: 4px
}

div.catBox p a{
  color: #818182;
  font-size: 10px;
  text-decoration: none;
}
div.catBox p a:hover{
  text-decoration: underline;
}
