#footerLinks {
}
#footerFunctions {

}
#footerLinksCopyright {
}

.barArrowRight {
  background:url('../img/arrowLeft.png') no-repeat 4px center #000000;
  padding:2px 15px 2px 6px;
  direction:ltr;
	text-align:right;
}
.barArrowRight:hover {
  background:url('../img/arrowLeftHover.png') no-repeat 4px center #ffffff;
}

.barArrowUp {
  background:url('../img/barArrowUp.png') no-repeat 4px center #000000;
  padding:2px 15px 2px 6px;
  direction:ltr;
	text-align:right;
}
.barArrowUp:hover {
  background:url('../img/barArrowUpBlack.png') no-repeat 4px center #ffffff;
}

.barArticleUp {
  background:url('../img/barArrowUp.png') no-repeat 4px center #000000;
  padding:2px 15px 2px 5px;
  direction:ltr;
	text-align:right;
}
.barArticleUp:hover {
  background:url('../img/barArrowUpBlack.png') no-repeat 4px center #ffffff;
}
.barArticlePrev {
  background:url('../img/arrowRight.png') no-repeat right center #000000;
  padding:2px 25px 2px 4px;
	float:right;
}
.barArticlePrev:hover {
  background:url('../img/arrowRightHover.png') no-repeat right center #ffffff;
  background-color:#ffffff;
	color:#000000;
}
.barArticleNext {
  background:url('../img/arrowLeft.png') no-repeat left center #000000;
  padding:2px 4px 2px 25px;
	float:right;
}
.barArticleNext:hover {
  background:url('../img/arrowLeftHover.png') no-repeat left center #ffffff;
  background-color:#ffffff;
	color:#000000;
}

/* Teaser */
.teaser {
  direction:rtl;
	text-align:right;
}
.teaser .image {
  float:right;
}
.teaser .text {
  float:right;
  margin-left:0px;
	margin-right:16px;
}

/* Hightlight-Teaser */
.teaser .imageWide {
	left:auto; right:0;
}

/* Article Content */

.article {
  padding-left:auto;
  padding-right:16px;	
}
.article .imageWide {
	left:auto; right:0;
}
.imageFunctions {
	left:4px; right:auto;
}

.article .text .image {
	left:auto; right:0;
}
.image .checkbox {
  left:7px; right:auto;
}
a.image .playButton {
  display:block;
  position:absolute;
	right:auto; left:7px;
  background:url('../img/playBorderedRTL.png') no-repeat right top;
}
a.image:hover .playButton {
  background:url('../img/playBorderedHoverRTL.png') no-repeat right top;
}
.article .text,
.article .headline,
.article .subheadline {

	direction:rtl;
	text-align:right;
}
.textPadd10 {
	padding-right:10px;
}
.article .textBasket {
  float:right;
}

.article .text ul {
  padding-right:0;
  padding-left:16px;
}

.article .functions {
  float:right;
  margin-left:auto;
  margin-left:8px;
}
.article .functionsBasket {
  float:right;
}

/* Buttons */
.buttonHeadline1,
.buttonHeadline2,
.buttonHeadline3,
.buttonHeadline4 {
  padding:5px 0 0 5px;
	direction:rtl;
	text-align:right;
}

/* Gallery */

.galleryItem {
  float:right;
  margin-right:0;
  margin-left:9px;
}}
.first { margin-right:0px; }
.galleryWrapper {
  left:right; left:0;
}
.galleryItem .galleryItemHeadline {
  position:absolute;
  right:auto; left:7px;
}

/* Video */
.videoWrapper {
  left:auto; right:0;
}
.videoImage {
  right:1px; left:auto;
}
.videoItem {
  direction:rtl;
	text-align:right;
}
.videoItem .videoTeaser {
  right:200px; left:auto;
}
.videoItem .videoID {
  right:0px; left:auto;
}
.videoItem .checkbox {
  left:8px; right:auto;
}

/* Photo and Video */
.photoStartLeft {
  float:right;
}
.photoStartRight {
  float:right;
}

/* Video 16:9 (460px/360px) */
/* ... */

/* SkipList */
.skipPrev {
  float:right; text-align:right;
}
.skipList {
  float:right; text-align:center;
}
.skipNext {
  float:right; text-align:left;
}
.skipZoom {
  float:right; text-align:center;
}
.skipPrev div {
  background:url('../img/noSkipNext.png') no-repeat right top;
}
.skipNext div {
  background:url('../img/noSkipPrev.png') no-repeat left top;
}
.skipZoom div {
  background:url('../img/noZoom.png') no-repeat right top;
}
.skipPrev a {
  background:url('../img/skipNext.png') no-repeat right top;
}
.skipNext a {
  background:url('../img/skipPrev.png') no-repeat left top;
}
.skipZoom a {
  background:url('../img/zoom.png') no-repeat right top;
}
.skipPrev a:hover {
  background:url('../img/skipNextHover.png') no-repeat right top;
}
.skipNext a:hover {
  background:url('../img/skipPrevHover.png') no-repeat left top;
}
.skipZoom a:hover {
  background:url('../img/zoomHover.png') no-repeat right top;
}


.stamp {
  direction:rtl;
	text-align:right;
}

.stamp .image {
  float:right;
}
.stamp .video,
.stamp .imageWide {
	left:auto; right:0;
}
a.video .playButton {
	left:7px; right:auto;
  background:url('../img/playBorderedRTL.png') no-repeat right top;
}
a.video:hover .playButton {
  background:url('../img/playBorderedHoverRTL.png') no-repeat right top;
}

.stamp .text {
  margin-left:auto;
  margin-right:8px;
  float:right;
}

.topicMoreArticles {
  padding-left:auto;
  padding-right:16px;
	direction:rtl;
	text-align:right;
}
.topicMoreArticles div.currentArticle {
  padding-left:auto;
  padding-right:16px;
}
a.play,
a.close {
  background:url('') no-repeat right top;
}
a.play { background-image:url('../img/playBorderedRTL.png'); }
a.close { background-image:url('../img/closeRTL.png'); }

a.play:hover {
  background-image:url('../img/playBorderedHoverRTL.png');
}

a.pdfButton,
a.docButton,
a.fileButton {
  direction:rtl;
  text-align:right;
}
.stamp a.pdfButton,
.stamp a.docButton,
.stamp a.fileButton {
  direction:rtl;
  text-align:right;
}

/*
#hsField {
	left:391px; top:113px;
}
#hsInput {
	left:394px; top:114px;
}
#hsSubmit {
	left:367px; top:113px;
	background:url('../img/goRTL.png') no-repeat left top #ffffff;
}
*/

.articleCol1 {
  float:right;
}
.articleCol2,
.articleCol3,
.articleCol4,
.articleCol5 {
  float:right;
	margin-left:0;
	margin-right:9px;
}
.articleCol2-5 {
  float:right;
}

.dateDate {
	float:right;
	padding-left:0;
	padding-right:16px;
}
.dateTitle {
	float:right;
	background:url('../img/dateClosed.png') no-repeat right center;
	padding-left:0;
	padding-right:15px;
}

.dateContainer.active .dateTitle  {
	background:url('../img/dateOpen.png') no-repeat right center;
}
.dateContainer.active:hover .dateTitle,
.dateContainer:hover .dateTitle {
	background:url('../img/dateOpenHover.png') no-repeat right center;
}

.dateLocation {
	float:right;
}
.dateInfo {
  padding-left:0;
  padding-right:115px;
}

/* Sitemap */
.barSitemapLevel2,
.barSitemapLevel3 {
  background:url('../img/arrowLeft.png') no-repeat left center #000000;
  padding:2px 14px 2px 5px;
  direction:rtl;
	text-align:right;
}
.barSitemapLevel2:hover,
.barSitemapLevel3:hover {
  background:url('../img/arrowLeftHover.png') no-repeat left center #ffffff;
}
.sitemapIndent {
  padding-right:48px;
  padding-left:0;
  direction:rtl;
	text-align:right;
}


/* Kalendarium */
.calendar {
  padding-left:0;
	padding-right:8px;
}
.calendarItem {
  margin-left:0; margin-left:9px;
	float:right;
}
.calendar .year {
	float:right;
	padding:4px 6px 0 0;
}
.calendar .icon {
	float:right;
}
.calendarBar {
  padding:12px 15px 0 6px;
}

.gimmick {
  padding:8px 16px 8px 8px;
}
.gimmickImage {
  float:left;
}
.gimmickText {
  float:right;
}

.exponateLeftCol {
	float:right;
}
.exponateRightCol {
	float:left;
}

.text a.goTopArrow {
	float:left;
	background:url('../img/goTop.png') no-repeat left 3px;
}

a.button,
a.buttonDeactivated,
a.buttonActive {
  direction:rtl;
	text-align:right;
}