.title-border-top {
  border-top: 1px dotted;
}
.pevent-table-container {
  width: 100%;
  margin: 20px 0;
}
.pevent-table-outer-first-cell {
  width: 15%; vertical-align:top
}
.pevent-table-outer-second-cell {
  width: 85%; vertical-align:top
}
.pevent-table-inner-one {
  width: 95%; margin: 5px; background-color: #6d7179; color: #fff;
}
.pevent-tab {
  margin: 14px 0;
}
.pevent-tab .tab-row {
  margin-bottom: 14px;
  border-bottom: 1px solid #549bc7;
}
.pevent-table-inner-one-first-cell {
  width: 18%;
  background-color: #549bc7;
  color: #fff;
  padding: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.pevent-table-inner-two {
  width: 99%; margin: 5px;
}
.pevent-table-thema {
  background-color: #549bc7; color: #fff; font-weight: bold;
  padding: 1%;
  margin-bottom: 1%;
}
.pevent-table-details {

}
.detailButton {
 float: right;
 text-decoration: none;
}
.pevent-table-inner-two-first-cell {
  width: 79%;
   margin-bottom: 1%;
}
.pevent-table-inner-two .detailButton {
	background-color: #666b6e;
	border: none;
	height: 25px;
	padding-bottom: 2px;
	width: 116px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	margin: 10px 10px 0 0;
	float: right;
	border-radius: 10px;
}

/* Detail page - /fachbesucher/dkm-aktionen/detail/191 */
/*
.pevent-container {
  width: 80%; margin-left: 20px;
}
*/
.pevent-thema-container {
  width: 100%; border: #33576e 2px solid; padding: 20px; 
}
.pevent-thema-cell {
  background-color: #666b6e; color: #fff;
}
.pevent-details-cell {
  padding-top: 12px;
}
.margin-twenty {
  margin: 20px;
}
.pevent-detail-table-grey {
    width: 15%;
    /*background-color: #d6dadd;*/
    padding: 5px;
	font-weight: bold;
}
.pevent-detail-table-white {
    width: 85%;
    padding-left: 10px;
	text-align: left;
}
/* Latest pevent news with add pevent news - /fachbesucher/dkm-aktionen/ - /node/249 */
.pevent-add-new-button {
    background: #0065B3;
    background: #33576e;
    border: none;
    border-radius: 5px;
    height: 25px;
    padding-bottom: 0px;
    width: 116px;
	padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
a.pevent-add-new-button:link,
a.pevent-add-new-button:visited {
	color: #ffffff;
}