/**
 * Style sheet xElements
 */
/* Main Article */
#main .mod_article
{
	margin-right:10px;
	margin-bottom:5px;
	margin-left:10px;
}

/* Main Article Link more */
#main .more
{
	margin-top:5px;
	margin-bottom:5px;
	padding-left:20px;
	background-image:url("tl_files/Layout_Dateien/pfeil1.png");
	background-position:left center;
	background-repeat:no-repeat;
}

/* Artikel Headline */
.ce_headline
{
	text-align:center;
	background-color:#ff6633;
	border-top:1px solid #663399;
	border-bottom:1px solid #663399;
	font-weight:bold;
	font-size:14px;
	color:#663399;
	line-height:18px;
}

.ce_text .image_container
{
	margin:10px;
}

/* Ueberschrift h1 Artikel */
.ce_text h1
{
	margin-top:20px;
	text-align:center;
	border-top:1px solid #663399;
	border-bottom:1px solid #663399;
	font-size:14px;
	color:#663399;
}

/* Ueberschrift h2 Artikel */
.xce_text h2
{
	font-size:13px;
	color:#000000;
}

/* Definiert Textausgaben in Artikeln - Wichtig */
.ce_text, .ce_text p, .ce_text li
{
	font-size:12px;
	color:#000000;
}

#main .ce_text a
{
	padding-left:25px;
	background-image:url("tl_files/Layout_Dateien/linkpfeil.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#ff0000;
}

.ce_text .image_container
{
	margin:10px;
}

/* Element Hyperlink */
.ce_hyperlink a
{
	padding-left:25px;
	background-image:url("tl_files/Layout_Dateien/linkpfeil.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#ff0000;
}

.ce_list ul
{
	margin:0px 0px 0px 20px;
	padding:0;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:1.4;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 26px;
}

.ce_table table
{
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}

.ce_accordion .toggler
{
	margin-top:3px;
	margin-bottom:3px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	background-color:#ff6633;
	font-size:14px;
	color:#FFFFFF;
}

html>body .mime_icon
{
	top:-1px;
	position:relative;
}

