/**
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


/* not ready */

/* Vermeidung von Seitenumbr�chen direkt nach einer �berschrift */
h1,
h2,
h3
{
      page-break-after: avoid;
}

h1 {
    font-size: 1.3em;
    color: #186291;
}

body
{
  line-height:150%;
  font-family: "PT Sans", Helvetica, sans-serif;
}

p,
ul li, ol li,
address,
.category-desc,
table,
label,
dt,
dd
{
  font-size:10pt
}

.unseen,
#header ul,
#breadcrumbs,
.breadcrumb,
.article-info-term,
ul.actions,
#close,
.moduletable_menu,
.moduletable_js,
.pagination,
#header-image, #kontakt, #callme, .custom img, #header, .pager.pagenav,
.element-invisible,
.flex-control-nav,
.flexslider,
.textimagesub,
fieldset.filters,
.skiplinks,
nav#right,
#front .row-1 img, #front .row-3 img
{
      display: none;
}

a {
  color: #186291;
    text-decoration: none;
    font-weight: bold
}

ul#tags {
    margin-left: 0;
    padding-left: 0
}

#tags li {
    display: inline-block;
    padding: 0 5px;
}

#tags li a {
    color: #186291;
    display: inline;
    margin: 0 4px 0 0;
}

#footer-outer div.col-3:first-child, #footer-outer div.col-3:nth-child(2) {
    display: none
}

#footer-outer {
    margin-left: -20px
}

#footer-outer h3 {
    margin-top: -20px
}
