body {
	padding: 3em 1em;
}

#container {
	width: 972px;
	margin: 0 auto;
	position: relative;
}

#left, #right {
	float: left;
	position: relative;
}

#intro {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 100px;
	z-index: 100;
}

h2 {
	clear: both;
	float: left;
	background-color: #005EAE;
	color: #fff;
	width: 164px;
	padding: 0.25em 0.5em;
	margin-bottom: 0.3em;
	cursor: pointer;
}

h2 .day {
	float: left;
	font-weight: bold;
}

h2 .date {
	float: right;
	color: #67A9FF;
	font-size: 85%;
	line-height: 1.5;
}

h2 .leg {
	clear: both;
	font-size: 70%;
}

h2 .leg .location-from, h2 .leg .location-to {
}

#route {
	margin-top: 205px;
	width: 180px;
}

#distance {
	background: #67A9FF;
	color: #FFF;
	margin-bottom: 1.2em;
	padding: 5px 8px;
}

#distance label {
	float: left;
}

#distance img {
	margin-top: 0.3em;
}

#distance-km {
	text-align: right;
}

#route table {
	clear: left;
	width: 164px;
	margin: 0 8px 16px 8px;
}

#route table tbody {
	width: 100%;
}

.fx #route table {
	display: none;
}

.fx #route table.open {
	display: table;
}

#route table tr {
	cursor: default;
}

#route td.location {
	padding-left: 20px;
	background: url(../img/bullet_grey.png) left center no-repeat;
}

#route table tr.time-past td.location {
	background-image: url(../img/tick.png);
}

#route td.time, #route td.distance {
	text-align: right;
	color: #999;
}

#route td.time {
	display: none;
}

#route td.distance {
	padding-right: 6px;
}

#route .geo {
	display: none;
}

#route table tr td.location-text {
	display: none;
}

#off-route {
	display: none;
}

/* KARTE */

#map-container {
	float: left;
	margin-top: 60px;
}

#map {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 3em;
	width: 490px;
	height: 700px;
}

div.city-label {
	position: absolute;
	display: none;
	font-size: 90%;
}

div.city-label.large {
	font-size: 120%;
	font-weight: bold;
	display: block;
}

div.city-label.off-route {
	display: block;
	color: #888;
}


/* RECHTE SPALTE */

#right {
	width: 270px;
	float: left;
}

#logo-container {
	text-align: center;
}

#logo {
	margin-bottom: 1em;
}

/* LOGBOOK */

#logbook-message-container {
	background: #005EAE;
	height: 550px;
	overflow: auto;
	clear: left;
	text-align: left;
}

#logbook-nav {
	float: left;
	margin: 1em 0 0 0.6em;
}

#logbook-nav li {
	float: left;
	font-size: 95%;
	padding: 0.25em 0.4em;
	color: #AAA;
}

#logbook-nav li.active {
	background: #005EAE;
	font-weight: bold;
}

#logbook-nav li a {
	color: #005EAE;
}

#logbook-nav li.active a {
	color: #FFF;
}

.logbook-message {
	color: #FFF;
	clear: left;
	padding: 0.8em 1em 1.2em 1em;
}

.logbook-datetime {
	float: left;
	margin-right: 0.7em;
	padding-right: 0.7em;
	color: #67A9FF;
	border-right: 1px solid #67A9FF;
}

.logbook-message h3 {
	margin-top: 0.5em;
}

.logbook-message .images {
	float: left;
	width: 80px;
	padding-top: 0.8em;
	margin-left: -1em;
	margin-right: 1em;
}

.logbook-message .images img {
	display: block;
	margin-bottom: 0.5em;
}

/* SYSNAV */

#sysnav {
	margin-top: 1em;
	text-align: right;
	padding: 0 0.8em;
}