body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#pixel {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
    }
#main {
	margin: 0px;
	position: absolute;
	top: -300px;
	left: -375px;
	width: 750px;
	height: 500px;	
    }

#bild {
	display: block;
	width: 750px;
	height: 500px;
	text-align: justify;
	padding-top: 0px;
	background-color: #FFFFFF;	
  }
#layer {
	position: absolute;
	top: 430px;
	display: block;
	width: 250px;
	left:500px;
	text-align: center;
	font-size: 10px;
	visibility: visible;
	
  } 

  #layer2 {
	position: absolute;
	top: 470px;
	display: block;
	width: 750px;
	
	text-align: center;
	font-size: 10px;
	visibility: visible;
		
  }  
  #layer3 {
	position: absolute;
	top:255px;
	display: block;
	width: 150px;
	left: 510px;
	text-align: left;
	visibility: visible;
	padding-right: 20px;
  }  
  #layer4{
	position: absolute;
	top: 65px;
	display: block;
	padding-left: 60px;
	
	width: 350px;
	
	text-align: left;
	padding-top: 10px;
  }  
#navi {
	position: absolute;
	top: 560px;
	width: 750px;
	word-spacing: 2em;
	text-transform: uppercase;
	text-align: center;
   }
 #navi2 {
	position: absolute;
	top: 530px;
	width: 750px;
	text-align: left;
	letter-spacing: 2em;
	font-weight: bolder;
   }
A:link {
	color: #666666;
	text-decoration: none;
	display: inline;
	font-size: 12px;	
   }
A:visited {
	color: #666666;
	text-decoration: none;
   }
A:hover {
	color: black;
	text-decoration: none;
   } 
A:active {
    color: black;
	text-decoration: none;
  }