.standorte
{
 margin-right:1em;
 display:inline-block;
}

 .standort
{
 float:left;
 margin-right:1.5em;
 margin-bottom:2em;
 width:12.8em;
 max-width:95%;
 margin-bottom:1em;
 vertical-align:middle;
 background-color: #EEE;
 box-shadow: 5px 5px 5px #000;
 -moz-box-shadow: 5px 5px 5px #000;
 -webkit-box-shadow: 5px 5px 5px #000;
 -o-box-shadow: 5px 5px 5px #000;
}

.karte {
 background-color:#ffffff;
}

.objekt_image { position:relative; }
.objekt_image:hover { width:26em; height:40em; }
.objekt_image img { z-Index:1; max-width:12em; margin-bottom:1em;float:left;}  
.objekt_image div { 
	position:absolute;
	z-Index:200;    
	top:2em;
	left:1em;
	width:0em;
	padding:0em;
	overflow:hidden;
     -o-transition:.30s ease-in-out;
     -ms-transition:.30s ease-in-out;
     -moz-transition:.30s ease-in-out;
     -webkit-transition:.30s ease-in-out;
    transition:.30s ease-in-out;}
.objekt_hover:hover div {
	 position:absolute;
     width:18em;
     padding:1em;
     -o-box-shadow: 0.5em 0.5em 0.5em #333;
     -ms-box-shadow: 0.5em 0.5em 0.5em #333;
     -moz-box-shadow: 0.5em 0.5em 0.5em #333; 
     -webkit-box-shadow: 0.5em 0.5em 0.5em #333; 
     box-shadow: 0.5em 0.5em 0.5em #333; }	


.googlemaps
{
 width:17em;
 height:26em; 
 border-radius: 0.5em;
 -moz-border-radius: 0.5em;
 -webkit-border-radius: 0.5em;
 -o-border-radius: 0.5em;
 box-shadow: inset 1px -1px 1px #666,
                    5px 5px 5px #000;
 -moz-box-shadow: inset 1px -1px 1px #666,
                        5px 5px 5px #000;
 -webkit-box-shadow: inset 1px -1px 1px #666,
                           5px 5px 5px #000;
 -o-box-shadow: inset 1px -1px 1px #666,
                      5px 5px 5px #000;
}

.openstreet_td
{
 cursor: pointer;
 text-align:center;
 height: 20px;
 width: 94px;
 background-image:url(../images/produktmenue_ein.png);
}
