/**
 * Style sheet xElements
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Text, linke/rechte Spalte leicht kleiner
 */
.ce_text
{
	line-height:1.5em;
}

#right p, #right .ce_text
{
	font-size:8.5pt;
	line-height:1.4em;
}
#right .ce_text li
{
	font-size:8.5pt;
	line-height:1.5em;
}
#right h1
{
	font-size:10pt;
	margin-bottom:5px;
	margin-top:5px;
}
#right h2
{
	font-size:8.5pt;
	margin-bottom:0;
	margin-top:10px;
}
#left p, #left .ce_text
{
	font-size:8.5pt;
	line-height:1.4em;
}
#left .mod_navigationLevel2 p /* zurücksetzen Navigation bei Unternavi vertikal*/
{
	font-size:8pt;
	height:21px;
	margin:0;
	padding:2px 0 0 0;
}
#left h1
{
	font-size:10pt;
	margin-bottom:5px;
	margin-top:5px;
}
#left h2
{
	font-size:8.5pt;
	margin-bottom:0;
	margin-top:10px;
}



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


.ce_text ul
{
	margin:0px;
	padding:0px;
}

.ce_text li
{
	margin:0px 0px 0px 20px;
	padding:0px;
	line-height:1.4;
}

* html .ce_text li
{
	margin:0px 0px 0px 15px;
}

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


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

/**
 * Heder-Logo
 */
#header #seitenkopf
{
	position:absolute;
	left:645px;
	top:30px;
	width:210px;
}
/**
 * Footer-Elemente
 */
#footer #header_search
{
	position:absolute;
	top:0;
	left:690px;
	padding-right:25px;
	background: url(/tl_files/layoutgrafiken/icon_suche.gif) top right no-repeat;
}
#footer #header_search #ctrl_1
{
	font-size:8pt;
	width:150px;
	/*background-color:#F1E4CB;*/
	background: #ffffff url(/tl_files/layoutgrafiken/bg_fussnavi.gif) top left repeat-x ;
	/*border: solid #d91c15 1px;*/
	padding:2px 4px 2px 4px;
	border:none;
}

#footer #adresszeile
{
	position:absolute;
	left:120px;
	font-size:8.5pt;
	line-height:1.4em;
}

/**
 * Rechtespalte
 */
#right .ce_text
{
	background: #f5efe8 url(/tl_files/layoutgrafiken/bg_boexli1.png) top left repeat-x;
	padding:0 5px 5px 5px;
	margin-bottom:20px;
}
#right .ce_text h1
{
	position:relative;
	top:-5px;
	color:#FFFFFF;
	padding:0;
	margin:0;
	line-height:20pt;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:20pt;
}
#right .boexli2
{
	background: #f5ebe8 url(/tl_files/layoutgrafiken/bg_boexli2.png) top left repeat-x;
}

#right .boexli3
{
	background: #eeeeee url(/tl_files/layoutgrafiken/bg_boexli3.png) top left repeat-x;
}


/**
 * Absätze in Spalten
 */
#main p, #left p, #right p
{
	margin-bottom:10px;
}

/**
* Nachrichten/News
*/
.mod_newslist .layout_latest {
	margin-bottom:1em;
}
.mod_newslist .layout_latest .info, .mod_newsreader .info { /* Teaser und Vollansicht */
	color:#CCCCCC;
}
.mod_newslist .layout_latest .teaser {
	line-height:1.5;
}

/**
* Akkordeon
*/
.accordion p 
{
	line-height:1.5em;
}

.ce_accordion
{
	margin-bottom:1em;
	padding: 0 5px 3px 5px;
	background: #f5efe8 url(/tl_files/layoutgrafiken/bg_hervorhebung.png) top left repeat-x;
}

.ce_accordion .toggler
{
	cursor: pointer;
}

/**
* FAQs
*/
.mod_faqreader .info
{
	display:none;
	/*color:#CCCCCC;*/
}
.mod_faqlist p
{
	font-size:8pt;
	line-height:1.5em;
	margin:0;
	padding:3px 0 3px 0;
	border-bottom:dotted #cccccc 1px;
}

/**
* Zitate
*/
#main blockquote
{
	background: #f5efe8 url(/tl_files/layoutgrafiken/bg_hervorhebung.png) top left repeat-x;
	margin:0 5px 5px 0;
	padding:5px 5px 5px 5px;
}
#main blockquote p
{
	margin-bottom:0;
}

/**
* Suchresultate
*/
.mod_search form
{
	margin-right:100px;
}

/**
* Downloads
*/
.ce_downloads .downloads_name
{
}
.ce_downloads .downloads_size
{
}

/**
* Sitemap
*/
.mod_sitemap ul
{
   background: #f5efe8 url(/tl_files/layoutgrafiken/bg_hervorhebung.png) top left repeat-x;
   padding-bottom:0.5em;
}
.mod_sitemap li
{
	list-style:none;
}
.mod_sitemap ul ul 
{
	background:inherit;
}
.mod_sitemap a:hover
{
	color:#602000;
}

/**
* Bildlegenden / Caption
*/
.image_container .caption
{
	font-style:italic;
}

/**
* Suchresultate
*/
.highlight
{
	background-color:#FAC701;
}

/****
* Copyright-Hinweise Fuss
***/
.webdesign
{
	color:#FFFFFF;
}