@charset "UTF-8";

body {
	margin: 0px;
	padding: 0;
	width: 720px;
  font-family: Garamond, Palatino, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 120%;
	background-color: #fff;
	color: #000;
}

/*-----------------------------------------------------------------------------
 * Links ---------------------------------------------------------------------*/
a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #000;
}

.clear {
	clear: both;
	font-size: 0%;
	height: 1px;
}

a.extern:after,
a.extern:link:after,
a.extern:visited:after,
.flexDownload a
 {
	color: #000;
	background-color: transparent;
	content: " * Link: " attr(href) " ";
	margin-right: 10px;
}

/*-----------------------------------------------------------------------------
 * Container  ----------------------------------------------------------------*/
#boxContent,
#boxContentStartpage {
  position: relative;
  float: none !important;
  margin: 0 4% 0 1%;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
  width: 95%;
  height: auto;
}

#boxHeader,
#boxSideMenu,
#boxFooter,
.paging,
#navMultiPage {
	display: none !important;
}

.breadcrumbs {
	display: block;
	width: auto;
	padding-bottom: 5px;
	margin-bottom: 35px;
  border-bottom: 1px solid #E6EDF6;
  font-size: 11pt;
}

/*-----------------------------------------------------------------------------
 * Headlines -----------------------------------------------------------------*/
h1, h2, h3, h4, p, div {
	width: auto;
}

h1, h2, h3 {
	color: #000;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid !important;
}

h1 {
	font-size: 15pt;
	line-height: 130%;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
  padding: 0;
  margin: 0 0 15px 0;
}

h3, h3.headerline {
	font-size: 13pt;
	font-weight: bold;
	margin: 20px 0 9px 0;
}

h4 {
  font-size: 12.5pt;
	margin: 15px 0 0 0;
  padding: 0;
}

p {
  margin: 0 0 15px 0;
	orphans: 3;
	widows: 3;
}
/*------------------------------------------------------------------------------
 * Flex Module ---------------------------------------------------------------*/

/* Flex Modul Download -------------------------------------------------------*/
.flexDownload {
	display: block;
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
}

.flexDownload a {
	display: inline;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	height: auto;
}

.flexDownload p {
	display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* Flex Modul Autliste -------------------------------------------------------*/
 .flexAutoList ul {
  display: block;
  width: auto;
	list-style-type: square;
	margin: 10px 0 0 20px;
	padding: 0;
}

.flexAutoList ul li {
	display: block;
	clear: both;
	height: auto;
  padding: 3px 3px 6px 0;
	margin-bottom: 10px;
}

.flexAutoList ul h3 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3;
  width: auto;
	margin: 0;
  padding: 0;
}

.flexAutoList ul li p {
  padding: 0;
  margin: 0;
}

/*------------------------------------------------------------------------------
 * Tabellen ------------------------------------------------------------------*/
table {
	width: auto;
	border: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  empty-cells: show;
  margin: 15px 0;
}

table caption {
 font-weight: bold;
 padding: .4em !important;
 text-align: left;
}

td, th {
  border: 0;
	vertical-align: top;
	padding: .6em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
  border-collapse: separate;
	empty-cells: show;
	text-align:left;
	margin: 4em
}
