*{
	padding:0;
	margin:0;
	font-size:12pt;
}
html{
	width: 100%;
	line-height: 1.36em;
	
}
body{
   height: 100%;
	 width: 100%;	
}


#content {
  position: absolute;
  left: 0pt;
  right: 0pt;
  top: 55pt;
  bottom: 95pt;
	padding: 5pt;
	border: 1pt solid black;
	orphans:5;
	overflow: auto;
}

#content p{
	color: #000;
	margin: 10pt;
	font-size: 12pt;
	width: 100%;
}
#content p:first-letter{
	color: #000;
	
	font-size: 16pt;
}
iframe{
  display: none;
}

h1{
	margin-left: 1cm;
	font: italic bold 1.4cm Monotype Corsiva;
	color: #000;
	vertical-align: bottom;
}
h2{
	font-size: 18pt;
	color: gray;
	padding: 3pt;
}
h3{
	font-size: 14pt;
	color: #000;
	padding: 3pt 3pt 3pt 0;
}

#content img{
	display: none;
}

#content ul{
	margin-left: 20pt;
}
#content li{
	list-style: none;
	margin-left: 0px;
	font-weight: bold; 
	font-size: 10pt;
}
table#sortiment{
	display: none;
}



#head{
	top: 0;
	left:0;
	width: 100%;
	height: 50pt;
	border-bottom: 2pt solid #000;
	
}

#navcontainer{
	Display: none;
}



#footer {
	position: absolute;
	bottom: 50pt;
	width: 99%;
	height: 40pt;
	background-color: #fff;
  border: 2pt solid black;
}
#footer a{
  display:none;
}
#footer p{
	font-size: 10pt;
	color: black;
	text-align: center;
	line-height:12pt;
	bottom: 0px;
	padding: 3pt;
}

