body {
 background-color: white;
 color:black;
 font-family: Arial, sans-serif;
}
	div.user {
	 display:none;
	}
	a {
	 color:blue;
	 text-decoration: none;
	}
	a.jumptop {
	 display: none;
	}
	div.header {
	 display:none;
	}
	div#nav {
	 display:none;
	}
	div#sidebar {
	 display:none;
	}
	div#wrap div#content {
     margin-left:1.5cm;
     margin-right:1cm;
     font-size:9pt;
    }
	
	div#wrap div#content table.cells td.headercell {
     font-weight:bold;
     background-color: white;
    }
    div#wrap div#content table.fahrplan {
     cell-padding:0px;
     border-collapse: collapse;
    }
    div#wrap div#content table.fahrplan td.time {
     text-align: center;
    }
    div#wrap div#content table.fahrplan td {
     background-color: white;
     border: solid 1px gray;
    }
    div#wrap div#content table.optionen {
     width: 90%;
    }
    div#wrap div#content table.optionen td.curr {
     text-align: right;
     width:25%;
    }
    
    div#wrap div#content table.optionen td {
     background-color: white;
    }

.footer {
 text-align:center;
 font-size:7pt;
}
.footer img {
 display:none;
}
a.buchung {
 display:none;
}