body {
	color: #363636;
	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: #F4F4F4;
  }
#layer {
	position: absolute;
	display: block;
	text-align: justify;
	
	padding-left: 40px;
	padding-right: 40px;
	width: 670px;
	padding-top:30px;
  } 
#layer1 {
	position: absolute;
	display: block;
	width: 300px;
	right: 376px;
	padding-left: 20px;
	text-align: center;
	top: 72px;
	visibility: visible;
  }
  #layer2 {
	position: absolute;
	top: 20px;
	display: block;
	
	
	width: 720px;
	
	text-align: center;
	
	padding: 10px;
	visibility: visible;	
  }  
  #layer3 {
	position: absolute;
	top:50px;
	display: block;
	width: 250px;
	left: 480px;
	text-align: right;
	visibility: visible;
	padding-right: 20px;	
  }  
  #layer4{
	position: absolute;
	top: 65px;
	display: block;
	padding-left: 20px;
	
	width: 600px;
	
	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;
  }
   