/**
 * TYPOlight webCMS
 *
 * The TYPOlight webCMS is an accessible web content management system that 
 * specializes in accessibility and generates W3C-compliant HTML code. It 
 * provides a wide range of functionality to develop professional websites 
 * including a built-in search engine, form generator, file and user manager, 
 * CSS engine, multi-language support and many more. For more information and 
 * additional TYPOlight applications like the TYPOlight MVC Framework please 
 * visit the project website http://www.typolight.org.
 *
 * This file is a cross browser style sheet for content elements that you can 
 * import using the CSS import function of the style sheet module.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005
 * @author     Leo Feyer <leo@typolight.org>
 * @package    xBrowser
 * @license    GPL
 */


/**
 * Text
 */
.ce_text, .ce_image, .ce_headline
{
	padding:00px 00px 00px 0px;*/
	line-height:1.5;
}


/**
 * 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-left:1px solid #cccccc;
	margin: 0 30px 30px 30px;
}

.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;
}


/**
 * Image gallery
 */
.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}

.ce_image
{
	padding: 0 0 0 30px;
	margin: 0;
}

/**
 * Download
 */
html>body .mime_icon
{
	top:-1px;
	position:relative;
	
	
}


/*  Kein BG hinter Schrift  */
.mod_article {
	background-image:url(../img/img_bg_main.png);
	background-repeat:repeat-x;
	min-height:500px;
	height:100%;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
}

/*  Suche  */
.mod_search {
	padding: 0 0 0 30px;
}

.radio_container
{
		text-align:left;
}

#query_type input
{
	display:block;
	text-align:left;
}


.ce_text .download_trenner {
	border-top:#dedede 1px solid;
}







