#content .text,
#content .text * {
	direction:rtl;
	text-align:right;
}

#content .text .prefix,
#content .text .prefix *,
#content .text p,
#content .text p * {
	text-align:justify;
}

.bar,
.barArrowRight,
.barArrowUp {
  text-align:right;
	direction:rtl;
}

.barArrowRight {
  text-align:right;
	direction:rtl;
  padding:1px 3px 3px 21px;
	background:url('../img/barArrowLeft.png') no-repeat left center;
}
a.barArrowRight:hover {
	background:url('../img/barArrowLeftHover.png') no-repeat left center;
}
.barArrowUp {
  padding:1px 3px 3px 21px;
	background:url('../img/barArrowUp.png') no-repeat left center;
}

.naviButton,
.naviButtonFollowing {
  text-align:right;
	direction:rtl;
}

.skipPrev,
.skipPrevRight {
	float:right;
  background:url('../img/arrowRight.png') no-repeat center center #ffffff;
}
.skipPrev { margin-left:1px; margin-right:0; }
.skipPrevRight { margin-right:1px; margin-left:0 }
.skipPrev:hover,
.skipPrevRight:hover {
  background:url('../img/arrowRightHover.png') no-repeat center center #999999;
}
.skipNext {
	float:right;
  background:url('../img/arrowLeft.png') no-repeat center center #ffffff;
	margin-right:1px; margin-left:0;
}
.skipNext:hover {
  background:url('../img/arrowLeftHover.png') no-repeat center center #999999;
}


.topicButton,
.topicMainButton,
.topicSubButton {
	direction:rtl;
	text-align:right;
}
.topicSubButton {
  margin-left:0px;
  margin-right:15px;
}

.teaser ,
.photoText{
	direction:rtl;
	text-align:right;
}

/* PHOTO AND VIDEO */

.photoTopicLeft {
  float:right;
}
.photoTopicRight {
  float:right;
	margin-right:8px; margin-left:0;
}
.photoTopicLeft, photoTopicLeft*,
.photoTopicRight, photoTopicRight * {
	direction:rtl;
	text-align:right;
}

.photoItemsContainer {
	padding-left:2px;
	padding-right:8px;
}
.photoItem {
  float:right;
	margin-left:5; margin-right:0px;
}
.photoID {
	direction:rtl;
	text-align:right;
}
.photoDetailsContainer,
.photoDetailsContainer * {
  text-align:right;
}

.videoPlayButton {
	background:url('../img/playAR.png') no-repeat right top #ffffff;
}
.videoTitle {
	direction:rtl;
	text-align:right;
}

.videoItem,
.videoItem * {
	direction:rtl;
	text-align:right;
}

.videoThumb {
  float:right;
}
.videoTeaser {
	direction:rtl;
	text-align:right;
  float:right;
	height:63px;
	padding-left:0px; padding-right:9px;
}
.videoHeadline {
	direction:rtl;
	text-align:right;
}

.videoMedia {
	float:right;
}

/* SEARCH */

#searchField {
  position:absolute;
	right:4px; left:auto;
	direction:rtl;
	text-align:right;
}
#searchSubmit {
  position:absolute;
	left:3px; right:auto;
  background:url('../img/submitAR.png') no-repeat left center #ffffff;
}
#searchSubmit:hover {
  background:url('../img/submitHoverAR.png') no-repeat left center #999999;
}
.searchHeadline {
	direction:rtl;
	text-align:right;
}