html
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0px;
	height: 100%;
	width: 100%;
	transform-origin: left top;
}

body#flipbookbody
{
	overflow: scroll;
}

div#tutorialnavigation
{
	background-color: white;
	position: absolute;
	margin-top: 6px;
	margin-left: 8px;
	left: 4px;
	right: 4px;
	padding-bottom: 4px;
	display: none;
	min-width: 1074px;
}

div.navigationsbutton
{
	float: left;
	background-color: #bfce00;
	padding: 10px;
	margin-top: 4px;
	margin-left: 20px;
	cursor: pointer;
	width: 12%;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	font-size: 1em;
}

div#tutorialnavigation div.active
{
	color: #bfce00 !important;
	background-color: black !important;
}

div#liveversionbutton, div#zuruecksetzenbutton, div#kontaktbutton
{
	color: black;
	float: right;
	width: 8%;
}

div#zuruecksetzenbutton
{
	margin-right: 20px;
}

div#maincontent
{
	position: absolute;
	bottom: 24px;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: white;
}

iframe
{
	height: 100%;
	width: 100%;
	border-color: #175c73;
}

div#Zaunpfahl
{
	position: absolute;
	bottom: 220px;
	right: 220px;
	background-color: white;
	padding: 20px;
	border-style: double;
	border-color: #bfce00;
	display: none;
}

img#ZaunpfahlBild
{
	position: absolute;
	top: 0px;
	right: -40%;
	z-index: 50;
}

div#remotecontrol
{
	display: none;
	position: absolute;
	bottom: 60px;
	background-color: #bfce00;
	right: 0px;
	width: 220px;
	height: 33px;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 30px;
	-webkit-transition: right 1s; /* Safari */
    transition: right 1s;
}

div.remotecontrolbutton
{
	float: left;
	height: 30px;
	width: 30px;
	background-color: white;
	margin-right: 10px;
	text-align: center;
	font-size: 17pt;
	border-radius: 4px;
	cursor: pointer;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
}

div#hidetutorialbutton
{
	position: absolute;
	top: 13px;
	right: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	height: 9px;
	line-height: 9px;
	cursor: pointer;	
}

div#autoforwardbutton
{
	font-size: 13pt;
	padding-top: 3px;
	height: 27px;
}

div#pagecounter
{
	position: absolute;
	top: -30px;
	background-color: #bfce00;
	padding: 8px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100px;
	padding-left: 30px;
	left: 60px;
	color: black;
}

input#pagecounterInput
{
	color: black !important;
	width: 36px;
	text-align: center;
}

div#pagecounterMax
{
	position: absolute;
	top: 10px;
	left: 70px;
	width: 40px;	
}

@media (max-width: 1460px)
{
	div.navigationsbutton
	{
		font-size: 0.8em;
	}
}

@media (max-width: 1174px)
{
	div.navigationsbutton
	{
		font-size: 0.6em;
	}
}

@media (max-device-width: 700px)
{
	div#pagecounter
	{
		top: -60px;
		height: 40px;
		width: 180px;
		padding-left: 20px;
		padding-top: 20px;
	}
	
	div#pagecounterMax
	{
		top: 20px;
	}
	
	div#hidetutorialbutton
	{
		height: 46px;
		line-height: 30px;
		width: 54px;
		font-size: 60pt;
	}
}

div#tutorialwidget
{
	display: none;
	position:absolute;
	bottom: -360px;
	height: 260px;
	padding-top: 40px;
	padding-left: 20px;
	width: 100%;
	background-color: #bfce00;
	margin-left: 10px;
	border-top-left-radius: 20px;
	
	-webkit-transition: bottom 2s; /* Safari */
    transition: bottom 2s;
}

div#tutorialcontent
{
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

div.categorydiv:first-child
{
	margin-top: 0px;
}

div.categorydiv
{
	width: 100%;
	height: 50px;
	background-color: white;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 30px;
	padding-left: 14px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.4;
}

div.categoryitemdiv:first-child
{
	margin-top:32px;
	border-top-width: 2px;
}

div.categoryitemdiv
{
	height: 40px;
	border-width: 2px;
	border-color: #bfce00;
	border-style: double;
	border-top-width:0px;
	padding-top: 20px;
	padding-left: 10px;
}

div.categoryitemzebra
{
	background-color: #ebf946;
}

div.catitemtooltip
{
	position: absolute;
	left:30px;
	background-color: white;
	border-width: 2px;
	border-color: #bfce00;
	border-style: groove;
	display: none;
	padding: 40px;
}

.highlight
{
	position: absolute;
	z-index: 100;
	margin: 0px !important;
	border-color: red;
	border-style: dashed;
	border-width: 2px;
}

div#messagebox
{
	position: absolute;
	z-index: 1000;
	background-color: white;
	border-width: 2px;
	border-color: #bfce00;
	border-style: groove;
	display: none;
	padding: 40px;
	padding-top: 60px;
	line-height: 1.4;
	width: 40%;
	min-width: 300px;
	overflow-y: auto;
}

div#messageboxtitle
{
	position: absolute;
	height: 30px;
	background-color: #bfce00;
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 20px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 20px;
	font-weight: Bold;	
}

div.messageboxbutton
{
	width: 130px;
	background-color: #bfce00;
	color: white;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 26px;
	border-style: outset;
}

div#messageboxbackbutton
{
	float: left;
}

div#messageboxnextbutton
{
	float: right;
}


div#FrontpageButton
{
	position: absolute;
	width: 130px;
	background-color: #bfce00;
	color: white;
	text-align: center;
	font-size: 20px;
	right: 0px;
	bottom: 60px;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#greyout
{
	position: absolute;
	top: -500px;
	bottom: -500px;
	left: -500px;
	right: -500px;
	z-index: 99;
	opacity: 0.8;
	display:none;
	/*background-image: repeating-linear-gradient(#175c73 4%, #0b2b36 6%, #175c73 8%);*/
	background-color: black;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

div#glassscreen
{
	position: absolute;
	top: -500px;
	bottom: -500px;
	left: -500px;
	right: -500px;
	z-index: 150;
	display:none;
}

div#highlightarrow
{
	height: 2px;
	background-color: black;
	z-index: 999;
	position: absolute;	
}

span.redline
{
	font-style: italic;
}

span.greenline
{
	color: green;
}

/* Praesentation */

div#HeadlineBox
{
	height: 54px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	display: none;
	color: white;
	background-color: #a8194f;
	font-weight: bold;
	font-size: 34pt;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

img#titelseite
{
	height: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (max-aspect-ratio: 33/20) {
	img#Titelseite, img#BildcoverBild
	{
		width: 100%;
		height: auto;
	}
}

div#SmartphoneDrehen
{
	height: 100%;
	width: 100%;
	background-color: white;
	z-index: 999999;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

div#SmartphoneDrehen img
{
	height: 100%;
}

@media (max-device-width: 700px) and (orientation:portrait)
{
	div#tutorialnavigation
	{
		min-width: unset;
	}
	
	div.navigationsbutton
	{
		margin-top: 10px;
		height: 2.4em;
		font-size: 0.8em;
		padding-top: 14px;
		width:10%;
	}
	
	div.navigationsbutton:nth-child(2),div.navigationsbutton:nth-child(4)
	{
		padding-top:0.2em;
	}
	
	div.navigationsbutton:first-child
	{
		font-size: 0.7em;
	}
	
	div#hidetutorialbutton
	{
		top: 15px;
	}
	
	div#FrontpageButton
	{
		width: 180px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	img#titelseite
	{
		width: 100%;
		height: auto;
	}
	
	div#FrontpageText
	{
		top: unset;
		bottom: 260px;
	}
	
	div#SmartphoneDrehen
	{
		display: block;
	}
	
	div#SmartphoneDrehen img
	{
		width: 100%;
		height: auto;
	}
		
	div#remotecontrol
	{
		width: 520px;
		height: 80px;
		opacity: 0;
	}
	
	div.remotecontrolbutton
	{
		padding-top:25px;
		height: 55px;
		width: 80px;
		margin-left: 10px;
	}
	
	div.remotecontrolbutton:firstchild
	{
		margin-left: 0px;
	}
	
	div#autoforwardbutton
	{
		padding-top:27px;
		height: 52px;	
	}
	
	div#Zaunpfahl
	{
		opacity: 0;
	}
}

@media (max-device-width: 700px) and (orientation:landscape)
{
	div#tutorialnavigation
	{
		min-width: unset;
	}
	
	div.navigationsbutton
	{
		margin-top: 10px;
		height: 2.4em;
		margin-top: 10px;
		font-size: 0.8em;
		padding-top: 14px;
		width:10%;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	div.navigationsbutton:nth-child(2),div.navigationsbutton:nth-child(4)
	{
		padding-top:0.3em;
	}
	
	div.navigationsbutton:first-child
	{
		font-size: 0.7em;
	}
	
	img#titelseite
	{
		margin-left: 0px;
	}
	
	div#FrontpageText
	{
		top: 10px;
	}
	
	div#remotecontrol
	{
		height: auto;
		width: 60px;
		border-bottom-left-radius: 0px;
		bottom: 40px;
	}
	
	div#pagecounter
	{
	    top: unset;
		bottom: -48px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 6px;
		left: -108px;
	}
	
	div.remotecontrolbutton
	{
		float: none;
		margin-bottom: 10px;
		width: 40px;
		height: 40px;
		opacity: 1;
	}
	
	div#autoforwardbutton
	{
		padding-top:8px;
		height: 34px;	
	}
	
	img#ZaunpfahlBild
	{
		transform: rotate(-30deg);
		top: -40px;
		right: -46%;
	}
}

div#firstPage
{
	display: none;
	position: absolute;
}

div#bildcover
{
	display: none;
}

div#Bildcover img
{
	height: 100%;
}

div#Stadtplan
{
	opacity: 0;	
	-webkit-transition: opacity 0.8s; /* Safari */
    transition: opacity 0.8s;
	display: block;
}

img#BaliStadtplan, img#firstPagePic
{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div#dummypage
{
	position: absolute;
	display: none;
}

img.dummyPageImage
{
	height: 100%;
	width: 100%;
	-webkit-transition: opacity 0.8s; /* Safari */
    transition: opacity 0.8s;
}

div#topleftDummy
{
	height: 34%;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: opacity 0.8s; /* Safari */
    transition: opacity 0.8s;
}

div#middleleftDummy
{
	height: 32.1%;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 34%;
	-webkit-transition: top 0.8s, left 0.8s; /* Safari */
    transition: top 0.8s, left 0.8s;
}

div#bottomleftDummy
{
	height: 31.6%;
	width: 50%;
	position: absolute;
	left: 0px;
	top: 66%;
	-webkit-transition: top 0.8s, left 0.8s; /* Safari */
    transition: top 0.8s, left 0.8s;
}

div#toprightDummy
{
	height: 31%;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 3%;
	-webkit-transition: top 0.8s, left 0.8s; /* Safari */
    transition: top 0.8s, left 0.8s;
}

div#middlerightDummy
{
	height: 32.1%;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 34%;	
	-webkit-transition: top 0.8s, left 0.8s; /* Safari */
    transition: top 0.8s, left 0.8s;
	border-color: orange;
	border-style: none;
	border-width: 6px;
}

div#bottomrightDummy
{
	height: 31.6%;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 66%;
	-webkit-transition: top 0.8s, left 0.8s; /* Safari */
    transition: top 0.8s, left 0.8s;
}

img.QRcode
{
	position: absolute;
	height: 100%;
	width: auto !important;
	opacity: 0;
	top: 0px;
	left: 0px;
	-webkit-transition: opacity 0.8s, height 0.8s, top 0.8s, left 0.8s; /* Safari */
    transition: opacity 0.8s, height 0.8s, top 0.8s, left 0.8s;
	border-color: transparent;
	border-width: 3px;
	border-style: dashed;
}

div#QRarrow
{
	position: absolute;
	right: -0.4em;
	font-size: 10em;
	top: -0.1em;
}

div#closeup
{
	position: absolute;
	right: -20em;
	top: -4em;
	height: 160%;
	border-style: ridge;
	display: inline-block;
	width: 114%;
}

div#closeup img
{
	height: 100%;
}

div#dummySmartphone
{
	position: absolute;
	top: 100%;
	left: 0px;
	height: 40%;
	-webkit-transition: top 1s, left 1s, height 1s; /* Safari */
    transition: top 1s, left 1s, height 1s;
}

div#dummyscalerSmartphone
{
	position: absolute;
	top: 100%;
	left: 0px;
	height: 100%;	
}

img#smartphone, img#scalersmartphone
{
	height: 100%;
	width: auto;
}


div#smartphoneiframerahmen, div#scalersmartphoneiframerahmen
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;	
}

iframe#smartphoneIframe
{
	position: absolute;
	top: 7%;
	left: 12%;
	height: 80%;
	border-style: none;
	width: 20%;
	
	transition: height 1s ease 0s, width 1s ease 0s;
}

iframe#scalersmartphoneIframe
{
	position: absolute;
	top: 7%;
	left: 12%;
	height: 86%;
	border-style: none;
	width: 76%;	
}

div#smartphoneglass, div#scalersmartphoneglass
{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;	
}

div#iframerahmen
{
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0px;
	right: -50%;
	-webkit-transition: right 0.8s; /* Safari */
    transition: right 0.8s;
}

div#glasdeckel
{
	height: 100%;
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 0px;	
}

/* Flipbook */

div#flipbook
{	margin: 100px;
	height: 512px;
	width: 726px;
	position: absolute !important;
	top: 0px;
}

div#flipbook div.page
{
	height:512px;
	width:363px;
}

div.page img
{
	height: 100%;
}

div.presentationFlipbook
{
	margin: 0px !important;
	display: none;
	z-index: 2;
}

/* QR-Seite */

div#QRBildContainer, img#QRBild, img#QRCode
{
	height: 100%;
}

div#QRCodeContainer
{
	position: absolute;
	cursor: pointer;
	padding: 100px !important;
	margin: -100px !important;
}

/* Kurz-Profil */

div#positionDiv
{
	background-color: white;
}

div#positionDiv h1
{
	margin-bottom: 20px;
	font-size: 38px;
	color: #333;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

div#positionLogo
{
	height: 87px !important;
	width: 242px !important;
	top: 74px !important;
}

div#positionLogo h1
{
	margin-top: 0px;
}

div#positionLogo a
{
	background: transparent url('../bali-shopping/admin/images/logo.png') no-repeat top left;
	height: 87px;
	width: 242px;
	display: block;
	text-indent: -9999px;
}

div#positionDescription
{
	margin-right: auto;
	margin-left: auto;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #444444;
}

div#positionDescription a
{
	display: flex;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
}

div#positionDescription ul
{
	margin-top: -6px;
}

div#positionDescription ul a
{
	margin: 0 auto;
	display: block;
	width: 460px;
	transform: scale(0.87,1);
	background-color: white;
}

div#positionMap input
{
	position: absolute;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
}

div#positionMap span
{
	position: absolute;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	right: 0px;
}

div#positionMap button
{
	position: relative;
	color: #fff;
	background-color: #a8194f;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	font-family: sans-serif;
	text-transform: none;
	border-collapse: separate;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 128px;
}

/* Webportal */

li.webportalButton
{
	list-style: none;
	font: inherit;
	vertical-align: baseline;
	background-color: #2d2d2d;
}

li.webportalButton a
{
	color: #dcd2be;
	font-family: Arial, sans-serif;
	font-size: 12px;
	display: block;
	overflow: hidden;
	line-height: 80px;
	text-decoration: none;
}

li.current-menu-item a
{
	border-top: 3px solid #d90058;
}

/* Firmenverzeichnis - Listenansicht */

div#list-items
{
	padding-left: 10px;
	margin-left: -10px !important;
	background-color: white;
}

div#list-items div.item-pic
{
	float: left;
	margin-right: 24px;
	position: relative;
	width: 88px;
}

div#list-items img
{
	border-radius: 2px;
	width: 100%;
	max-width: 100px;
}

div#list-items div.item-description
{
	float: left;
	width: calc(100% - 113px);
	margin-bottom: 47px;
}

div#list-items div.item-title-row
{
	position: relative;
}

div#list-items div.item-counter
{
	background-color: #9A1E47;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 24px;
	margin-right: 6px;
	margin-top: -12px;
	position: absolute;
	top: 13px;
	width: 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}

div#list-items div.item-counter-inner
{
	font-size: 10pt;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div#list-items div.item-title-row h2
{
	margin-bottom: 0;
	display: inline-block;
	padding-left: 30px;
	margin-top: 0px;
}

div#list-items div.item-title-row a
{
	color: #404040;
	text-decoration: none;
	font-size: 14pt;
	font-weight: 700;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
}

div#list-items div.item-info
{
	color: #636363;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	line-height: 1.5;
	margin-top: 5px;
}

div#list-items div.fa-phone-square
{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	vertical-align: middle;
}

/* Firmenverzeichnis - Einzelansicht */

div#place-details-left, div#place-details-right
{
	color: #636363;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	line-height: 1.5;
	background-color: white;
	padding-left: 10px;
	margin-left: -10px !important;
	margin-top: -26px !important;
	padding-bottom: 20px;
	padding-right: 20px;
}

div.info-block
{
	margin-bottom: 24px !important;	
}

div#place-details-left h3, div#place-details-right h3
{
	font-size: 18px;
	color: #404040;
	font-weight: 700;
	margin-bottom: 24px;
}

div#place-details-left address
{
	font-style: normal;
	line-height: 1.42857143;
}

div#place-details-left a
{
	color: #9A1E47;
	text-decoration: none;
}

span.timeframes-hours
{
	display: block;
	float: right;
	text-align: right;	
}

div#description
{
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	line-height: 1.5;
	background-color: white;
}

/* Firmenverzeichnis - Branchenübersicht */

div#alleBranchen
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: white;
	padding-left: 20px;
	padding-top: 22px;
	color: #636363;
}

div#alleBranchen h1
{
	font-size: 38px;
	text-shadow: 0 0 5px #edeef0;
	color: #404040;
	font-weight: 700;
	margin-bottom: 24px;
	margin-top: 0;
	line-height: 1.1;	
}

div#alleBranchen div.full-block
{
	background-color: #fff;
	border-radius: 2px;
	padding: 24px;
	margin-bottom: 24px;
}

div#alleBranchen div.top-level-cat
{
	float: left;
	margin-bottom: 24px;
	padding-right: 24px;
	width: 25%;
}

div.top-level-cat a
{
	color: #404040;
	font-size: 16px;
	line-height: 32px;
	text-decoration: none;	
}

div.clear
{
	clear: both;
}

div#alleBranchen div.cat-col
{
	float: left;
	padding-right: 24px;
	width: 25%;
}

ul.children-cat
{
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 24px;
	margin-top: 0;
}

ul.children-cat a
{
	color: #404040;
	text-decoration: none;
}

/* Firmenverzeichnis - Suche */

div#suchBox, div#suchKategorien, div#suchCustom
{
	color: #636363;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;	
	margin-left: -10px !important;
	margin-top: -2px !important;
	padding-bottom: 10px;
	background-color: white;
}

div#suchBox label, div#suchKategorien label
{
	border: 0;
	color: #636363;
	font-size: 100%;
	padding: 0;
	white-space: normal;
	text-align: left;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.5;
	vertical-align: baseline;
	font-weight: 500;
	max-width: 100%;
	margin-bottom: 5px;
	margin-left: 6px;	
}

div#suchBox input
{
	border-radius: 2px;
	border: 2px solid #ddd;
	padding: 4px 12px;
	width: 60%;
	margin-left: 6px;
	display: block;
	height: 34px;
}

div#suchKategorien input
{
	margin: 4px 0 0 8px;
	line-height: normal;
}

div#suchKategorien ul
{
	margin-left: -6px !important;
	padding-left: 0;
	list-style-type: none;
	column-count: 2;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-gap: 20px;
	list-style-position: inside;
	margin-bottom: 24px;
	margin-top: 0;
}

div#suchKategorien ul ul
{
	margin-left: 34px !important;
	column-count: 1;
}	
	
div#suchCustom label
{
	color: #636363;
	display: block;
	font-weight: 700;
	max-width: 100%;
	margin-bottom: 5px;
	padding-left: 6px;
}

div#suchCustom label.label-inline
{
	padding-left: 4px;
	font-weight: 400;
	display: inline;
	margin-right: 12px;
}

/* Stadtplan */

div#StadtplanEingabe
{
	padding: 10px;
	background-color: #cecece;
	margin-bottom: 7px;
	text-shadow: #8b8b8b 0 0 0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#dedede), to(#b7b7b7));
	background-image: -moz-linear-gradient(#dedede 0%, #b7b7b7 90%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #b7b7b7;
	position: relative;
	margin: -10px !important;
}

div#StadtplanEingabe label
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
	text-shadow: #8b8b8b 0 0 0;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #444444;
	line-height: 20px;
}

div#StadtplanEingabe input#address, div#StadtplanEingabe select 
{
	width: 100%;
	margin-top: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	color: #555555;
	vertical-align: middle;
	border-radius: 4px;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: sans-serif;
	font-weight: normal;
	line-height: 20px;
	font-size: 16px;
	height: 28px;
}

div#StadtplanEingabe input#edit-submit
{
	color: white !important;
	margin-top: -10px;
	margin-left: 10px;
	display: inline;
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
	font-family: sans-serif;
	webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #bbbbbb;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 12px;
	margin-bottom: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #6e0230, #a8194f);
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #a8194f;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#results
{
	color: #444444;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-shadow: #8b8b8b 0 0 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	display: block;
	float: left;
	padding: 10px;
	min-height: 100px;
	background-color: #ededed;
}

div#results h2.title-bg
{
	padding-bottom: 10px !important;
	text-rendering: optimizelegibility;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	color: #737373;
	text-transform: uppercase;
	font-size: 15px;
	outline: 0;
	vertical-align: baseline;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.11);
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottom-left-radius: 30x;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	padding: 6px 20px 13px 14px;
	border-bottom: 1px solid #ccc;
	max-width: 100%;
	margin-left: 1px;
	margin-right: 22px;
	line-height: 20px;
}

div#results p.distance-units
{
	display:none;
}

div#results ol#list
{
	color: #444444;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-shadow: #8b8b8b 0 0 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 26px;
	list-style: decimal;
	overflow: auto;
	height: 480px;
	margin: 0 10px 0 0;
	position: relative;
	display: block;
	padding: 0px;
}

ol#list li
{
	color: #333;
	list-style-image: none;
	background: url(../bali-shopping/img/list-icon.png) no-repeat 10px 5px;
	list-style-type: none;
	position: relative;
	padding: 5px 5px 5px 50px;
	border: 1px dashed #c1c1c1;
	border-bottom-style: none;
	border-right-color: #ededed;
	border-left-color: #ededed;
	zoom: 1;
	clear: both;
}

ol#list span.number
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 21px;
	color: #fff;
}

ol#list div
{
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

ol#list strong
{
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;	
}

ol#list div.products
{
	height: 22px;
	position: absolute;
	bottom: 1px;
	right: 12px;
}

div#footer
{
	position: absolute;
	bottom: 0px;
	height: 20px;
	left: 0px;
	right: 0px;
}

div#footer a
{
	color: #175c73;
	text-decoration: none;
}


div#footerleft
{
	float: left;
	width: 40%;
	margin-left: 8%;
}

div#footerright
{
	float: right;
	width: 40%;
	text-align: right;
	margin-right: 8%;
}