@page { 
	size: A4;
	width:100%;
	margin-top: 1.5cm;
}

* {
	float:none;
}

/* Versteckte Objekte */

.navigation, .metanavi, .subnavigation, .boxImg, .floatRightHeadnavi, .floatButtonsRight, .loginImg, .columnRight, .xFooter, .footer, .teaserStartCut, .button-box-outer, .button-teaser, .tabDeselected, .dataTables_length, .ergebnislisteMiddle, .ergebnislisteRight, .dataTables_info, .dataTables_paginate, .dataTables_filter, .imgValign, .tableLink, .mehr {
	display:none;
}

body{
	background-color:#ffffff;
}


p, ul, li, label {
	font-family:"Times New Roman", Times, serif;
  	color:#000;
	font-size:12pt;
	line-height:16pt;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
  	margin:20px 0 12px 0;
	font-size:15pt;
 	page-break-after: avoid;
}
	
h2, p.boxHeader, .ergebnislisteLeft {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
  	margin:20px 0 12px 0;
	font-size:13pt;
 	page-break-after: avoid;
}

.accordion {
	page-break-inside: avoid;
}

.accordion h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
  	margin:30px 0 10px 0px;
	font-size:10pt;
	border-bottom:1px solid #ccc;
	width:670px;
	padding-bottom:7px;
 	page-break-after: avoid;
}

.ergebnisliste {
	margin-top:40px;
	margin-bottom:20px;
}

.tabSelected {
	margin-top:40px;
	margin-bottom: 20px;
}

.tabSelected a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a {
	color:#000000;
}
	
a img {
	border:none;
}

a.teaserBigLink {
	font-size:12pt;
	text-decoration:none;
	display:block;
	margin-top:1cm;
}

table {
	width:660px;
	margin-top:10px;
	margin-bottom:20px;
	page-break-inside:avoid;
	font-size: 10pt;
}

table td {
	line-height:14pt;
	padding:5px;
	border-bottom:1px solid #ccc;
	vertical-align: top;
}

table th {
	text-align:left;
	padding:5px;
	border-bottom:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
 	page-break-after: avoid;
}

table.details, table.detailInnerTableAlgm, table.detailInnerTableAddress, table.innerDetailsEmbedded, table#applicationFrameTable {
	margin-top:0;
	margin-bottom:20px;
	page-break-inside: avoid;
}

table#print {
	width:660px;
}

table#applicationFrameTable {
	font-family:"Times New Roman", Times, serif;
  	color:#000;
	font-size:12pt;
	line-height:16pt;
}

table.detailInnerTableAlgm, table.detailInnerTableAddress {
	margin-bottom: 0;
}

table.details td {
	vertical-align: top;
	border-bottom: none;
}

table.details table.detailInnerTable {
	margin-top:0;
	margin-bottom:0;
	width:325px;
	line-height:14pt;
}

table.details table.detailInnerTable td, table.details table.detailInnerTableAlgm td, table.details table.detailInnerTableWidth td, table.details table.detailInnerTableAddress td  {
	padding: 3px;
	border-bottom:1px solid #ccc;
}

table.detailInnerTable td:nth-child(2), table.detailInnerTable td:nth-child(4)  {
	text-align: right;
}

table.detailInnerTable td:first-child + td, table.detailInnerTable td:first-child + td + td + td {
	text-align: right;
}

label {
	display:block;
	margin-top:15px;
}

input, select {
	width:200px;
}

.formColumn input[type="checkbox"] {
	display:inline;
	width:auto;
	margin-right: 5px;
}

.formColumn .checkboxLabel {
	display:inline;
	width:100px;
}

.rechtsbuendig {
	text-align: right;
}

span.tooltip[title]:after {
  content: ' (' attr(title) ') ';
  background-color: inherit;
  color: #003399;
  font-style: italic;
 }
 
 #overlay {
 	display: none;
 }
