body {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background-color: #DFD2B5;
}

a {
	color: #474B54;
	text-decoration: none;
}

a:hover {
	color: #6D923F;
	text-decoration: underline;
}

.track_drop_hover {
 	border: 1px solid red;
/* 	background-color: red; */
}

div.clearer{
	clear: left;
}

/* Menue  */
div#kopf{
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 980px;
	height: 70px;
}

div#kopf div#logo{
	padding: 0;
	float: left;
	width: 404px;
	height: 66px;
}

div#kopf div#logo img{
	border: 0;
	margin-top: 12px;
	margin-left: 16px;
}

div#kopf div#menue{
	float: left;
	background-color: #4A351E;
	width: 576px;
	height: 50px;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
  	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}

div#kopf div#menue ul{
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 24px;
}

div#kopf div#menue ul li{
	float: left;
	color: #FFFFFF;
}

div#kopf div#menue ul li a{
	color: #FFFFFF;
	background: transparent;
	display: block;
	width: 100px;
	text-align: center;
}

div#kopf div#menue ul li a:hover{
	color: #DFD2B5
}

/* Container */
div#container{
	margin: 4px auto 0 auto;
	padding: 1px 16px 16px 16px;
	width: 948px;
	min-height: 700px;
	background-color: #FFFFFF;
	font-size: 14px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
  	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
}

div.containerstart {
	background-image: url(/images/runners-1-980-60.jpg);
	min-height: 100px !important; 
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottom: 16px;
  	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}

div#container h1{
	font-size: 30px;
	font-weight: normal;
	margin: 8px 0 12px 0;
}

div#container h2{
	font-size: 22px;
	border-bottom: 1px dotted #CACACA;
	margin: 8px 0 0 0;
	padding: 0;
}

div#container h3{
	text-align: center;
	margin: 0;
	font-size: 18px;
	color: #6A6A6A;
}

div#container table{
	margin-top: 12px;
}

div#container td{
	padding: 4px;
	background-color: #EFEFEF;
}

div#container th.monatsh3{
	padding: 4px;
	background-color: #EFEFEF;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
  	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
}

div#container td.tdrundul{
	padding: 4px;
	background-color: #EFEFEF;
	-moz-border-radius-bottomleft: 16px;
  	-webkit-border-bottom-left-radius: 16px;
}

div#container td.tdrundur{
	padding: 4px;
	background-color: #EFEFEF;
	-moz-border-radius-bottomright: 16px;
  	-webkit-border-bottom-right-radius: 16px;
}

div#container table.listeohne td{
	border: none;
	font-size: 13px;
}

div#container table tr.sport_2 td,
div#container table tr.sport_2 td a
{
	color: #ACACAC;
}

div#container table tr.sport_2 td.running_title
{
	background-image: url(/images/icon-biker-16.png);
  background-repeat: no-repeat;
  background-position: 3px center;
  padding-left: 22px;
}

div#container #strecken{
	float: right;
	width: 420px;
	height: 400px;
	overflow: auto;
}

div#container #strecken .track{
	border: 1px solid #DFDFDF;
	background-color: #EFEFEF;
	margin: 4px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

div#container #results{
	width: 500px;
	background-color: #EFEFEF;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
  	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;	
}

div#container div.niceform{
	margin: 36px auto 36px auto;
	width: 500px;
	padding: 10px;
	background-color: #EAEAEA;
	-moz-border-radius: 12px;
  	-webkit-border-radius: 12px;
}

div#container div.niceform h2{
	color: #6A6B6A;
	margin: 18px auto 18px auto;
	border-bottom: none;
	width: 480px;
}

div#container div.niceform p{
	margin: 2em auto 2em auto;
	width: 480px;
}

div#container div.niceform label{
	color: #6A6B6A;
}

div#container div.niceform input[type=text],div#container div.niceform input[type=password], div.niceform textarea{
	font-size: 28px;
	border: 1px solid #DADBDA;
	width: 480px;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
}

div.niceform textarea{
	height: 200px;
}

div#container div.niceform input[type=submit]{
	display: block;
	margin: 18px auto 0 auto;
	font-size: 28px;
	border: 1px solid #DADBDA;
	color: #EAEBEA;
	width: 280px;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
}

div#container div.dashboard_head{
  margin-top: 18px;
  padding-left: 80px;
  background-repeat: no-repeat;
	-moz-border-radius: 16px;
 	-webkit-border-radius: 16px;
 	border-radius: 16px;
	background-color: #EFEFEF;
  height: 73px;
  color: #9A9B9A;
  font-size: 11px;
}

div#container div.dashboard_head div{
  float: left;
  margin-left: 54px;
  text-align: center;
}

div#container div.dashboard_head div span{
  font-size: 42px;
}

div#container canvas#runbar{
  margin-top: 18px;
	-moz-border-radius: 16px;
 	-webkit-border-radius: 16px;
 	border-radius: 16px;
  background-color: #EFEFEF;
}

div.round{
  margin-top: 18px;
	-moz-border-radius: 16px;
 	-webkit-border-radius: 16px;
 	border-radius: 16px;
  background-color: #EFEFEF;
}



body { 
  margin: 0px;
  position: relative;
}

#mapWrapper {
  position: relative;
}
#map {
  border: 1px solid #000000 ;
/*   border-top: 1px dashed red;
  border-bottom: 1px dashed red;
 */  width: 100%;
  height: 60%; /* !! explicitly set from a (default) query param */
  margin-left : auto;
  margin-right : auto;
}

#mapname { 
  color: green;
  margin: 4px;
}

#mapinfo { 
  margin: 0pt;
  font-size: 8pt;
}

#title {
  position:relative;
  margin-top: 5px;
  margin-bottom: 0px;
  color: green;
  font-size: large;
}
#impressum { 
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 8pt;
  font-weight: normal;
  color: #9999ff;
}

.tlcorner { 
  background: url(/images/tlcorner.png);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
}
.XXolPopup { 
  background: #eeeeff;
}
.olPopupContent  a { 
  font-size: x-small;
  font-weight: bold;
}
.xxx { 
  width: 280px;
  height: 80px;
  border: 1px solid grey;
 }
.olPopupContent p { 
  margin: 2pt;
}
.olPopupContent h1 {
  font-size: medium;
  text-align: center;
  margin: 0pt;
  border-bottom: 1px solid grey;
}
.ptools { 
  text-align:right;
  float: right;
  top: -3px;
  /*border-bottom: 1px solid grey;*/
}
.pbody { 
  /* border: 1px solid red; */
  clear: both;
  margin-top: 3px;
  margin-bottom: 3px;
  border-top: 1px solid grey;
  padding-top: 3px;
}
.olPopupContent {
  position: relative;
  top: 0px;
  left: 0px;
  /* background: #eeeeff; */
  padding: 3px;
}
.olPopupCloseBox { 
  background: url(/images/close.gif);
}
.tiny { 
  font-size: 8pt;
}

.positioning { 
  position: relative;
  top: 0px;
  left: 0px;
}
#mname { 
  
}
#mnameok { 
 
}

#mnamecancel { 
  position: absolute;
  top: 0px;
  right: 0px;
  text-decoration: none;
  margin: 0px;
  border: none;
}
#mnamecancel img { 
  border: none;
}

#toolbar { 
  text-align: center;
  margin: 2px 0 0 0;
  height: 22px;
  /* border: 1px solid red; */
  margin-left : auto;
  margin-right : auto;
}

#gpx { 
  margin: 0px;
  margin-left: 1em;
  margin-right: 1em;
  background: #f8f8ff;
  padding: 4px;
  font-size:smaller;
}



/*** upload ***/
.btn {
  border: 1px solid #fa6;
  color: #655;
  font-weight: bold;
  background: #fafafa;
}
.btn:hover {
  color: #722;
  background: white;
}
#uploadLayer {
  background: #fafafa;
  position: absolute;
  top: 140px;
  left: 10%;
  width: 80%;
  padding: 14px;
  border: 1px dashed red;
  margin-left: auto;
  margin-right: auto;
  z-index: 20000;
}
#uploadLayer form { 
  margin: 0px;
}
#uplupl { 
  text-align: center;
}
#uplaction { 
  text-align: center;
  margin-bottom: 0px;
}
.uplhbtn { 
  font-weight: bold;
  padding: 5px;
}

.error p { 
  /* font-weight: bold; */
}

.error blockquote { 
  /* border: 1px dashed red; */
  font-weight: bold;
}

#help { 
  position: absolute;
  top: 3px;
  right: 3px;
  width: 140px;
  background: #fafaf5;
  border: 1px dashed red;
  padding: 4px;
  z-index: 50000;
}
#help ul { 
  padding-left: 1.4em;
  margin: 0px;
  margin-bottom: 1ex;
}
#help p { 
  margin: 0px;
}

#wtf {
  margin: 10px;
  position: relative;
  border: 1px dashed red;
  padding: 10px;
}
.xinfolayer { 
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px dashed red;
  border-bottom: 1px dashed red;
  padding: 3px;
  margin: 0px;
}

.t0 { 
  color: #FFFFFF;
  padding: 4px 10px 4px 10px;
  margin-left: 6px;
  border: 1px solid #4A351E;
}
.t1 { 
  color: #FFFFFF;
  padding: 4px 10px 4px 10px;
  margin-left: 6px;
  border: 1px solid #4A351E;
}


#mapWrapper a[href] {
  border-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-color: transparent;
  text-decoration: none;
}
#mapWrapper a:link[href] { color: #a80000; }
#mapWrapper a:visited[href] { color: #aa4444}
#mapWrapper a:active[href] { color: #ff6666; text-decoration: underline;}
#mapWrapper a:hover[href] {
  border-color: #a80000;
}


/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */
