.status_marker,
.infobox,
.folgebahnhof,
.info,
.infobox_ausserBetrieb,
.infobox_wartung,
.infobox_inBetrieb,
.infobox_unbekannt {
	position:absolute;
	border:0;
	cursor:pointer;
}

body {
	font-family:Verdana, Arial, sans-serif;
	font-size:10pt;
}

.folgebahnhof {
	font-weight:bold;
	font-size:10pt;
}
.folgebahnhof img {
	border-style:none;
}

.info,
.infobox,
.infobox_ausserBetrieb,
.infobox_wartung,
.infobox_inBetrieb,
.infobox_unbekannt {	
	z-index:10;
	top: 30px; 
	left: 30px; 
	display: block; 
	background: #e6ecff; 
	border: 1px solid #979797; 
	text-decoration: none; 
	padding: 9px;	
}

.infobox_inBetrieb {
	background-color:#DFFFDF;	
}

.infobox_ausserBetrieb {
	background-color:#FFE1E2;
}

.infobox_wartung {
	background-color:#FDF7D4;
}

.infobox_unbekannt {
	background-color:#E8E8E8;
}

.infobox_wartung_inlineInBetrieb,
.infobox_ausserBetrieb_inlineInBetrieb {
	padding: 9px;
	border: 1px solid #979797;
	text-decoration: none;
	display: block;
}

.infobox_ausserBetrieb_inlineInBetrieb {
	background-color:#FFE1E2;
}

.infobox_wartung_inlineInBetrieb {
	background-color:#FDF7D4;
}

.container {
	position:absolute;
}

.footerLeft{
	z-index:0;
	position: absolute;
	top: 800px;
	padding-bottom: 10px;
	margin-left: 20px;
	color: #656565;
	float:left;
	font-size: 13px;
	font-family: verdana, arial;
}

.footerRight{
	z-index:-10;
	position: absolute;
	top: 800px;
	padding-bottom: 10px;
	margin-left: 510px;
	color: #656565;
	float: left;
}

.footerLeft a{
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}

.footerLeft a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #656565;
}
