@font-face {
	font-family: 'Conv_CabinSketch-Bold';
	src: url('font/CabinSketch-Bold.eot');
	src: local('x'), url('font/CabinSketch-Bold.woff') format('woff'), url('font/CabinSketch-Bold.ttf') format('truetype'), url('font/CabinSketch-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100%;
	width: 100%;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Conv_CabinSketch-Bold';
	font: 13px 'Conv_CabinSketch-Bold', sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



#index #background {
	height: 100%;
	width: 100%;
	background: url('australien.jpg') no-repeat center center;
}



#index #info {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -230px;
	font-size: 24px;
}
#index #karte {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -100px;
}
#index #uhrzeit_nt {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 15px;
	margin-top: -342px;
	font: italic bold 18px Arial, Helvetica, sans-serif;
	color: #999999;
}
#index #uhrzeit_qld {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 300px;
	margin-top: -286px;
	font: italic bold 18px Arial, Helvetica, sans-serif;
	color: #999999;
}
#index #route {
	height: 1px;
	width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -220px;
}
#index #route table tr td {
	padding-bottom: 2px;
}
#index #route table tr td:nth-child(1) {
	text-align: center;
	color: gray;
}
#index #route table tr td:nth-child(2) {
	padding-left: 10px;
	text-align: center;
}
#index #route table tr td:nth-child(3) {
	padding-left: 10px;
}
#index #route table tr.sub td:nth-child(3) {
	font-size: 90%;
	background: url('pfeil.gif') no-repeat 20px center;
	padding-left: 40px;
	font-style: italic;
}



#details {
	width: 80%;
	padding: 2px 10px;
	line-height: 175%;
}
#details a {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}
#details h1 {
	color: red;
	font-size: 30px;
}
#details h2 {
	color: blue;
	font-family: 'Conv_CabinSketch-Bold';
	font-size: 25px;
	margin-top: 40px;
}
#details h3 {
	color: blue;
	font-weight: normal;
	font-size: 14px;
}
#details .abschnitt {
	font-family: 'Droid Serif', serif;
}
#details span.tab {
	width: 25px;
	display: inline-block;
	color: #AAAAAA;
}
#details p.tab {
	margin-left: 25px;
}



body#the_map #titel {
	background: white;
	color: blue;
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0px;
	left: 0px;
}

body#the_map #map_canvas {
	position: absolute;
	top: 64px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

