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


/**
 * Text
 */
.ce_text
{
	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;
}

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

#inhalt_main.ce_gallery img
{
	border:#fff 3px solid;
}

.ce_gallery td
{
	text-align:left;
	vertical-align:top;
}


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


/*  CSS III+  */


/*  Events  */

div.event {
	font-weight:bold;
	line-height:12px;
	margin-bottom:5px;
}

div.event a {
	padding:0px;
	margin:0px;
}

.date {
	font-size:10px;
	width:180px;
	float:left;
}

div.mod_upcoming_events div.event {
	padding:3px 0 0 5px;
	border-bottom:#CCCCCC 1px dotted;
	}

/*  NEWS  */

.mod_newslist {
	border-bottom:#666 1px dotted;
}

.info {
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	background-color:#333;
	margin:0;
	padding:0;
	height:15px;
	line-height:15px;
}

.mod_eventreader h1 {
	padding-top:10px;
}

.layout_short {
	border-top:#666 1px dotted;
}

.layout_short h2 {
	margin:0;
}

.layout_short h2 a {
	color:#333;
	line-height:15px;
}

.more a,
a.more{
	font-size:9px;
}



/*  RSS  */

.mod_rss_reader {
	border-bottom:#666 1px dotted;
}

.rss_default {
	border-top:#666 1px dotted;
}

.rss_default h2 {
	margin:0;
}

.rss_default h2 a {
	color:#333;
}


/*  AddThis  */
.addthis {
	border-top:#CCC 1px dotted;
	padding-top:5px;
	margin-top:15px;
}














