#LocationStation .Head, #LocationInfo .Head
{
	font-weight: bold;
	font-size: 13px;
	color: #0169B2;
	text-transform: uppercase;
}
#LocationInfo {
	margin-top: 15px;
}
#countryheadline, #locationheadline ,#serviceheadline
{
	position: absolute;
	font-family: Arial;
	text-transform: uppercase;
	color: #5A5653;
	font-size: 16px;
	font-weight: bold;
	top: 10px;
}
#countryheadline {
	left: 280px;
}
#locationheadline
{
	left: 470px;
}
#serviceheadline {
	left: 280px;
	top:61px;
}

#selectcountry
{
	position: absolute;
	top: 30px;
	left: 280px;
	width: 174px;
}
#selectservice {
	position: absolute;
	width: 174px;
	/* border: 2px solid #B5ACA7; */
	top: 80px;
	left: 280px;
}
#selectservice div {
	cursor: pointer;
	float: left;
	
}
#selectservice div.selected {
	/*border: 2px outset #000;*/
}

#selectlocation-container
{
	position: absolute;
	top: 30px;
	left: 470px;
	overflow: auto;
	width: 170px;
	height: 133px;
	background: white;
	border-left: 2px solid #B5ACA7;
	border-bottom: 2px solid #B5ACA7;
	border-right: 2px solid #B5ACA7;
	/* padding: 5px 10px; */
	overflow-x:hidden;
	overflow-y: scroll;
	display:none;
}


#selectlocation
{
	width:100%;
}
#selectlocation a {
	display: block;
	padding: 2px 0 2px 10px;
}
#selectlocation a:hover {
	background: #B5ACA7;
	color: #333;
}
#selectlocation-container.over {
	height: 300px;
	background: white;
}
#selectlocation-container.over .content {
	background: white;
	min-height: 105px;
}
#selectlocation-container span {
	cursor: default;
	margin: 0px 0 2px 10px;
}


 



 /* LIST */
 
.CountryLocations .Block {
	width: 273px;
	float: left;
	padding: 0;
	background-color: #edebea; 
}
.CountryLocations .Block .Head {
	border: 0;
	font-weight: normal;
	color: #333;
	background-image: none;
	
	border: none;
}
.CountryLocations .Block .Head span {
	padding: 0;
	margin:0;
	padding: 8px 0 8px 10px;
}
.CountryLocations .BlockHidden .Head {
	background: none;
	border-bottom: 1px solid #333333;
}
.CountryLocations .BlockHidden {
	background: none;
	border: 0;
	height: 30px;
}

.CountryLocation .BlockHover
{
	background-color: green;
}

.CountryLocation .BlockHover .Head
{
	background-color:#b5aca6;
	color: green;
	text-decoration: none;
}
/* 
.CountryLocations .Block .Head:hover {
	background-color:#b5aca6;
	text-decoration: none;
}
.CountryLocations .Block .Head:hover span {
	text-decoration: none;
} */


.CountryLocations {
	padding: 0 0 20px 0;
}

.CountryLocations .Block .anfahrtsplan
{
	background-image: url('/images/pfeil2.png');
	height: 11px;
	width: 36px;
	display: block;
	position: absolute;
	right: 5px;
	top:10px;
}


.Country {
	border: none;
	margin: 8px 0 8px 10px;
	text-transform: uppercase;
	font-size:12px;
	color: #006ab3;
	background-image:none;
	background-color: white;
}


#PopupEnterAdress {
	width: 300px; 
	height: 70px; 
	border: 1px solid white; 
	margin-left: -100px; 
	top: 30%;
}

#print_route { display:none; }

.anfahrtsplan
{
	display:block;
	height: 13px;
	width: 36px;
	background:url(/images/pfeil2.png) center left no-repeat;
	padding-left: 40px;
	color: #006AB3;
	font-weight: bold;
}

#link_route_planen
{
	color: #006AB3;
}

input.coord {
	margin-left: 0px;
}

#CoordContainer {
	position: relative;
	width: 100%;
	height: 40px;
}

#coordContent {
	position: absolute;
	top: 0px;
	left: 0px;
}

#degreeContent {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
