/* cached topic style */

/*  +++++++++++  */
/*  TOUR  */
/*  +++++++++++  */

#content { background-color: #151515; width: 900px; padding-top: 15px; }

p { color: #ccc; }

.tourItem {
padding: 0 15px;
margin-bottom: 10px;
overflow: hidden;
}
.tourItem.drueber, .tourItem:hover {
color: #fff;
}
.tourItem div { clear: right; }

p.newsDatum {
float: right;
margin: 0 0 3px;
color: #999;
font-size: 11px;
}


#tourtabelle { width: 100%; }

table.tourdates td, .tourdates th { padding: 3px 10px; vertical-align: top; border-bottom: 1px solid #222; }
table.tourdates td.date, table.tourdates th.date { padding-left: 0; }
table.tourdates td.country, table.tourdates td.tickets { white-space: nowrap; }
table.tourdates td.tickets { text-align: right; padding-right: 0; }

table.tourdates td.tourhover { background-color: #333; color: #fff; border-color: #000;  }
span.ttcontent { display: block; position: absolute; visibility: hidden; }


