/**
 * Style sheet Elements
 */

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


/**
 * Image gallery
 */
.ce_gallery table
{
	width: 100%;
}

.ce_gallery td
{
	text-align:left;
	vertical-align:middle;
	padding-right: 10px;
	padding-bottom: 10px;
}
.ce_gallery img{
	border:1px solid #a19b8a;
	padding: 1px;
}

.ce_gallery .caption {
	overflow: hidden;
	font-size: 9px;
	margin-top: 1px;
	color: #a19b8a;
}


/**
 * Listing
 */
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.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;
}


/**
 * Table
 */
.ce_table table
{
	border:none;
}

.ce_table td
{
	padding:0px 8px;
	border:none;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border:none;
}


/**
 * Text
 */
.ce_text
{
	line-height:1.5;
}


/**
 * Accordion

 */
.ce_accordion
{
	background-image:url(tl_files/michawinkler/layout/toggler.gif);
	background-repeat:no-repeat;
}

.ce_accordion .toggler
{
	margin-bottom:2px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	cursor: hand;
	cursor:pointer;
	background-position: 4px 5px;
	text-indent: 20px;
	height: 20px;
	line-height: 12px;
}

.ce_accordion .accordion div
{
	margin:4px 6px 6px 8px;
	line-height: 18px;
}
.ce_hyperlink {
	margin-bottom: 3px;
	background-image: url(tl_files/michawinkler/layout/icons/plus.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 12px;
}
 /*Startseite*/
#mar_buch {
	border:1px solid #a19b8a;
}
	

