div#container
{
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2.5%;
	margin-right: auto;
	text-align: left;
	background-color: #663333;
	color: black;
	border: 1px solid gray;
	line-height: 130%;
	min-width: 500px;
	min-height: 500px;
}


.titel 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center
}
body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	background-color: #fff;
	color: black;
}

table#routenavig {
	border: none;
	background-color: grey;
	width: 100%;
	table-layout: auto;
	margin: auto;
	border-collapse: collapse;
}
table#routenavig TR{
	background-color: #ddd;
}
img {
	border: none;
}
.centrimg
{
	display: block;
	margin-left: auto;
	margin-right:auto;
	width: 320px;
	height: 240px;
	padding-top: 20px;
	padding-bottom:20px;
}
img#leftimg, img#rightimg
{
	width: 23px;
	height: 23px; 
}
td#left 
{
	margin-left: 10px;
}

td#right
{
	margin-right: 10px;
	text-align: right;
}

table#routecont 
{
	border: 1px solid black;
	width: 98%; 
	table-layout: auto;
	margin: auto 1%;
	background-color: AntiqueWhite;
	border-collapse: collapse;
	height: 300px;
}
td.day
{
	width: 10em;
	text-align: left;
	font-weight: bold; 
	color: gray;
	vertical-align: top;
}

td.place
{
	width: 22em; 
	vertical-align: top;
	Height: 1em;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 2em; 
	color: black;
}
td.descr
{
	vertical-align: top;
	text-align: left;
	font-size: 8pt;
	font-style: italic;
	color: black;
	Height: 2em;
	padding-right: 2em; 
}
td#routeimg
{
	margin-left: auto;
	margin-right: auto;
	width: 300px;	
	min-width: 300px;
}

div#footer
{
	clear: both;
	margin: 0;
	color: #333;
	background-color: #cc3333;
	border-top: 1px solid gray;
	text-align: right;
}
div#timg
{
	float: right;
}

div#links
{
	clear: both;
	color:Wheat;
	margin-left:5%;
	width:90%;
	font-size: 10pt;
}

div#links a:link {
	color:Wheat;
}

div#links a:visited {
	color:grey;
}
