/*******************************************************************************
 * Stylesheet für twGmap02MarkerUndInfo
 ******************************************************************************/

/* die gesamte Google Map*/

#map { 
  width: 100%; 
  height: 530px;
  margin: auto;
  /* float:left; */
}

#wallpaper_r{
width: 113px; 
  height: 495px;
  margin-left: 0px;
  float: right;
}

#wallpaper_b{
width: 680px; 
  height: 100px;
  float: right;
  margin-left: 10px;
}

.bold {
font-family: Arial,Helvetica,Geneva,Sans-serif; 
font-size: 20px; 
font-weight: bold;
color: #F8AD01;
}


/* für das Infofenster */
#window {
margin-top: 10px;
margin-bottom: 0px;
}

#text	
{
float: left;
margin: 0px;
padding: 0px;
vertical-align: text-bottom;
}

#text a
{
color: #829cbd;
font-size: 11pt;
}

#text a:hover{
text-decoration: underline;
}

p
{
margin: 0px;
padding: 0px;
}

#bild
{
margin-left: 5px;
padding-left: 5px;
float:left;
border-left: solid #F8AD01 1px;
}



