/*************************************************
Umstellung
Referenzen

*************************************************/
.floatleft {
	float: left;
}

/* Slideshow */
.csc-frame-frame1 {
	text-align: center;
}
.csc-frame-frame1 .tx-rgsmoothgallery-pi1 {
	margin: 0 auto;
	text-align: left;
}
.jdGallery .slideInfoZone P {
	font-size: 10px;
}

.csc-header-date {
	text-align: right;
	font-weight: bold;
}
#menu .mm LI {
	width: 95px;
}
#menu .mm LI.prelast {
	width: 97px;
}
#menu .mm LI.last {
	width: 186px;
}

	/* NEWS - INFO :: Latest News */
.info .news-latest-morelink {
	text-align: right;
	margin-top: -10px;
  border-bottom: none;
}
.info .news-latest-morelink A {
	font-size: 10px;
}
.news-latest-item H3 A {
	text-decoration: none;
}
.news-latest-item {
  line-height: 130%;
}


	/* NEWS - References :: Latest News */
.newsReferences .news-list-morelink {
	text-align: right;
	margin-top: -10px;
}
.newsReferences A,
.newsReferences P {
	text-decoration: none;
	font-size: 11px;
}
.newsReferences .news-list-morelink A {
	font-size: 10px;
}
.newsReferences .news-list-item {
	width: 48%;
	height: 110px;
	margin-right: 8px;
	margin-top: 14px;
	overflow: hidden;
}
* HTML .newsReferences .news-list-item {
	width: 45%;
}
.newsReferences .news-list-item  H3 {
	margin-bottom: 0px;
	margin-top: -4px;
}
.newsReferences .news-list-content {
	width: 115px;
}
.newsReferences .news-list-image {
	width: 110px;
	height: 110px;
	overflow: hidden;
	margin-right: 10px;
}
.newsReferences .news-list-image IMG {
	position: relative;
	left: -10px;
}

/* Tab Menu */
DIV#tapMenu {
	border-bottom: 1px solid #003082;
	display: block;
	width: 100%;
	height: 20px;
	margin: 7px 0;
	position: relative;
}
* HTML DIV#tapMenu {
	height: 22px;
}
#tapMenu UL {
	margin: 0;
	padding: 0;
}
#tapMenu UL LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	list-style-position: outside;
	width: 90px;
}

#tapMenu UL LI A {
	display: block;
	text-decoration: none;
	/* border-right: 1px solid #FFF;
	margin-right: 1px; */
	background-color: #003082;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
	color: #FFF;
	border: 1px solid #003082;
	border-right: 1px solid #FFF;
}
* HTML #tapMenu UL LI A {
	width: 90px;
	position: absolute;
	top: 1px;
}
	#tapMenu UL LI A:hover,
#tapMenu UL LI A:focus {
	background-color: #A9BDE2;
	color: #003082;
	border: 1px solid #A9BDE2;
	border-bottom: 1px solid #003082;
	border-right: 1px solid #FFF;
}
#tapMenu UL LI.am A,
	#tapMenu UL LI.am A:hover,
#tapMenu UL LI.am A:focus {
	background-color: #FFF;
	color: #003082;
	border: 1px solid #003082;
	border-bottom: 1px solid #FFF;
	margin-right: 1px;
}
* HTML #tapMenu UL LI.am A {
	width: 89px;
}

/* backLink */
#backLink UL {
	margin: 0;
	padding: 0;
}
#backLink UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	background: #003082;
	color: #FFF;
	/* display: inline; */
	vertical-align: middle;
	line-height: 22px;
	padding: 0 5px;
	width: 120px;
}
#backLink UL LI A {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
#backLink UL LI A SPAN {
	display: none;
}

/* Menu der Unterseiten */
UL.csc-menu {
	margin: 0;
	padding: 0;
}
UL.csc-menu LI {
	margin: 0 0 0 16px;
	padding: 0 0 0 4px;
	list-style: square;
}
UL.csc-menu LI A {
	display: block;
	text-decoration: none;
}
/* Menü der Unterseiten mit Inhaltsangabe */
DL.csc-menu-4 DT A {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
DL.csc-menu-4 DD {
	margin-bottom: 10px;
}
