/* CSS for integration of wanderprofi in interlaken.ch */

/******************* Undo Browser Defaults *******************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/********** layout *************/
body {
	font-family: Verdana, sans-serif;
	background-color: #fff;
	font-size: 12px;
}

#routes {
	background-color: white;
	padding: 0;
}

.routeTable {
	border-spacing: 0px;
	border-collapse:seperate;
	width: 610px;

}

.routeTableHeader {
	text-align: left;
	font-size:12px;
	font-weight:bold;
	height:14px;
	line-height:14px;
	padding-left:5px;
	background-color:#2b2b68;
	color: #fff;
	border-right: 2px solid #fff;
}

.routeTable tr {
}


.routeTableRowOdd {
}

.routeTableRowEven {

}


.tableContentTitle,
.tableContentStartPoint,
.tableContentEndPoint,
.tableContentTime{
	font-size:10px;
	height:20px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px solid #ccc;
}

.tableButton {
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px solid #ccc;
}

.linkPrint {
	font-size: 10px;
}

a.linkPrint:link, a.linkPrint:visited, a.linkPrint:hover, a.linkPrint:active {
	color:#2B2B68;
	text-decoration:underline;
}

/* wanderprofi label */
.logoWp { text-align: right; margin-bottom: 5px; width: 610px; }
.logoWpTxt { font-weight: bold; padding-right: 10px; }
/* Downloadsite */

h1.pdfinfo, h1 {
	color:#2B2B68;
	font-family:Verdana,Arial,sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 20px;
	margin-left: 12px;
}

table.routeDetailTable { margin-top: 20px; }
.routeDetailTable td { font-size: 12px; }
.routeDetailTable td.routeDetailTableLabel { font-weight: bold; } 
td.routeDetailTableContent { padding-left: 15px; }
.routeDetailLinks, .pdfinfolink { margin-top: 20px; }

p.pdfinfo {
width: 500px;
line-height: 18px;
margin-left: 12px;
}

a.pdfinfo, a.linkPrintDetail, a.pdfinfo  {
	font-size: 11px;
	color:#036;
	text-decoration:underline;
}
.back { float: left; margin-right: 20px;} 

