  html, body, ul, h1, img, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
  }  
  html, body{
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	width: 100%;
  }      
  a { 
    text-decoration: underline;
	color: #000;
  }
  h1 {
    font-weight: bold;
	font-size: 16px;
	margin-bottom: 18px;
	margin-top: 0px;
	text-align: right;
  }
  img, div, a { 
    behavior: url("iepngfix.htc");
  }  

/* Seiten-Container */
  #siteframe {
	margin: 32px auto 0 auto;
	width: 844px;
	position: relative;
  }
  
/* Navigation */    
  #navigation ul {
	list-style-type: none;
	margin-left: 25px;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0
  }  
  #navigation li {
	text-align: center;
	font-size: 13px;	
	font-weight: bold;
    float: left;
	padding-right: 2px;
  }
  #navigation a {	
	background: url(../img/landingpage/bkg_menue.png) left top no-repeat;
	text-decoration: none;
	color: #000000;	
	width: 101px;
 	height: 31px;
	line-height: 31px;
	display: block;	
  }  
  #navigation a:hover, #navigation a.active {
	background: url(../img/landingpage/bkg_menue-hover.png) left top no-repeat;
	color: #FFFFFF;	
 	height: 31px;
	line-height: 31px;
	cursor: pointer;
  }  

/* Content */ 
  #border-top {
	background: url(../img/landingpage/border-top.jpg) top left no-repeat;
	clear: both;
	width: 844px;
	height: 11px;
	position: relative;
	line-height: 11px;
	z-index: 1;
	left: 0;
	top: 31px;
  }
  #content {
	background: url(../img/landingpage/bkg-container.jpg) top left no-repeat;
	clear: both;
	width: 844px;
	text-align: left;
	height: auto;
 	position: relative;
	left: 0px;
	top: 31px;
 }
  #woman-holding-world {
	background: url(../img/landingpage/laserconnect-rundum-service.png) no-repeat;
	width: 331px;
	height: 620px;
	position: absolute;
	z-index: 2;
	right: -103px;
	top: -24px;
  }
  * html #woman-holding-world {
	right: -96px;
  }
  #content #laserconnect-logo {
	width: 237px;
	height: 41px;
	margin: 30px 25px;
	float: left;
  }
  #content #laserconnect-slogan {
	margin: 10px 45px;
  }
  #content .product-container-left {
	background: url(../img/landingpage/bkg-product-special.png) no-repeat;
	margin-left: 25px;
	width: 249px;
	height: 124px;	
	float: left;
	display: inline;
	padding: 10px 25px 10px 25px;
	text-align: right;
	position: relative;
  }
  #content .product-container-right {
	background: url(../img/landingpage/bkg-product-special.png) no-repeat;
	margin-left: 0px;
	width: 259px;
	height: 124px;	
	float: left;
	padding: 10px 25px 10px 15px;
	text-align: right;
	position: relative;
  }
  #content .product-container-right img, #content .product-container-left img {
	float: left;
	margin-right: 15px;
  }
  #content .product-container-left #winadress {
	position: absolute;
	top: 38px;
	left: 25px;
  }
  #content .product-container-left #synergy {
	position: absolute;
	top: -5px;
	left: 15px;
	z-index: 3
  }
  #content .product-container-right #idapt {
	position: absolute;
	top: 10px;
	left: -3px;
  }
  #content .product-container-right #leasing {
	position: absolute;
	top: 35px;
	left: -3px;
  }
  #content .product-container-right #samsung {
	position: absolute;
	top: 25px;
	left: 10px;
  }
  #content .product-container-left #office-2010 {
	position: absolute;
	top: 15px;
	left: 20px;
	color: #fff;
  }
 
/* Footer */
  #content #footer {
	background: url(../img/landingpage/bkg_footer.png) top left no-repeat;
	width: 816px;
	height: 139px;
	font-size: 10px;
	padding: 10px 20px 10px 20px;
	text-align: right;
	margin-top: 21px;
  }
  #content #footer a {
	color: #000;
	text-decoration: none;
  }

/* Common classes */
  .clearer {
	clear: both;
    font: 0em sans-serif;
	visibility: hidden;
  }  
