/* file: printing.css
 * author: Kopfensteiner Michael
 * last major change: 23-MAY-2011
 * description: this file contains the style information for the print-layout.
 * Copyright (C) 2011 by isoplus Vertriebs Ges.m.b.H., Aisingerstr. 12, DE - 83026 Rosenheim
 */

body {
  font-family: Verdena, Arial, sans-serif;
  color: #000;
  background: #fff;
  font-size: 11pt;
}

abbr {
  border-bottom: 0px none #000;
}


.top, .end, body > div > div {
  visibility: hidden;
  display: none;
}

#content {
  visibility: visible;
  display: block;
}

#col0, #col2, #clear, #toolbox {
  visibility: hidden;
  display: none;
}

div#col1 {
  visibility: visible;
  display: block;
}

div#header {
  visibility: visible;
  display: block;
  background: url(../img/isoplus.png) no-repeat; 
  width: 160px;
  height: 65px;
  float: right;
}

#header h1 {
  visibility: hidden;
  display: none;
} 

h1 {
  font-size: 13pt;
  margin: 0 0 20pt 0;
  color: #2f3f53; 
}

h2 {
  font-size: 11pt;
  color: #2e6cc5;
}

.location {
  display: none;
  visibility: hidden;
}

.location.germany {
  display:  inline;
  visibility: visible;
} 

table {
  page-break-inside: avoid;
}

.news-list-container {
  visibility: visible;
  display: block;
}

/***** DR_BLOB print-style ***************************************************/
.csc-default table {
  font-size: 12px;
  font-family: Verdana;
  color: #000;
  border-collapse: collapse; 
}

tr.drblob_evenrow {
  background-color: #f2f4f6;
}

.csc-default table.contenttable.drblob thead tr th {
  border-bottom: 2px solid #000; 
  border-left: 0px none #000;
  border-right: 0px none #000;
}

.csc-default table.contenttable.drblob thead a {
  text-decoration: none;
}

/***** BOX print-style *******************************************************/
.box-blue, .box-red, .box-yellow {
  padding: 3px 3px 3px 3px;
  border-width: 2px; 
  border-style: solid;
}

.box-blue {
  border-color: #335187;
  background-color: #aec4ed;
}

.box-yellow {
  border-color: #e6bb25; 
  background-color:  #fffcd7;
}

.box-red {
  border-color: #ba2727;
  background-color: #edaeae;
