@CHARSET "ISO-8859-1";

html, body {
height: 100%;
margin: 0px;
padding:0px;
font-family: Helvetica, Arial, Verdana;
font-size: 11px;
color: #000;}

#topNav{
background: #FFFFFF;
width: 100%;
height: 65px;
color: #000;
font-weight: bold;}

#topNav a{
color: #000;
text-decoration: none;
display: inline-block;
padding: 4px 8px 0px 8px;}

#logo {
    position: absolute;
    right: 13px;
    top: 0px;
    z-index: 99999;}
    
#maplogo {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 99999;}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	text-align: left;
	background-color: #FFFFFF;
	color: #FFFFFF;
	z-index: 88888;
	overflow: hidden;
}

.ui-tabs .ui-tabs-nav li a {
	padding: .5em .5em !important;
}

#header .logo1 {
	text-align: left;
	height: 50px;
}
#header .logo2 {
	float: right;
    height: 40px;
    padding: 5px 20px;
    vertical-align: top;
}

.logo3 {
	max-width: 200px;
}

#header .inside{
	padding: 0px;
}

#header a {
	color: #777777;
	text-decoration: none;
}

#headerlogo{
position: absolute;
    right: 13px;
    top: 0;
    z-index: 99999;}

#content{
position:absolute;
top:0px;
padding-top: 50px;
bottom:0px;
min-width: 1000px;
width: 100%;
min-height: 500px;
}
 
body>#content{
height:auto;
}

form {
height:100%;
}

#leftCol {
float: left;
height: 100%;
background: none repeat scroll 0 0 #FFFFFF;
}

#leftCol #iconbar {
width: 41px;
float: right;
height: 100%;
border-left: 1px solid #AAAAAA;
background: #FFFFFF;
}

#sidebar {
	overflow: hidden;
	height: 100%;
}

#tabs {
	height: 100%;
	padding: 0px !important;
}

#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5 {
	/*height: 88% !important;*/
	padding: 0px !important;
}

#fragment-1 {
	overflow: hidden !important;
}

#fragment-4 img {
	text-align: center;
	border: none;
}

#fragment-4 a {
	border: none;
}

#routingBox {
	padding: 10px 10px 10px 10px;
	float: left;
	border-bottom: 1px solid #E5E5E5;
	width: 340px;
}

#detailBox {
	padding: 0px;
	overflow: auto;
	height: 50%;
	width: 100%;
	position: relative; 
}

#footer {
	height: 25px;
	border-top: 1px solid #AAAAAA;
	padding-top: 3px;
	text-align: center;
}

#footer a{
	padding: 0px 5px 0px 5px;
}

#places {
	padding: 10px 10px 10px 10px;
}

#impressum {
	padding: 10px 10px 10px 10px;
}

#info {
	padding: 10px 10px 10px 10px;
}

#panelArrow {
    /*border-bottom: 1px solid #AAAAAA;*/
    margin-bottom: 35px;
    padding: 15px 18px 15px 18px;
    text-align: center;
	cursor: pointer;
}

#leftCol #sidebar {
float: left;
width: 360px;
}

#rightCol {
width: auto;
margin-left: 403px;
height: 100%;
}

.dragableImg {
	z-index: 99998;
	cursor: move;
}

#dragContainer {
	padding: 0px 0px 0px 5px;
	 border-bottom: 1px solid #aaaaaa;
}

#rTypeContainer {
	margin: 30px 0px 0px 10px;
	height: 132px;
}
 
#mapIconsContainer {
	padding: 10px 0px 0px 10px;
	position: relative;
	border-bottom: 1px solid #aaaaaa;
}

#mapIconsContainer2 {
	padding: 10px 0px 0px 10px;
	position: relative;
}

#mapIconsContainer img{
	cursor: pointer;
	border: none;
	padding-bottom: 5px;
} 

#mapIconsContainer a{
	border: none;
} 
 
#tabs .ui-tabs-panel {
    height: 100%;
    overflow: auto;
}

 #tabs .ui-tabs-panel label, .viaLabel {
    color: #7D7D7D;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    width: 40px;
}



 #tabs .ui-tabs-panel input[type="text"] {
    border: 1px solid #B1B3B4;
    box-shadow: 0 2px 2px #E3E3E3 inset;
    padding: 2px 0;
    width: 280px;
    margin-bottom: 3px;
    font-size: 8pt;
}

#tabs .ui-widget-content:not(.ui-slider) input[type="submit"] {
    float: right;
    margin-right: 18px;
	cursor: pointer;
}

#addViaLink  {
    float: left;
    display: block;
    margin-left: 40px;
    padding: 4px;
    width: 26px;
}

#tabs .ui-tabs-panel table#viaDataTable{
    border: none; 
}

#tabs .ui-tabs-panel table#viaDataTable td {
    border: none; 
    padding: 0px;
}

#tabs .ui-tabs-panel table#viaDataTable td a{
    padding:  0px 0px 0px 5px;
    display: inline-block;
}

.routeTypeBox {
float: left;
width: 50px;
background: url(../../../resources/images/lineRouten.png) no-repeat bottom right;
height: 50px;
border-top: 1px solid #e5e5e5;
margin-top: -1px;
}


.btnPlus {
	float: left;
	width: 15px;
	height: 16px;
    color: transparent !important;
    float: right;
    margin-top: 20px;
    margin-right: 13px !important;
    padding: 0px !important;
    border: none;
    cursor: pointer; 
	background: url(../../../resources/images/btnSelect.png) no-repeat bottom right !important;
}

.btnMinus {
	float: left;
	width: 15px;
	height: 16px;
    color: transparent !important;
    float: right;
    margin-top: 20px;
    margin-right: 13px !important;
    padding: 0px !important;
    border: none;
    cursor: pointer; 
	background: url(../../../resources/images/btnSelectMin.png) no-repeat bottom right !important;
}

.routeTimeBox {
float: left;
margin-top: -1px;
background: url(../../../resources/images/lineRouten.png) no-repeat bottom right;
width: 60px;
height: 33px;
padding: 17px 0 0;
border-top: 1px solid #e5e5e5;
text-align: center;
}

.routeChangesBox {
float: left;
background: url(../../../resources/images/lineRouten.png) no-repeat bottom right;
width: 66px;
height: 33px;
padding: 17px 0px 0px 0px;
border-top: 1px solid #e5e5e5;
margin-top: -1px;
text-align: center;
}

.routeListBtnBox {
	margin-top: -1px;
float: left;
width: 109px;
height: 33px;
border-top: 1px solid #e5e5e5;
padding: 5px 0px 0px 0px;
text-align: center;
}

.routeDurationBox {
width: 280px;
padding: 5px 0 5px 55px;
height: 10px;
float: none;
margin-left: 8px;
border-bottom: 1px solid #e5e5e5;
clear: both;
}

.routeDurationBox img, .routeDurationBox div{
	float: left;
}

.selectedRouteBox{
background: url(../../../resources/images/bgRoute.png) no-repeat bottom center;
overflow: visible;
min-height: 71px;
margin-left: 8px;}

.routeSelectBox {
float: left;
width: 50px;
height: 50px;
margin-left: 8px;
position: relative;
margin-top: -1px;
overflow: visible;
border-top: 1px solid #e5e5e5;}

.routeSelectBox .selectedRoute{
width: 24px;
height: 72px;
position: absolute;
left: -8px;
top: -1px;
color: transparent;
background: url(../../../resources/images/routeSelected.png) no-repeat bottom left;
z-index: 99999;}

.routeSelectBox input{
float: left;
width: 15px;
height: 16px;
cursor: pointer;
    color: transparent !important;
    float: right;
    margin-top: 20px;
    margin-right: 13px !important;
    padding: 0px !important;
background: url(../../../resources/images/btnSelect.png) no-repeat bottom right !important;
}

.routeSelectBox img{
margin: 17px 0px 0px 30px;
}

.detailContainer {
	display: inline-block;
    overflow: hidden;
    width: 100%;
    padding-top: 1px;
}

.rf-dt {
	border-style: none !important;
}
.rf-dt th{
	display: none;
}

#layerSwitcherContainer {
	position: absolute;
    right: 19px;
    top: 86px;
	z-index: 99999;
	width: 55px;
}

#layerSwitcherContainer img {
	border: 4px solid #FFFFFF;
    margin: 3px;
	cursor: pointer;
}

#zoomControllPlus {
	position: absolute;
    right: 19px;
    top: 160px;
	z-index: 99999;
}

#zoomControllPlus img {
   	opacity: 0.7;
	margin: 3px;
	cursor: pointer;
}

#zoomControllPlus img:hover {
   	opacity: 0.9;
}

#zoomControllMinus{
	position: absolute;
    right: 19px;
    top: 195px;
	z-index: 99999;
}

#zoomControllMinus img {
   	opacity: 0.7;
	margin: 3px;
	cursor: pointer;
}

#zoomControllMinus img:hover {
   	opacity: 0.9;
}

.rf-dt-c {
	padding: 0px !important;
}

#parkTimeOptions label {
	display: inline !important;
}

.segmentDirection {
	display: block;
    float: left;
    height: 18px;
    padding: 0;
    text-align: center;
    width: 50px;
}

.segmentName {
	float: left;
    padding: 5px;
    width: 240px; 
}

.segmentDistance {
	float: right;
	padding: 5px;
	text-align: right;
    width: 45px;
}

.blueLine  {
border-bottom: none !important;
border-right: none !important;
width: 20px !important;
}
.blueLine  img{
display: none;
}

.ptSegmentSymbol {
	float: left;
	padding: 0px 0px 0px 5px;
}

.ptSegmentType {
	float: left;
	padding: 10px;
	width: 23px;
}

.ptSegmentTime {
	float: left;
	padding: 10px;
	width: 25px;
}

.ptSegmentName {
	float: left;
	padding: 10px;
	width: 190px;
}


#optionBox {
	clear: both;
    margin-left: 40px;
    padding: 0;
    width: 300px;
}

#optionBtn {
	float: left;
	width: 30px;
	cursor: pointer;
	margin-left: 30px;
}

#optionsImg {
	width: 30px;
}


#optionArrow {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#optionBox label {
	width: 70px !important;
	display: inline !important;
}
	 
#optionBox .optionHeader {
	font-size: 11px;
	font-weight: bold;
	color: #7D7D7D;
	float: left;
	padding: 8px 0;
}

#rainBox {
	width: 300px;
	padding: 0px;
	margin-left: 40px;
	clear: both;
}

#rainBtn {
	float: left;
	width: 30px;
	cursor: pointer;
	margin-left: 30px;
}

#rainImg {
	width: 30px;
}

#rainArrow {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slider {
	width: 280px;
	margin: 5px 0;	
}

#sliderTime {
	width: 150px !important;
	vertical-align: super;
}

.rf-insl-trc-cntr {
	margin-top: 5px !important;
}

#optionBox .optionSlider input[type="text"]{
	background-image: none;
    border: medium none;
    box-shadow: none !important;
    width: 30px !important;
}

.sliderUnit {
	color: #7D7D7D;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: super;
}

.routeHeader1 {
	display:inline-block;
	padding: 5px 0 5px 15px;
	color: #7D7D7D;
    display: inline-block;
    font-size: 10px;
    width: 345px;
    background: #E0E6F8;
}

.routeHeader2 {
	display:inline-block;
	padding: 5px 0 5px 15px;
	color: #7D7D7D;
    display: inline-block;
    font-size: 10px;
    width: 345px;
    background: #F8E0E6;
}

.routeTypeLabel {
	display:inline-block;
	padding: 5px 0 5px 15px;
	font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    width: 145px;
}

.routeWarning {
	padding: 5px 0 5px 15px;
    font-size: 10px;
    text-align: left;
    width: 180px;
}

.jqplot-title {
	display:inline-block;
	color: #7D7D7D;
    display: inline-block;
    font-size: 10px !important;
    text-transform: uppercase;
	font-family: Helvetica, Arial, Verdana 
}

.placesCB {
    color: #7D7D7D;
    font-size: 10px;
    text-transform: uppercase;
}

.placesCB {
    color: #7D7D7D;
    font-size: 10px;
    text-transform: uppercase;
}

.placesIcon {
	padding: 0 11px;
}

.placesContainer {
	vertical-align: middle;
}

.placesContainer input {
	position: relative;
	top: -5px;
}

.placesSubContainer {
	padding-left: 45px;
}

.placesSubContainer img {
	width: 22px;
	height: 22px;
}


.cbSubLabel {
	position: relative;
	top: -4px;
	padding-left: 5px;
}

.infrastructureLegend {
	width: 14px;
	height: 4px;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 4px;
}

.cbLabel {
	position: relative;
	top: -5px;
	padding-left:5px;
}

/* tabs anpassung */
.ui-tabs {
    padding: 0em !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}
.ui-widget-content:not(.ui-slider):not(.ui-autocomplete) {
    border: none !important;
}
.ui-widget-header {
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #AAAAAA !important;
	padding: 15px 0px 0px 15px !important
}

.rf-dt-c {
	border-right: none !important;
	border-bottom: none !important;
}

#mapOwnerInfo {
	    bottom: 10px;
    color: #666666;
    position: absolute;
    right: 10px;
    z-index: 999999;
    text-align: right;
}

#info a {
	font-size: 13px;
}

.popupTitle {
	font-size: 13px;
    font-style: italic;
    font-weight: bold;
}

.schiebegebotImg {
	margin-bottom: -3px;
    padding-left: 5px;
    width: 16px;
}

.tooltip {
	background-color: white;
    border-width:3px;
    z-index: 99999;
}

.tooltip-custom-body {
	background-color: orange;
}
 
.tooltip-text {
	width: 350px;
	height: 80px;
	cursor: arrow;
	border-width: 2px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
 
.tooltipData {
	font-weight: bold;
}

#resetButton {
	height: 25px;
    padding: 10px 4px;
    width: 25px;
}

.markerPanel {
	padding: 0px !important;
	border: none !important;
}

.rf-p-b {
	padding: 0px !important;
}

.locationInput {
	border-color: #C4C0B9 !important;
}

.locationInputFailed {
	border-color: #FF0000 !important;
}

.infoBoxSingle {
	width: 60px;
	height: 65px;
	float: left;
	position: relative;
}
.infoImgSingle {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
}
.infoTextSingle {
	display: block;
	text-align: center;
}

.infoBoxDouble {
	width: 82px;
	height: 65px;
	float: left;
	position: relative;
}
.infoImgDouble {
	display: block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
}
.infoTextDouble {
	display: block;
	text-align: left;
	width: 55px;
}

.collapseArrow {
	display: block;
    margin-bottom: 5px;
    position: absolute;
	bottom: 0;
	left: 40%;
}
.clickable {
	cursor: pointer;
}

.infoDouble {
	margin-left:auto; 
    margin-right:auto;
}

/* #routesTable\:0 { */
/* 	background-color: #FCFFFE; */
/* } */

/* #routesTable\:1 { */
/* 	background-color: #ECF3FE; */
/* } */

.selectedRoute1 {
	background-color: #E0E6F8;
}

.selectedRoute2 {
	background-color: #F8E0E6;
} 

.even-row {
	background-color: #FFFFFF;
}

.odd-row {
	background-color: #ECF3FE;
}

.active-row1 {
	background-color: #E0E6F8 !important;	
}

.active-row2 {
	background-color: #F8E0E6 !important;
}

#iconPrint {
	bottom: 10px;
    cursor: pointer;
    margin: 30px 0 0 10px;
    position: absolute;
}

#iconShare {
	bottom: 40px;
    cursor: pointer;
    margin: 30px 0 0 10px;
    position: absolute;
}

#showRainLink {
	color: #7d7d7d;
    float: right;
    font-family: Helvetica,Arial,Verdana;
    font-size: 11px;
    margin: 5px 20px 0 0;
}

#rainLegendRight {
	float: right;
	width: 93px;
	margin-right: 20px;
	text-align: right;
}

#rainLegendLeft {
	float: left;
	width: 93px;
}

#rainLegendMiddle {
	margin:0 auto;
	width: 93px;
	text-align: center;
}

#rainLegend {
	margin-top: 10px;
}

#iconMapRain {
	width: 25px;
}

#iconWeatherWarning {
	width: 25px;
}

#iconSnowIce {
	width: 25px;
}

#getRouteBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:70px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#getRouteBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}#getRouteBtn:active {
	position:relative;
	top:1px;
}

#feedbackBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:70px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	float: right;
	margin: 10px;
}
#feedbackBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#feedbackBtn:active {
	position:relative;
	top:1px;
}

.segmentBox {
	float: left;
	width: 100%;
	font-weight: normal;
}

.segmentBoxHighlight {
	float: left;
	width: 100%;
	font-weight: bold;
}

#ptMonitor_paginate {
	float:none;
	text-align: center;
}

.trainStopName {
	font-weight: bold;
	margin: 0;
    padding: 0;
}

#ptMonitor {
	font-size: 10px;
}
.popupCloseBtn {
	padding: 1px 4px;
	float:right;
	font-size:12px;
	cursor:pointer;
	border: 1px solid;	
}

.olFramedCloudPopupContent {
	overflow: hidden !important;
}

.appLink {
	height:25px;
	padding: 0 5px;
}

.footerLink {
	vertical-align: super;
}

.trainStopTimePeriod {
    margin: 0;
    padding: 5px;
}

.popupContent {
	min-width: 150px;
}

#zamg_wetterwarnungen {
/* 	height: 121px; */
/*     left: -1px; */
/*     overflow: hidden; */
/*     position: relative; */
/*     top: -1px; */
/*     width: 144px; */
}

#zamgBox {
 	position: absolute;
	z-index: 9999;
	left: 42px;
    top: 27px;
}

#themenrouten {
	padding: 10px;
	margin: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

#themenrouten ul li input {
	float: left;
}

#themenrouten ul li {
	clear: both;
}

#search-field {
	width: 220px !important;
}

#search-clear {
    margin-left: 5px;
    width: 30px !important;
}

#mountainbike {
	padding: 10px;
	margin: 0;
}

#mountainbike ul li input {
	float: left;
}

#mountainbike ul li {
	clear: both;
}

.moutainbikeRouteSubInfo img {
	width: 12px;
	height:12px;
}

.moutainbikeRouteSubInfo {
	clear: both;
	color: #7D7D7D;
	padding-left: 20px;
}

.mbHeader {
	margin-top: 10px;
}

.mbCB {
	float: left;
}
.mbCBAll {
		float: left;
}

.mbName {
	float: left;
	margin-top:2px;
	margin-left:5px;
	max-width: 310px;
}

.mbSubInfo1 {
	float: left;
	width: 60px;
}
.mbSubInfo2 {
	float: left;
	width: 85px;	
}
.mbSubInfo3 {
	float: left;
	width: 85px;
}
.mbSubInfo4 {
	float: left;
	width: 70px;
}

#search-field-mountainbike {
	width: 220px !important;
}

#search-clear-mountainbike {
    margin-left: 5px;
    width: 30px !important;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

#shareUrl {
	width: 500px;
}