@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
/*
@font-face {
	font-family: Ubuntu;
	src: url('../fonts/Ubuntu-Regular.ttf');
}
@font-face {
	font-family: Ubuntu Bold;
	src: url('../fonts/Ubuntu-Bold.ttf');
}
@font-face {
	font-family: Ubuntu Medium;
	src: url('../fonts/Ubuntu-Medium.ttf');
}
@font-face {
	font-family: Ubuntu Italic;
	src: url('../fonts/Ubuntu-Italic.ttf');
}
*/
/* ### BROWSER RESET START ### */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:normal;
	font-style: inherit;
	font-size: 100%;
	font-family: 'Ubuntu', Arial, sans-serif;
	vertical-align: middle;
	color:#4b4b4b;
}
html, body {
	height:100%;
}
/* 
:focus {
	outline: 0;
}
*/
ul, ol, li {
	padding:0 0 0 0;
	font-size: 14px;
	margin-left: 6px;
}
#content ul,#content  ol,#content  li {
	padding:0 0 0 0;
	margin-left: 9px;
	font-size: 13px;
	line-height: 21px;
}
ol.ordered_list {
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	margin:15px 15px;
	list-style-position:inside;
}
*+html ol.ordered_list {
	list-style-position:outside;
	margin:15px 55px;
}
ol.ordered_list li {
	margin:20px 0 0 0;
}
ol.ordered_list ol {
	list-style-type:lower-alpha;
	font-size: 14px;
	font-weight:normal;
	margin:8px 35px 5px 43px;
	margin /*\**/: 8px 35px 5px 53px\9;
	list-style-position:outside;
}
ol.ordered_list ol li {
	margin:0 0 8px 0;
}
*+html ol.ordered_list ol {
	margin:8px 35px 5px 26px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ### BROWSER RESET END ### */

/* ### MAIN FORMATS START ### */

body {
	/*line-height: 20px;*/
}
.clear {
	clear:both;
}
.left {
	float: left;
    padding-right: 30px;
    width: 409px;
}
h1 {
	font-size:1.6em;
	font-family: 'Ubuntu Bold', Arial, sans-serif;
	margin:5px 0 5px 0;
	line-height:1.2em;
	font-weight:600;
}
h2 {
	font-size:1.4em;
	font-family: 'Ubuntu Medium', Arial, sans-serif;
	margin:15px 0 5px 0;
	text-align:left;
	position:relative;
	z-index:2;
	color:#757575;
	font-weight:400;
}

.blog-featured h1 a{
	color: #757575;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 1.1em;
    height: 211px;
    left: 0;
    padding: 6px 23px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: 0;
    width: 258px;
    z-index: 2;
	display:block;
	background-image:url("http://www.mapandroute.de/templates/mapandroutehome/images/transparent.png");
	font-weight:400;
}
.blog-featured h1,.items-leading h2{
	color: #757575;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 1.1em;
    /*height: 211px;*/
    left: 0;
    padding: 6px 23px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: 0;
    width: 258px;
    z-index: 2;
	display:block;
	font-weight:400;
}
.blog-featured h1 a:hover{
	color:#199C98;
	-webkit-transition:color 0.3s ease-in-out;  
    -moz-transition:color 0.3s ease-in-out;  
    -o-transition:color 0.3s ease-in-out;  
    transition:color 0.3s ease-in-out;  
}
h3, h4, h5, h6 {
	font-size: 14px;
	font-family: 'Ubuntu Medium', Arial, sans-serif;
	margin:25px 0 5px 0;
	color:#757575;
}
h3 {
	font-size: 1.1em;
}
em{
	font-family: Ubuntu Italic;
}
a:link, a:visited, a:active {
	color:#199C98;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#199C98;
	-webkit-transition:color 0.3s ease-in-out;  
    -moz-transition:color 0.3s ease-in-out;  
    -o-transition:color 0.3s ease-in-out;  
    transition:color 0.3s ease-in-out; 
}
a img {
	border: none;
}
p {
	margin:10px 0 20px 0;
	font-size: 14px;
	line-height:1.3em;
	z-index:10;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
strong, b {
	font-weight:bold;	
}
code {
	font: 1.0em 'monospace', Courier, Fixed;
}
pre {
	font: 1.0em 'Ubuntu', Courier, Fixed;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table, td, th {
	vertical-align:middle;
}
.item-separator{
	clear:both;
}
hr{
	border:1px dashed #757575;
	margin:0px;
	padding:0px;
}
/* ### MAIN FORMATS END ### */
/****************************************************************************
 * page
 ***************************************************************************/
#wrapper{
	min-height:99%;
	/*background-color:#E5EFF0;*/
	background-image:url("http://www.mapandroute.de/templates/mapandroute/images/bg_stripes.png");
	overflow:hidden;
}

#header{
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/bg_navi1.png");
    background-position: 0 -21px;
    background-repeat: repeat-x;
    height: 51px;
    position: relative;
    width: 100%;
    z-index: 1000000;
}
#head-wrapper{
	height:47px;
	width:950px;
	position:relative;
	margin: 0 auto;
}
#logo{
	position:absolute;
	height:80px;
	width:270px;
	top:0px;
	left:-13px;
	background-image:url("http://www.mapandroute.de/templates/mapandroute/images/logo.png");
	background-repeat:no-repeat;
	z-index:100;
}

#navi{
	width:692px;
	height:44px;
	float:right;
}
#navi ul{
	margin-top:0px;
}
#navi ul li{
	display:block;
	list-style-type:none;
	float:left;
	text-align:center;
	padding-right:17px;
}
#navi ul li a{
	color: #757575;
    display: block;
    font-family: 'Ubuntu',Arial,sans-serif;
    font-size: 17px;
    height: 29px;
    padding-top: 10px;
    text-decoration: none;
	font-weight:400;
}
*+html #navi ul li a {
	font-size:18px;
}

#navi ul li a:hover{
	color:#199c98;
	border-bottom:solid 5px #199c98;
}

#map{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top: -12px;
	z-index:10;
	height:100%;
}


.ui-state-active{
	background:#199c98;
}

#content-wrapper_home{

	padding:14px;
	background-image: url("http://www.mapandroute.de/templates/mapandroutehome/images/trabsparent_bg_border.png");
	position:relative;
	margin: 0 auto;
	width: 960px;
	max-height: 740px;
	border-radius:10px;
	margin-top:15px;
}
.close_home{
	background-image: url("http://www.mapandroute.de/templates/mapandroutehome/images/close.png");
    display: block;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
	cursor:pointer;
}
.close_home:hover{
	background-image: url("http://www.mapandroute.de/templates/mapandroutehome/images/close.png");
    background-position:0px 26px;
}
#content_home{
 	background-color:#FFF;
    min-height: 400px;
    padding: 3px 2px 16px 26px;
    position: relative;
	border-radius:10px;
	background-image: url("http://www.mapandroute.de/templates/mapandroutehome/images/texture.png");
	max-height: 740px;
	overflow: auto;
}
.item p,.items-leading p{
	
	margin: 2px 0 10px;
}
#content_position{
	left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 10;
	display:none;
}
.item, .items-leading{
	background-color: #FFFFFF;
    border: 1px solid #E3E2E2;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 1px #999999;
    float: left;
    font-size: 13pt;
    margin-right: 20px;
    margin-top: 20px;
    max-height: 174px;
    min-height: 174px;
    overflow: hidden;
    padding: 40px 25px 10px;
    position: relative;
    width: 237px;
}
.item:hover{
	box-shadow: 0 2px 4px #666666;
}
.row-1 .item.column-3:hover{
	box-shadow: 0 1px 1px #999999;
}
.copyright_content{
	font-size: 12px;
    margin-top: 17px;
    width: 369px;
	float: left;
}
.cookie{
	float:right;
	width:165px;
	margin-top:19px;
	font-size:13px;
}
.cookie input{
	margin:2px 5px 0 0;
	vertical-align: middle;
}


/****************************************************************************
 * map and route css
 ***************************************************************************/

.tabs a {
	color: #636363;
	text-decoration:none;
}
#start{
	float:left;
	margin-right:10px;
}
#destination{
	float:left;
}
.summary{
	padding-bottom:15px;
}
.summary .destination .description, .summary .start .description{
	font-size:14px;
	font-family: Ubuntu Bold, Arial, sans-serif;
}
.summary .start{
	padding-top:10px;
	cursor:pointer;
}
.summary .destination{
	padding-bottom:10px;
	cursor:pointer;
}
.start .description, .destination .description{
	float:left;
	padding-right:10px;
}

.distanceAndTime .time{
	float:left;
	padding-right:10px;
}
.routeDescription .odd{
	background-color:#f0f0f0;
	min-height: 39px;
	padding:7px 0;
}
.routeDescription .even{
	padding:7px 0;
	min-height: 39px;
}
.routeDescription .odd .text{
	float: left;
    width: 55%;
}


.routeDescription .even .text{
	float: left;
    width: 55%;
	
}
.routeDescription .odd:hover, .routeDescription .even:hover{
	background-color:#e0f1ee;
	cursor:pointer;
}
.progress{
	float:right;
}
#start input, #destination input{
	margin-right:5px;
	border:solid 1px  #999;
}
#start input:hover, #destination input:hover{
	background-color: #E0F1EE;
	-webkit-transition:background-color 0.3s ease-in-out;  
    -moz-transition:background-color 0.3s ease-in-out;  
    -o-transition:background-color 0.3s ease-in-out;  
    transition:background-color 0.3s ease-in-out; 
}

.routeDescription .summary .start .symbol {
    background: url("http://www2.mapandroute.de/KartenVerzeichnisAPI_mar-1.1/static/imgs/route_start_small.gif") no-repeat scroll 0 0 transparent;
}
.routeDescription .summary .interstation .symbol {
    background: url("http://www2.mapandroute.de/KartenVerzeichnisAPI_mar-1.1/static/imgs/route_interstation_small.gif") no-repeat scroll 0 0 transparent;
}
.routeDescription .summary .destination .symbol {
    background: url("http://www2.mapandroute.de/KartenVerzeichnisAPI_mar-1.1/static/imgs/route_destination_small.gif") no-repeat scroll 0 0 transparent;
}
.routeDescription .entry .even, .routeDescription .entry .odd {
    clear: both;
}
.routeDescription .entry .progress {
    float: right;
    padding: 0;
    text-align: right;
    width: 60px;
}
.routeDescription .entry .progress div {
    padding: 0;
}
.routeDescription .entry .symbol {
    float: left;
    width: 30px;
}
.routeDescription .entry .symbol div {
    background-image: url("http://www.mapandroute.de/templates/mapandroute/images/routingSymbols.png");
    height: 24px;
    width: 24px;
	margin:0px;
	padding:0px;
}
.routeDescription .entry .symbol .destination {
    background-position: 0 0;
}
.routeDescription .entry .symbol .halfLeft {
    background-position: 0 -24px;
}
.routeDescription .entry .symbol .halfRight {
    background-position: 0 -48px;
}
.routeDescription .entry .symbol .motorway {
    background-position: 0 -72px;
}
.routeDescription .entry .symbol .motorwayExit {
    background-position: 0 -96px;
}
.routeDescription .entry .symbol .motorwayJunction {
    background-position: 0 -120px;
}
.routeDescription .entry .symbol .left {
    background-position: 0 -144px;
}
.routeDescription .entry .symbol .right {
    background-position: 0 -168px;
}
.routeDescription .entry .symbol .roundabout {
    background-position: 0 -192px;

}
.routeDescription .entry .symbol .sharpLeft {
    background-position: 0 -216px;
}
.routeDescription .entry .symbol .sharpRight {
    background-position: 0 -240px;
}
.routeDescription .entry .symbol .straightOn {
    background-position: 0 -264px;
}
.routeDescription .entry .symbol .start {
    background-position: 0 -264px;
}
.routeDescription .summary .empty, .routeDescription .entry .empty {
    clear: both;
    font-size: 0;
    height: 0;
    width: 0;
}
#jcemediabox-popup-page{
	z-index:10000000000000 !important;
}

.routeInput .start > div > label,
.routeInput .destination > div > label,
.routeInput #interstationNodes > div > div > label
{
	display: block;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 35px;
}

.routeInput .railway #date .small
{
	width: 30px;
	padding-right: 5px;
} 

/*---------------------------------------Toolbar menÃ¼----------------------------------*/

#MarMenuControl ul{
	margin:0px;
	padding:0px;
	line-height:40px;
	box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	-o-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 9px #666;
}
#MarMenuControl ul li{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
	width:100px;
}
#MarMenuControl ul li ul li{
	margin:0px;
	padding:0px;
}
#MarMenuControl ul li a{
	color:#636363;
	display:block;
	width:70px;
	height:40px;
	text-decoration:none;
	padding: 0 0 0 35px;
}
.#MarMenuControl ul li a:hover{
	display:block;
	width:70px;
	height:40px;
	padding: 0 0 0 35px;
}
#MarMenuControl ul li ul{
	line-height:25px;
	height:0px;
}
#MarMenuControl ul li ul li{
	display:block;
	height:25px;
	width:115px;
	background-color: transparent;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/menuitem_background.png");
}
#MarMenuControl ul li ul li a{
	color:#FFF;
	display:block;
	font-size:11px;
	height:25px;
	width:80px;
	background-color: transparent;
	padding:0 0 0 30px;
	margin:0px;
}
#MarMenuControl ul li ul li:hover, #MarMenuControl ul li ul li ul li:hover{
	display:block;
	height:25px;
	width:115px;
	background-color: #000;
}
#MarMenuControl ul li ul li ul li:hover{
	display:block;
	height:25px;
	width:130px;
	background-color: #000;
}
#MarMenuControl ul li ul li ul{
	position:relative;
	left:115px;
	top:-25px;
}
#MarMenuControl ul li ul li ul li{
	position:relative;
	display:block;
	height:25px;
	width:130px;
	background-color: transparent;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/menuitem_background.png");
}
#MarMenuControl ul li ul li ul li a{
	color:#FFF;
	display:block;
	font-size:11px;
	height:25px;
	width:100px;
	padding-left:30px;
}
#MarMenuControl ul li ul li ul li a:hover{
	display:block;
	height:25px;
	padding-left:30px;
}
#MarMenuControl{
	width:400px;
	height:40px;
	background-color:#dddddd;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_bg.png");
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	-o-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 9px #666;
	border-bottom:1px solid #757575;
	border-left:1px solid #757575;
	border-right:1px solid #757575;
}
#MarMenuControl ul #views{
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_1st.png");
	background-repeat:no-repeat;
	background-position:0px 5px;
}
#MarMenuControl ul #karteninfo{
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_1st.png");
	background-repeat:no-repeat;
	background-position:0px -36px;
}
#MarMenuControl ul #tools{
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_1st.png");
	background-repeat:no-repeat;
	background-position:0px -86px;
}
#MarMenuControl ul li ul #rootMap a{
	background-position:-15px -6px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul #rootLuft a{
	background-position:-15px -37px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul #rootBirdsView a{
	background-position:-15px -67px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul #osm a{
	background-position:-15px -103px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul #osm-deluxe a,#MarMenuControl ul li ul #osm-plus-deluxe a,#MarMenuControl ul li ul #osm-tiles a, #MarMenuControl ul li ul #osm-tiles-de a, #MarMenuControl ul li ul #osm-tiles-de-motorway a,
 #MarMenuControl ul li ul #osm_tiles_int_german_motorways a{
	background-position:-15px -103px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul #osm-plus a{
	background-position:-15px -103px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul li ul #hybrid a{
	background-position: -15px -427px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul li ul #air a{
	background-position: -15px -453px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul li ul #roadmapHere a{
	background-position: -15px -364px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul li ul #roadmap a{
	background-position: -15px -367px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul li ul #here-deluxe a{
	background-position: -15px -367px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul #traffic a{
	background-position: -18px -148px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul #menuRoute a{
	background-position: -18px -185px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}
#MarMenuControl ul li ul #search a{
	background-position: -18px -221px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_2nd.png");
	background-repeat:no-repeat;
}

#MarMenuControl ul li ul #coord.menuDisabled a, #MarMenuControl ul li ul #print.menuDisabled a, #MarMenuControl ul li ul #measure.menuDisabled a{
	opacity:0.4;
	filter: alpha(opacity = 40);
}
#MarMenuControl ul li ul #coord.menuDisabled a:hover, #MarMenuControl ul li ul #print.menuDisabled a:hover, #MarMenuControl ul li ul #measure.menuDisabled a:hover{
	background-color:transparent;
}
#MarMenuControl ul li ul #move a{
	background-position: -15px -397px;
}
#MarMenuControl ul li ul #zoom a{
	background-position: -15px -397px;
}

#MarMenuControl ul li ul li #measure, #MarMenuControl ul li ul li #print, #MarMenuControl ul li ul li #coord{
	display:block;
	height:25px;
	width:10px;
	background-color: transparent;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/menuitem_background.png");
	
}
#panel_pushpin{
	/*border-right: 1px solid #999999;*/
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    width: 35px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/trennstrich.png");
	background-repeat:no-repeat;
	background-position: 39px 0px;
}

/*-----------------------Toolbar slider------------------------*/

#MarMenuControl #IWSliderControl{
	left: 351px;
    top: 78px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
#MarMenuControl #IWSliderControl:hover{
	left: 351px;
    top: 78px;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}
#MarMenuControl #IWNavigationControl{
	width:80px;
	height:80px;
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/cross3.png");
	background-repeat:no-repeat;
	left: 324px;
	top: 1px;
}
#MarMenuControl img.navigationImage, .IWSliderControl img #sliderBackground{
	display:none;
}
.IWNavigationControl .areaLeft {
    cursor: pointer;
    height: 35px;
    left: 7px;
    position: absolute;
    top: 21px;
    width: 20px;
}
.IWNavigationControl .areaLeft:hover {
    cursor: pointer;
    background-image: url("http://www.mapandroute.de/templates/mapandroute/images/cross_arrow_hover.png");
	background-repeat:no-repeat;
	background-position: -43px -4px;
}
.IWNavigationControl .areaUp {
    cursor: pointer;
    height: 20px;
    left: 20px;
    position: absolute;
    top: 5px;
    width: 40px;
	z-index:100000000;
}
.IWNavigationControl .areaUp:hover {
    cursor: pointer;
    background-image: url("http://www.mapandroute.de/templates/mapandroute/images/cross_arrow_hover.png");
	background-repeat:no-repeat;
	background-position: 13px 2px;
}
.IWNavigationControl .areaRight {
    cursor: pointer;
    height: 35px;
    left: 55px;
    position: absolute;
    top: 20px;
    width: 20px;
}
.IWNavigationControl .areaRight:hover {
    cursor: pointer;
    background-image: url("http://www.mapandroute.de/templates/mapandroute/images/cross_arrow_hover.png");
	background-repeat:no-repeat;
	background-position: -73px -4px;
}
.IWNavigationControl .areaDown {
    cursor: pointer;
    height: 20px;
    left: 20px;
    position: absolute;
    top: 54px;
    width: 40px;
}
.IWNavigationControl .areaDown:hover {
    cursor: pointer;
    background-image: url("http://www.mapandroute.de/templates/mapandroute/images/cross_arrow_hover.png");
	background-repeat:no-repeat;
	background-position: 13px -25px;
}
.IWSliderControl .button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 13px;
    left: -3px;
    position: absolute;
    width: 26px;
    z-index: 20;
}
.IWSliderControl {
    height: 176px;
    width: 23px;
}
.IWSliderControl .zoomOut {
    bottom: 9px;
    cursor: pointer;
    height: 21px;
    left: 0;
    position: absolute;
    width: 18px;
    z-index: 35;
}
.IWSliderControl .zoomIn {
    cursor: pointer;
    height: 21px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 18;
}
.IWSliderControl .zoomClick {
    cursor: pointer;
    height: 126px;
    left: 2px;
    position: absolute;
    top: 22px;
    width: 13px;
    z-index: 18;
}

#IWBirdsViewControl{
	top: 250px;
	right: 10px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
#IWBirdsViewControl:hover{
	opacity: 1.0;
	filter: alpha(opacity = 100);
}
#IWBirdsViewControl div{
	cursor:pointer;
}
/* #MarMenuControl,.vTopSplitbarOpen{
	display:none;
} */
#MarMenuControl ul li:hover .view{
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_list_hover.png");
	background-repeat:no-repeat;
	background-position: center bottom;
}
#MarMenuControl ul li:hover .karteninfo{
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_list_hover.png");
	background-repeat:no-repeat;
	background-position: center bottom;
}
#MarMenuControl ul li:hover .tools{
	background-image: url("http://www.mapandroute.de/templates/mapandroute/images/toolbar_list_hover.png");
	background-repeat:no-repeat;
	background-position: center bottom;
}
#MarMenuControl a.menuActiv{
	color:#0F9;
}
#MarMenuControl a.menuDisabled{
	color:#C0F;
}

#splitter .vsplitbar {
      width: 0px;
      border-right: 1px solid #999;
      border-left: 1px solid #999;
	  box-shadow: 1px 0 4px #000000;
	  -webkit-box-shadow: 1px 0 6px #000000;
	  -moz-box-shadow: 1px 0 4px #000000;
	  -o-box-shadow: 1px 0 4px #000000;
	  
}
.vTopSplitbarOpen {
      background: url("http://www.mapandroute.de/templates/mapandroute/images/funktion_button.png") ;
      background-position: 0 0;
      width: 25px;      
      height: 150px;
      cursor: pointer;  
      position: relative;     
      user-select: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
	  top: 40px;
}
.vTopSplitbarClose {
      background: url("http://www.mapandroute.de/templates/mapandroute/images/funktion_button.png") ;
      background-position: -85px 0;
      width: 25px;
      height: 150px;
      cursor: pointer;
      position: relative;     
      user-select: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
	  top: 40px;
}
.vTopSplitbarHoverClose{
      background: url("http://www.mapandroute.de/templates/mapandroute/images/funktion_button.png") ;
      background-position: -130px 0;
      width: 25px;
      height: 150px;
      cursor: pointer;
      position: relative;     
      user-select: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
	  top: 40px;
      }
.vTopSplitbarHoverOpen{
      background: url("http://www.mapandroute.de/templates/mapandroute/images/funktion_button.png") ;
      background-position: -43px 0;
      width: 25px;      
      height: 150px;
      cursor: pointer;  
      position: relative;     
      user-select: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
	  top: 40px;
      }
.vBottomSplitbar{
      position: relative;
      user-select: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      cursor:e-resize;
      height:100%;
}
.vsplitbar{
      position: absolute;
      user-select: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      height:100%;      
}
.contextmenu{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	-o-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 9px #666;
	border: 1px solid #999;
	padding:10px;
	
}
.contextmenu .item:hover
{
	text-decoration:none;
}
#contextmenu a.item:hover
{
	background-color:#FBFBFB;
}
#contextmenu a.item{
	padding:1px 0px;
	margin:0px;
	min-height:20px;
	border: 0px none;
	box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background-color:transparent;
	background-image:none;
	font-size:1em;
}

#submitInputButton{
	margin-bottom:60px !important;
}
#MarMenuControl ul li ul li a.move, #MarMenuControl ul li ul li #move{
	display:none !important;
	background-image:none !important;
}
#MarMenuControl ul li ul li a.zoom, #MarMenuControl ul li ul li #zoom{
	display:none !important;
	background-image:none !important;
}
#MarMenuControl .menuActiv, #MarMenuControl #coord.menuActiv, #MarMenuControl ul li ul li.active,  #MarMenuControl ul li ul li ul li.active{
	background-image:none;
	background-color:#3a8381;
}
#MarMenuControl .menuActiv:hover, #MarMenuControl #coord.menuActiv:hover, #MarMenuControl ul li ul li.active:hover,  #MarMenuControl ul li ul li ul li.active:hover, #MarMenuControl ul li ul li ul li .menuActiv:hover {
	background-image:none;
	background-color:#277472;
}
.carOrPedestrian a:visited, .carOrPedestrian a:link, .carOrPedestrian a{
	color: #636363;

}

.carOrPedestrian a:hover{
	color: #199C98;
}
.popupTitle{
	font-size:14px;font-style:italic;color:#00008B}


#administrationInterfaceLink {
	margin-top: 10px;
	text-align:center;
}

#administrationInterfaceLink a {
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: black;
    padding: 5px;
    font-family: monospace;
    background: #FF0000;
}
.cc-link:link, .cc-link:visited, .cc-link:active {
	text-decoration: underline;
	font-size: 15px;
	padding-left: 3em;
}
.cc-banner .cc-message{
	color:#ffffff;
}