

/*----------------------------------------------- Wysiwyg styles ------------------------------------------*/
body.cke_show_borders{
background-color:#000;
color: #fff;
}

article.after_left_column h1 {
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 10px;
}
article.after_left_column h1 a {
	text-decoration:none;
}
h1.wysiwyg_content_head1 {
	border-bottom: 1px solid #ccc;
	color: #999;
	font: 24px DINmediumRegular;
	padding-bottom: 10px;
	background-color:#000;
	text-transform: uppercase;
}
h2.wysiwyg_content_head2 {
	clear: both;
	color: #b2b2b2;
	font: 16px DINmediumRegular;
	padding-bottom: 10px;
	background-color:#000;
	text-transform: uppercase;
	border-bottom:0;
}
h3.wysiwyg_content_head3 {
	clear: both;
	color: #b2b2b2;
	font: 14px DINmediumRegular;
	padding-bottom: 5px;
	background-color:#000;
	text-transform: uppercase;
	border-bottom:0;
}
p.wysiwyg_content_paragraph {
	clear: both;
	color: #fff;
	font: 14px DINmediumRegular, Verdana, sans-serif;
	line-height: 24px;
	padding-bottom: 20px;
	background-color:#000;
}
p.wysiwyg_quote {
	font-family: DINmediumRegular, Verdana, sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	padding: 10px 40px;
	margin-bottom: 0px;
	background-color:#000;
}
.wysiwyg_quote_source {
	font-family: DINmediumRegular, Verdana, sans-serif;
	font-style: italic;
	color: #a6a6a6;
	display: block;
	float: right;
	padding: 0 40px 30px;
	font-size: 12px;
	background-color:#000;
}
ul.wysiwyg_block,ul.wysiwyg_inline {
	clear: both;
	padding-bottom: 20px;
	background-color:#000;
}
ul.wysiwyg_block {
	clear: both;	
	list-style-position: outside;
	padding-left: 10px;
	
}
ul.wysiwyg_block li {
	line-height: 24px;
	margin-left: -10px;
}
ul.wysiwyg_inline li {
	display: inline;
	line-height: 24px;
	padding-left: 14px;
	padding-right: 5px;
}
ul.wysiwyg_inline li:first-child {
	background-image: none;
	padding-left: 0;
	line-height: 24px;
}