

body { 
	font-size: 22px;
	line-height: 26px;
}


h1 {
	font-size: 40px;
	line-height: 40px;
}


h2 {
	font-size: 28px;
	line-height: 28px;
}


h3 {
	font-size: 22px;
	line-height: 22px;
}



#content { visibility: visible; 
position: absolute;
	right: 50px;
width: 600px; 
height: auto;
z-index: 2; 
}



.grid-home {
  padding: 0px 0px 25px 0px;
}


.headtee {
	font-size: 40px;
	line-height: 40px;
}



div.logo {
  padding: 0px 20% 0px 30%;
  }




div.lady {
  position: fixed;
  width: 45%;
	height: 95%;
  bottom: 0px;
	left: -20px;
		margin: 0px 0px 0px 0%;
	padding: 0px;
		background-image: url("bg_lady.png");
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: bottom left;
	ackground-attachment: fixed;
	z-index: -1; 
}


div.paar {
  position: fixed;
  width: 55%;
	height: 95%;
  top: 0px;
	right: 0px;
		margin: 0px 30% 0px 0px;
	padding: 0px;
		background-image: url("bg_paar_mono.png");
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: top right;
	ackground-attachment: fixed;
	z-index: -1; 
}
