/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */

/* Import the common styles from typography like link colors. */
@import 'typography.css';
 
/* We want the backend editor to have a bigger font as well though */
.typography * { font-size: 100% }

.blackBox {
	background:#000 none repeat scroll 0 0;
	color:#FFFFFF;
	margin:0 0 18px -8px
	padding:18px 22px
}

.blackBox h2 {
	background:#fff none repeat scroll 0 0;
	border-bottom:1px dotted #000;
	color:#B2A791;
	padding:0 0 10px;
}

.niebieski {
	color: #17115D;
}

.niebieski p {
	color: #17115D;
}

.innerContentBox {
	background:#6B655E none repeat scroll 0 0;
	color:#FFFFFF;
	margin:0 0 18px -8px
	padding:18px 22px
}

.szary {
	color: #D7D6E5;
}
.szary p {
	color: #D7D6E5;
}

.innerContentBox h2, h2.underlineHeading {
	border-bottom:1px dotted #A69C88;
	color:#B2A791;
	padding:0 0 10px;
}
