/* $Id: links.css,v 1.3 2006/10/12 14:43:18 robertb Exp $
 *
 * Styles für die Links
 */

.url { font-size: 18px; line-height: 5px; }
.text { margin-left: 25px; }
.info { font-size: 13px; line-height: 5px; text-align: center; }
.menu { text-align: center; font-size: smaller; list-style-type: none; }
.menu li { display: inline; }
.menu li:before { content: " | "; }
.aktuell { color: #BBBBBB; }
.neu { color: #DD0000; }
.rand { text-align: center; }
/* ooo steht für out of order, zu deutsch außer Betrieb */
.ooo { text-decoration: line-through; }
