.header { background: #FFF; }
/* #### Logo #### */
.page .cmslogo {
  top: 25px; left: 20px; /* Abstände von oben und von links */
  width: 383px; height: 84px; /* Größe des Logos in Pixel */
  background: url(genthner.gif) no-repeat; /* Dateiname des Logos */
  }

.cms-text { color: #FFF; }

.container { 
	border-top: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	}

/* Anpassen pro Projekt */
.tableheader { background:#4f4f4f; }
.tableheader a { 
  text-decoration: none; text-transform: uppercase; color: #fff;
  }