/* vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2: */

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

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

img {
  border: 0;
}

/*-----------------------------------------------------------------------------
 * Global link settings ------------------------------------------------------*/
a:link, a:active, a:visited, a:hover {
  text-decoration: underline;
  color: #000;
}


a.extern:after, a.extern:link:after, a.extern:visited:after,
a.pdf:after, a.pdf:link:after, a.pdf:visited:after {
  font-size: 10pt;
  background-color: transparent;
  content: " * Link: " attr(href) "";
  margin-left: 25px;
}


/*-----------------------------------------------------------------------------
 * Headlines -----------------------------------------------------------------*/
h1, h2, h3, h4, p, div {
  display: block;
  width: 93%;
}

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: 7px 0 5px 0;
  page-break-after: avoid !important;
  line-height: 130%;
}

h1 {
  display: block;
  width: 98%;
  padding: 0 0 10px 0;
  margin: 0 4% 0 1%;
  border-bottom: 1px solid #000;
}

h1, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

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

h2 br {
	display: none;
}

h3,
h3.headerline,
h3.smallSize {
  font-size: 12pt;
  font-weight: bold;
  margin: 20px 0 5px 0;
}

h3.headerline {
  border-bottom: 1px solid #0F2D69;
  padding: .3em 0;
  margin: 0;
  width: auto;
}

h3.rowTypeA,
h3.rowTypeB {
  margin-top: 55px;
}

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

h5 {
  font-size: 12pt;
  margin: 15px 0 0 0;
  padding: 0;
}


/*-----------------------------------------------------------------------------
 * Paragraph und hidden navigation layout ------------------------------------*/
p, span.text {
  margin: 0 0 15px 0;
}

p.importantInfo, p.positiveInfo {
  width: auto;
  margin: 20px 0px;
  padding: 10px;
  border: 1px solid #C0C0C0;
  color: #C0C0C0;
  font-weight: bold;
  background-color: #F5F5F5;
}


/*-----------------------------------------------------------------------------
 * Boxes ---------------------------------------------------------------------*/

/* Hide layout elements */
#box_service_links, #box_banner, #sidenav, #navFooterMultiPage,
.box_breadcrumbs, .menu_hidden, .hidden, .feedback, .dnp, #contentSwitch
/* Search form */
/* ,#searchDirectory, .boxPagination */ {
  display: none !important;
}

/* Main content */
#box_main {
  position: relative;
  float: none !important;
  margin: 0 4% 0 1%;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
  width: 98%;
  height: auto;
  page-break-after: always;
}

#box_main img.floatRight {
  float: right;
  margin: 15px 10px 15px 25px
}

#box_main ul {
  list-style-type: square;
}

#box_main ul.indexSmall li.selected {
  background-color: #E8F1F8;
}

#box_main ul.indexSmall .selected {
  font-weight: bold;
}

#box_main .navBoxPages {
  padding: 10px;
  margin: 20px 0;
}

#box_main .navBoxPages ol li {
  margin: 0 0 5px 0;
  padding: 0;
  background-color: transparent;
}

#box_main .navBoxPages ol li.active {
  font-weight: bold;
}

#printFooter {
  display: block;
  width: 100%;
  padding: 5px 0 0 0;
  margin: 70px 0 0 0;
  border-top: 1px solid #000;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 9pt;
}

/*-----------------------------------------------------------------------------
 * Pagination ----------------------------------------------------------------*/
.boxPagination {
  display: block;
  clear: both;
  padding: 0;
  margin: 20px 0px;
}

.boxPagination .leftBox {
  float: left;
}

.boxPagination .rightBox {
  float: right;
}

.boxPagination strong {
  font-weight: bold;
  padding: .15em;
}

.boxPagination a,
.boxPagination img {
  padding: 0 .15em;
  margin: 0;
  vertical-align: top;
}

.boxPagination a img {
  padding: 0;
  margin-top: .01em;
}

/*-----------------------------------------------------------------------------
 * Downloads -----------------------------------------------------------------*/
.flexLink {
  width: 100%;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
  background-color: transparent;
}

.flexLink a {
  width: 100%;
  font-weight: bold;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.flexLink p {
  margin: 0 0 15px 0;
}

/*-----------------------------------------------------------------------------
 * Formular layout------------------------------------------------------------*/
form br { clear: both; height: 1px; }
form em, em.marked { font-weight: bold; color: #dd0000; }

fieldset {
  width: auto;
  padding: 10px;
  border: 1px solid #CBD5DD;
  margin: 0;
}

fieldset span {
  vertical-align: middle;
}

fieldset p.reset {
	display: block;
	width: auto;
  font-size: 9pt;
  padding-left: 150px;
}

label {
  float: left;
  clear: both;
  text-align: left;
  width: 180px;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 2px;
}

input, select, textarea, .visible {
  width: 400px;
  padding: 2px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  border: 1px solid #000;
  vertical-align: middle;
}

select { width: auto; margin-bottom: 3px; font-size: 9pt; }
select option { margin-right: 10px; }
textarea { overflow: auto; height: 5em; }

input.button {
  width: auto;
  padding: 5px;
  border: 1px solid #000;
  margin: 35px 1em 0 180px;
}

/* ~ 4 digits */
input.smallSize {
  width: 40px;
}

input.mediumSize {
  width: 380px;
}

input.keepLeft {
  float: left;
  width: auto;
  clear: both;
  margin: 2px 5px 0 0;
  padding: 0;
  border: 0;
}

textarea.mediumText {
  width: 380px;
  height: 150px;
}

/* Little helper symbols */
form img,
img.infoSymbol,
img.infoSymbolArea,
p.infoHidden {
	display: none;
}

p.infoBox {
	display: block;
	width: auto;
	margin: 15px 0 10px 0;
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #CBD5DD;
}

/* Search form */
form table {
  margin: 0 0 10px 180px;
}

form table caption {
	display: block;
	width: auto;
	margin: 0 0 5px 0;
  padding: 2px;
  text-align: left;
}

form table td {
  padding: 3px;
}

form table label {
  padding: 0;
  margin: 0;
}

/* Hidden Search Form */
#hiddenSearchForm fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------
 * Tooltips ------------------------------------------------------------------*/
#box_main a.footnote {
  font-weight: bold;
  text-decoration: none;
}

#box_main hr {
  display: block;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 0;
  border-top: 1px solid #E6EDF6;
}

#box_main ul.footnoteVisible {
  display: block;
  list-style-type: none;
  margin: 10px 0 10px 15px;
}

#box_main ul.footnoteVisible li {
	margin-bottom: 5px;
  padding: 2px;
  font-size: 10pt;
}


/*-----------------------------------------------------------------------------
 * Result list specifics -----------------------------------------------------*/
table.default {
	display: block;
	width: 100%;
	border: 0;
	margin: 20px 0 50px 0;
	padding: 0;
  empty-cells: show;
}

table.default caption {
	display: none !important;
}

table.default th,
table.default td {
	font-size: 11pt;
	vertical-align: top;
	margin: 0;
	padding: 5px 7px 5px 0;
	border-bottom: 1px solid #000;
  empty-cells: show;
}

table.default th {
	font-weight: bold;
	text-align: left;
	background-color: #F5F5F5;
}

table.default .comment {
  padding: 5px 10px 25px 170px;
}

/*-----------------------------------------------------------------------------
 * Standalone content / Popup ------------------------------------------------*/
#boxStandaloneContent #box_footer {
	display: none;
}

#boxStandaloneContent ul {
	list-style-type: square;
}

#boxStandaloneContent ul li img {
	vertical-align: top;
	margin-right: 15px;
}

#boxStandaloneContent ul.noListImage {
	list-style-type: none;
}
