/* ---------------------------------------------------------------------
   MODUL: Kategorien auf der Startseite anzeigen (c_list Modul)
   Anpassung an modified 1.x: sgei
   Anpassung an modified 2.x: |Alex|
   Quelle: xtc-load.de - Autor: unbekannt
   --------------------------------------------------------------------- */

.cat_show1 {
	width:100%;
	min-height:200px;
	padding:5px 0px 0px 0px;
}
.cat_show2 {
	width:250px;
	/* height:250px; */
	margin:0px 4px 5px 4px;
	float:left;
}
.cat_show_name {
        width:250px;
	height:40px;
	/* Zentrieren */
	line-height:40px;
	text-align:center;
        overflow:hidden
}
.cat_show_name a, #cat_show_name a:link, #cat_show_name a:visited, #cat_show_name a:hover, #cat_show_name a:active {
        text-decoration:none;
	font-size:1.5em;
	cursor:pointer;
        text-transforum:uppercase
}
.cat_show_text {
	width:250px;
	height:70px;
	/* Zentrieren */
	line-height:40px;
	text-align:center;
        overflow:hidden
}
.cat_show_text p {
	margin:0 1em;
        color:#7e7f84;
        line-height:1.2em;
        height:40px;
        overflow:hidden
}
.cat_show_image {
	width:100%;
	height:140px;
	/* Zentrieren */
	line-height:120px;
	text-align:center;
}
.cat_image {

	vertical-align:middle;
        margin:0
}
.cat_clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
}
