/* >>> Start Guided Tour >>> */
#guidedtour {
 margin-bottom: 8px; 
 padding: 5px 0 0 30px; 
 background-color: #FFFFFF; 
 color: #000000;
/*
 width: auto; 
 height: 360px; 
 position: relative; 
*/
border:1px solid #FFFFFF; /* for Mozilla Firefox - otherwise background is grey */
}
div.guidedtour-header {
  height:2.0em;
  width:500px;
}
#guidedtour-switch {
  height:1.5em;
  width:200px;
  padding-left:20px;
   float:left; 
}
#guidedtour-place,
#guidedtour-links {
/*  width:200px; */
  width:300px;
   float:left; 
}
#guidedtour-place {
  height:1.5em;
}
#guidedtour-links {
   margin:10px 20px 20px 0;  
   position:relative;
}
#guidedtour-rechts {
/*   width:490px; */
   width:390px;
   float:left; 
   margin:10px 5px 20px 0;
   position:relative;
}
/* <<< End Guided Tour <<< */
