﻿/*
  Info.css - stylesheet definitions for DetailInfo
  (siehe "YellowMap Stylesheet Dokumentation")
*/

/* import global YellowMap stylesheet */
@import url(Global_de-DE.css);
/* import custom stylesheet */
@import url(Custom.css);
/* import stylesheet for Map Control */
@import url(MapAjax_de-DE.css);
/* import stylesheet for Route Control */
@import url(RouteAjax_de-DE.css);

/* Überschreibt die Styles in MapAjax_de-DE.css */
#MapRow
{
	margin-bottom:100px;
}

#Banner {
	display: none;
}

#DetailInfoContent
{
	margin: 0px;
	width: 730px;
}
	
#DetailInfoHeader  {
	width: 645px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#DetailInfoHeader h1 {
	display: none;
}
#DetailInfoHeaderSeparator 
{
	height: 10px;
}
	
#TopNavigation {
	position:absolute;
	z-index:1000;
	font-size: 11px;
	width:645px;
	height:18px;
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	display: none;
}
#TopNavigation a {
	color: #000000;
}
#TopNavigation a.Print {
	visibility: visible;
	position: absolute;
	left: 535px;
}
#TopNavigation a.Print:hover {
	text-decoration: none;
	color:#FF0000;
}
#TopNavigation a.SendAFriend 
{
	visibility:hidden;
}
#TopNavigation a.SendAFriend:hover 
{
	visibility:hidden;
}
#TopNavigation a.Close {
	visibility: visible;
	position: absolute;
	left: 590px;
}
#TopNavigation a.Close:hover {
	text-decoration: none;
	color:#FF0000;
}
#TopNavigation span.Item1 {
	position: relative;
	left: 0px;
	top: 0px;
}
#TopNavigation span.Item2 {
	position: relative;
	left: 0px;
	top: 0px;
}
#TopNavigation span.Item3 {
	position: relative;
	left: 0px;
	top: 0px;
}
	
#Menu {
	display: none;
}
#Menu a
{
	color: #716259;
}
#Menu a.MenuLink1 {
	font-weight: bold;
	display: block;
	width: 70px;
	background-color: #6D6C70;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	background-repeat:no-repeat;
	float:left;
	border-top: solid 1px #FFF; border-left: solid 1px #FFF; border-right: solid 1px #FFF;
	color: #FFF;
}
#Menu a.MenuLink2 {
	font-weight: bold;
	display: block;
	width: 70px;
	background-color: #6D6C70;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	background-repeat:no-repeat;
	float:left;
	border-top: solid 1px #FFF; border-left: solid 1px #FFF; border-right: solid 1px #FFF;
	color: #FFF;
}
#Menu a.MenuLink3 {
	display: none;
}
#Menu a.MenuLink4 {
	display: none;
}
#Menu a.MenuLink1:hover {
	background-color: #CCC1B0;
}
#Menu a.MenuLink2:hover {
	background-color: #CCC1B0;
}
#AddressArea
{
	max-width: 330px;
	margin-top: 20px;
	font-size: 11px;
}
#AddressAreaDirect
{
	max-width: 330px;
	margin-top: -230px;
	font-size: 11px;
}
#AddressArea h3, #AddressAreaDirect h3 {
	display: none;
}
address {
	font-style: normal;
}

address .District 
{
    display: none; 
}

address .Firstname, address .Surname, address .Addon
{
    font-weight: bold;
}

address strong {
	display: none;
}
address .Addon2, address .Addon3, address .Title, address .Salutation, 
address .Departement, address .ZipPOBox, address .POBox {
	display: none;
}
address .Addon2 + br { display: none; }
address .Surname {
	font-weight: bold;
}
address .Firstname, address .Surname, address .Country {
	margin-right: 3px;
}
address .HouseNo, address .Town {
	margin-left: 3px;
}
#AddressAddOn {
	margin-top: 3px;
}
#AddressAddOn strong {
	display: none;
}

#AddressAddOn .Email {
	display: none;
}

#OpeningHours{
	margin-top: 25px;
	max-width: 330px;
	border-right: 1px solid #AFD0E2;
	padding-right: 15px;
	font-size: 11px;
}
#OpeningHours p 
{
    width: auto;
}
#LinksArea {
	display: none;
	height: 70px;
}
#LinksArea ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LinksArea li.LocationPlan {
	position: absolute;
	left: 0px;
	margin-left: 0px;
}
#LinksArea li.Routing {
	position: absolute;
	margin-left: 100px;
}
#LinksArea a.LocationPlan {
	margin: 0px;
	position: absolute;
	height: 40px;
	width: 100px;
	/*background: url(../Images/Info/Map.gif) no-repeat left center;*/
}
#LinksArea a.Routing {
	margin: 0px;
	position: absolute;
	height: 40px;
	width: 100px;
	/*background: url(../Images/Info/Route.gif) no-repeat left center;*/
}
#LinksArea a.LocationPlan span {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 32px;
	top: 10px;
}
#LinksArea a.Routing span {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 45px;
	top: 10px;
}
#LinksArea h3 {
	visibility: hidden;
	height: 5px;
	overflow: hidden;
}
.DetailInfoArea {
	position: relative;
}
.DetailInfoArea h3 {
	font-size: 11px;
	margin: 6px 10px 2px 0px;
}
.DetailInfoArea p {
	font-size: 11px;
	margin: 0px 0px 6px 0px;
}
#Branches
{
	display:none;
}
.InfoText {
	/*background-image: url(anzeige.jpg);
	background-repeat: no-repeat;*/
}
.InfoText p {
	margin: 0px 0px 0px 14px;
	font-size: 11px;
}
.InfoText h4 {
	margin: 0px 0px 0px 14px;
	font-size: 12px;
	font-weight: bold;
}
#DetailInfoFooter {
	display: none;
	width: 760px; 
	margin: 0px 10px 10px 10px;
	background: #E5DFD6;
	border: solid 1px #000000;
	position: relative;
	font-size: 11px;
	height: 36px;
}
#DetailInfoFooter a {
	color: #000000;
	margin: 0px;
}
#DetailInfoFooter a.Upgrade 
{
	visibility:hidden;
}
#DetailInfoFooter a.Close {
	float: left;
	margin-top: 3px;
	margin-left: 658px;
	width: 92px;
	/*background: url(../Images/Info/List.gif) no-repeat right center;*/
}
#PoweredBy {
	float: left;
	margin-left: 635px;
	margin-top: 4px;
}
/* blauen Rahmen um die Karte in der Detailinfo ausschalten */
.ContentBoxTight
{
	margin-top: 0px;
	padding-top: 0px;
}

/* Links im Karten-Popup ausblenden */
.PoiPopUpBox ul
{
	display: none;
}

/* Routenformular im MapControlPanel: */
#MapRouteForm
{
/*	position: relative;
	height: 170px; */
}
#MapRouteFormZip
{
	position: absolute;
	width: 50px;
}
#MapRouteFormZip input
{
	width: 50px;
}
#MapRouteFormTown
{
	position: absolute;
	left: 60px;
	width: 100px;
}
#MapRouteFormTown input
{
	width: 100px;
}
#MapRouteFormStreet
{
	position: absolute;
	width: 160px;
	margin-top: 37px;
}
#MapRouteFormStreet input
{
	width: 160px;
}
#MapRouteFormOption
{
	position: absolute;
	margin-top: 75px;
	width: 160px;
}
#MapRouteFormButton
{
	position: absolute;
	margin-top: 130px;
}
#ContactArea h3 { }

#ContactArea div.Fieldname strong { padding: 2px; float: left; width: 85px; margin-right: 2px; text-align: right; }
#ContactArea span.SubmitButton { padding: 2px; margin-left: 2px;}
#Gender, #Firstname, #Lastname, #ZipTown, #Street,
#EMail, #Company, #Telephone, #Fax, #Message { width: 450px; padding: 2px;}
#Firstname input, #Lastname input, #ZipTown input, #Street input,
#EMail input, #Company input, #Telephone input, #Fax input { width: 200px; }

/* ++++++++ Routing ++++++++ */
/* Die Eingabe des Zielortes in der Detailinfo ausblenden. */
#RouteEnd { display: none; }
/* Die Adresse über dem Routenformular anzeigen */
#RoutingAddressArea { display: block; margin-bottom: 10px;}
.FormBox { background-color: #FFF; border: 0px; }

#Logo { overflow: hidden; height: 66px;}
#Logo #AlteLeipziger { float: left;}
#Logo #Hallesche { float: left;}

#Logo #HeaderDiv  
{
    background-color: #e4f1f9;
    height: 66px;
    width: 288px;
    text-align: center;
    font-size: 13px;
    float: left; 
}

#Logo #HeaderDiv div
{
    margin-top: 30px;
}

#Labels
{
    overflow: hidden;
    margin-bottom: 20px;
}

#Labels #LabelAL
{
    background-color: #B11A3B;
    width: 49.8%;
    height: 17px;
    float: left;
}

#Labels #LabelHA
{
    background-color: #E23E21;
    width: 49.8%;
    height: 17px;
    float: left;
    margin-left: 0.4%;
}

#HeaderText
{
   margin-top: -279px;
   font-size: 11px;
}

#HeaderText2
{
    margin: 2px 10px 5px 10px;
    font-size: 12px;
}

#HeaderText3
{
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

#RoutingProximityOperation, #CustomItems, .Country, #MapControlPanel { display: none; }

/** Chrome Hack */
body:nth-of-type(1) #RouteOptionsDiv{margin-right:3px!important;}

#RouteGeocoderListBox select
{
    width: 376px;   
}

#InfoFooter
{
    background-color: #E4F1F9;
    width: 713px;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 18px;
    font-size: 11px;
}

#InfoFooter #ImpressumData
{
    width: 250px;
    float: left;
}

#InfoFooter #ImpressumData a:hover
{
    border-bottom: 1px solid #B11A3B;
}

#InfoFooter #PrintClose
{
    float: right;
    margin-right: 5px;
}

#InfoFooter #PrintClose span
{
    margin-left: 10px;
}

#InfoFooter #PrintClose #print
{
    background: url(../Images/Custom/Print.png) no-repeat scroll 0 1px transparent;
    padding-left: 17px;
}

#InfoFooter #PrintClose #close
{
    background: url(../Images/Custom/Close.png) no-repeat scroll 0 2px transparent;
    padding-left: 17px;
}
.clear
{
    clear: both;
}

#InfoDirectForm
{
    margin-bottom: 50px;
}