@charset "UTF-8";
/**
 * (en) Special Styles of the Sitemap
 * (de) Spezielle Styleklassen fuer die Sitemap
 *
 * @copyright       Copyright 2008, Achim Roth <achim.roth@achim-roth.de>
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            https://achim-roth.de
 * @package         css
 * @Id              $Id: sitemap.css 619 2008-08-04 05:06:51Z achim $
 * @revision        $Rev: 619 $
 * @lastmodified    $Date: 2008-08-04 07:06:51 +0200 (Mo, 04 Aug 2008) $
 */
@media screen
{
    /* Headline */
    h1.headContentSitemap{ margin: 0 0 5px; }
    
    /* Links up to Level 5*/
    a.lnkSitemapFirst:link, a.lnkSitemapFirst:visited, a.lnkSitemapFirst:active a.lnkSitemapFirst:hover { font-weight: bold; color: #ffffff; font-size: 12px; margin-left: 11px; }
    a.lnkSitemapSec:link, a.lnkSitemapSec:visited, a.lnkSitemapSec:active a.lnkSitemapSec:hover { font-weight: bold; color: #7c7a6c; }
    a.lnkSitemapThrd:link, a.lnkSitemapThrd:visited, a.lnkSitemapThrd:active a.lnkSitemapThrd:hover { font-size: 10px; color: #817a6a; }
    a.lnkSitemapFourth:link, a.lnkSitemapFourth:visited, a.lnkSitemapFourth:active a.lnkSitemapFourth:hover { font-size: 10px; color: #817a6a; }
    a.lnkSitemapFifth:link, a.lnkSitemapFifth:visited, a.lnkSitemapFifth:active a.lnkSitemapFifth:hover { font-size: 10px; color: #817a6a; }
    /*_____________________________________________________________________________________________________________*/
    
    /* Contentausrichtung Sitemap */
    #ctContSitemap { float: left; display: inline; width: 100%; }
    /*_____________________________________________________________________________________________________________*/
    
    /* Content Sitemap */
    table.tabSitemapFirst { background: #d3cdbf; width: 100%; border: 1px solid #c0c0B4; margin: 0 0 8px 0; }
    th.thSitemapFirst { background-color: #afaba0; height: 22px; border: 1px solid #c0c0B4; vertical-align: middle; text-align: left; }
    td.tdSitemapFirst { padding: 5px 5px 5px 10px; vertical-align: top; }
    td.tdSitemapFirstSpace { height: 2px; }
    td.tdSitemapSec { vertical-align: top; width: 216px; height: 22px; margin-right: 3px; padding: 6px 0 0 11px; }
    td.tdSitemapSecSpace { height: 9px; }
    table.tabSitemapThrd { background: #ece5d5; width: 100%; margin-right: 3px; }
    td.tdSitemapThrd { vertical-align: top; padding: 6px 10px 0 10px; width: 220px; height: 18px; }
    td.tdSitemapThrdSpace { height:8px; }
    table.tabSitemapFourth { background:#f5f2eb; width:100%; margin: 3px 3px 0 0; }
    td.tdSitemapFourth { vertical-align: top; padding: 2px 10px 2px 10px; width: 242px; height: 18px; }
    table.tabSitemapFifth { background:#fff; width: 100%; }
    td.tdSitemapFifth { vertical-align: top; padding: 2px 10px 2px 10px; width: 244px; height:18px; }
    /*_____________________________________________________________________________________________________________*/
    
}
