/**
 * Style sheet xElements
 */
/* Bilder im Fließtext */
#blogeintrag .ce_text img
{
	margin-right:10px;
}

/* Kommentarüberschrift auf Blogseite */
#blogeintrag .comment_default .info
{
	font-weight:bold;
}

/* Zeilenabstand im content */
#main .ce_text,
#header .ce_text
{
	line-height:1.5;
}

/* Fehler in einem Formular */
.error
{
	color:#e2001a;
}

/* Abstand Terminseite Datum zu Uhrzeit */
.mod_upcoming_events .info
{
	margin-bottom:1px;
}

/* Kommentare auf der Blog-Seite */
.comment_default
{
	margin-bottom:15px;
}

/* Zahl des Tages Box rechts */
#right .inside .mod_contentbox
{
	margin:0px;
	padding:0px;
}

/* Blogseite Eintrag */
.layout_short
{
	margin-top:17px;
}

/* einzelnes Event */
div .event,
div .layout_simple
{
	margin-top:8px;
}

/* Links im Teaser rechts */
div .event a,
div .layout_simple a,
.teaserlink
{
	color:#666966;
	line-height:13px;
}

/* Bilder links */
#left .inside img
{
	width:166px;
	height:391px;
	top:43px;
	position:absolute;
}

/* Headline */
.mod_contentbox
{
	padding-top:30px;
}

/* Headline */
#header .mod_box_items .ce_text
{
	font-family:Verdana, sans-serif;
	font-size:26px;
	color:#000000;
}

/* Zahl des Tages Box rechts */
#right .inside .mod_contentbox .mod_box_items .ce_text
{
	margin:0px;
	padding:0px;
	line-height:13px;
}

/* Zahl des Tages Box rechts */
#right .inside .mod_contentbox .mod_box_items .ce_text H1
{
	margin:12px 0px 5px 0px;
	padding:0px;
	line-height:22px;
}


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


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

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


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

