/* ----------------------------------------------------------------------
Titel:     Print CSS
Autor:     Dennis Nicolai, Department X GmbH
Updated:   5.4.2007
---------------------------------------------------------------------- */
body {
  text-align: left;
  width: 15cm;
  margin: 0;
  padding: 2cm;
  padding-top: 1cm;
  padding-left: 1cm;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
}

hr {
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #e5e5e5; /* Mozilla 1.4 */
  color: #e5e5e5; /* IE 6 */
  border: #e5e5e5; /* Opera 7.11 */
  height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
  display: block;
}

.printBtn {
	float: right;
	padding: 8px 12px 5px 4px;
	border: 1px solid #E1E4EA;
	background-image: url('../images/layout/navBottom.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 0.8em;
}

.printBtn img {
	margin-left: 8px;
	
}

/* ---------------------------------------------------------------------- */

.topImg, #leftCol, #rightCol, .partner, #metanav, .skip, .subnavi {
	display: none;
}

/* ---------------------------------------------------------------------- */
a:link {
  color: #003399;
  text-decoration: underline;
}

a:visited {
  color: #003399;
  text-decoration: underline;
}

a:hover {
  color: #003399;
  text-decoration: underline;
}

a:active {
  color: #003399;
  text-decoration: underline;
}

/* ---------------------------------------------------------------------- */

hr {
	color: #aaaaaa;
	height: 1px;
}

.flag {
  display: none;
}

h1, .article h1 {
	color: #003399;
	font-size: 16pt;
	margin-top: 40px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 5px;
}

img {
	border: 0;
}

table {
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

td {
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	padding: 5px;
	margin: 0;
	vertical-align: top;
}

.articletop {
	display: none;
}

.smallText {
	font-size: 8pt;
}

.lgoBox {
	width: 100%;
	text-align: center;
}

