/* CSS Document · CSAG reDesign 2013 by sollistico® GmbH ---------- */

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }


/* CSS Document --- by ALX ------------------------------------------------------ */

span.label_5em,
span.label_7em,
span.label_10em {
	display: inline-block;
	width: 5.00em;
	}
	
span.label_7em {
	display: inline-block;
	width: 7.00em;
	}
	
span.label_10em {
	display: inline-block;
	width: 10.00em;
	}
	
/* CSS Document --- by ALX ------------------------------------------------------ */

.preislabel,
p.preislabel,
div.preislabel,
span.preislabel {
	background-color: rgb(175,0,0);
	color: rgb(255,255,255);
	}
	
span.preislabel {
	}
	
p.preislabel {
	position: relative;
	display: inline-block;
	border-radius: 5.00em;
	
	-moz-transform:rotate(15deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(15deg); /* Safari */
	-o-transform:rotate(15deg); /* Opera */
	-ms-transform:rotate(15deg); /* IE9 */
	transform:rotate(15deg);
	
	box-shadow: 0 0 15px rgba(0,0,0,0.250);
	}
	
p.preislabel span.preislabel {
	margin: -0.50em 0.50em;
	display: block;
	border-radius: 0.25em;
	padding: 2.00em 1.00em;
	}
	
p.preislabel span.preislabel strong {
	font-size: 1.50em;
	}

/* CSS Document --- by ALX ------------------------------------------------------ */

table.table-lines {
	border: 1px solid rgb(105,105,105);
	border-collapse: collapse;
	margin: 0 auto;
	border-radius: 3px;
	}
	
table.table-lines th {
	padding: 1.25em 0.50em 0.25em 0.50em;
	vertical-align: bottom;
	text-align: left;
	font-weight: normal;
	color: rgb(255,255,255);
	
	border: 1px dotted rgb(155,155,155);
	border-bottom: none;
	background-color: rgb(105,105,105);
	}
	
table.table-lines td {
	border: 1px dotted rgb(105,105,105);
	padding: 0.25em 0.50em;
	vertical-align: top;
	}
	
table.table-lines th,
table.table-lines td {
	padding-left: 1.50em;
	padding-right: 1.50em;
	}
	
table.table-lines th:first-child,
table.table-lines td:first-child {
	padding-left: 0.50em;
	}
	
table.table-lines th:last-child,
table.table-lines td:last-child {
	padding-right: 0.50em;
	}
	
table.table-lines td ul, 
table.table-lines td p {
	padding: 0 auto;
	margin: 0 auto;
	}