/* @group WebYep */

/* h Tag fuer den Seitentitel */
.WebYepPageHeading {
	font-size: 1.7em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

.WebYepSeitenTitel {
	font-size: 1.7em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

/* h Tag fuer den Blocktitel */
.WebYepBlockHeading {
	font-size: 1.5em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.WebYepBlockTitel {
	font-size: 1.5em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
}

/* div Tag um das linksbuendige Foto */
.WebYepLeftPhoto {
	padding: 5px;
	margin: 5px;
}

.WebYepLeftPhoto div {
	font-style: italic;
}

.WebYepFotoLinks {
	padding: 5px;
	margin: 5px;
}

.WebYepFotoLinks div {
	font-style: italic;
}

/* div Tag um das rechtsbuendige Foto */
.WebYepRightPhoto {
	padding: 5px;
	margin: 5px;
}

.WebYepRightPhoto div {
	font-style: italic;
}

.WebYepFotoRechts {
	padding: 5px;
	margin: 5px;
}

.WebYepFotoRechts div {
	font-style: italic;
}

/* Der editierbare Text */
.WebYepText {
	
}

.WebYepText p {
	
}

/* p Tag um das Dateianhangs-Element */
.WebYepAttachment {
	padding: 0.5em;
}

.WebYepDateianhang {
	padding: 0.5em;
}

/* Die Beschreibung fuer den Dateianhang */
.WebYepAttachmentDescription {
	font-style: italic;
}

.WebYepDateianhangBeschreibung {
	font-style: italic;
}

/* Der Dateiname - enthaelt auch den Download-Link */
.WebYepAttachmentFilename {
	padding: 4px;
}

.WebYepDateianhangDateiname {
	padding: 4px;
}

/* div Tag um das zentrierte Foto */
.WebYepCenterPhoto {
	padding: 5px;
	margin: 5px;
}

.WebYepCenterPhoto div {
	font-style: italic;
}

.WebYepFotoZentriert {
	padding: 5px;
	margin: 5px;
}

.WebYepFotoZentriert div {
	font-style: italic;
}

/* Abstandhalter nach jedem Block */
.WebYepBlockPadding {
}

/* Bildergalerie */

table.WebYepGalleryContainer {
	margin-top: 2em;
	margin-bottom: 2em;
	border-collapse: collapse;
}

table.WebYepGalleryContainer tr {
}

table.WebYepGalleryContainer tr.WebYepGalleryFirstRow {
}

table.WebYepGalleryContainer td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

table.WebYepGalleryContainer td.WebYepGalleryFirstColumn {
}

.WebYepGalleryImage img {
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.WebYepGalleryText {
	margin-top: 1em;
	font-size: 0.9em;
	font-style: italic;
}

.WebYepMenu {
	margin-top: 25px;
	margin-left: -18px;
}

.WebYepMenu ul {
	list-style-type: none;
}

/* @end */
 
  
  
.contentWrap-elastic {  
    display: table;  
    width: 100%;  
    text-align: center;  
}  
  
.wrap-elastic {  
    display: table-row;  
}  
  
#left-elastic, #middle-elastic, #right-elastic {  
    display: table-cell;  
    vertical-align: top;  
}  
  
.left-elastic, .middle-elastic, .right-elastic {  
    display: table-cell;  
    vertical-align: top;  
}  
  
*+html .wrap-elastic {  
    overflow: hidden;  
}  
  
  
* html .left-elastic, * html .middle-elastic, * html .right-elastic {  
    margin-bottom: -10000px;  
    padding-bottom: 10000px;  
    float: left;  
}  
  
*+html .left-elastic, *+html .middle-elastic, *+html .righ-elastic {  
    margin-bottom: -10000px;  
    padding-bottom: 10000px;  
    float: left;  
}