/**
 * @version 2010-02-03
 * @author vanhaven
 * @package Joomla
 * @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.
 */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width : auto;
	margin : 15px;
	line-height : 1.3em;
	text-align: left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #052C76;
	background: inherit;
	margin: 0.4em 0 0.5em 0;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	background: inherit;
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em 0.3em 0.3em 0;
}

h3, h4 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0.4em 0 0.3em 0;
}
/* Vermeidung von Seitenumbruechen nach einer Ueberschrift */
h1,h2,h3 { page-break-after: avoid; }

a {
	color: #052C76;
	font-weight: normal;
	text-decoration:none;
}
hr {
	border:0;
	border-top: solid 1px transparent;;
	border-bottom: dashed 1px #052C76;
	margin: 0 0 10px 0;
	padding:0;
}
address {font-style:normal; }
h2.contentheading {
	color:#052C76;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16pt; 
	font-weight:normal;
	border-left: 5px solid #052C76;
	margin: 0 0 20px 0;
	padding-left:10px;
}
#main #page h2 {
	background: transparent url(../images/h2.gif) no-repeat 0 5pt;
	padding-left: 20px;
	margin-top: 20px;
}
#main #page h2.contentheading, #main2 #page h2.contentheading {
	margin: 0 0 25px 0;
	padding-left:10px;
	background:none;
}

.print {
	background-color: #fff;
	background-image:none;
	float: right;
	padding-right: 20pt;
}
img { border:none;}
img.left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

img.right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}
.hervorhebung {
	color:#000000;
	border: 1pt solid #000;
	padding: 10pt;
	display:block;
}
.unsichtbar, .unseen, .u2, .sprungnavi { display: none; }
.buttonheading, .top {display:none}
.contentpane .buttonheading {display:block;}
#map, .moduletable_mainmenu,.headerline, .pagination , p.counter { display: none; }
#header, #left, #right, #footer { display: none; }
#breadcrumbs , #fontsize { display: none; }
#main2 { margin: 0%; }
#all {text-align:left}

