 body
    {
    	font-family: Verdana, arial, helvetica, sans-serif;
    	
    }
    #top
	{
		top: 20px;
		left: 25px;
		width: 850px;
		height: 150px;
		position: absolute;
		text-align: center;
		background-color: #FFC;
	}
	#liste
	{
		top: 240px;
		left: 625px;
		width: 300px;
		height: 455px;
		position: absolute;
		font-size: 12px;
		background-color: #0FC;
	}
	#canvas
	{
		top: 225px;
		position: absolute;
	}

	
	#map
{
	top: 225px;
	left: 25px;
	position: absolute;
}
#under
{
	top: 700px;
	position: absolute;
	font-size: 12px;
}

  #navbar
  {
  	position: absolute;
  	top: 750px;
  	left: 25px;
  	width: 600px;
  	height: 40px;
  	font-size: 13px;
  	text-align: center;
  }
  hr { height: 1px; }
  #right
  {
  	position: absolute;
  	top: 325px;
  	left: 550px;
  	background-color: #FF9;
  	width: 400px;
  	height: 200px;
  	color: #036;
  	font-size: 12px;
  	text-align: center;
  }
  
