/* General */

*
{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
	overflow: hidden; 
}
body
{
	background-color: #ffffff;
	cursor: default;
	font: 12px/16px Arial, Helvetica, Sans-serif;
	overflow: hidden; 
	height: 100%;
	width: 100%;
}

img{
	border: 0;
}

a{
	color: #124a77;
	outline-style: none;
	text-decoration: none;
}

h6 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
	margin: 0.5em 0 0.5em 0;
}

td{
	vertical-align: top;
}

th{
	text-align: left;
}

br {
	clear: both;
}

form {
	height: 0;
}

label
{
	 margin: 0 0.25em 0 0.25em; 
}

.MDVToolTipBubble_Body label
{
	margin: 0 0 0 0; 
}

table {
	border-collapse: collapse;
}
.bold
{
	font-weight: bold;
}
.left {
	float: left;
	margin: 0 0 0 0.5em;
}
.left#pfeile1, .left#pfeile2 {
	cursor: pointer;
	margin: 5px 0 0 4px;
	font-size: 0.07em;
	line-height: 0.07em;
}
.left#kalender1, .left#kalender2 {
	cursor: pointer;
}
.centered
{
	text-align: center;
	width: auto;
}
.right
{
	text-align: right;
}
.grey
{
	color: #606569;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.dn {
	display: none;
}
.fcg {
	color:#008030;
}
.fcr {
	color:#da051e;
}
.bbd3 {
	border-bottom: 1px solid #d3d3d3;
}
.btd3 {
	border-top: 1px solid #d3d3d3;
}
.bba0 {
	border-bottom: 1px solid #a0a0a0;
}
.bta0 {
	border-top: 1px solid #a0a0a0;
}
.selected-row {
	background-color: #86c2eb;
}
.orangelink {
	background: url('../images/orangelink.gif') no-repeat top left;
	margin: 0.25em 0;
	padding-left: 0.75em;
}
.orangelink a {
	color: #124a77;
}
.orangelink a:hover {
	text-decoration: underline;
}

.columns {
	clear:both;
	overflow:hidden;
}

/* Overlay */
.overlay
{
	background: #000000;
	color: #ffffff;
	height: 100%;
	left: 0;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.overlay2
{
	background: #000000;
	color: #ffffff;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	display:none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.overlay-content
{
	color: #fff;
	height: auto;
	margin-top: -15em;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 2020;
}

.overlay-content h1
{
	font-size: 2em;
	line-height: normal;
	margin-bottom: 1em;
}

.overlayContentBox,
.overlay-content-box
{
	clear: both;
	color: #000;
	background: #c7e7f2;
	border: 1px solid #4b9adf;
	height: auto;
	margin: auto;
	padding: 2em;
	text-align: left;
	width: 20em;
}
.overlay-content-box form{
	clear: both;
}
.overlay-content-box p
{
	clear: both;
	margin-bottom: 0.5em;
}

.overlay-content-box p.small
{
	margin-bottom: 0.5833em;
}
.overlay-content-box p.two
{
	margin-top: 1em;
}

.overlayContent  {
    color:#FFFFFF;
    display:none;
    height:auto;
    margin-top:-300px;
    position:absolute;
    text-align:center;
    top:50%;
    width:100%;
    z-index:2020;
}
.overlayContent h1 {
    font-size:2em;
    line-height:normal;
    margin-bottom:1em;
}
.overlayContentBox {
    background:none repeat scroll 0 0 #C7E7F2;
    border:1px solid #4B9ADF;
    clear:both;
    color:#000000;
    height:auto;
    margin:auto;
    overflow:hidden;
    padding:1.3333em 1.3333em 1em;
    text-align:left;
    width:26.75em;
}


.overlayContentBox#login{
	width: 21.25em;
}
.overlayContentBox .routeholder
{
	height: 16.6666em;
	margin-bottom: 1em;
	overflow: auto; 
    overflow-y: scroll; 
	padding: 0 1em 0 0;
	width: 100%;
}
.overlayContentBox .w50{
	width: 49%;
}
.overlayContentBox .left {
	float: left;
	margin: 0;
}
.overlayContentBox .centered
{
	float: left;
	text-align: center;
	margin: 0 0 0 3.75em;
	width: auto;
}
.overlayContentBox .right
{
	float: right;
	margin: 0;
	text-align: right;
}
.overlayContentBox form{
	clear: both;
}
.overlayContentBox h6 {
	margin: 0 0 1em 0;
}
.overlayContentBox p {
	overflow:hidden;
	margin: 0 0 1em 0;
}
.overlayContentBox p.error
{
	border: 2px solid #499ad9;
	font-size: 0.9166em;
	padding: 0.5em 0.5em 0.75em 0.5em;
}
.overlayContentBox .routeholder p {
	margin: 0;
}
.overlayContentBox input.text {
	font: 12px/16px Arial, Helvetica, Sans-serif;
	border: 1px solid #8499b8;
	height: 1.6667em;
	margin: 0.3333em 0 0 0;
	padding: 0 0 0 0.25em;
	/* vertical-align: top; */
	width: 2.75em;
}
#changeProfile.overlayContentBox input.text,
#register.overlayContentBox input.text,
#login.overlayContentBox input.text {
    width: 20.75em;
}

#overlayRouteChange,
#overlayRouteSpeichern,
#overlayMeineRouten,
#overlayChangeProfile,
#overlayAnmelden,
#overlayRegistrieren{
/*     margin-top:0px;
    top:50px; */
    left:0px;
}

.overlayContentBox input.textkurz {
	font: 12px/16px Arial, Helvetica, Sans-serif;
	border: 1px solid #8499b8;
	height: 1.6667em;
	margin: 0.3333em 0 0 0;
	padding: 0 0 0 0.25em;
	vertical-align: top;
	width: 6.75em;
}

.overlayContentBox label
{
	margin: 0;
}
label.checkbox {
	float: left;
	width: 22em;
}
input.checkbox {
	float: left;
	width: 1.3333em;
}

input.text{
	border: 0.0909em solid #8499b8;
	font-size: 0.9167em;
	height: 1.4545em;
	margin-top: 0.0909em;
	padding: 0.25em 0.25em 0 0.5em;
	width: 1.8em;
}

input.four
{
	width: 4.5em;
}

.overlay-content-box .large-height
{
	height: 4.5em;
}

.overlay-content-box .large-width
{
	width: 14em;
}


/* Header */

#header
{
	background: url("../images/header_verlauf.jpg") repeat-x;
	height:10.6667em;
    min-width: 52.5em; 
	width: 100%;
	overflow:hidden;
	position: relative;
}

#header h1,
#header h3
{
	color: #fff;
	font-weight: normal;
}

#header h2 {
    color: #FFFFFF;
    font-size: 1.3333em;
    font-weight: normal;
    margin: 0 0 0 1.1875em;
}

#header h3{
    font-weight:bold;
    margin-left:19px;
    margin-top:5px;
    font-size:14px;
}

#header-logo{
    font-size: 2.5em;
    line-height: normal;
    margin-left: 0.6em;
    margin-top: 1.0333em;
}
#header-motiv {
	background:url('../images/header_motiv.jpg') no-repeat;
	float:left;
	height:100%;
	width:74em;
}

#umfrage
{
	background:url('../images/bgumfrage.gif') no-repeat;
	height:4.8333em;
	padding: 0.6667em 1em 0 7.4167em;
	position:absolute;
	right: 28.8333em;
	top: 2.4167em;
	width: 18.6667em;
}
#umfrage p.imglink {
	background: url('../images/blacklink.gif') no-repeat top left;
	font-weight: bold;
	padding-left: 0.75em;
}
#umfrage p.imglink a {
	color: #000;
}

#header-picture
{
	height:auto;
	position:absolute;
	right: 1.3333em;
	top: 2.4167em;
	width:auto;
}

.headtabs {
	position: absolute;
	left: 0.6667em;
	list-style-type: none;
	bottom: 0;
	width: 30em;
}
.headtabs li a
{
	color: #000;
	text-decoration: none;
}
.headtabs li
{
	background:url('../images/headtab_inactive.gif') no-repeat;
	cursor: pointer;
	float: left;
	margin-right: 0.6667em;
	padding: 0.3333em 1em 0.3333em 1em;
	text-align: center;
	width: 8.6667em;
}
.headtabs li.active{
	background:url('../images/headtab_active.gif') no-repeat;
	font-weight: bold;
}


#header-menu
{
	height: 2.5em;
	left: 0.6667em;
	list-style-type: none;
	position: absolute;
	top: 11.75em;
}

#header-menu a
{
	color: #000;
	text-decoration: none;
}
#header-menu li
{
	background: transparent url("../images/navibg.gif") no-repeat top;
	cursor: pointer;
	float: left;
	margin-right: 0.6667em;
	padding: 0.8333em 1em 0.3333em 1em;
	text-align: center;
	width: 8.6667em;
}
#header-menu li.active{
	background-image: url("../images/navibg_active.gif");
}
#headnav {
	position: absolute;
	right: 0;
	bottom: 0;
}
#headnav p {
	color: #124a77;
	white-space:nowrap;
}
#headnav .orangelink {
	margin: 0 0.5em;
}
/* Searchbar */
#searchbar
{
	background: #c9c9c9 url('../images/bg_head_37.gif') repeat-x;
	border-bottom: 1px solid #a29e9b;
	height: 3em;
	min-width: 52.5em;
}
#searchform{
	float: left;
	clear: right;
}

#searchform .callABike{
display:inline;
float:left;
margin:0.75em 0.5em 0 0;
}

#searchbar p.fr {
font-size:0.9167em;
margin:0 0.7272em;
padding-top:0.5454em;
}

.fr {
    float:right;
}

#searchforminfo
{
	background: url("../images/popup_info.gif") no-repeat;
	height: 7.5em;
	left: 26em;
	padding: 1.1667em;
	position: absolute;
	top: 3em;
	width: 20em;
	font-size:0.9167em;
} 
#searchbar #help{
	cursor: help;
	float: right;
	margin: 1em 0.6667em 0 0;
}
#searchbar input.text{
	font-size: 1.0909em;
	border: 1px solid #8499b8;
	height: 1.3077em;
	margin: 0.6em 1em 0 1.5em;
	vertical-align: top;
	width: 34.2308em;
}

#searchbar select.text{
	border: 1px solid #8499b8;
	height: 1.6667em;
	margin: 0.45em 0.9833em 0 1.5em;
	vertical-align: top;
	width:  34.4308em;
}

#searchbar .button{
	margin-top: 0.6923em;
	vertical-align: top;
	cursor: pointer;
	z-index: 1000;
	position: relative;
}

#searchbar input.image {
    margin-right:0.5em 
}
#searchbar img {
	vertical-align: middle;
}

#searchbar p.fr {
	font-size: 0.9167em;
	padding-top: 0.5454em;
	margin: 0 0.7272em;
}
.boxClose {
	position:absolute;
	right:0.5454em;
	top:0;
}

/*Anmeldebox*/
#anmeldebox {
	background-color: #f4f4f4;
	border-left: 1px solid #a29e9b;
	border-bottom: 1px solid #a29e9b;
	display:none;
	height: auto;
	position: absolute;
	padding: 0.75em 0 0.6667em 0.6667em;
	right: 0;
	top: 13.75em;
	width: 8em;
	z-index:1100;
}
div#anmeldebox p {
	font-size: 0.9167em;
	padding-top: 0;
	margin: 0;
}
/* /Anmeldebox*/

/* Content */
/* Sidebar */
#sidebar
{
	background-color: #fff;
	clear: left;
	float: left;
	overflow-y: hidden;
	overflow-x: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 31.5em;
	min-height:250px;
}
#sidebarausgabe{
	background-color: #fff;
	clear: left;
	float: left;
	overflow: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 31.5em;
}

* html #sidebarausgabe{
    height:2000px;
}

#sidebarmenu
{
	background: #c9c9c9 url('../images/bg_head_37.gif') repeat-x;
	border-top: 1px solid #9f9f9f;
	bottom: 0;
	height: 2em;
	left: 0;
	position: absolute;
	text-align: center;
	padding: 0.5em 0 0.25em 0;
	width: 31.5em;
}
#sidebar .sidebar-info
{
	margin-top: 1.5em;
	height: 5em;
}
#sidebar .sidebar-info-small
{
	height: 2em;
	margin-top: 0.5em;	
}

table.s {
	height: 100%;
	width: 100%;
}
td.iicon 
{
	font-size: 1.4167em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 1.4118em;
}
td.eicon
{
	text-align: center;
	width: 2em;
}
td.dicon{
	background: url("../images/dragable.gif") no-repeat top left;
	width: 1.75em;
	cursor: move;
}
td.g{
	background: url("../images/green.gif") no-repeat;
}
td.s
{
	background: url("../images/silver.gif") no-repeat;
}
td.r
{
	background: url("../images/red.gif") no-repeat;
}
table.s img {
	margin-top: 0.3333em;
	cursor: pointer;
}
table.s p {
	margin-top: 0.25em;
}

#sidebar .dwrapper
{
	background-color: #9ca39c;
	padding-bottom: 0.0833em;
}
#sidebar .col
{
	height: 3.8333em;
	margin: 0;
}
#sidebar .green
{
	background-color: #caf0d9;
	padding: 0;
}
#sidebar .silver
{
	background-color: #eee;
}
#sidebar .red
{
	background-color: #fbe5e7;
}

#sidebar .vehicle
{
	height: 2em;
	margin-top: 0.0833em;
}
#sidebar .bike
{
	background-color: #f1e7f2;
}
#sidebar .vvs
{
	background-color: #ffefe5;
}
#sidebar .strong-border
{
	border: 2px solid #000;
}
#sidebar .border-bottom
{
/* 	border-bottom: 1px solid #9F9F9F; */
	padding-bottom: 0.5em;
	padding-right:0.5em;
}

#sidebar-popup-tour { /* IE */
	width: 52.7272em;
	z-index:9999;
}
#sidebar-popup-tour .map-popup {
	padding: 1em;
	padding-bottom: 0;
	width: 53em;
}
table.sidebar-popup-tour
{
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}
table.sidebar-popup-tour th {
	border: 1px solid #7db6dd;
	font-weight: normal;
	padding: 0.5em;
}
table.sidebar-popup-tour td {
	border: 1px solid #7db6dd;
	height: 2em;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: middle;
}
table.sidebar-popup-tour td.ch {
	font-weight: bold;
	text-align: left;
}
table.sidebar-popup-tour img {
	vertical-align: middle;
}
.vehicle a {
	color: #124a77;
}
#sidebartour { /*IE*/
	background-color: #fff;
	padding: 0.5em 0;
	/* height: 5.5em; */
}
#sidebartour p {
	font-size: 0.9167em;
	margin-left: 0.7272em;
	overflow: hidden;
	width: 338px;
	white-space: no-wrap;
}
#sidebartabs {
	clear: both;
	background: #fff url('../images/bg_tabs.gif') repeat-x bottom left;
	height: 2.5833em;
	overflow: hidden;
	padding: 0 0.4167em;
}
#sidebartabs li {
	background: url('../images/tab_inactive.gif') no-repeat top;
	border-bottom: 1px solid #a0a0a0;
	clear: none;
	cursor: pointer;
	float: left;
	height: 1.6667em;
	margin: 0 0.25em;
	padding-top: 0.8333em;
	list-style: none;
	text-align: center;
	width: 9.3333em;
}
#sidebartabs .active {
    border-color: #fff;
	background: url('../images/tab_active.gif');
	font-weight: bold;
}
#sidebartabs a {
	color: #000;
}
.sidebartab {
	font-size: 0.9167em;
	display: none;
}
/* Ausgabeseite Tabs */
.tabsausgabe#sidebartabs li {
	font-size: 11px;
	height: 21px;
	line-height: 12px;
	width: 86px;
}
.tabsausgabe#sidebartabs .active {
    background: url("../images/tab_active_ausgabe.gif") no-repeat scroll 0 0 #ffffff;
}
.tabsausgabe#sidebartabs li#tabZiele {
	padding-top: 4px;
	height: 26px;
}
#tabZieleContent div#umkreis {
	margin: 6px 0 16px 0;
}
#tabZieleContent div#umkreis p {
	font-size: 12px;
	margin: 0 0 0.5em 0.6667em;
}


/* /Ausgabeseite Tabs */
table.lines {
	width: 100%;
}
table.lines .first {
	font-weight: bold;
}
table.lines tr:hover {
	background-color: #e3f3f9;
}
table.lines th {
	border-bottom: 1px solid #a0a0a0;
	padding-top: 1em;
	padding-left: 0.7272em;
	text-align: left;
	vertical-align: top;
}
table.lines td {
	border-bottom: 1px solid #a0a0a0;
	height: 2.0909em;
	margin: 0;
	padding-left: 0.7272em;
	vertical-align: middle;
}
table#themen.lines {
	width:auto;
}
table#themen.lines td {
	padding:0.25em 0.7272em;
}
table.lines img {
	vertical-align: text-bottom;
}
table.lines .selected-row {
	background-color: #e3f3f9;
}
div.tabRouteLeg {
	display: none;
	margin-top: 1em;
}
div.tabRouteLegScroll { /* IE6*/
    overflow-x:hidden;
    overflow-y:scroll;
}

* html .tabRouteLegScroll{
    width:34.5em;
}

div#tabZieleLegScroller,
div#item-list{
    overflow-y:auto;
}

div.tabRouteLeg h6 {
	clear:left;
	float:left;
	font-weight:normal;
	margin:0.5454em 0.7272em;
	width:16em;
}
.tabRouteLeg .tabRouteLegA {
	clear:right;
	float:right;
	margin:0.5454em 0.7272em;
	width:auto;
}

.tabRouteLegHeader {
	overflow:hidden;
}

div.tabRouteLE {
	background-color:#EEEEEE;
	border-bottom:1px solid #A0A0A0;
	height:auto;
	min-height:3.5454em;
	overflow:hidden;
	width:100%;
}
div.tabRouteLED {
	display: none;
	visibility: hidden;
}
div.tabRouteLEDActive {
	display: block;
	visibility: visible;
}
p.tabRouteLEP {
	clear: left;
	float: left;
	width: 2.2727em;
}
p.tabRouteLEP img {
	margin: 0.4545em 0.7272em;
}

p.tabRouteLET {
	clear:none;
	float:left;
	margin-top:0.3636em;
	width:28.7272em;
}

/*Tab Ziele*/
p.tabZiele1 {
	clear: left;
	float: left;
	width: 5em;
}
p.tabZiele1  img {
	margin: 0.4545em 0 0.4545em 0.4545em;
	vertical-align: middle;
}
p.tabZiele2 {
	clear: none;
	float: left;
	font-size: 1.0909em;
	margin-top: 0.8181em;
	width: 25em;
}
p.tabZieleCB {
	clear: left;
	float: left;
	margin: 0.3636em 0.3636em 0 5em;
	width: 27em;
}

/*flyout*/
#flyout {
	background-color: #f4f4f4;
	border: 1px solid #a29e9b;
	border-top: 0;
	height: auto;
	left: 378px;
	overflow:hidden;
	padding: 0;
	position: absolute;
	top: 165px;
	width: 25.8181em;
	z-index: 1005;
}
#flyoutAOpen {
	cursor: pointer;
	left: 360px;
	position: absolute;
	margin-top: 5px;
}
#flyout p.flyoutClose {
	height:23px;
	border-bottom: 1px solid #a29e9b;
	text-align: right;
}
#flyout p.flyoutClose img {
	cursor: pointer;
	margin: 0.6363em 0.3636em 0 0;
}
#flyout div#flyoutContent {
	background-color: #fff;
	height: auto;
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;
	padding: 0.7272em 0 0.7272em 0;
}
#flyout div#flyoutContent li:hover {
	background-color: #e3f3f9;
}
#flyout div#flyoutContent li {
	padding: 0 0.7272em 0 0.7272em;	
}
#flyout div#flyoutContent li.Active {
	background-color: #e3f3f9;
}
#flyout div#flyoutContent  li a {
	color: #000;
}

/* /flyout*/
/* /Tab Ziele */
p.tabRouteLEI {
	clear: right;
	float: right; 
	width: auto;
}
p.tabRouteLEI img {
	margin: 0.4545em 0.3636em 0 0;
}
div.tabRouteLEDH {
	height: 2.4545em;
	border-bottom: 1px solid #a0a0a0;
}
div.tabRouteLEDH h6 {
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0.7272em 0.3636em 0 0.7272em;
	width: 250px;
}
div.tabRouteLEDH p {
	clear: right;
	float: right;
	margin: 0.7272em 0.3909em 0 0.3636em;
}
div.tabRouteLEDE { /*IE*/
	border-bottom: 1px solid #d3d3d3;
	clear: both;
	padding-bottom: 0.1818em;
	width: 100%;
}
div.tabRouteLEDE:hover {
	background-color: #e3f3f9;
}
div.tabRouteLEDEActive {
	border-bottom: 1px solid #d3d3d3;
	background-color: #e3f3f9;
	clear: both;
	padding-bottom: 0.1818em;
	width: 100%;
}
p.tabRouteLEDET {
	clear: left;
	float: left;
	margin: 0.3636em 0.3636em 0 1.2727em;
	width: 12em;
}
p.tabRouteLEDED {
	clear: none;
	float: left;
	width: 1em;
}
p.tabRouteLEDED img {
	margin: 0.6363em 0 0 0;
}
p.tabRouteLEDES {
	clear: none;
	float: left;
	margin: 0.3636em 0 0 0.8181em;
	width: 10em;
}
p.tabRouteLEDEI { /*IE*/
	clear: right;
	 float: right; 
	margin-right: 0.3636em;
}
p.tabRouteLEDEI img {
	margin: 0.5454em 0.0909em 0 0.0909em;
}
p.tabRouteLEDEZ {
	clear: both;
	float: left;
	margin: 0 0.3636em 0 2.2727em;
	width: 30em;
	font-weight:bold;
	text-align:right;
}
p.tabRouteLEDEV {
	clear: left;
	float: left;
	width: 2.8181em;
}
p.tabRouteLEDEV img {
	margin: 0.3636em 0 0 0.7272em;
}
p.tabRouteLEDEU {
	clear: none;
	float: left;
	margin: 0.3636em 0.3636em 0 0;
	width: 8.7272em;
}
p.tabRouteLEDER {
	clear: none;
	float: left;
	margin: 0.3636em 0.3636em 0 0;
	width: 16.8181em;
}
/*Elevation*/
div.tabElevationWrapper { /* IE */
	height:auto;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
table.tabElevationLines {
	border:0;
	border-collapse:collapse;
	margin-top: 0.0909em;
	margin-bottom:1em;
	width: 100%;
}
table.tabElevationLines .first {
	font-weight: bold;
	padding-left: 0.7272em;
	vertical-align: top;
	white-space:nowrap;
	padding-right:2px;
}
table.tabElevationLines tr:hover {
	background-color: #e3f3f9;
}
table.tabElevationLines td {
	border-bottom: 1px solid #a0a0a0;
	margin: 0;
	padding: 0.1818em 0 0.2727em 0;
	vertical-align: middle;
}
table.tabElevationLines .selected-row {
	background-color: #e3f3f9;
}
div.tabElevationChart {
	display: none;
	margin: 0.0909em 0;
	overflow: auto;
}
div.tabElevationChartNetPath {
	display:block;
}
div.tabElevationChartNetPath h6, 
div.tabElevationChart h6 {
	font-weight: normal;
	margin: 0 0.7272em 0.2727em 0.7272em;
}
p.tabElevationRoute {
	margin-top: 0.8181em;
}
div.tabElevationChartNetPath p,
div.tabElevationChart p {
	margin-left: 0.7272em;
}
table.tabElevationInfo {
	margin: 1em 0.7272em;
	width: 30em;
}
table.tabElevationInfo th {
	width: 11em;
}

div.tabTrackWrapper { /* IE */
	height: 10.4545em;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Map */
#map{
	clear: right;
	float: left;
	overflow: hidden;
	min-height:300px;
}

#map-image {
}
.map-popup-wrapper form
{
	height: auto;	
	margin: 0;
	width: auto;
}
#map input {
	vertical-align: middle;
}

.map-popup input {
	vertical-align: middle;
}

#map input.radio{
	height: 1.25em;
	width: 1.25em;
}

.map-popup input.radio{
	height: 1.25em;
	width: 1.25em;
}

img.image,
input.image {
	margin-top: 0.5em;
	cursor: pointer;
}
.map-popup p {
	margin: 0.5em 0;
}
.map-popup p.orangelink {
	margin: 0;
}
.map-popup h6 {
	margin-bottom: 0.25em;
}
#mapmenu{
	position: absolute;
	margin-right: 0.6em;
	margin-top: 0.4em;
	text-align:right;
	z-index: 999;
	float:right;
	right:0px;
}
.map-popup-wrapper
{
	position: absolute;
	width: 20.5833em;
	display: none;
}
.map-popup{
	background-color: #c7e7f2;
	border: 0.0833em solid #4b9dd3;
	font-size: 0.9167em;
	padding: 0.5em;
	width: 18.9090em;
}
.map-popup-tip{
	height: 2.6667em;
	width: 2.2em;
	position: absolute;
}
.popup-left .map-popup-tip /* IE */{
	background: url("../images/popup_tip_left.gif") no-repeat;
	left: 0.0833em;
}
.popup-left .map-popup
{
	clear: right;
	float: right;
}
.popup-right .map-popup-tip /* IE */
{
	background: url("../images/popup_tip_right.gif") no-repeat;
	right: 0;
	width: 2.4167em;
}
.popup-right .map-popup
{
	clear: left;
	float: left;
	width: 18.7272em;
}
.popup-down .map-popup-tip
{
	background: url("../images/popup_tip_down.gif") no-repeat;
	left: 1em;
	bottom: -2.5833em;
}
.popup-up .map-popup-tip
{
	background: url("../images/popup_tip_up.gif") no-repeat;
	left: 1em;
	top: -2.5833em;
}
.popup-help
{
	clear: right;
	float: right;
}
.popup-help a {
	margin: 0 0.25em;
}
.map-popup .popup-help
{
	margin: 0;
}
.map-popup-vvs {
	display: none;
	width: 27.9167em;
}
.map-popup-vvs .map-popup { /* IE */
	width: 26.9167em;
}
.map-popup-vvs .fleft {
	clear: none;
	float: left;
	margin: 0 0 0.25em 0;
}
.map-popup-vvs .width11 {
	width: 11.25em;
}
.map-popup-vvs .width13 {
	width: 15em;
}
.map-popup-vvs img {
	margin: 0 0.25em;
	vertical-align: middle;
}
.map-popup-vvs label {
	margin: 0 0.25em 0 0;
	vertical-align: middle;
}
#maplegend
{
	background: #fff url('../images/bg_caption.gif') repeat-x bottom;
	border: 1px solid #9f9f9f;
	bottom: 0;
	display: none;
	font-size: 0.9167em;
	height: auto;
	right: 0;
	position: absolute;
	width: 10em;
	z-index:1002;
}
#mapcaption {
	bottom: -1px;
	right: 0;
	position: absolute;
	z-index:1000;
}
#maplegend div.fl, #maplegend div.fr {
	padding: 0.5454em;
	position: relative;
	width: 45%;
}
#maplegend .columns {
	margin-bottom: 0.2727em;
	position:relative;
}
#maplegend ul {
	margin-left: 1.4545em;
}
#maplegend h5 {
	border-bottom: 1px solid #9f9f9f;
	margin: 0;
	padding: 0.5em;
}
#maplegend p {
	margin-bottom: 1em;
}
#maplegend p.fl {
	text-align: center;
	width: 6.5454em;
}
#maplegend .pi {
	float:left;
	margin-bottom: 0;
	margin-left: 0.6667em;
}
#maplegend img.caption {
	vertical-align: top;
}

/* Calendar */
div#efaCalendarPopup {
	position:absolute;
	visibility:hidden;
	z-index:2050;
}

a.cpTodayText {
	color:#000000
}

div#efaCalendarPopup a {
	color : #124A77;
	text-decoration : none;
}
img#formDateCalendar {
	cursor: pointer;
	margin: 0.1667em 1.1667em 0 0.4167em;
}
table.cpBorder {
	background-color: #C7E7F2;
	border: 0.0833em solid #4B9DD3;
	width: 8em;
}

table.cpBorder table{
	border-collapse: separate;
}

table.cpBorder table, table.cpBorder td {
	border: none;
	font-size: 12px;
}
td.cpTodayText {
	text-align: center;
	font-size:1em;
	font-weight:bold;
}

table.cpBorder td.cpMonthNavigation {
	border-bottom: 1px solid #124A77;
	text-align: center;
}
td.cpOtherMonthDate {
	padding: 0 0.25em 0 0.25em;
	text-align: center;
}
div#efaCalendarPopup td.cpOtherMonthDate a {
	color: #5c5c5c;
}
td.cpCurrentDate {
	background-color: #ffffff;
	padding: 0 0.25em 0 0.25em;
	text-align: center;
}
td.cpCurrentMonthDate {
	padding: 0 0.25em 0 0.25em;
	text-align: center;
}
td.cpDayColumnHeader {
	font-weight: bold;
	text-align: center;
}
td.cpCloseButton {
	text-align: right;
}
span.cpMonthNavigation, span.cpDayColumnHeader {
	font-size: 9px;
}
/* / Calendar */

/* Adressbar */
/* Searchbar */
#addressbar{
	background: #c9c9c9 url('../images/bg_head_37.gif') repeat-x;
	border-bottom: 1px solid #a29e9b;
	height: 3em;
	min-width: 52.5em;
	overflow:hidden;
	width:100%;
}
#addressbar p.fr {
    padding-top:0.5454em;
}

#addressbar p {
	font-size:0.9167em;
	margin:0 0.7272em;
	padding-top:0.909em;
}
#addressbar .fr a {
	margin-left:1em;
}

#addressbar img {
	vertical-align: middle;
}

#addressbar p.orangelink {
	background-position:0 0.9286em;
	font-size:1.1667em;
	font-weight:bold;
	margin:0 1.1426em;
	padding-left:0.6429em;
}

/* / Adressbar */
/* Startseite */
.startseite {
	background:url("../images/bg.startseite.jpg") no-repeat scroll left top #E0EFF5;
	height:100%;
	overflow:auto;	
	width:100%;
	border-top:0;
}

.startseite .fl {
	margin:1.75em 0.85em;
	width:26.6667em;
}

.startseite .partner {
	margin:1.75em 1.25em;
	width:80em;
}
.startseite .partner img {
	border: 3px solid #fff;
	margin: 0 2.6667em 2.6667em 0;
	vertical-align: top;
}

.startseite .context {
	background:url("../images/bg.startseite.box.png") no-repeat;
	float:left;
	margin:0;
	padding:1.5833em 1.5em;
	height:16.1667em;
	width:23.75em;
}
.startseite h2 {
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:1em;
}
.startseite p {
	font-size:1.1667em;
	margin-bottom:1.1426em;
}
.startseite h6 {
	font-size:1.1667em;
}
.startseite a {
	font-weight:bold;
}

/* Impressum und Kontakt */
div#impressum {
	padding: 1em 0.5em 1em 1em;
}
div#impressum h1 {
	margin-bottom: 0.5em;
	font-size: 1.5em;	
}
div#impressum p, div#impressum h2 {
	font-size: 1em;	
	margin-bottom: 1em;
}

div#impressum a {
	color:#00B9E8;
	font-weight:bold;
}

div.profileBoxInner{
	-moz-opacity:0.40;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	background-color: #DCEFF8;
	opacity: 0.40;
	width:100%;
	height: 100%;
}

div.profileBox,
div#profileBox{
	border: 5px solid #DCEFF8;
	width:50px;
	height:32px;
	top: 0;
	left: 0;
}

.containment,
#containment {
	height: 210px;
	width: 330px;
	background: #eee;
	position: relative; 
	overflow:hidden;
}

.dragger,
#dragger {
	position: absolute;
	padding-top: 0;
	padding-left: 0;
	cursor:move;
	height:42px;
	margin-top:0px;
} 

.tabTrackWrapper a{
	font-weight:bold;
}

#map-popup-linkto{
	top: 15em; 
	left: 85em;
	z-index:9999;
}

div.copyright{
	bottom:4px;
	position:absolute;
	z-index:1000;
	font-size:10px;
	width:100%;
	text-align:center;
}

div.slider {
    height:22px;
    width:321px;
	background: url("../images/slider.gif") no-repeat scroll 0 0 transparent;
    padding-bottom:10px;
}

div.slider div.knob {
	background: url("../images/knop.gif") no-repeat scroll 0 0 transparent;
    height:21px;
    width:21px;
    cursor:pointer;
}

img.btn{
    cursor:pointer;
}

#personUpdate,
#errorRegister,
#nameExist{
    display:none;
}

#sidebar-popup-info-energy{
top:1.25em !important; 
left:27.5em; 
display:none;
position:absolute;
z-index:9999;
width:42em;
}

.altTour {
    font-size: 0.9167em;
    height: auto !important;
    padding: 0 0 2em !important;
}

.altTour table.lines th {
    background-color: #E7E7E7;
    padding-right: 0.7272em;
}

#tourbook {
    background: url("../images/bgtourbook.gif") no-repeat scroll 0 0 transparent;
    height: 4.8333em;
    padding: 0.6667em 1em 0;
    position: absolute;
    right: 28.8333em;
    top: 2.4167em;
    width: 25.0833em;
}
#tourbook h6 {
    font-weight: bold;
}
#tourbook p.imglink {
    background: url("../images/whitelink.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin-top: 7px;
    padding-left: 8px;
}
#tourbook p.imglink a {
    color: #FFFFFF;
}
