* { padding: 0; margin: 0; }

#wrapper { 
 position: relative;
 margin: 0px auto;
 width: 800px;
}

#top {
 position:absolute;
 left:200px; top:120px;
 width: 601px;
 height: 207px;
}

#bottom {
 position:absolute;
 /*left:200px; top:620px; holger */
 left:200px; top:700px;
 width: 596px;
 height: 207px;
/*  border:1px solid #00ff00; */
 /* border holger*/
}

#header {
 position:absolute;
 left:20px; top:0px;
 width: 547px;
 height: 150px;
}

#leftcolumn { 
 left:0px; top:145px;
 position:absolute;
 height: 627px;
 width: 232px;
}

#rightcolumn { 
 left:240px; top:250px;
 position:absolute;
 /*height: 410px; holger */
 height: 500px;
 width: 550px;
 display: inline;
/*  border:1px solid #ff0000; */
 /* border holger*/
}

#footer { 
 /*left:0px; top:770px; holger */
 left:0px; top:850px;
 position:absolute;
 width: 800px;
 clear: both;
 text-align: justify;
}

#tourguide {
 left:700px; top:450px;
 position:absolute;
 /*height: 410px; holger */
 height: 150px;
 width: 100px;
/*  border:1px solid #0000ff; */
 /* border holger*/
}
