
body {
	color:			black;
	padding:		0;
	margin-left:		0;
	background-color:	white;
	background-repeat:	repeat-x;
	background-attachment:  fixed;
	font-family:		arial, verdana, sans-serif;
}


div.main {
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #bbb;
        border-top: 1px solid #ddd;
        border-right: 1px solid #bbb;

	margin-right:		5px;
	margin-left:		5px;
	margin-bottom:		5px;
	padding:		0 .5em .5em;
	/* light yellow: */
	/* background:		rgb(255,247,196); */
	background:		white;

}

div.main h1 {
	font-size:		170%;
	text-align:		center;
}

div.main h2 {
	font-size:		140%;
	text-align:		center;
}

div.main h3 {
	font-size:		120%;
	text-align:		center;
}

div.copyright {
	font-size:		smaller;
	color:			black;
	background-color:	white;

	border:			none;
	vertical-align:		bottom;
	margin-bottom:		1em;
	clear:			both;

}

div.nav {
	display:		none;
}

div.nav:before {
	content:		"Heebs Web / www.heebs.ch";
}

a {
	text-decoration:	none;
}

a img {
	border-width:  0;
}

*.photo {
  padding:10px;
  margin:0px;
  border-width:10px;
  border-style:solid;
  border-color:black;
  background-color:black;
  color: white;
}


pre.code_quote {
  background-color:rgb(150,190,255);
  margin:5px 10px 5px 10px;
  padding:2px 5px 2px 5px;
  border-width:1px;
  border-style:solid;
  border-color:rgb(127,127,127);
  font-family:courier,monospace;
  font-size:80%;
}

pre.code_quote span.enter {
  color:rgb(122,14,0);
}

div.impressum {
        font-size:              50%;
        clear:                  both;
	border:			0px;
	margin-right:		5px;
	margin-left:		260px;
	margin-bottom:		2em;
        margin-top:             0px;
	padding:		0 .5em .5em;
}

ul.etappen li {
  list-style:    none;
}

ul.etappen li li {
  border-width:  0px 0px 0px 2px;
  border-style:  solid;
  border-color:  black;
  padding:       0.2em 1em;
}

.gpstrack {
  overflow: auto;
}

.gpstrack img {
  float: left;
}

