body {
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 11pt;
	margin:0px;
	padding:0px;
}

table {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

td, th {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;	
	text-decoration: none;
	text-align: left;
}


table.summary {
	border:1px solid black;
	border-collapse: collapse;
}
		
table.summary td {
	border: 1px solid black;
	padding: 5px;						
}
		
table.data {
	border:1px solid black;
	border-collapse: collapse;
}
		
table.data td {
	border: 1px solid black;
	padding: 5px;						
}


				
tr.firstRow {
}		
	
tr.firstRow td {
	background: rgb(230,230,250);
}
	
h1 {
	font-family : Arial, Helvetica, sans-serif;	
}
	
a.activeLanguageLink {
	color: rgb(0,0,128);
	border:0px solid rgb(0,0,128);
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
	
a.inactiveLanguageLink {
	color: gray;
	border:0px solid gray;
	padding: 3px;
	text-decoration: none;
}	
	
span.label {
	font-size: 8pt;
	display: block;
	float:left;
	color: rgb(0,0,0);
}
	
.button {
	color: rgb(0,0,128);
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
}

#theBackground {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

	
div.headline {
	display: block; 
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 8pt; 
	padding: 2px; 
	text-align: left; 
	font-weight: bold;
}
	
	
a.main  {
	font-family : Arial, Helvetica, sans-serif;	
	text-decoration : none;
	font-size: 11px;
	color: #171411;
	font-weight: bold;
}

a:hover.main {
	color : #171411;
	text-decoration : none;
	background-color: #99ccff;
}

a:visited.main{
	font-family : Arial, Helvetica, sans-serif;
}

a.menu {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	color: #171411;
	font-weight: bold;
	display:block;
}

a:hover.menu {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
	background-color : #99ccff;
}

td.bold {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171411;
	font-weight: bold;
}
td.header {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
   	color: #ffffff;
	background-color: #171411;
	font-weight: bold
}
td.light {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171411;
	font-weight: bold;
	background-color : #dbeaf9;
}
td.dark {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        color: #171411;
        background-color : #dbeaf9;
}
td.small {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171411;
	text-decoration: none;
}

div.backgroundLayer {
	background-color : rgb(204,204,204);
	border: 1px solid #b30000;
}

li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image : url(/img/main/li.gif);
	margin-left: 10px;
	margin-bottom: 6px;
}
.fo{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171411;
}
h1 {
	font-size: 13px;
	color: #171411;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
}


span.switch {
	font-size: 8pt;
	display: block;
	float:left;	
	text-align: center;
}


img {
	border-width: 0px;	
}

img:after { 
	content: attr(alt)
}	

.turnPoint {
	width: 16px;
	height: 16px;
	background: rgb(227,227,255);
	border: 1px solid black;
	color: black;
	font-size: 7pt;
	font-weight: bold;	
	text-align: center;							
	vertical-align:middle;	
}

.turnPoint a {
	font-size: 7pt;
	font-weight: bold;		
}


div.tooltipbox {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 10px;
	top: 0px;
	left: 0px;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

div.tooltipbox table {
	border: 1px solid black;
}

div.tooltipbox table td.firstcell {
	border: 1px solid black;
	background: #171411; 
	color: white; 
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	font-weight: bold;
}

div.tooltipbox table td.secondcell {
	background: white;
	color: #171411;
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	font-weight: bold;
}



.copyright {
	text-decoration: none;
	font-size:7pt;
}

.numberLocations {
	display: block;
	width: 25px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	background: rgb(204,0,0);
	color: white;
	border: 1px solid rgb(23,20,17);
}

div.box {
	border: 1px solid rgb(204,0,0);
	padding: 5px;
	background: rgb(250,250,250);	
}

.progressBar {
	background: rgb(204,0,0);
	color: #ffffff;
	border: 1px solid #ffffff;	
}


/* Tabelle mit Standorten */

.resultList{
	width: 100%;
}

.resultList td{
	padding: 10px 5px 10px 5px;
}



td.resultListRight{
	text-align:right;
}

/* Tabelle mit Details */

.detailList{
	width: 100%;
}


.detailList td{
	padding: 0px 5px 10px 5px;
	border-bottom: 0px;
}


td.detailListHeader{
	font-weight: bold;
	padding: 10px 5px 10px 5px;
}

td.detailListBottom{
	padding: 10px 5px 10px 5px;
}

td.detailListBold{
	padding: 10px 5px 0px 5px;
	font-weight: bold;
}

.tooltip{

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}

/* Tabelle mit Routenbeschreibung */

.routeList td{
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
}


td.routeListHeader, td.routeListHeaderKmTime{
	
	font-weight: bold;
}

td.kmTimeText, td.routeListHeaderKmTime{
	
	text-align: right;
}

td.kmTimeTextAll{
	text-align: right;
	font-weight: bold;
}

.routeListDark{
	
	background-color: #F0F0F0;
}



.routeList a:link{
	text-decoration : none;
	color:#CC0000;
}

.detailInfoBox{

	height:388px;
	padding:0px; 
	border:0px;
	overflow:auto;
	background: rgb(250,250,250);	

}



