/*
    div#deutschland, div#oesterreich, div#schweiz, div#spanien, div#oesterreich-c, div#schweiz-c, div#spanien-c, .kartenimg {
	display:visible !important;}
div#standorte { overflow:visible !important}  
*/

div#standorte {height: 490px; overflow:hidden}  

	#standorte #karte {
	height: 0px;
	float: left;
	width: 721px;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}

    div#europa {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 0px;
	width: 921px;
	overflow: visible;
	visibility: visible;
}

    div#deutschland, div#oesterreich, div#schweiz, div#spanien, div#oesterreich-c, div#schweiz-c, div#spanien-c, .kartenimg {
	display:none;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	Xposition: relative;
	height: 490px;
	width: 921px;
	overflow: visible;
	visibility: visible;
	z-index:4;
}

#standorte #deutschland .sidebar, #standorte #oesterreich .sidebar, #standorte #schweiz .sidebar, #standorte #spanien .sidebar {
	display: none;
}

#standorte #sidebar, #standorte .sidebar, #standorte #standorte-sidebar {
	float: right;
	width: 170px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#standorte #karte .zurueck {
	position: absolute;
	z-index: 10;
	background-image: url(../Img/standorte/zurueck-button.gif);
	height: 29px;
	width: 68px;
	margin-top: 1px;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	cursor:pointer;
}
#standorte #karte .zurueck span {
	text-indent: -100px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: -100px;
}

#standorte #sidebar p, #standorte .sidebar p {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #006AB3;
}
  
  #standorte #karte .pin {
	background-image: url(../Img/standorte/pin-standort-s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 31px;
	position: absolute;
	cursor:pointer;
	z-index: 10;
}
#standorte #karte .pin:hover {
	background-image: url(../Img/standorte/pin-standort-s.gif);
	background-position: left bottom;
}