

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: 20px;
width: 560px; 
height: auto;
padding-top: 40px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 30px;
z-index: 2; 
}


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


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





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




div.lady {
  position: fixed;
  width: 40%;
	height: 95%;
  bottom: 0px;
	left: -130px;
		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: 10% 10% 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; 
}


