/**
 * 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
{
	line-height:1.5;
}

#main .mod_article  /* Hauptspalten-Inhalt */
{
	margin: 0 20px 0 40px;
}

#right .mod_article /* Rechte Spalte Inhalt */
{
	padding:0px 10px 0 20px;
}

#right .mod_navigationSub /* Rechte Spalte Subnavigation */
{
	padding:0 10px 0 20px;
}

#right .kapitelbild {
	padding:0;
	margin:0;
}
.ce_image {
	background:#FFCC00;
}

/**
 * Listing
 */
 /* Mutationen mit normaler Aufzählung
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:1.4;
	list-style-image:url(/tl_files/feder.gif);
}
.mod_navigationSub li 
{
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:1.4;
	list-style-image:url(/tl_files/feder.gif);
}
.ce_text ul 
{
	margin:0px;
	padding:0px;
	margin-left:1.5em;
}
.ce_text li  
{
	margin-left:1em;
	padding:0px 0 4px 0px;
	line-height:1.4em;
	list-style-image:url(/tl_files/feder.gif);
}

.mod_sitemap li {
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:1.4;
	list-style-image:url(/tl_files/feder.gif);
}

.accordion li
{
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:1.4;
	list-style-image:url(/tl_files/feder.gif);
}
*/


/* Temporär ausgeschaltet, da evtl. nicht benötigt
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:1.4em;
	list-style-image:url(/tl_files/feder.gif);
}
.mod_navigationSub li 
{
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:1.4em;
	list-style-image:url(/tl_files/feder.gif);
} */
.ce_text ul, .mod_sitemap ul, .accordion ul /* Abstände global steuern */
{
	margin:0px;
	padding:0px;
	margin-left:0.7em;
}
.ce_text li, .mod_sitemap li, .accordion li  /* Listen steuern */
{
	margin:0px;
	padding:0px 0px 0.5em 2.5em;
	line-height:1.6em;
	list-style-image:none;
	background:url("/tl_files/layoutgrafiken/feder.gif") no-repeat top left; /* Hintergrundbild statt list-style-image */
	display:block;
}



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

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

.pagination li {  /* Suchresultate Blättern-Funktion */
	float:left;
	padding-right:2em;
	list-style:none;
	background-color:#FFFFCC;
	
}
.pagination ul {
	margin:0;
	padding:0;
	margin-left:1em;
}
.pagination p {
	margin-left:1em;
	padding:0;
}
.pagination {
	border:#999999 thin solid;
}
.pagination_current {
	font-weight: bold;
}


/**
 * Table
 */
.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;
}


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

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


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

/**
* Akkordeon steuern
*/
.toggler{
 	padding: 0.2em 0 0.2em 0.3em;
	vertical-align:middle;
    font-weight:normal;
    background:transparent url(../layoutgrafiken/akkordeon-hintergrund.gif) left center repeat-x;

    cursor:pointer;
    cursor:hand;
	
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	margin:5px 0px 0px 0px;
	font-weight:bold;
	color:#009792;
}
div.accordion{
    padding:0 0 0px 0;
}


/**
 * Formatierungen abhängig vom Context
 */
#header h1
{
	padding-left:230px;  /* Zur Sicherheit, damit Text nich über alles hinaus läuft */
	padding-right:40px;
	padding-top:60px;
	text-align:right;
	
	font-size:30px;
	color:#009792;
	font-weight:normal;	
}
#header h1 .titel
{
	font-size:30px;
	color:#FFFFFF;
	font-weight:normal;
	
}
#header .klein
{
	position:absolute;
	top:20px;
	right:40px;
	color:#FFFFFF;
	text-align:right;
	letter-spacing:0.1em;
	
}
#header .globalenavi
{
	position:absolute;
	top:10px;
	text-align:right;
	right:20px;
	color:#FFFFFF;
	font-size:11px
	
}

#header .globalenavi a
{
	color:#FFFFFF;
	font-size:11px;
}


#header #titelgrafik
{
	height:90px;
}

#header #titelgrafik-start
{
	height:240px;
}

#footer p{
	padding: 40px 0 0 40px;
	/* text-align:center; */
	line-height:17px;
	/* color:#88C0BF; */
	color:#687A7A;
}
#footer a {
	color:#687A7A;
}

.mod_breadcrumb {
	padding: 10px 0 0 40px;
	color:#88C0BF;
}

.mod_breadcrumb a {
	color:#88C0BF;
}

.mod_newslist .info{ /* Datum von Newsmodul */
	color:#88C0BF;
}
.mod_newsreader .info{ /* Datum von Newsmodul */
	color:#88C0BF;
}
.mod_newslist h2 { /* Abstand Titel von Newsmodul */
	padding:0px;
}
.mod_newsreader h2 { /* Abstand Titel von Newsmodul */
	padding:0px;
}
.mod_newslist .layout_latest {
	/*border-bottom: dotted 1px #EEEEEE; */
}

.mod_newsreader .enclosure { /* Dateilinks für NEWS */
	padding:8px;
	border:1px solid #cccccc;
	margin-bottom: 1em;
}
.mod_newsreader .caption { /* Bildlegende der News*/
	padding-bottom:2em;
	/*position:absolute;  Tipp aus Forum, damit nicht auf ganzen Text ausgedehnt wird */
	color:#88C0BF;
}
.mod_newslist .caption { /* Bildlegende der News*/
	color:#88C0BF;
}

.mod_newsreader .back a {
	/*background-color:#FFFFFF;*/
	padding:0.3em;
}
.mod_newsreader .back  {
	text-align:right;
}
.mod_newslist .more a {
	/*background-color:#FFFFFF;*/
	padding:0.3em;
}
.mod_newslist .more {
	text-align:right;
}
	

.mod_search .highlight {
	background-color:#FFFFCC;
}

/* PDF Link für Druckversion */
.mod_article .pdf_link
{
    position:absolute;
    top:10px;
    /*right:20px; */
	left: 585px;
    
    background:url("/tl_files/layoutgrafiken/pdf-icon-fader.gif") left center no-repeat; 
    margin:0;
    padding:0;
    height:25px;
    width:25px;
    overflow:hidden;
}

.mod_article .pdf_link a
{
    background:url("/tl_files/layoutgrafiken/pdf-icon-fader.gif") left center no-repeat; 
	line-height:25px;
    font-size:25px;
    white-space:pre;
    margin:0;
    padding:0 0 0 25px;
}
*html .mod_article .pdf_link  { 
	left: 580px;/* für IE ICON-Grösse … */
	
}
*html .mod_article .pdf_link a { 
	font-size: 10px;  /* für IE ICON-Grösse … */
	padding: 7px 2px 5px 2px;
	
}

.mod_article .pdf_link a:hover
{
    background:url("/tl_files/layoutgrafiken/pdf-icon.gif") left center no-repeat; 
}

.homegate  { /* #table_80 Tabelle für Homegate mit Hintergrund */
	background: url("/tl_files/illustrationen/homegate_back.gif") right bottom no-repeat;
}



/* @import url("/tl_files/test.css") all; */