/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.largetext, table.largetext {
	font-size:1.6em !important;
	line-height:1.5em;}

td.gallery {
	background-image:url("/fileadmin/template/img/bg_tablecell_gallery.jpg");
	background-repeat:no-repeat;
	background-position:left bottom;
	width:197px;
	padding:0 0 5px 10px;}
td.gallery p {
	margin-bottom:5px !important;}

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.fett { font-weight:bold; }

/* Selectors for the default configuration of the link accessibity feature.*/
/*
a.internal-link {}
a.internal-link-new-window {}
a.download {}
*/
a.media {
	padding-left:15px;
	background-image:url("/fileadmin/template/img/icon_link-dokument.gif");
	background-repeat:no-repeat;
	background-position:0 2px;}
a.mail {
	padding-left:18px;
	background-image:url("/fileadmin/template/img/icon_link-email.gif");
	background-repeat:no-repeat;
	background-position:0 5px;}
a.external-link, 
a.external-link-new-window {
	padding-left:14px;
	background-image:url("/fileadmin/template/img/icon_link-extern.gif");
	background-repeat:no-repeat;
	background-position:0 4px;}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }

.htmlarea-content-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;}
.htmlarea-content-body p {
	margin:0px;
	font-size:12px;}
.htmlarea-content-body table p {
	font-size:12px;}
.htmlarea-content-body td,
.htmlarea-content-body th {
	vertical-align:top;
	text-align:left;}
.htmlarea-content-body td.gallery {
	width:197px;}

