/*******************************************************************************
RESET SECTION
*******************************************************************************/

	*{
	  margin:0;
	  padding:0;
	  }
	ul{
		margin:0 0 0 15px;
	}
	ol{
		margin:0 0 0 20px;_margin:0 0 0 22px;
	}

/*******************************************************************************
MARKUP SECTION
*******************************************************************************/
   
	  p, td, div, ol, ul, ul a, ol a{
	  font-family:Arial, verdana, Arial narrow, tahoma, trebuchet ms;
	  font-size:12px;
	  font-weight:normal;
	  line-height:17px;
	  color:#202020;
	  }
	  a{
	  text-decoration:underline;
	  color:#202020;
	  }
	  h1, h2, h3, h4{
	  font-family:Arial, verdana;
	  font-weight:normal;
	  color:#404040;
	  }
	  h1{
	  font-size:30px;
	  }
	  h2{
	  font-size:26px;
	  }
	  h3{
	  font-size:22px;
	  }
	  h4{
	  font-size:18px;
	  }
	  h5{
	  font-size:14px;
	  }

/**************************************************************************************************
body Section
***************************************************************************************************/
  
  body{
  text-align:center;
  background:#fff;
  }
/**************************************************************************************************
Framework Section
 ***************************************************************************************************/  
  
  #wraper{
  width:1005px;
  margin:0 auto;
  text-align:left;
  background:#fff;
  }
/**************************************************************************************************
Toptext Section
***************************************************************************************************/
  .toptext{
  width:1005px;
  height:171px;
  background:url(../images/toptext.gif) no-repeat left top;
  background-position:0px 1px;
  border:0px solid pink;
  }
/**************************************************************************************************
Content Section
***************************************************************************************************/
  .content{
  position:relative;
  width:1005px;
  height:317px;
  background:url(../images/fotovolkids.jpg) no-repeat left top;
  background-position:0% 0%;
  border:0px solid pink;
  }
/*volwassen style*/
  .volwassen{
  position:absolute;
  top:0;
  left:0;
  width:469px;
  height:317px;
  _cursor:hand;
  border:0px solid pink;
  }
/*Kids style*/
  .kids{
  position:absolute;
  top:0;
  left:507px;
  width:469px;
  height:317px;
  _cursor:hand;
  border:0px solid pink;
  }
