/**
 * @version $Id: print.css 10387 2008-06-03 10:59:16Z pasamio $
 * @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.
 */

#nav-container,
#promo-container,
#middle-sidebar,
#right-sidebar,
#more-container,
p.read-more,
div.items-pagination,
div.items-links,
#showcase,
div.after-content-events,
.phocadownloadfile32
 {
	display: none;
}

.left,
.right,
.pagenav,
#toolbar,
#access,
#the-footer {
display: none;
}


table.mainbody td.mainbody,
#mainbg,
#mainbg-2,
#mainbg-3,
#mainbg-4,
#mainbg-5,
#page_bg,
#mainft-2,
#mainft-3
{
	padding: 0;
	background: none repeat scroll 0 0 #FFF;
}


body,
body.f-default,
body.f-smaller,
body.f-larger
{
color: #000000;
font-family:"Arial, sans-serif";
}

body,
body.f-default
{
font-size: 10pt;	
}
body.f-smaller
{
font-size: 09pt;	
}
body.f-larger
{
font-size: 11pt;	
}

.componentheading, .contentheading{
   font-size: 1.4em;
   color: #000000;
	border-bottom: solid 1px #D0003E;
	padding-bottom:0.2em;
}

table.headlines  {

}

table.mainbody td.mainbody tr.sectiontableentry1 td, 
table.mainbody td.mainbody tr.sectiontableentry2 td {
  padding: 0px;
  border-bottom: 1px solid #e0e5ed;
}

table.mainbody td.mainbody td.sectiontableentry1, 
table.mainbody td.mainbody td.sectiontableentry2{
  padding: 0px;
  border-bottom: 1px solid #e0e5ed;
}


h1
{
	font-size: 1.3em;
	margin: 0.4em 0 0.3em 0;
}

h2
{
	font-size: 1.2em;
	margin: 0.3em 0 0.2em 0;
}

h3
{
	font-size: 1.1em;
	margin: 0.2em 0 0.1em 0;
}

h4
{
	font-size: 1em;
	margin: 0.0em 0 0.0em 0;
}

/* Vermeidung von Seitenumbr�chen direkt nach einer �berschrift u.a. */
h1,h2,h3,h4 
{ 
   page-break-after: avoid; 
   padding-bottom: 0;
	padding-top: 0.5em;
   background: inherit;
	color: #000;
	font-weight: bold;
}

a
{
	color: #000;
	/*font-weight: bold;*/
}

.unsichtbar , p .u2 { display: none; }
#header { width: auto; }
.buttonheading {display:none}
#header form ,.pagination , #footer , p.counter , .unseen
{ display: none;
}
#header ul, #right form { display: none; }
#breadcrumbs , #left , #fontsize { display: none; }
#main2 { margin: 0%; }
#all {text-align:left}
#right
{
	display: block;
	position: static !important;
}

#main2:before
{
	content: " content ";
	color: #888;
	display: block;
	background-color: inherit;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px #000 solid;
	margin-bottom: 1em;
}

#right:before
{
	content: " additional information ";
	color: #888;
	display: block;
	background-color: inherit;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px #000 solid;
	margin-bottom: 1em;
}


#header {
	position: relative;
	height: 75px; 
	overflow: hidden;
	background: none;
/*	background: White url(../images/kerschi_layout/logo_balken.jpg) repeat-x;*/
}

#logo {
	position: absolute;
	top: 23px;
	right: 10px;
	display: block;
	width: 200px;
	height: 49px;
	background: White url(../images/kerschi_layout/logo_gesamt_druck.jpg) no-repeat;
}

span.pathway
{
margin-top: 2px;
height: 6px;
}

.noprint
{
	display: none;
}	