@charset "utf-8";
/* CSS Document */

.noscreen,
.noprint,
.textBilderLinks,
.infos {
  display: none;
}

body  {
	margin: 0;
	width:100%;
	font-family: Arial;
	font-size:12px;
}

a {
  color:#000;
  text-decoration:none;
}

h2 {
  font-size:13px;
  line-height:14px;
  font-weight:bold;
}
h3 {
  font-size:12px;
  line-height:14px;
  font-weight:normal;
}


.infos_print {
  float:right;
  padding: 0 0.5cm 1cm 0.5cm;
  margin:0 0 .5cm 1cm;
  border-left: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
}


