/* MF Bundtschu
   
	 Formatierungen REDAXO Module (Design & Layout)
	 
	 copyright 2009 by Dalliclick Internetservice */

@import url("../tmp_/tinymce/tinymce.css");				/* Tiny MCE */
@import url("evnt_cal.css");
@import url("x-form.css");
@import url("imgbox.css");

/********************** Besucherzähler *******************************/
#visitcnt{
	position:absolute;
	bottom:20px;
	left:20px;
	background-color:black;
	padding:1em;
}

.rex_cntdwn{
	margin-top:0.3em;
}

/* ######################################################################
   ###################################################################### 
   													Downloadliste
	 ###################################################################### 
   ###################################################################### */
#content ul.filelist li{
	list-style-type:none;
}

ul.filelist li img{
	float:left;
	padding-right: 0.8em;
}

ul.filelist li{
	clear:left;
}

.filelist .filedata{
	font-style:italic;
	font-size:85%;
}

/* ### Bildgalerie ### */

div.galerie {
	clear: both;
}
div.galerie div.image {
	float: left;
	margin:0 20px;
}

div.galerie div.image img{
}

/* ************** Modul Artikelliste  Galerie************************ */
.art-lst-gallery{
	list-style-type:none;
	text-align:center;
	margin:0;
	margin-bottom:1em;
}

.art-lst-gallery li{
	display:inline;
}

.art-lst-gallery li:before{
	content:" | ";
}

.art-lst-gallery li:first-child:before{
	content:"";
}

.art-lst-gallery a{
	padding:0 0.3em;
}

.art-lst-gallery a.current,
.art-lst-gallery a:hover{
	color:#F5E395;
	background-color:#933;
}

.art-lst-gallery a:hover{
	text-decoration:none;
}
/* ************** Ende Modul Artikelliste Galerie ******************* */

