/****************************************************************************************

# Default css file for content edited with htmlArea RTE

#

# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.

# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE

#

# TYPO3 CVS ID: $Id: dynamiccss.css,v 1.16 2008/06/06 12:41:26 rafal Exp $

# ***************************************************************************************/



/* Left, center and right alignment of text in paragraphs and cells.*/

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }

p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }

p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, td.align-justify { text-align: justify; }

p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }


/* Frames applied to p and table block elements.*/

p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 4px; border: 1px solid #333333; }

p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 4px; border: 1px solid #333333; }

p.ramka1{ border:1px #CCCCCC solid; padding: 4px;}

p.ramka2{ border:1px #CCCCCC solid; background-color: #F4F4F4; padding: 4px;}

table.csc-frame-frame1 { background-color: #F5FFAA; padding: 4px; border: 1px solid #333333; }


/* Bullet styles for unordered lists.*/

ul.component-items { color: #186900; list-style-type: circle;}

ul.action-items { color: #8A0020; list-style-image: url(../images/red_arrow_bullet.gif) ;}


/* Numbering styles for ordered lists.*/

ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }

ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }


/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/

span.important { color: #8A0020; }

span.name-of-person { color: #66788E; }

span.strong {
	font-weight: bold;
	background-image: none;
	padding-bottom: 0px;
}

span.square {
	padding-bottom: 5px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-left: 13px;
	display:block;
}
span.square-hx {
	padding-bottom: 5px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-left: 13px;
}
span.file {
	clear: left;
	float: left;
	padding-bottom: 5px;
	background-image: url(../images/ico-file.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	line-height: 20px;
}
span.zip {
	clear: left;
	float: left;
	padding-bottom: 5px;
	background-image: url(../images/ico-zip.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	line-height: 20px;
	height: 20px;
}
span.pdf {
	clear: left;
	padding-bottom: 5px;
	background-image: url(../images/ico-pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	line-height: 20px;
	font-weight: bold;
}
span.strip {
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/strip-blue.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-left: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}

span.font-size-11 { 
	font-size: 11px;
	font-weight: bold;
}

span.font-size-14 { 
	font-size: 14px;
	font-weight: bold;
}

span.font-size-16 { 
	font-size: 16px;
	font-weight: bold;
}

span.red { 
	color: #C73238;
}

span.green { 
	color: #006634;
}
/* Selectors for the default configuration of the link accessibity feature.*/

a.external-link {}

a.external-link-new-window {}

a.internal-link {
	color:#F47921;
	text-decoration:underline;
	
}

a.internal-link-new-window {}

a.download {}

a.mail {}

a.wiecej {

background-image:url(../images/two-arrow-right.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:10px;

}

a.link-pink {
	color: #77899F;
	text-decoration: none;
}
a.link-pink:hover {
	color: #CD456D;
	text-decoration: none;
}



a.pdf {
	
	background-image: url(../images/ico-pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;	
	display: block;
	padding-bottom:5px;
	color:#A41C29;
	font-weight:bold;
	text-decoration:underline;
	}


a.word {
	
	background-image: url(../images/word_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;	
	display: block;
	padding-bottom:5px;
	color:#A41C29;
	font-weight:bold;
	text-decoration:underline;
	}
