/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


fieldset.loadSave {
    border: 1px solid black !important;
    display: block !important;
    padding: 20px;
}

fieldset.loadSave {
    border: 1px solid black !important;
    display: block !important;
}

body, div {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size:14px;
    line-height: 1.6em;
    color: #2B2B2B;
}

body{
       background-color: #A6CE17; 
}
p {
    line-height: 1.6em;
}

a:link, a:visited {
	color:#3a7b00;;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active{
}

.clear {
	clear:both;
}

img {
    border:solid orange 0px;;
}

h1 a:hover{
    text-decoration:none;
}
/*******************************************************************************	
 * HEAD
 *******************************************************************************/

div.LBM {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 0.9em;
	line-height: 1.6em;
	min-width:1200px;
	border:solid orange 0px;
}

div.LBM > div.head {
    height: 120px;
    background: url(../../lbmroutenplaner/img/radwanderland-web-kopf.png) repeat-y;
    background-repeat: no-repeat;
    background-color: white;
}

div.LBM > div.head > div.left {
	width: 100%;
	min-width: 1010px;
	float:left;
}

div.LBM > div.head > div.left > img.logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

div.LBM > div.head > div.left > ul {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
	position: absolute;
	top: 95px;
	left: 270px;
    min-width:600px;
    font-size:1.1em;
}

div.LBM > div.head > div.left > ul > li {
	float:left;
	color:#ffffff;
	background:url(../images/head-li.png) no-repeat;
	width: 139px;
	height:25px;
	text-align: center;
	line-height: 1.6em;
}

div.LBM > div.head > div.left > ul > li a:link {
	color: #ffffff;
	font-weight: bold;
}

div.LBM > div.head > div.left > ul > li a:visited {
	/*color: #285924;*/
	color:#ffffff;
}

div.LBM > div.head > div.left > ul > li.act {
	background: url(../images/head-li-act.png) no-repeat;
	color: white;
}

div.LBM > div.head > div.left > ul > li.act a:link {
	color: white;
}

div.LBM > div.head > div.left > ul > li.act a:visited {
	color: white;
}

div.LBM > div.head > div.right {
	width:430px;
	float:right;
    text-align: right;
    background-color:white;
}

div.LBM > div.head > div.right > div.languages {
	height:25px;
	line-height:25px;
	margin-top:10px;
	margin-right:15px;
    background-color:white;

}
div.LBM > div.head > div.right > div.languages > div {
    float:right;
}
div.LBM > div.head > div.right > div.languages  img {
	vertical-align: middle;
	border: 0px;
    margin-bottom:-5px;
}	

div.LBM > div.head > div.right > div.languages > ul {
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
	display:inline;
    vertical-align: bottom;
    float:right;
}

div.LBM > div.head > div.right > div.languages > ul > li {
	float:left;
	font-size: 0.9em;
	border-left: 1px solid #CCC;
	padding: 0px 4px;
    vertical-align: bottom;
}

div.LBM > div.head > div.right > div.languages > ul > li a:link {
	color: #285924;
}

div.LBM > div.head > div.right > div.languages > ul > li a:visited {
	color: #285924;
}

/*******************************************************************************
 * CONTENT
 *******************************************************************************/

div.LBM > div.content {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
}

/*******************************************************************************
 * CONTENT - LEFT
 *******************************************************************************/
div.LBM > div.content > div.left {
	width:270px;
	float: left;
    height: 100%;
    background-color: #a6ce17; /* 8ed130; */
}

div.LBM > div.content > div.left > div.searchfield {
	margin: 5px 10px;
	padding:0;
	background-color: #3a7b00;
	line-height: 20px;
	width:245px;
}

div.LBM > div.content > div.left > div.searchfield > img {
	vertical-align: middle;
	cursor: pointer;
}

div.LBM > div.content > div.left > div.searchfield > input {
	padding:0;
	margin:0;
	width: 215px;
	border:1px solid gray;
	height: 20px;
	vertical-align: middle;
    display:inline;
}

div.LBM > div.content > div.left > ul a:link, 
div.LBM > div.content > div.left > ul a:visited {
	color: white;
	text-decoration: none;
}

div.LBM > div.content > div.left > ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

div.LBM > div.content > div.left > ul > li {
	margin: 0 10px;
	color: white;
	font-weight: bold;
}


div.LBM > div.content > div.left > ul > li.act > a {
	background-color: #c0e57a;
	color: #3a7b00;
}

div.LBM > div.content > div.left > ul > li > a,
div.LBM > div.content > div.left > ul > li > ul > li > a {
	background-color: #3a7b00;
	border:1px solid #3a7b00;
	display:block;
	padding-left: 4px;
	margin-bottom: 3px;
	width: 100%;
	
}

div.LBM > div.content > div.left > ul > li > ul > li > a,
div.LBM > div.content > div.left > ul > li > ul > li > a:link,
div.LBM > div.content > div.left > ul > li > ul > li > a:visited {
	color: #a6ce17;
}

div.LBM > div.content > div.left > ul > li > ul > li > a:hover,
div.LBM > div.content > div.left > ul > li > ul > li.act > a {
	background-color: #c0e57a;
	color: #3a7b00;
}

div.LBM > div.content > div.left > ul > li > ul {
	list-style: none;
	margin:0px;
	padding:0px;
	display:none;
}

div.LBM > div.content > div.left > ul > li.act > ul {
	display:block;
}

div.LBM > div.content > div.left > ul > li > ul > li {
	font-size: 1em;
	margin-left: 10px;
}

div#sidebar {
    height:100%;
    background-color:#ffffff;
}

/*******************************************************************************
 * CONTENT - RIGHT
 *******************************************************************************/
div.LBM > div.content > div.right {
	/*background-color: white;*/
	margin-left: 270px;
    height: 100%;
}

body.ie7 div.LBM > div.content > div.right {
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
}

div.LBM > div.content > div.right > div.text {
    padding: 10px;
    background-color: white;
    width: 980px;
	
}

/*******************************************************************************
 * CONTENT - RIGHT - TABLE
 *******************************************************************************/
div.LBM table img {
	vertical-align: middle;
}

div.LBM table.records_list {
	width: 100%;
	border-collapse: collapse;
}

div.LBM table.records_list tr td,
div.LBM table.records_list tr th {
	border: 1px solid #639221;
	line-height: 20px;
}

div.LBM table.records_list tr td a:link,
div.LBM table.records_list tr th a:link,
div.LBM table.records_list tr td a:visited,
div.LBM table.records_list tr th a:visited{
	color: #333;
}

div.LBM table.records_list tr th {
	background-color: #a6ce17;
	color: #333;
}

div.LBM table.records_list tr td {
	background-color: #fbffec;
}

.CodeMirror {
    border: 1px solid #333;
}

.CodeMirror .activeline {
    background: #dce8b2 !important;
}
/*******************************************************************************
 * Aktuelles
 *******************************************************************************/
div.LBM div.aktuelles {
	width: 1000px;
}


/*******************************************************************************
 * Inhaltsbereich
 *******************************************************************************/

div.contentBox{
    min-height:210px;
}

div.mbNone{
    display:none;    
}

div.mbNone img.left {
	float: left;
	margin-right: 10px;
}

div.mbNone img.right {
	float: right;
	margin-left: 10px;
}

div.mbNone h2 {
	color:#3A7B00;
    font-size: 1.3em;
}

div.imgText {
	margin-left: 120px;
}

span.more {
    cursor: pointer;
    color: #3A7B00;
    margin-bottom: 10px;
    display: block;
    padding-left: 20px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
}

span.more.active {
    background-image: url('../images/arrow-down.png');
}

table.start-table{
    text-align: center;
    background-color: #EDF5D1;
    width: 100%;
}

td.start-td{
    width:200px;
    text-align: center;
    vertical-align: top;
}


div.LBM div.contentBox,
div.LBM div.contentBoxHalf {
	/*margin: 10px;*/
	padding: 10px;
	font-size:1em;
	/*max-width: 1000px;*/
}

div.LBM div.contentBoxHalf {
    overflow-y: auto;
    height: 370px;
    width: 450px;
    float:left;
}

div.LBM div.contentBox > .left,
div.LBM div.contentBoxHalf > .left {
    float:left;
    margin: 0 15px 0 0;
    
}

div.LBM div.contentBox > .right,
div.LBM div.contentBoxHalf > .right {
    float:right;
    /*margin: 0 5px 5px 0;*/
    margin:0 0 0 15px;
}

div.LBM div.contentBox > h1,
div.LBM div.contentBoxHalf > h1 {
	background-color: #3a7b00;
    color: white;
    font-size: 1.4em;
    padding: 6px 4px 4px 8px;
}

div.LBM div.contentBox > h2,
div.LBM div.contentBoxHalf > h2 {
	color:#3A7B00;
    font-size: 1.3em;
}

div.LBM div.contentBox > a,
div.LBM div.contentBoxHalf > a {
	color: #3a7b00;
}

div.LBM > div.content > div.left > ul.navMenu {
    width: 260px;
    font-size: 1.0em;
}

/*******************************************************************************
 * Radrouten
 *******************************************************************************/
div #trlp-router-list-groups{
    color:#3a7b00;
}

div #trlp-router-list{
    cursor:pointer;
    color:#3a7b00;
}

div.routing-regionen trlp-router-list-regionen{
    background-color:blue;
}

div#trlp-router-list-groups ul {
    margin-left: 17px;
}

div #trlp-router-list-groups .li-router-list {
    list-style:square url('../images/arrow.png') inside;
    font-weight:bold;
    list-style-position: outside;
}

div #trlp-router-list-groups .li-router-list.active {
    list-style:square url('../images/arrow-down.png');
    font-weight:bold;
}

div #trlp-router-list-groups a:link {

}

.trlp-router-list-group {
    border:solid #a6ce17 2px;
}

.trlp-router-list-strong {
    font-weight: bold;
    color:#3a7b00;
}

.trlp-router-list-table{
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 0.9em;
}
.trlp-router-list-td{
    border:solid orange 0px;
    vertical-align: top;
    padding: 5px;
    
}

.trlp-router-list-img{
    height:40px;
    width:40px;
}

.trlp-router-list-td div{
    color:#3a7b00;
}


/*******************************************************************************    
 * Radwegnetz
 *******************************************************************************/

div#trlp-router-list-regionen input{
    border: solid 1px #3a7b00;
    color:#3a7b00;
    width:240px;
    height:30px;
}

div#trlp-router-list-regionen select{
    color: #3a7b00;
    background-color: white;
    border: solid #3a7b00 1px;
    width: 240px;
    height: 35px;
}

div#region-result {
    /*margin-top: 20px;*/
    font-size: 0.9em;;
    padding:10px 10px 0 10px;
}

div#region-action {
    color: #3a7b00;
    padding:10px;
    font-size: 0.9em;
	font-weight: bold;

}

div#region-action h2 {
	margin-top: 30px;
    color: #3a7b00;
    font-size: 1.3em;

}

div#region-action > span {
    cursor: pointer;
}

div#subregion-result {
    /*margin-top: 20px;*/
    font-size: 0.9em;;
    padding:10px 10px 0 10px;
}

div#subregion-action {
  color: #3a7b00;
  padding:10px;
  font-size: 0.9em;
  font-weight: bold;
}

div#subregion-action h2 {
  margin-top: 30px;
  color: #3a7b00;
  font-size: 1.3em;
}

a.trlp-back-subregions{
  font-size:0.9em;
  font-weight: bold;
  margin-left: 10px;
}

/*******************************************************************************    
 * ROUTENPLANER
 *******************************************************************************/

div.routing-routenplaner{
    padding-left:5px;
    border: solid gray 0px;
    /*width: 160px;*/
}

div.routing-routenplaner input{
    border: solid 1px #3a7b00;
    color:#3a7b00;
    width:180px;
    height:20px;
}

p.shortdisc
{
    font-size:0.9em;
    line-height:1.6em;
    margin-bottom:10px;
}

a.trlp-route-parent-link{
    font-size:0.9em;
	font-weight: bold;
    
}

.routing-info {
    font-size:0.9em;
}

.routing-node-actions{
    font-size:0.9em;
}
.routing-options-extended div{
    font-size:0.9em;
}

.routing-nodes input{
    font-size:0.9em;
}

#routing-legende-servicetype-simple p{
    font-size: 0.9em !important;
	padding-top: 8px;
}

#routing-legende-servicetype-simple a{
    font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

#routing-legende-servicetype-simple td{
    padding-right:1em;
}

#routing-legende-servicetype-complex p{
    font-size: 0.9em !important;
	padding-top: 8px;
}

#routing-legende-servicetype-complex a{
    font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

#routing-legende-servicetype-complex td{
    padding-right:1em;
}

.routing-options-extended{display: none;}

/*******************************************************************************    
 * DIVERSES
 *******************************************************************************/


#ticker {
    background-color: #3A7B00;
    border: 1px solid #3A7B00;
    display: block;
    padding-left: 4px;
    margin: 0 0 0 10px;
    width: 240px;
    text-align: center;
    color:white;
    /*font-size: 12px;*/
    font-size: 0.9em;
}

#ticker a {
    color: white;
}

div.flags > a {
    height:25px;
    padding-top:5px;
    float:left;
    display:block;
    margin-right: 4px;
}

html[lang="de"] a.lang-de,
html[lang="en"] a.lang-en,
html[lang="fr"] a.lang-fr,
html[lang="nl"] a.lang-nl {
    background-image: url(../images/flag-act.png);
    background-repeat: no-repeat;
}

div.greenBox {
    position: relative;
    background-color: #ecf7d1;
    width:220px;
    height: 120px;
    border-radius: 5px;
}

div.greenBox > div.border {
    /*border: 1px solid white;*/
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    /*border-radius: 5px;*/
    padding: 5px;
}

div.greenBox table {
    width: 220px;
    height: 100%;
    border: 0px;
    text-align:left;
}

div.greenBox table td {
    font-size: 9px;
}

div.greenBox img {
    cursor:pointer;
    border-bottom: 3px solid #ecf7d1;
}

div.gpx-download h1,
div.gpx-download h2 {
    font-weight: bold;
}

div.gpx-download label,
div.gpx-download p {
    font-size: 12px;
    color: black;
}

div.gpx-download hr {
    border:0px;
    border-bottom: 1px solid silver;
}
div.gpx-download ul {
    list-style: circle;
}
div.gpx-download a {
    color:blue;
}

div.gpx-download div.center {
    text-align: center;
}

img#url-code-generator{
    margin-top: 20px;
}

.green-text {
    color: #377B02;
    font-size: 12px;
}

.code-box {
    overflow: auto;
    color: #000000;
    border: 1px solid #0AA413;
    padding: 12px 3px;
    font-size: 10px;
    white-space: normal;
    word-wrap: break-word;
}

div.mb-element-toc {
    z-index: 10;
}
.mb-element-scaledisplay{line-height: 12px;}


/*******************************************************************************    
 * jquery Anpassungen
 *******************************************************************************/
.ui-dialog .ui-dialog-titlebar {
    background: none repeat scroll 0 0 #3A7B00 !important;
    color: white !important;
}

.ui-widget-content p {
    color: #3A7B00 !important;
    font-size: 0.9em !important;
    line-height: 1.3em !important;
    margin-bottom: 10px !important;
}

.ui-widget-content a {
    color: #3A7B00 !important;
    font-size: 1em !important;
}

div.appDiv {
    display:none;
}

li.showAppBox {
    cursor: pointer;
}


div.routing-routenplaner div.trlp-routing-panels {
    border: 0px;
    top:0px;
}

div.routing-routenplaner #trlp-router-route {
    padding: 0px;
}

a.route-reverse, a.route-reset, a.trlp-route-zurliste-link {
    border:1px solid #285924;
    background-color: #a6ce17;
    display:block;
    width: 122px;
    padding: 3px;
    color: white;
    font-weight: bold;
    text-decoration:none;
    text-align: center;
}

p.vidoText {
    line-height: 14px;
    font-size: 0.85em;
    padding: 0 0px 0 10px;
}

span.searchmatch {
    background-color: #e6fd02;
}

div.searchResult div.searchResultDoc {
    border-top: 1px solid #ECF7D1;
    margin-bottom:20px;
}

div.olControlScale {
    padding: 1px;
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    background-color: white;
    margin-left:20px;
}

div.flags {
    position: absolute;
    top:10px;
    left: 750px;
}

/* WATCHOUT: Dieser Teil des CSS ist nicht sauber umgesetzt...
             Wurde aber nur an die vorhandenen Strukturen angepasst.
*/
a.route-radwandern, a.route-alltag, 
.ui-dialog-buttonset .ui-button, a#toc-add-to-route,
a#toc-poi-elev, a#toc-poi-print{
    border:1px solid #285924;
    border-radius:6px;
    background-color: #a6ce17;
    display: inline-block;
    width: auto;
    padding: 3px;
    color: white;
    font-weight: bold;
    text-decoration:none;
    text-align: center;
}
#toc-add-to-route{
    color: white !important;
    position: absolute;
    top: 20px;
    right: 20px;
}
.ui-dialog-buttonset .ui-button, 
.ui-dialog-buttonset .ui-state-hover{
    /* jquery ui crap */
    font-weight: bold !important;
    background: none !important;
    background-color: #a6ce17 !important;
    border:1px solid #285924 !important;
}
.ui-dialog-buttonset .ui-button-text{
    /* jquery ui crap */
    color:white !important;
    padding: 3px !important;
}
#toc-poi-distance{
    position: absolute;
    top: 10px;
    right: 20px;
}
#toc-poi-elev{
    color: white !important;
    position: absolute;
    top: 40px;
    right: 20px;
}
#toc-poi-print{
    color: white !important;
    position: absolute;
    top: 80px;
    right: 20px;
}


/* WATCHOUT: Ende */

div.routing-regionales a.current {
    color: #3b8234;
}

#select-regionales {
    display: block;
    visibility: visible;
    color: #3a7b00;
    background-color: white;
    border: solid #3a7b00 1px;
    width: 202px;
    height: 20px;
    margin-bottom: 5px;
}

#select-regionales.hidden {
    visibility: hidden;
}

img.routing-error-image {
  display: none;
  position: absolute;
  right: 5px;
  padding-top: 5px;
}

table.with-padding td {
  padding: 2px;
  border: solid black 1px;
}
.contentBox ul {
    list-style: disc inside;
    margin-left: 2em;
}

.contentBox p {margin: 10px 0;}

.contentBox h1 {
    font-weight: bold;
    margin: 14px 0;
}
b{font-weight:bold;}

.titleContainer, .childContainer{
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:5px;
    width: 220px;
}

.titleContainer{
    background-color: #d9ef9e;
    margin-top: 20px;
    box-sizing:border-box;
}
.titleContainer label{
    font-weight: bold;
    margin-left: 30px;
    line-height: 20px;

    /* very bad :( */
    display: block !important;
    height:auto !important;
    margin-bottom: 0px !important;
}
.titleContainer input{float:left;}
.childContainer{background-color: #ECF7D1;}

div.routing-options-extended input{
    width: 20px;
    height:13px;
}
.resultInfo{margin-left:10px;}
/* overwriting default mapbender zoom-settings / slider */
.mb-element-zoombar div.zoom{background-repeat: no-repeat !important;}

.tourenplaner-link{
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}