<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @version 		$Id:$
 * @name			Selbsthilfegruppen (Release 1.0.0)
 * @author			 ()
 * @package			com_selbsthilfegruppen
 * @subpackage		com_selbsthilfegruppen.admin
 * @copyright		
 * @license			GNU General Public License version 3 or later; See http://www.gnu.org/copyleft/gpl.html 
 * 
 * The following Component Architect header section must remain in any distribution of this file
 *
 * @CAversion		Id: categories.css 404 2012-11-14 17:14:48Z BrianWade $
 * @CAauthor		Component Architect (www.componentarchitect.com)
 * @CApackage		architectcomp
 * @CAsubpackage	architectcomp.admin
 * @CAtemplate		joomla_3_x_enhanced (Release 1.1.7)
 * @CAcopyright		Copyright (c)2013 - 2016 Simply Open Source Ltd. (trading as Component Architect). All Rights Reserved
 * @Joomlacopyright Copyright (c)2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @CAlicense		GNU General Public License version 3 or later; See http://www.gnu.org/copyleft/gpl.html
 * 
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 */
  /********************************** Field layouts in tabs at bottom *****************************************/
.icon-16-selbsthilfegruppen-categories
{
      background-image: url(../images/icon-16-categories.png) !important;
}
.icon-48-selbsthilfegruppen-categories
{
      background-image: url(../images/icon-48-categories.png) !important;
}
/*#################### category view ############################ */
.category-desc
{
        line-height:1.7em;
        margin:10px 0;
        padding-left:0px;
}
/*#################### categories list ############################ */
.categories-list
{
        padding:0 5px;
}
.categories-list ul
{
        margin:0px 0 0 20px;
        padding:0;
}

.categories-list ul li
{
        padding: 5px;
}
.categories-list ul ul
{
        margin-left:15px;
}
.categories-list dl dt,
.categories-list dl dd
{
	    display:inline;
}
.categories-list dl dt
{
	    font-weight: bold;
}
/*#################### category list ############################ */
.category-list
{
        padding:0 5px;
        display:block;
}
.category-list h1
{
        margin-left:-5px;
        margin-right:-5px;
}
/*#################### category tables ############################ */
table.category
{
        font-size:1em;
        margin:10px 10px 20px 0px;
        width:99%;
}
table.category td
{
        padding:7px;
}
table.category th
{
        padding:7px;
        text-align:left;
        background:#444;        
}
table.category th
{
        color:#fff;
}
table.category th a img
{
        padding:2px 10px;
        border:solid 0px;
}
.cat-items
{
        margin-top:20px;
}

</pre></body></html>