ds-seite/*Standart-Anfang*/
a.omenu { background: url(../l-pix/pointer.gif) no-repeat 5px 3px; }
a:hover.omenu, a.mo { background: #F9F9F9 url(../l-pix/pointer2.gif) no-repeat 5px 3px; }
ul { list-style-image: url(../l-pix/pointer.gif); }
/*Standart-Ende*/

/* Einstellungen für Verweise*/
a, a.omenu, aumenu, a.aktuellemessen { color: #002f5c; }
a:hover, a:hover.omenu, a.mo, a:hover.umenu, a.mu { color: #951c26; }
h3 a:hover { color: #F9F9F9; }

/* Einstellungen für den Kopf*/
#top-left, #top-center, #top-right { background: #ffe9c0; }
#top-center {
	background: #ffe9c0 url(../l-pix/top-center2.gif) no-repeat right;
}

/* Einstellungen für die Raender*/
#mitte-left, #mitte-right, #fuss-left, #fuss-right { background: #ffe9c0; }


/* Einstellungen für Fusszeile */
.fuss { border-top: 1px solid #951c26; }

/* Einstellungen für Tabellenkopf im AVZ */
.tabellenkopf { border-bottom: 1px solid #951c26; }

/* Überschriften */
h2, h4, h5 { color: #002f5c; }
h2 { border-bottom: 1px solid #951c26; }
h1, h3, h1 a, h3 a {
	background: #951c26;
	color: #ffe9c0;
}
.ds-seite h3 {
	background: none;
	color: #002f5c;
    padding: 15px 0 0;
	font-size: 12px;
}

.ds-seite h4 {
	background: none;
	color: #666;
	padding-top: 10px;
	font-size: 12px;
}


/* Input-Felder/ -Buttons */
input.button, input.quick { color: #0D1662; }


/* Horizontale Linie */
hr {
	background-color: #951c26;
	color: #951c26;
}

.h2red {
color: #D60026;
}

.date {
	/*ausgeblendet wegen corona */
	/*display: none;*/
	padding: 5px 5px 15px 8px;
	color: #951c26;
	font-weight: bold;
}
.tafel {
	/*ausgeblendet wegen corona */
	/*display: none;*/
	background: url(../g-pix/tafel.gif) no-repeat center;
	color: #ffffff;
	font-weight: bold;
	height: 110px;
	text-align: center;
	font-family: ARIAL,HELVETICA,VERDANA;
	font-size: 16px;
}
.sel-1 {
	width: 40px;
	text-align: center;
}

a.naechster_markttag_link{
	text-decoration:none;
	color:#FFFFFF;
}

a.naechster_markttag_link:hover{
	text-decoration:none;
	color:#FFFFFF;
}

/* TICKET Link Header */
.ticket-link-container {
  margin: 1rem;
  max-width: 400px;
}
a.ticket-link {
  display: inline-block;
  background-color: #951c26;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.5s ease;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
  letter-spacing: 2px;
}

a.ticket-link:hover {
  background-color: #002f5c;
  text-decoration: none;
}

.ticket-link-container a.ticket-link:hover {
  padding: 0.75rem 1.25rem;
  letter-spacing: 4px;
}

