
/*
	#000000 - schwarz
	#d20028 - rot
	#999999 - grau
	#666666 - grau
	#adadad - grau
	#eeeeee - grau
*/

html, body, * {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
body {
	background: #eeeeee;
	height: 100%;
	margin: 0
}

table.main {
	background: white;
}
table.main td.layoutBorderLeft {
}
table.main td.layoutBorderRight {
}

/* NAVIGATION (Hauptmenü links) */

div.menu1 { /* Menü-Container */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 8px;
}
div.menu1 a { /* Gemeinsamkeiten aller Menüpunkte */
	margin-bottom: 6px; /* vertikaler Abstand der Menüpunkte (vorher 10px)*/
	color: black;
	display: block;
	padding: 2px;
	text-decoration: none;
	width: 100%
}
div.menu1 a:hover {
	text-decoration: underline;
}

div.menu1 a.menu11no {
	padding-left: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
div.menu1 a.menu11cur {
	padding-left: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: url('images/redarrow.gif') no-repeat;
	background-position: 0 4px;
	color: #d20028;
}

div.menu1 a.menu12no {
	padding-left: 24px;
}
div.menu1 a.menu12cur {
	padding-left: 24px;
	background: url('images/redarrow.gif') no-repeat;
	background-position: 12px 4px;
	color: #d20028;
}

div.menu1 a.menu13no {
	padding-left: 36px;
}
div.menu1 a.menu13cur {
	padding-left: 36px;
	background: url('images/redarrow.gif') no-repeat;
	background-position: 24px 4px;
	color: #d20028;
}

/* MENÜ Level 1 (oben) */

td.topMenu {
}
td.topMenu .menuItem {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}
td.topMenu .menuItem a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
td.topMenu .menuItem a:hover {
	text-decoration: underline;
}
td.topMenu .active {
	color: #d20028;
}
td.topMenu span.hspacer {
	height: 1px;
	border-left: 40px solid white; /* für NN 7.1 */
}

/* MENÜ Level 5 */

td.contentMenu {
	background: #adadad;
	border-bottom: 2px solid white;
	height: 20px;16px;
}
td.contentMenu .menuItem {
	font-size: 9px;
	font-weight: bold;
	height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase; padding-left:10px; padding-right:10px; padding-top:3px; padding-bottom:3px
}
td.contentMenu .menuItem a {
	color: black;
	font-size: 9px;
	text-decoration: none;
}
td.contentMenu .menuItem a:hover {
	text-decoration: underline;
}
td.contentMenu .active {
	background: #eeeeee;
	color: #d20028;
	font-weight: bold;
	height: 16px;
	line-height: 14px; /* Verzweiflungstat, um Durchblitzen des Hintergrunds zu vermeiden */
}
td.contentMenu span.hspacer {
	height: 10px;
	border-left: 12px solid #adadad; /* für NN 7.1 */
	width: 12px;
}

td.contentMenu span.hspacer {
	background-color: red;
	height: 20px;
	border-left: 2px solid white;
	width: 2px;
}

/* Content-Bereich */

td.contentArea {
	background: #eeeeee;
}
td.contentCell {
	background: #eeeeee;
	line-height: 150%;
	text-align: justify;
}
td.contentCell div.csc-header-date {
	text-align: center;
}
td.contentCell h1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}
/*
td.contentCell p {
	text-align: justify;
}
td.contentCell p.leadin {
	font-weight: bold;
	text-align: justify;
}
td.contentCell p.standard {
	text-align: justify;
}
*/
td.contentCell a {
	color: #000000;
}
td.contentCell a:hover {
	color: #d20028;
}

/* NEWS-Bereich */

td.newsCol {
	color: #666666;
	line-height: 150%;
	text-align: left;
}

td.newsCol div.csc-header-date {
	color: #d20028;
	font-size: 10px;
}

td.newsCol h1.csc-firstHeader, td.newsCol h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

td.newsCol h2 {
	background: #d20028;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
td.newsCol ul {
	margin-left: 16px;
	padding-left: 0;
}
td.newsCol ul li {
	margin-left: 0;
	padding-left: 0;
}
td.newsCol .date {
	color: #d20028;
	font-size: 10px;
}
td.newsCol .title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
td.newsCol .teaser {
	/* color: #666666;#878787; */
	line-height: 150%;
	text-align: left;
}
td.newsCol .vspacer {
	height: 10px;
}

/* Schnellsuche */

td.searchCellTop {
	background: #eeeeee;
}
td.searchCellBottom {
	background: #eeeeee;
	padding: 0 0 6px 0;
	text-align: center;
}
#searchLabel {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
#searchString {
	border-top: 0px none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px none;
	color: #999999;
	font-size: 9px;
	vertical-align: middle;
	width: 120px
}
#searchButton {
	vertical-align: middle;
}

p.csc-caption {
	font-weight: bold;
	margin: 0;
}

/* Suche & Suchergebnisse */
table.csc-searchResultInfo {
	width: 100%;
}
td.csc-searchResultPrevNext {
	text-align: right;
}
