/* ======= Define main color for new layout =================================================================== */
	
	#colorBox, .rightBoxNormal .head, .searchButton{
		background-color: #C5183A; /*  edit this color for a new layout */
	}
	
	a, a:visited ,a:active, a:hover, h1, h2, .maincolor, #rightBoxNormal, .title, .textHeader, .rightBoxNormal, .rightBoxShort li.level1active, .rightBoxShort li.level2active, .rightBoxShort li.level2,
	#subnavigation a.active, #subnavigation a:visited.active, #subnavigation a:active.active, #subnavigation a:hover.active,
	#subnavigation a.inactive, #subnavigation a:visited.inactive, #subnavigation a:active.inactive, #subnavigation a:hover.inactive,
	#breadcrumb a:hover, #breadcrumb a.active, #breadcrumb a:visited.active, #breadcrumb a:active.active, #breadcrumb a:hover.active,
	#breadcrumb span.active, #subnavigation span.active, #subnavigation span.inactive,
	#mainnavigation a:hover, #mainnavigation a.active, #mainnavigation a:visited.active, #mainnavigation a:active.active, #mainnavigation a:hover.active
	{
		color: #C5183A; /* edit this color for a new layout */
	}

/* typography.css */

/* Links in der rechten Spalte */
.box a, .box a:visited , .box a:active, .box a:hover {font-weight: bold;}

/* Tabellen im Haupttext z.B. Kalender */
table td.column1, table td.column2, table td.column3, table td.column4, table td.column5, td.column6, table td.column7, table td.column8, table td.column9, table td.column10 {
	padding-right: 5px;
}

/* noetig da class="Detail" auch für die Navigationsseiten gesetzt ist */
#subnavigation ul {
	list-style: none;
}

#subnavigation li  {
	margin-left: 0px;
}

.ticket {
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
}

.TabLink:link 
{
color: #C5183A; /* edit this color for a new layout */
text-decoration: none
}

.TabLink:active
{
color: #C5183A; /* edit this color for a new layout */
text-decoration: none
}

.TabLink:visited
{
color: #C5183A; /* edit this color for a new layout */
text-decoration: none
}

.TabLink:hover
{
color: #C5183A; /* edit this color for a new layout */
text-decoration: underline
}
