.content_row H1 {
  padding: 0;
  margin: 0px 0;
  font-size: 17px;
  font-weight: bold;
  color: #003c74;
}

/* Style Menu MouseOver */
#subMenu li a:hover { 
  background-color: #003c74;
  color: #FFF;
  cursor: pointer;
}

/* Style Menu aktiver Menupunkt */
#subMenu li a.active { 
  background-color: #003c74;
  color: #FFF;
}


#header {
  margin:0;
  padding:0;
  width: 919px;
  height: 200px;
  background-image: url('../../../layout/header/header_lab_patienten.jpg');
  background-repeat: no-repeat;

}
