* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body {
	height: 100%;
	background: #000;
	color: #ababab;
	font-family: 'Trebuchet MS', arial, sans-serif;
}

a { color: #0A8DA5;
	text-decoration: none;
	outline: none;
}

a * {
	cursor: pointer;
}

a img {
	border: none;
}

em {
	font-style: normal;
}

.clear {
	clear: both;
}

ul {
	list-style-type: none;
}

fieldset {
	border: none;
}

#page {
	min-width: 300px;
	min-height: 100%;
	background: #000;
}

/*	Action-Button-Style (all Browsers Include IE6)				*/
/****************************************************************/
button.btn {
	border: 1px solid #343434;
	background-color: #272727;
	color: #ababab;
	padding: 5px 20px;
	
	/* chrome 2+, safari 4+; multiple color stops */
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#444444), color-stop(50%, #444444), color-stop(60%,#343434), color-stop(1,#212121));
	/* chrome 10+, safari 5.1+ */
	background-image:-webkit-linear-gradient(top, #444444 0%, #444444 50%, #343434 60%, #212121 100%);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(top, #444444 0%, #444444 50%, #343434 60%, #212121 100%);
	/* ie10 */
	background-image: -ms-linear-gradient(top, #444444 0%, #444444 50%, #343434 60%, #212121 100%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(top, #444444 0%, #444444 50%, #343434 60%, #212121 100%);
	/* The "standard" */
	background-image: linear-gradient(top, #444444 0%, #444444 50%, #343434 60%, #212121 100%);
	
	border-radius: 5px;
	/* Schatten */
	-moz-box-shadow:		0 0 3px 2px #1e1e1e;
	-webkit-box-shadow:		0 0 3px 2px #1e1e1e;
	box-shadow:				0 0 3px 2px #1e1e1e;
}

button.btn:hover {
	color: #fff;
	border: 1px solid #666;
}

button.btn:active span {
	position: relative;
	top: 1px;
}

button.btn:active {
	/* chrome 2+, safari 4+; multiple color stops */
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#212121), color-stop(60%,#343434));
	/* chrome 10+, safari 5.1+ */
	background-image:-webkit-linear-gradient(top, #212121 0%, #343434 60%);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(top, #212121 0%, #343434 60%);
	/* ie10 */
	background-image: -ms-linear-gradient(top, #212121 0%, #343434 60%);
	/* opera 11.1 */
	background-image: -o-linear-gradient(top, #212121 0%, #343434 60%);
	/* The "standard" */
	background-image: linear-gradient(top, #212121 0%, #343434 60%);
}

/*	Login Form													*/
/****************************************************************/
#box_login {
	display: none;
}

/*	Header														*/
/****************************************************************/
#box_header a {
	text-decoration: underline;
}

#box_header {
	height: 81px;
	position: relative;
	background: url('img/bg_head_scanline_tile.jpg') repeat-x;
}

#box_header.small_header {
	height: 24px;
}

#box_header .user_image {
	height: 81px;
	background-repeat: no-repeat;
}

#box_header .image_mask {
	position: absolute;
	height: 81px;
	z-index: 1;
	display: none;
}

#box_header h1 {
	font-size: 24px;
	position: absolute;
	z-index: 99;
	font-weight: normal;
	color: #C1C1C1;
	left: 80px;
	bottom: 5px;
}

/*	Context Menu												*/
/****************************************************************/
.contextMenu {
	position: absolute;
	width: auto;
	z-index: 999;
	list-style: none;
	white-space: nowrap;
	display: block;
}

.contextMenuContainer {
	display: none;
}

.contextMenu li {
	line-height: 23px;
	clear: both;
}

.contextMenu .left,.contextMenu .right {
	background: url("img/navigation/contextmenu_sprite.png") no-repeat
		scroll transparent;
	height: 24px;
	width: 8px;
	float: left;
}

.contextMenu .middle div {
	background-color: #d0d0d0;
	height: 23px;
}

.contextMenu a {
	float: none !important;
	color: #000000 !important;
	height: auto !important;
	background: none !important;
}

.contextMenu .center {
	background-color: #d0d0d0;
	border-bottom: 1px solid #A8A8A8;
	height: 22px !important;
	float: left;
}


.contextMenu .first .right, .contextMenu .last .right {
	margin-right: -8px;
	width: 8px;
}

.contextMenu .first .center {
	border-top: 1px solid #1d1d1d;
}

.contextMenu .last .center {
	border-bottom: 1px solid #1d1d1d;
	height: 23px !important
}

.contextMenu .middle .left {
	background-position: -60px 0px;
}

.contextMenu .middle .right {
	background-position: -69px 0px;
}

.contextMenu .first .right {
	background-position: -20px 0px;
}

.contextMenu .last .left {
	background-position: -10px 0px;
}

.contextMenu .last .right {
	background-position: -30px 0px;
}

.contextMenu .first a:hover .left {
	background-position: 0px -30px;
}

.contextMenu .first a:hover .right {
	background-position: -20px -30px;
}

.contextMenu .middle a:hover .left {
	background-position: -60px -30px;
}

.contextMenu .middle a:hover .right {
	background-position: -69px -30px;
}

.contextMenu .last a:hover .left {
	background-position: -10px -30px;
}

.contextMenu .last a:hover .right {
	background-position: -30px -30px;
}

.contextMenu a:hover .center,.contextMenu .middle a:hover .left,.contextMenu .middle a:hover .right
	{
	background-color: #ffffff !important
}

.contextMenu .single a:hover .left {
	background-position: -40px -30px
}

.contextMenu .single a:hover .right {
	background-position: -50px -30px
}

.contextMenu .left {
	margin-left: -8px;
}

.contextMenu .right {
	margin-right: -8px;
}

.contextMenu .single .left {
	background-position: -40px 0px;
	height: 25px;
}

.contextMenu .single .right {
	background-position: -50px 0px;
	height: 25px;
}

.contextMenu .single .center {
	border-top: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	height: 23px !important;
}

.contextMenu li .center .icon{
	background: url("img/sprite.png") no-repeat scroll 0 0 transparent;
	float: left;
    height: 15px;
    margin: 6px 8px 2px 2px;
    width: 15px;
}
.contextMenu li.matrixView .center .icon{background-position: -160px -200px;}
.contextMenu li.playerView .center .icon{background-position: -160px -215px;}
.contextMenu li.combiView .center .icon{background-position: -160px -230px;}
.contextMenu li.journalView .center .icon{background-position: -160px -245px;}
.contextMenu li.detailView .center .icon{background-position: -160px -260px;}
.contextMenu li.geoView .center .icon{background-position: -160px -275px;}

/*	Menu														*/
/****************************************************************/
#box_menu {
	position: relative;
	z-index: 10;	/* Löst z-index-Bug in IE7 */
	height: 73px;
}

#box_menu a {
	color: #636363;
	color: #AAAAAA;
}

#box_menu .menuShift {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 100%;
}

#box_menu .menuShift .menuList {
	background: url('img/sprite_bgs.png') 0 -470px repeat-x;
	list-style-type: none;
	height: 56px;
	position: relative;
	width: 100%;
	z-index: 5;
}

#box_menu .menuList:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

#box_menu .menuList li,#box_menu .menuList li a,#box_menu .menuList li a span,#box_menu .menuList li a span em
	{
	float: left;
	display: block;
}

#box_menu .menuList li a {
	margin-top: 21px;
}

#box_menu .menuList li.info span {
	display: block;
	margin-top: 25px;
	font-size: 11px;
}

#box_menu .menuList li a .lft {
	width: 6px;
	height: 35px;
}

#box_menu .menuList li a .rgt {
}

#box_menu .menuList li a .text em {
	font-size: 16px;
	background-position: 8px 6px;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 34px;
	border-right: 1px solid #1D1D1D;
	color: #aaa;
	padding: 0 20px 0 0;
}

/**
 * active
 */
#box_menu .menuList li a:hover span em {
	color: #EEEEEE;
}
#box_menu .menuList li.active a {
	margin-top: 17px;
	border-bottom: 1px solid #404040;
	padding-right: 1px;
}

#box_menu .menuList li.active a .lft {
	background: url('img/sprite.png') -80px -200px no-repeat;
	height: 38px;
}

#box_menu .menuList li.active a .rgt {
	background: url('img/sprite.png') -100px -200px no-repeat;
	height: 38px;
	width: 6px;
}

#box_menu .menuList li.active a .text {
	background: url('img/sprite_bgs.png') 0px -90px repeat-x;
}

#box_menu .menuList li.active a .text em,#box_menu .menuList li.active a:hover span em
	{
	color: #EEEEEE;
	border-right: none;
	height: 38px;
	line-height: 41px;
	padding-right: 14px;
	font-size: 18px;
}

#box_menu .menuList li a:hover {
	background: url('img/navigation/bg_menuListActive.gif') 0px 0px repeat-x;
}

#box_menu .menuList li.active a:hover {
	background: none;
}

/**
 * Icons
 */
#box_menu .menuList li.typeImprint a:hover .text em {
	background: url('img/icon/menu_imprint_active.jpg') no-repeat 8px 9px
		!important;
}

#box_menu .menuList li.typeContact a:hover .text em {
	background: url('img/icon/menu_contact_active.gif') no-repeat 7px 11px
		!important;
}
#box_menu .menuList li.typeImprint a .text em {
	background-image: url('img/icon/menu_imprint.gif');
}

#box_menu .menuList li.typeContact a .text em {
	background-image: url('img/icon/menu_contact.gif');
}

#box_menu .menuList li.typeImprint a.active:hover .text em {
	background: url('img/icon/menu_imprint_active.jpg') no-repeat 8px 13px
		!important;
}

#box_menu .menuList li.typeImprint a.active .text em,#box_menu .menuList li.typeImprint a.active:hover .text em{
	background: url('img/icon/menu_imprint_active.jpg') no-repeat 8px 13px
		!important;
}

#box_menu .menuList li.typeContact a.active .text em {
	background: url('img/icon/menu_contact_active.gif') no-repeat 7px 15px
		!important;
}

#box_menu .menuList li.typeContact a.active:hover .text em {
	background: url('img/icon/menu_contact_active.gif') no-repeat 7px 15px
		!important;
}

#box_menu .menuList li.typeOma a .text em img{
   	background: url("img/sprite.png") no-repeat scroll -40px -200px transparent;
    float: left;
    height: 30px;
    margin-left: 7px;
    width: 33px;
}

#box_menu .menuList li.typeOma a.active .text em img{
   	background-position: -40px -196px;
   	height: 38px;
}

#box_menu .menuList li.typeOma a.active:hover .text em {
	font-size: 18px;
}

/* Login/Logout-Button */
#box_menu  li.typeLogin,#box_menu  li.typeLogout,#box_menu  li.info {
	float: right;
	margin: 6px 15px 0px 0px;
}

#box_menu  li.typeLogin a,#box_menu  li.typeLogout a {
	text-decoration: underline;
	color: #aaa;
}

#box_menu  li.typeLogin a span,#box_menu  li.typeLogout a span {
	font-size: 15px;
}

#box_menu  li.typeLogin a:hover,#box_menu  li.typeLogout a:hover {
	background: none;
	color: #fff;
}

#box_menu  li.typeLogin a .lft,#box_menu  li.typeLogout a .lft {
    background: url("img/sprite.png") no-repeat scroll 0 50% transparent;
    margin: 2px 5px 0 0;
    width: 20px;
    height: 20px;
}

#box_menu  li.typeLogin a .lft {
	background-position: 0 -200px;
}

#box_menu  li.typeLogout a .lft {
	background-position: -19px -200px;
}

#box_menu  li.typeLogin a .rgt {
	height: 20px;
}

#box_menu  li.typeLogout a .rgt {
	height: 20px;
}

#box_menu .menuList li.first {
	height: 36px;
	width: 71px;
	border: none;
}

#box_menu .menuList li.first a {
	position: relative;
	margin-top: 0px;
}

#box_menu .menuList li.first a span {
	width: 71px;
	height: 56px;
	padding: 0px;
}

#box_menu .menuList li.first a .lft {
	position: absolute;
	z-index: 2;
	background: url('img/sprite.png') 0 -4px  no-repeat;
	height: 56px;
}

#box_menu .menuList li.first a .rgt {
	display: none;
}

#box_menu .menuList li.first a .text {
	position: absolute;
	z-index: 1;
	background: url('img/sprite.png') -80px -4px  no-repeat;
}

.menuList li.me_too {
	position: absolute;
	top: -22px;
	right: 10px;
	background: none;
}

.menuList li.me_too a {
	color: #FD9E28 !important;
	text-decoration: none;
	background: none;
	font-size: 12px;
}

#box_menu li.me_too a:hover {
	text-decoration: underline;
	background: none;
}

/* Buttons */
#box_menu .menuList li.btn {
	margin-top: 2px;
}

#box_menu .menuList li.btn a:hover {
	background: none;
}

#box_menu .menuList li.btn,#box_menu .menuList li.btn a,#box_menu .menuList li.btn a span
	{
	float: left;
	display: block;
	height: 30px;
}

#box_menu .menuList li.btn .lft {
	width: 20px;
	background: url('img/navigation/btn_submenu.gif') 0px 0px no-repeat;
}

#box_menu .menuList li.btn .text {
	background: url('img/navigation/btn_submenu.gif') 0px -30px repeat-x;
	line-height: 27px;
	padding-left: 4px;
}

#box_menu .menuList li.btn .rgt {
	width: 20px;
	background: url('img/navigation/btn_submenu.gif') 0px -60px no-repeat;
}

#box_menu .menuList li.btn a:hover {
	color: #EEEEEE;
}

/*	Menu 2	 													*/
/****************************************************************/
#box_menu .menu2 {
	background: url('img/sprite_bgs.png') 0 -50px repeat-x;
	height: 38px;
}

#box_menu .menu2 .scroll {
	padding: 10px 5px 5px 5px;
}

#box_menu .menu2 .container .container_inner {
	
}

#box_menu .menu2 .container {
	float: left;
	position: relative;
	height: 56px;
}

#box_menu .menu2 a.left {
	float: left;
}

#box_menu .menu2 a.right {
	float: right;
}

#box_menu .menu2 .shadow {
	background: url("img/sprite_bgs.png") repeat-x scroll 0 -530px transparent;
    height: 10px;
    position: relative;
    top: 38px;
    width: 100%;
    z-index: 0;
}

#box_menu .menu2 .container:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

#box_menu .menu2 #submenuList {
	height: 38px;
	float: left;
}

#box_menu .menu2 li.btn.empty,#box_menu .menu2 li.btn.empty * {
	cursor: default;
}

#box_menu .menu2 li.btn,#box_menu .menu2 li.btn.empty:hover {
	margin: 3px 0px 0px 10px;
	position: relative;
	background: url("img/sprite_x.png") no-repeat scroll 0 -80px
}

#box_menu .menu2 li.btn:hover {
	background-position: 0px -160px;
}

#box_menu .menu2 li.btn a,#box_menu .menu2 li.btn.empty:hover a {
	background: url("img/sprite_x.png") no-repeat scroll right -120px;		
}

#box_menu .menu2 li.btn:hover a {
	background-position: right -200px;
}

#box_menu .menu2 li.btn .contextMenu li {
	float: none;
}

#box_menu .menu2 li {
	float: left;
}

#box_menu .menu2 li.btn,#box_menu .menu2 li.btn a,#box_menu .menu2 li.btn a span
	{
	float: left;
	display: block;
	height: 31px;
}

/* normal */
#box_menu .menu2 li.btn .lft {
	width: 20px;
}

#box_menu .menu2 li.btn .text,#box_menu .menu2 li.btn.empty:hover a .text
	{
	background: url('img/sprite_bgs.png') 0 -130px repeat-x;
	line-height: 30px;
	padding-left: 4px;
}

#box_menu .menu2 li.btn.empty .text {
	color: #444444;
}

#box_menu li.btn:hover a .text {
	background-position: 0px -170px;
}

#box_menu .menu2 li.btn .rgt {
	width: 20px;
}

/* dropbox */
#box_menu .menu2 li.btn.dropbox .rgt {
	background: url("img/sprite.png") no-repeat scroll -60px -80px transparent;
	margin: 5px;	
}

#box_menu .menu2 li.btn.dropbox.empty a .rgt,#box_menu .menu2 li.btn.dropbox.empty a:hover .rgt{
	background-position: -100px -80px;
}

/* dropbox hover */
#box_menu .menu2 li.btn.dropbox a:hover .rgt {
	background-position: -80px -80px;
}

/* arrowLeft */
#box_menu .menu2 li.btn.type_arrowLeft .lft {
  	background: url("img/sprite.png") no-repeat scroll -120px -80px transparent;
    margin: 5px;
    width: 20px;
}

/* arrowLeft hover */
#box_menu .menu2 li.btn.type_arrowLeft a:hover .lft {
	background-position: -140px -80px;
}

/* action */
#box_menu .menu2 li.btn.type_action .lft {
  	background: url("img/sprite.png") no-repeat scroll 0 -80px transparent;	
  	margin: 5px 5px 5px 7px;	
}

#box_menu .menu2 li.btn.type_action.empty a .lft,#box_menu .menu2 li.btn.type_action.empty a:hover .lft
	{
	background-position: -40px -80px;
}

/* action hover */
#box_menu .menu2 li.btn.type_action a:hover .lft {
	background-position: -20px -80px;
}

/* toggle display status */
#folderToggler .lft{
	margin: 4px 2px 0 6px;
	height: 22px !important;
	width: 22px !important;
}
#box_menu .menu2 li.type_arrowVert .lft {
	background: url('img/sprite.png') -160px -164px no-repeat;
}

#box_menu .menu2 li.type_arrowVert:hover .lft {
	background: url('img/sprite.png') -160px -120px no-repeat;
}

#box_menu .menu2 li.togglerOpened .lft {
	background: url('img/sprite.png') -80px -120px no-repeat;
}

#box_menu .menu2 li.togglerOpened:hover .lft {
	background: url('img/sprite.png') -124px -120px no-repeat;
}

#box_menu .menu2 li.btn.type_view .lft{
	background: url("img/sprite.png") no-repeat scroll 0 0 transparent;
	height: 15px;
    margin-left: 9px;
    margin-top: 9px;
    width: 19px;
}

#box_menu .menu2 li.btn.type_view.matrixView .lft {background-position: -175px -200px;}
#box_menu .menu2 li.btn.type_view.playerView .lft {background-position: -175px -215px;}
#box_menu .menu2 li.btn.type_view.combiView .lft {background-position: -175px -230px;}
#box_menu .menu2 li.btn.type_view.journalView .lft {background-position: -175px -245px;}
#box_menu .menu2 li.btn.type_view.detailView .lft {background-position: -175px -260px;}
#box_menu .menu2 li.btn.type_view.geoView .lft {background-position: -175px -275px;}

#box_menu .menu2 a:hover {
	color: #EEEEEE;
}

#box_menu .menu2 .lftHover {
	width: 3px;
	height: 3px;
	border: 1px solid #f00;
}

/*--- Toolbar ---*/
#box_menu .menu2 #toolbar {
	height: 38px;
	padding-right: 5px;
	float: right;
}

/* Submenu Viewmodes */
#box_menu .menu2 #toolbar .type_viewmodeTitle {
	margin: 9px 0px 0px 0px;
	color: #888;
}

#box_menu .menu2 #toolbar .type_viewmodes {
	float: left;
	margin: 2px 0px 0px 0px;
}

#box_menu .menu2 #toolbar .type_viewmodes div,#box_menu .menu2 #toolbar .type_viewmodes a
	{
	width: 21px;
	height: 32px;
	float: left;
}

#box_menu .menu2 #toolbar .type_viewmodes .lft {
	width: 8px;
}

#box_menu .menu2 #toolbar .type_viewmodes .rgt {
	width: 8px;
	background-position: right top;
}

#box_menu .menu2 #toolbar .type_viewmodes .separator {
	width: 11px;
	background-position: -30px 0px;
}

#box_menu .menu2 #toolbar .type_viewmodes .player {
	background-position: -40px 0px;
}

#box_menu .menu2 #toolbar .type_viewmodes .player:hover,#box_menu .menu2 #toolbar .type_viewmodes .playerActive
	{
	background-position: -40px -32px;
}

#box_menu .menu2 #toolbar .type_viewmodes .matrix {
	background-position: -8px 0px;
}

#box_menu .menu2 #toolbar .type_viewmodes .matrix:hover,#box_menu .menu2 #toolbar .type_viewmodes .matrixActive
	{
	background-position: -8px -32px;
}

/*	Title														*/
/****************************************************************/
#pageInfo {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#pageInfo h2 {
	color: #aaa;
	font-size: 23px;
	font-weight: normal;
}

#pageInfo #subtitle {
	color: #717171;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

.miniTitle {
	background: url('img/sprite_x.png') no-repeat 0 -40px;
	margin: 0px 0px 10px -20px;
	padding: 0px 0px 0px 20px;
	color: #aaa;
	font-weight: bold;
	font-size: 17px;
}

/*	Content														*/
/****************************************************************/
#box_content,#box_messages {
	padding: 0px 0px 0px 32px;
}

.contentButtonList {
	margin: 10px 0px;
}

#box_content:after,.contentButtonList:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

#box_content .contentButtonList:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#box_content .contentButtonList li {
	float: left;
	margin-right: 20px;
}

a.btn {
	float: left;
	background: url(img/content/Action_Button.png) 0px 0px no-repeat;
	padding-left: 28px;
	cursor: pointer;
}

a.btn span {
	display: block;
	background: url(img/content/Action_Button.png) no-repeat right -62px;
	padding-right: 28px;
}

a.btn span em {
	display: block;
	line-height: 31px;
	background: url(img/content/Action_Button.png) repeat-x left -31px;
	color: #999999;
}

a.btn:hover {
	background-position: 0px -93px;
}

a.btn:hover span {
	background-position: right -155px;
}

a.btn:hover span em {
	background-position: 0px -124px;
	color: #FFFFFF;
}

#ajax_loader {
	display: none;
	width: 29px;
	height: 29px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	z-index: 99999;
}

.contentHome {
	padding: 24px 0px 0px 160px;
}

.contentHome #pageInfo {
	margin-top: 6px;
	margin-bottom: 28px;
	margin-right: 50px;
}

.contentHome #pageInfo h2 {
	padding-left: 30px;
}

.contentHome #pageInfo h2 div {
	height: 30px;
	width: 30px;
	margin-left: -30px;
	float: left;
	background: url('img/sprite_x.png') no-repeat 0 0;
}

/*	Footer														*/
/****************************************************************/
#spacer_footer {
	height: 27px;
}

#box_footer {
	width: 100%;
	height: 27px;
	margin-top: -27px;
	position: relative;
	bottom: 0px;
	background: url('img/sprite_bgs.png') 0 -570px repeat-x;
}

#box_footer table{
	margin-top: -7px;
	width: 100%;
}

#box_footer a {
	color: #717171;
	padding: 0px 4px;
}

#box_footer li.socialBookmarks a {
	color: #0082FE;
}

#box_footer a:hover {
	text-decoration: underline;
}

#box_footer .logo {
	margin-top: -3px;
	float: right;
	width: 269px;
	height: 27px;
	background: url('img/onlinewelt-sprachen.png') no-repeat scroll 0 0;
}

#box_footer .logo.es {
	background-position: 0 -27px;
}

#box_footer .logo.fr {
	background-position: 0 -54px;
}

#box_footer .logo.nl {
	background-position: 0 -81px;
}

#box_footer .logo.en,#box_footer .logo.it {
	background-position: 0 -108px;
}

#box_footer .logo.tr {
	background-position: 0 -135px;
}

#box_footer .content {
	text-align: center;
	font-size: 15px;
}

#box_footer .shadow {
	background: url("img/sprite_bgs.png") repeat-x scroll 0 -540px transparent;
    height: 10px;
    position: relative;
    top: -10px;
    width: 100%;
}

#socialBookmarks {
	display: none;
	position: absolute;
	width: 250px;
	background: #FFFFFF;
	border: 4px solid #AAAAAA;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#socialBookmarks .title {
	padding: 5px;
	color: #555555;
	font-weight: bold;
}

#socialBookmarks:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#socialBookmarks a {
	background: no-repeat 2px center;
	line-height: 20px;
	width: 93px;
	float: left;
	padding: 0px 5px 0px 23px;
	color: #666666;
	font-size: 12px;
	margin: 1px;
	border: 1px solid #FFFFFF;
}

#socialBookmarks a:hover {
	background-color: #ECECEC;
	border: 1px solid #999999;
}

#box_footer ul,#box_footer li {
	display: inline;
}

/*	Colorbox													*/
/****************************************************************/
#colorbox a.btn {
	float: left;
	background: url(img/sprite_x.png) no-repeat 0 -240px;
	padding-left: 16px;
	margin: 0px 5px;
}

#colorbox a.btn span {
	display: block;
	background: url(img/sprite_x.png) no-repeat right -280px;
	padding-right: 16px;
}

#colorbox a.btn span em {
	display: block;
	line-height: 34px;
	background: url(img/sprite_bgs.png) repeat-x 0 -210px;
	color: #262626;
	font-weight: bold;
	font-size: 14px;
}

#colorbox a.btnHighLight {
	background-position: 0 -320px;
}

#colorbox a.btnHighLight span {
	background-position: right -360px;
}

#colorbox a.btnHighLight span em {
	background-position: 0 -250px;
}

#colorbox a.btn:hover {
	background-position: 0 -400px;
}

#colorbox a.btn:hover span {
	background-position: right -440px;
}

#colorbox a.btn:hover span em {
	background-position: 0 -290px;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/

#colorbox,#cboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#cboxWrapper {
	overflow: visible;
}

#cboxOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.35;
	filter:Alpha(opacity = 65);
}

#cboxMiddleLeft,#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
}

#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#cboxTitle {
	margin: 0;
	position: absolute;
	top: -43px;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	cursor: pointer;
}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background: #000;
}

#cboxTopLeft {
	width: 15px;
	height: 43px;
	margin-top: 10px;
	background: url(img/sprite.png) -120px -200px no-repeat;
}

#cboxTopRight {
	width: 15px;
	height: 43px;
	margin-top: 10px;
	background: url(img/sprite.png) -140px -200px no-repeat;
}

#cboxTopCenter {
	height: 43px;
	margin-top: 10px;
	background: url(img/sprite_bgs.png) 0 -330px repeat-x;
}

#cboxBottomLeft {
	width: 15px;
	height: 19px;
	background: url(img/sprite.png) -200px -160px repeat-x;
	margin-left: -5px;
}

#cboxBottomRight {
	width: 15px;
	height: 19px;
	background: url(img/sprite.png) -220px -160px repeat-x;
	margin-top: -2px;
}

#cboxMiddleLeft {
	width: 15px;
	background: url(img/colorbox/bg_middle.png) repeat-y;
}

#cboxMiddleRight {
	width: 15px;
	background: url(img/colorbox/bg_middle.png) -16px 0px repeat-y;
}

#cboxBottomCenter {
	height: 19px;
	background: url(img/sprite_bgs.png) 0 -380px repeat-x;
	margin-top: -2px;
	padding-right: 4px;
}

#cboxContent {
	background: #242223;
}

#cboxLoadedContent {
	margin-bottom: 10px;
}

#cboxTitle span {
	line-height: 43px;
	font-size: 20px;
	color: #ddd;
	padding: 20px 20px 0;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious.hover {
	background-position: 0px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext.hover {
	background-position: -25px -25px;
}

#cboxClose {
	position: absolute;
	top: -58px;
	right: -24px;
	background: url(img/sprite.png) -159px 0px no-repeat;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: -159px -31px;
}

#cboxLoadingOverlay {
	
}

#cboxLoadingGraphic {
	background: url(img/Loading_Animation_Mitte.gif) center center no-repeat;
}
*/
/*	Filter														*/
/****************************************************************/
#box_menu #filter {
	display: none;
	margin-top: 3px;
	margin-left: 7px;
}

#box_menu #filter .input {
	float: left;
	width: 80px;
	color: #000;
	font-family: arial;
	margin: 0px 0px 0px 0px;
	border: none;
	background: none;
	background: url(img/filter_box.jpg) repeat-x 0px -31px;
	padding-top: 6px;
	padding: 7px 7px 6px 7px;
}
#box_menu #filter .lft {
	float: left;
	width: 28px;
	height: 31px;
	background: url(img/filter_box.jpg) no-repeat 0px -62px;
}

#box_menu #filter .rgt {
	float: left;
	width: 16px;
	height: 31px;
	background: url(img/filter_box.jpg) no-repeat -13px 0px;
}

/*	Titles														*/
#cboxTitle img {
    background: url("img/sprite.png") no-repeat scroll 0 0 transparent;
 	height: 20px;
    left: -10px;
    position: relative;
    width: 20px;
}
#cboxTitle .login img {
    background-position: 0 -220px;
    top: 5px;
}

#cboxTitle .contact img {
    background-position: 0 -240px;
    height: 13px;
    width: 21px;
}

#cboxTitle .sendLink img {
	background-position: -260px -160px;
    top: 4px;
}

#cboxTitle .geoInfo img {
	background-position: -260px -180px;
    top: 3px;
    left: -2px;
}

#cboxTitle .mediaInfo img {
	background-position: -260px -200px;
    top: 3px;
    left: -2px;
}

#cboxTitle .commentInfo img {
	background-position: -260px -280px;
    top: 5px;
    left: -2px;
}

#cboxTitle .embed img {
    background-position: -19px -220px;
    left: -11px;
    top: 3px;
}
/*	Colorbox Success											*/
/****************************************************************/
#box_success,#box_error {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-left: -120px;
	margin-top: -30px;
	width: 220px;
	background: url('img/sprite_x.png') right -480px no-repeat;
	z-index: 99999;
}

#box_success .a,#box_error .a {
	background: url('img/sprite.png') no-repeat;
}

#box_success .b,#box_error .b {
	margin-left: 64px;
	margin-right: 29px;
	background: url('img/sprite_bgs.png') 0 -400px repeat-x;
	height: 70px;
	line-height: 60px;
	padding-left: 10px;
	color: #d6d9d9;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}
#box_error .a{background-position:  -260px 0;}
#box_success .a{background-position:  -260px -80px;}

#box_content .separator {
	background: url('img/separator_big.png') no-repeat;
	width: 100%;
	height: 4px;
}

#box_content .contentHome #welcomePicture {
	margin: 0px 0px 14px 0px;
	border: 1px solid #8F8D92;
	background: #FFFFFF;
}

#box_content .contentHome .description {
	margin: 5px 0px 14px 5px;
}

/*	Imprint														*/
/****************************************************************/
.contentImprint {
	font-size: 14px;
}

.contentImprint h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #919191;
}

.contentImprint .box {
	margin-top: 20px;
}

.contentImprint #address {
	margin-left: 20px;
	width: 410px;
	width: 365px;
	float: left;
}

.contentImprint #imprint {
	width: 570px;
	margin-left: 25px;
	float: left;
}

/*	Oma Slider													*/
/****************************************************************/
.box_omasidebar {
	display: none;
	padding: 0 20px 1px 20px;
	height: 450px;
	overflow: hidden;
	z-index: 90;
	position: absolute;
	font-size: 14px;
	color: #ddd;
	background: #222222;
	border-right: 1px solid #000;
}

.box_omasidebar #lasche {
	width: 13px;
	height: 58px;
	background: url('img/sprite.png') 0 -260px no-repeat;
	position: fixed;
	top: 230px;
	left: 4px;
}
.box_omasidebar .box_folder {
	position: relative;
	overflow: hidden;
}

.box_omasidebar .box_folder #bar {
	background-color: #000;
	position: absolute;
	display: none;
	top: 0px;
	right: 0px;
	width: 3px;
}

.box_omasidebar .box_folder #barPos {
	background-color: #666;
	display: none;
	position: relative;
	width: 3px;
	height: 10px;
}
.box_omasidebar .folderList li,.box_omasidebar .folderList li a {
	display: block;
}

.box_omasidebar .folderList .folder {
	font-weight: bold;
	padding-bottom: 10px;
}

.box_omasidebar .folderList .folder ul {
	padding-left: 10px;
}

.box_omasidebar .folderList .folder .album {
	font-size: 10px;
	font-weight: normal;
	color: #848484;
}

.box_omasidebar .folderList .folder .album.active * {
	color: #FFFFFF;
}

.box_omasidebar .folderList .folder .album a {
	color: #848484;
}

.box_omasidebar .folderList .folder .album a:hover {
	color: #43E1FF;
	text-decoration: underline;
}

.box_omasidebar .slideUp, .box_omasidebar .slideDown {
	width: 133px;
	height: 16px;
	margin: 20px 0px 10px 0px;
	background: url("img/sprite.png") no-repeat scroll -20px -260px transparent;
	position: relative;
	cursor: pointer;
}

.box_omasidebar .slideUp:hover {
	background-position: -20px -276px;
}

.box_omasidebar .slideDown {
	margin: 10px 0px 20px 0px;
	background-position: -20px -292px;
}

.box_omasidebar .slideDown:hover {
	background-position: -20px -308px;
}

/*	Oma Folder - List											*/
/****************************************************************/
.contentOma_FolderList {
	min-height: 200px;
	margin-bottom: 10px;
}

.contentOma_FolderList .box_albumMatrix {
	padding-top: 10px;
}

.contentOma_FolderList .folderTitle {
	cursor: pointer;
}

.contentOma_FolderList .folderTitle .displayTrigger {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	background: url('img/sprite.png') -160px -164px  no-repeat;
	margin-right: 5px;
	cursor: pointer;
}

.contentOma_FolderList .folderTitle .displayTrigger:hover {
	background-position: -160px -120px;
}

.contentOma_FolderList .folderTitle .displayTrigger.opened {
	background-position: -80px -120px;
}

.contentOma_FolderList .folderTitle .displayTrigger.opened:hover {
	background-position: -124px -120px;
}

.contentOma_FolderList .folderTitle h3 {
	float: left;
    color: #AAAAAA;
    font-size: 23px;
    height: 34px;
    padding-left: 11px;
}

.contentOma_FolderList .folderTitle .folderImage {
	float: left;
	background: url('img/sprite.png') 0 -157px  no-repeat;
	height: 34px;
	margin-left: 2px;
}

.contentOma_FolderList .box_albumMatrix .folderContent {
	padding: 2px 0px 32px 44px;
}

.box_albumMatrix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

.contentOma_FolderList .box_albumMatrix div.album {
	width: 175px;
	height: 200px;
	display: block;
	float: left;
	background: url("img/sprite.png") no-repeat scroll 0 -340px transparent;
	margin: 0px 30px 30px 0px;
	cursor: pointer;
}

.contentOma_FolderList .box_albumMatrix div.album:hover,.contentOma_FolderList .box_albumMatrix div.album.active{
	background-position: -175px -340px;
}

.contentOma_FolderList .box_albumMatrix div.album .a.preview {
	width: 139px;
	display: block;
	height: 139px;
	margin: 17px 0px 0px 18px;
	float: left;
}

.contentOma_FolderList .box_albumMatrix div.album .b.preview {
	margin: 0px;
	width: 139px;
	height: 139px;
	float: none;
}

.contentOma_FolderList .box_albumMatrix div.album .menu_trigger {
	background: url(img/sprite.png) no-repeat 0 -140px;
	width: 24px;
	height: 20px;
	float: left;
	margin: 16px 0 0 -8px;
	position: relative;
	visibility: hidden;
}

.contentOma_FolderList .box_albumMatrix div.album:hover .menu_trigger,.contentOma_FolderList .box_albumMatrix div.album.active .menu_trigger
	{
	visibility: visible;
}

.contentOma_FolderList .box_albumMatrix div.album .menu_trigger .trigger{
	width: 17px;
	height: 17px;
	background: url("img/sprite.png") no-repeat scroll 0 -120px transparent;
	position: absolute;
    left: 3px;
    top: -10px;
	cursor: pointer;
}

.contentOma_FolderList .box_albumMatrix div.album .menu_trigger:hover .trigger{
	background-position: -17px -120px;
}

.contentOma_FolderList .box_albumMatrix div.album .info {
	clear: both;
	padding: 4px 0px 0px 18px;
	position: relative;
}

.contentOma_FolderList .box_albumMatrix div.album .info .title a {
	color: #e3e3e3;
	font-size: 14px;
	font-weight: bold;
}

.contentOma_FolderList .box_albumMatrix div.album .media {
	color: #929292;
	display: none;
	width: 139px;
	height: 19px;
	background: #000;
	opacity: 0.75;
	filter:Alpha(opacity = 75);
	margin: -19px 0 0 18px;
	float: left;
}

.contentOma_FolderList .box_albumMatrix .info {
	height: 42px;
}

.contentOma_FolderList .box_albumMatrix .info .title {
	color: #e3e3e3;
	font-size: 14px;
	font-weight: bold;
	width: 140px;
	height: 37px;
	overflow: hidden;
}

.contentOma_FolderList .box_albumMatrix .album:hover .media {
	display: block;
}

.contentOma_FolderList .box_albumMatrix .media div {
	display: block;
	float: left;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
}

.contentOma_FolderList .box_albumMatrix .media .image {
	background: url(img/icon/photo_small.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 14px;
	margin-left: 6px;
	width: 30px;
}

.contentOma_FolderList .box_albumMatrix .media .video {
	background: url(img/icon/video_small.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 14px;
	width: 30px;
}

.contentOma_FolderList .box_albumMatrix .media .audio {
	background: url(img/icon/audio_small.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 17px;
	width: 28px;
}

#mediaPosition {
	float: right;
    padding-right: 10px;
}

#detailOverlay #mediaPosition {
	padding-left: 0px;
}

#mediaPosition span {
	float: left;
}

#mediaPosition #fullscreenTrigger {
	float: right;
	padding-right: 0px;
}

#detailOverlay #mediaPosition a {
	position: absolute;
	right: 10px;
	top: 5px;
	float: none;
}

#detailOverlay #mediaPosition span {
	position: absolute;
	left: 5px;
	top: 5px;
	float: none;
}

#detailOverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000000;
	width: 100%;
	height: 100%;
	z-index: 999;
	padding-left: 10px;
	border-collapse: collapse;
}

#detailOverlay .content, #detailOverlay .loadingwheel{
	text-align:center;
	height: 100%;
}

#detailOverlay .content img{
  cursor: pointer;
}

#detailOverlay #detailNavLeft {
	margin-left: 20px;
}

#detailOverlay .loading {background: url(img/Loading_Animation_Mitte.gif) no-repeat center center;}

/*	Oma Album - List											*/
/****************************************************************/
.paging {
 	float: right;
    margin-right: 20px;
    margin-top: 5px;
}

.paging li {
	display: inline;
}

.paging li a,.paging li span {
	padding: 2px 4px;
}

.paging li a {
	color: #717171;
}

.paging li span {
	
}

.paging li .highlight {
	color: #0A8DA5;
}

.paging li a:hover {
	text-decoration: underline;
}

.contentOma_AlbumList .mediabox {
	clear: both;
}

.contentOma_AlbumList .mediabox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.contentOma_AlbumList .mediabox .media {
	float: left;
	width: 193px;
	height: 193px;
	background: url(img/oma_album_list_imgborder.png) -200px 0px no-repeat;
	cursor: pointer;
}

.contentOma_AlbumList .mediabox .media:hover,.contentOma_AlbumList .mediabox .media.active
	{
	background-position: 0px 0px;
}

.contentOma_AlbumList .mediabox .media .menu_trigger {
	visibility: hidden;
	float: right;
	position: relative;
	height: 17px;
	width: 17px;
	margin: 3px 3px 0px auto;
}

.contentOma_AlbumList .mediabox .media .menu_trigger .trigger {
	background: url("img/sprite.png") no-repeat scroll 0 -120px transparent;
	cursor: pointer;
	height: 17px;
	width: 17px;
	position: absolute;
}

.contentOma_AlbumList .mediabox .media:hover .menu_trigger,.contentOma_AlbumList .mediabox .media.active .menu_trigger
	{
	visibility: visible;
}

.contentOma_AlbumList .mediabox .media .menu_trigger:hover .trigger {
	background-position: -17px -120px;
}

.contentOma_AlbumList .mediabox .media .contextMenu {
	width: auto;
}

.contentOma_AlbumList .mediabox .media .data {
	clear: both;
    height: 176px;
    text-align: center;
    width: 176px;
}

.contentOma_AlbumList .mediabox .media.ratio .data {
    width: 190px;
}

.contentOma_AlbumList .mediabox .media.tile .wrapper {
    height: 140px;
    width: 140px;
    margin-left: 27px;
    overflow: hidden;
    margin-bottom: 5px;
}

.contentOma_AlbumList .mediabox .media .data img {
	display: block;
	margin: 0px auto;
}

.contentOma_AlbumList .mediabox .media .data a span {
	color: #717171;
	text-decoration: none;
}

.contentOma_AlbumList .mediabox .media.tile .data a span {
    margin-left: 27px;
}

.contentOma_AlbumList .mediabox .media:hover .data a span,.contentOma_AlbumList .mediabox .media.active .data a span
	{
	color: #FFFFFF;
}


/*	Oma Album - Journal											*/
/****************************************************************/
.contentOma_AlbumJournal {}
.contentOma_AlbumJournal .media {
	padding-bottom: 40px;
	margin: 0 auto;
}
.contentOma_AlbumJournal .media.loading .item {
	background: #121212;
	border: 1px solid #222;
	opacity: 0.8;
	width: 800px;
	height: 700px;
}
.contentOma_AlbumJournal .media .item {
	margin: auto;
    padding-bottom: 7px;
    padding-right: 5px;
    position: relative;
}

.contentOma_AlbumJournal .description{
    margin-bottom: 5px;
}

/*	Oma Album - Player											*/
/****************************************************************/
.contentOma_AlbumPlayer h3 {
	height: 34px;
}

.contentOma_AlbumPlayer #mediaContainer {
	background-color: #000;
}

.contentOma_AlbumPlayer object,.contentOma_AlbumPlayer embed {
	cursor: pointer;
}

/*	Oma Media - Detail											*/
/****************************************************************/
* #breadcrumb {
	margin-bottom: 17px;
}

* #breadcrumb a {
	color: #0A8DA5;
}

.contentOma_MediaDetail #breadcrumb a:hover {
	text-decoration: underline;
}

.contentOma_MediaDetail  {
	margin-right: 25px;
}

.contentOma_MediaDetail .description {
	margin: 5px auto 5px;
	width: 800px;
	line-height: 14px;
	font-size: 14px;
	line-height: 17px;
	/*padding-left: 6px;*/
}

.contentOma_MediaDetail #commentsPnl{
	margin: 0 auto;
	padding-top: 40px;
	width: 530px;
}

.detailNav {
	display: block;
	float: left;
	background: url(img/sprite.png) no-repeat -200px 0;
	height: 38px;
	width: 41px;
	cursor: pointer;
	position: relative;
	margin-top: 30%;
}

#detailOverlay .detailNav{
	margin-top: 0;
}

#detailNavRight {
	float: right;
	background-position: -200px -38px;
}

.detailNav:hover,.detailNav.hover {
	background-position: -200px -76px;
}

#detailNavRight:hover,#detailNavRight.hover {
	background-position: -200px -114px;
}

.contentOma_MediaDetail .detailNav {
	margin-top: 20%;
}

#detailOverlay #mediaContainer{
	cursor: pointer;
}

.media.image .playbutton {
	display:none;
}

.media.flash .playbutton, .media.audio .playbutton {
	background: url('img/play_button.png') no-repeat;
	left: 40%;
    position: relative;
    top: -60%;
    width: 124px !important;
    height: 124px !important;
    cursor: pointer;
}

/*	Formulare													*/
/****************************************************************/

.at300bs {
	height: 0px !important;
	width: 0px !important;
	overflow: hidden !important;
}

#loginForm {
	text-align: center;
}

.login {
	padding: 20px 20px 0px 20px;
}

#loginForm .submit {
	margin-top: 20px;
}

#loginForm a.btn {
	width: 115px;
	margin: 0px 20px;
}

#loginForm label {
	display: block;
	color: #717171;
	font-size: 14px;
	margin-bottom: 4px;
}

#loginForm .description {
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
	color: #585657;
}

#loginForm .radio {
	vertical-align: 20%;
	font-size: 20px;
	cursor: pointer;
}

#loginForm .loginType label {
	font-size: 14px;
	color: #585657;
}

#loginForm #loginSelection {
	margin: 10px 0px;
}

#loginForm .userLogin {
	display: none;
}

#loginForm .guestLogin {
	display: block;
}

#loginForm #loginSelection img {
	cursor: pointer;
	padding-right: 10px;
	background: url('img/sprite.png') -40px -120px no-repeat;
	width: 29px;
	height: 26px;
}

#loginForm #loginSelection img.active {
	background-position: -40px -160px;
}


#loginForm #loginAsUser {
	margin-left: 20px;
}

#loginForm .error {
	float: none;
	visibility: visible;
}

form * {
	font-family: arial, verdana, sans-serif;
}

form {
	padding: 0px 15px 10px 5px;
}

.error {
	line-height: 22px;
	font-size: 12px;
	color: #ff9000;
  clear: left;
  float: left;
  padding-top: 2px;
  display:none;
}

form .info {
	font-size: 12px;
}

form div.name {
	text-align: left;
}

form div.name:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

form .subtitle {
	margin: 6px 0px 3px 0px;
	padding: 0px 0px 0px 10px;
	color: #aaa;
	font-size: 14px;
}

# commentsForm  .subtitle {
	float: left;
}

form .line{
  clear: both;
  padding-top: 20px;
}

form .line .picture{
  float:left;
  width: 227px
}
form .line .picture a{
  float: left;
}

form .line .picture img{margin-bottom: 5px}

form input[type=text], 
form input[type=email],
form input[type=url], 
form input[type=password],
form textarea {
	background: #393939;
	border: 1px solid #444;
	color: #BCBBBC;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 4px;
	
	/* Schatten */
	-moz-box-shadow:		0 0 4px 2px #333;
	-webkit-box-shadow:		0 0 4px 2px #333;
	box-shadow:				0 0 4px 2px #333;
}

form textarea {
	width: 100%;
  resize: vertical;	
}

/*
form input:invalid, 
form textarea:invalid {
	border: 1px solid rgb(90,118,131);
	color: #0A8DA5;
} */

#commentsForm{
  padding: 0
}

#commentsForm input[type=text], 
#commentsForm input[type=email],
#commentsForm input[type=url], 
#commentsForm input[type=password],
#commentsForm textarea {
	color: #BCBBBC;
	width: 200px;
	padding: 4px;
	float: left;
	margin-right: 10px;
	width: 205px;
}

#commentsForm textarea {
	min-height: 115px;
	margin-bottom: 10px;	
	width: 520px;
}

#comments .com_body textarea {
	border: 1px solid #444;
	color: #BCBBBC;
	box-shadow: none;
}
            
/*	Form - Send Link / Contact									*/
/****************************************************************/
#box_contact,#box_sendLink {
	display: none;
}

#contactForm .submit,#sendLinkForm .submit {
	padding-top: 10px;
	margin-left: 90px;
}

#sendLinkForm {
	padding: 0px 20px 10px 10px;
}

#sendLinkForm #sendLinkLinkField {
	font-size: 11px;
}

#sendLinkForm .subtitle .info {
	font-size: 12px;
	font-weight: normal;
	color: #717171;
}

#sendLinkForm .copyInfo {
	text-align: center;
	font-size: 12px;
	padding-bottom: 9px;
}

#contactForm input,#sendLinkForm input {
	margin-bottom: 10px;
}

#contactForm textarea,#sendLinkForm textarea {
	resize: none;
}

.captcha .picture {
	float: left;
	width: 150px;
	height: 50px;
	margin-right: 15px;
	margin-top: 6px;
}

.captcha .data {
	font-size: 12px;
	margin-top: 8px;
	float: right;
	width: 55%;
}

.captcha .data input[type=text] {
	position: relative;
	margin-top: 5px;
	width: 100%;
}

/*	Form - EmbedPlayer											*/
/****************************************************************/
#box_embedPlayer {
	display: none;
}

#embedPlayerForm {
	padding: 0px 15px 1px 5px;
}

#embedPlayerForm .subtitle {
	background: url('img/icon/arrow_right_small.png') 0px 3px no-repeat;
	margin: 11px 0px 11px 0px;
	padding: 0px 0px 0px 20px;
	color: #aaa;
	font-size: 17px;
	font-weight: bold;
}

#embedPlayerForm textarea {
	resize: none;
	height: 68px;
}

#embedPlayerForm #preview {
	width: 400px;
	height: 270px;
	background: #000;
}

#embedPlayerForm .embedInfo {
	text-align: center;
	font-size: 12px;
	padding: 12px 45px 20px 45px;
}

#embedPlayerForm .submit {
	padding-left: 140px;
}

.bubble {
	
}

.bubble .tl {
	padding-left: 48px;
	height: 42px;
	background: url(img/bubble/Sprechblase_01.png) no-repeat top left;
}

.bubble .tr {
	padding-right: 26px;
	height: 42px;
	background: url(img/bubble/Sprechblase_03.png) no-repeat top right;
}

.bubble .tm {
	height: 42px;
	background: url(img/bubble/Sprechblase_02.png) repeat-x top left;
}

.bubble .bl {
	padding-left: 48px;
	height: 21px;
	background: url(img/bubble/Sprechblase_07.png) no-repeat top left;
}

.bubble .br {
	padding-right: 26px;
	background: url(img/bubble/Sprechblase_09.png) no-repeat top right;
	height: 21px;
}

.bubble .bm {
	background: url(img/bubble/Sprechblase_08.png) repeat-x top left;
	height: 21px;
}

.bubble .ml {
	background: url(img/bubble/Sprechblase_04_1.png) repeat-y top left;
}

.bubble .ml .mlTop {
	background: url(img/bubble/Sprechblase_04.png) no-repeat top left;
	width: 19px;
	height: 17px;
	float: left;
}

.bubble .mr {
	margin-left: 19px;
	background: url(img/bubble/Sprechblase_06_1.png) repeat-y top right;
}

.bubble .mr .mrTop {
	background: url(img/bubble/Sprechblase_06.png) no-repeat top right;
	height: 17px;
	width: 4px;
	float: right;
}

.bubble .mm {
	min-height: 30px;
	margin-right: 4px;
	padding: 0px 26px 0px 26px;
	background: #131313 url(img/bubble/Sprechblase_05.png) repeat-x top
		right;
}

.loadingWheelContainer {
	position: absolute;
}

.loadingWheelContainer .loadingWheel {
	background: url("img/Loading_Animation_Mitte.gif") no-repeat scroll	center center transparent;
	height: 29px;
	position: relative;
	top: -125px;
	left: 77px;
	width: 29px;
}


.xdebug-var-dump {
	background: #fff;
	padding: 20px;
}

#mediaContainerInfo{
	margin: 0 auto;
	height: 30px;
	overflow: hidden;
}

#mediaContainerInfo .title{
    float: left;
    font-size: 14px;
    height: 22px;
    margin-top: 3px;
    overflow: hidden;
}

#combiMode #mediaContainerInfo .title,.contentOma_MediaDetail #mediaContainerInfo .title{
	margin-left: 3px;
}

#mediaContainerInfo .mediaBar{
	font-size: 14px;
	margin-top: 3px;
	float:right;
	width: auto;
}

.contentOma_AlbumJournal #mediaContainerInfo .mediaBar{
	margin-right: 0px;
}

.mediaControls{
	float:right;
}

.mediaControls .icon{
	background: url('img/sprite.png') no-repeat;
	width: 16px;
	height: 17px;
	float: left;
	margin-right: 5px;
	position: relative;
    z-index: 9;
}

.mediaControls .icon.deactivated, .mediaControls .icon.hide{
	cursor:default;
}

.mediaControls .icon.share{background-position: -280px -159px;margin-right: 7px}
.mediaControls .icon.share.activated.show:hover{background-position: -296px -159px}
.mediaControls .icon.share.deactivated{background-position: -312px -159px}

.mediaControls .icon.download{background-position: -280px -290px;margin-right: 7px}
.mediaControls .icon.download.activated.show:hover{background-position: -296px -290px}
.mediaControls .icon.download.deactivated{background-position: -312px -290px}

.mediaControls .icon.geo{background-position: -280px -175px;margin-right: 7px;}
.mediaControls .icon.geo.activated.show:hover{background-position: -296px -175px}
.mediaControls .icon.geo.deactivated, .mediaControls .icon.geo.hide{background-position: -312px -175px}

.mediaControls .icon.info{background-position: -280px -192px}
.mediaControls .icon.info.activated.show:hover{background-position: -296px -192px}
.mediaControls .icon.info.deactivated{background-position: -312px -192px}

.mediaControls .icon.fullscreen{background-position: -280px -208px}
.mediaControls .icon.fullscreen.activated.show:hover{background-position: -296px -208px}
.mediaControls .icon.fullscreen.deactivated{background-position: -312px -208px}

.mediaControls .icon.fullscreenclose{background-position: -280px -272px}
.mediaControls .icon.fullscreenclose:hover{background-position: -296px -272px}

.viewmode h3{
  font-size: 14px;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 1px;
}

#fullscreenclosetrigger{
	position: absolute;
    right: 5px;
    top: 5px;
}

.shareContainer{
	float: left;
    position: relative;
    width: 0px;
    display: none;
}

.shareContainer .content{
	background: none repeat scroll 0 0 black;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 26px;
    z-index: 10;
}

/* Kommentare 								*/
/********************************************/

#commentsPnl {
	width:800px;
	margin-top:5px;
}

#commentsPnl h3#commentsTitle, #commentsPnl h3#commentsTitle span#commentsCount,
#commentsPnl h3#commentsTitle a, #commentsPnl h3#commentsTitle a span#commentsCount {
	font-size: 16pt;
	color: #848484;
	font-family: 'Trebuchet MS', arial, sans-serif;
}

#comments h3#commentsTitle,#comments h3#commentsTitle a, #comments h3#commentsTitle span#commentsCount {
	font-size: 14pt;
	line-height: 17px;
	color: #e1e1e1;
	font-family: 'Trebuchet MS', arial, sans-serif;
	margin-bottom: 10px;
}

#commentsPnl h4 a, #comments h4 a {
	font-size: 12pt;
	color: #e1e1e1;
	font-family: 'Trebuchet MS', arial, sans-serif;
	line-height: 15px;
}

#commentsPnl h4 a {
	color: #848484;
}

#commentsPnl h4 a span, #comments h4 a span {
	background: url("img/sprite.png") no-repeat scroll -280px -224px transparent;
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	display: block;
}

#commentsPnl h4 a:hover span, #comments h4 a:hover span {
	background-position: -296px -224px;
}

#comments h4 a img {
	cursor: pointer;
	vertical-align: middle;
	margin-bottom: 2px;
	height: 18px;
	width: 18px;
}

#comments .com_body {
	margin-top: 10px; 
	padding: 3px 3px 3px 0;
	width: 530px
}


#box_mediaInfo_content #comments .com_body{
	width: 510px
}
#box_mediaInfo_content #commentsForm textarea{
width: 500px
}
#box_mediaInfo_content #comments #commentsForm .submitComment {
 padding-right: 20px;
 }

#comments .com_body .commentHeader {
	color: #666;
	background: #313131;
	padding: 5px 10px;
}

#comments .com_body .commentHeader, #comments .com_body .commentHeader i{
  font-size: 10px
}

#comments .com_body a.nickname {
	color: #fff;
	text-decoration: underline;
	font-size: 14px
}

#comments .com_body span.nickname {
	color: #c5c5c5;
	font-size: 14px
}

#comments .com_body .commentTextPnl {
  background: #272727;
  margin: 1px 0 0;
  padding: 5px 0 5px 10px;
  word-wrap: break-word;
}

#comments .com_body .commentTextPnl .commentNotReleasedInfo {
	color: #fff;
	margin-top: 15px;
}

#comments .com_body .commentChangedInfo {
	text-align: right;
	font-style: italic;
	font-size: 8pt;
	color:#444;
}

#comments .com_body .commentOptions {
	float: right;
	text-align:right;
	position:relative;
	padding: 5px
}

#comments .com_body .commentOptions > * {
	float: left;
	margin: 0 2px;
}

#comments .com_body .commentOptions span {
	margin-right: 6px;
}

#comments .com_body .commentOptions a, #comments .com_body .commentTextPnl .saveCancelLinks a span {
	width: 16px;
	height: 16px;
	background: url(img/edit_sprite.png) no-repeat scroll transparent;
}

#comments .com_body .commentOptions a.editCommentLink {
	background-position: 0px -16px;
}

#comments .com_body .commentOptions a.editCommentLink:hover {
	background-position: -16px -16px;
}

#comments .com_body .commentOptions a.showDeleteOptionsLink {
	background-position: 0px -32px;
}

#comments .com_body .commentOptions a.showDeleteOptionsLink:hover {
	background-position: -16px -32px;
}

#comments .com_body .commentTextPnl .saveCancelLinks a {
	float: left;
	margin-top: 6px;
	margin-right: 15px;
	margin-left: 5px;
}

#comments .com_body .commentTextPnl .saveCancelLinks a span{
	float: left;
	margin-top: -1px;
	margin-right: 5px;
}

#comments .com_body .commentTextPnl .saveCancelLinks a#saveComment span{
	background-position: 0px 0px;
}

#comments .com_body .commentTextPnl .saveCancelLinks a#saveComment:hover span{
	background-position: -16px 0px;
}

#comments .com_body .commentTextPnl .saveCancelLinks a#cancelEditComment span{
	background-position: 0px -48px;
}

#comments .com_body .commentTextPnl .saveCancelLinks a#cancelEditComment:hover span{
	background-position: -16px -48px;
}

#comments .com_body .deleteOptions {
	background: #d0d0d0;
	text-align:left;
	color: #555;
	border: 1px solid #111;
	position: absolute;
	display: none;
	margin-top: 22px;
	z-index: 10;
}

#comments .com_body .deleteOptions div {
	font-size: .85em;
	padding: 3px 25px 3px 10px;
}

#comments .com_body .deleteOptions div:hover {
	background: #aaa;
	cursor: pointer;
}

#comments .releaseInfo {
	display: none;
	margin-top: 10px; 
	border:2px solid #222222; 
	background: #131313;
	padding: 3px;
	color: #0A8DA5;
}

#comments .releaseInfo .releaseInfoImg {
	background: url(img/sprite.png) no-repeat -187px -287px;
	width: 50px;
	height: 51px;
	float: left;
	margin-right: 20px;
}

#comments .releaseInfo .releaseInfoText {
	margin-top: 10px;
}

#comments .com_add {
	width: 530px;
	margin-top: 40px;
}

#comments .com_add #commentsForm input[type=checkbox] {
	margin-top: 1px;
}
#comments .title{
  margin-bottom: 20px
}
div.checkbox {
	background: url(img/checkbox_sprite.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	float: left;
}

label.lblCheckBox:hover {
	cursor: pointer;
}

div.checkbox.checked { background-position: 0 -20px; }
label.lblCheckBox:hover div.checkbox { background-position: 0 -40px; }
label.lblCheckBox:hover div.checkbox.checked { background-position: 0 -60px; }

#commentsForm .submitComment {
	padding-bottom: 15px;
	text-align: right;
}

/* Medien Info Box							*/
/********************************************/

#box_mediaInfo {
	height: 571px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 800px;
}

#box_mediaInfo .leftBox {
	margin: 22px 5px 10px 0px;
	float: left;
	width: 230px;
	height: 539px;
	overflow: hidden;
}

#box_mediaInfo .leftBox .imgShadow {
	margin: 4px 0px 0px 4px;
	background: #000;
	position: absolute;
}

#box_mediaInfo .leftBox .imgShadow.left {
	margin-left: 0;
}

#box_mediaInfo .leftBox img {
	border: 1px solid #444444;
	position: relative;
}

#box_mediaInfo .leftBox .title {
	font-weight: bolder;
	font-size: 13pt;
	color: gray;
	margin-top: 10px;
	word-wrap: break-word;
}

#box_mediaInfo .leftBox .description {
	margin-top: 5px;
}

#box_mediaInfo .rightBox {
	float: left;
    height: 96%;
    margin: 22px 0 0 10px;
    overflow: hidden;
    position: relative;
    width: 538px;
}

#box_mediaInfo .rightBox #box_mediaInfo_content {
	overflow: hidden;
	position: relative;
	height: 97%
}

#box_mediaInfo .rightBox #box_mediaInfo_content h1{
	font-size: 24px;
}

#box_mediaInfo .rightBox #box_mediaInfo_content .box_mediaInfo_loadingWheelContainer {
	height: 99%; 
	background: url("img/Loading_Animation_Mitte.gif") no-repeat center;
}

/* sharebox */
#sharebox{
	margin:20px
}

#sharebox .btn.share{
	margin:10px;
	width: 300px;
}

#sharebox .btn.close{
	float:right;
	margin-top: 20px;
}

#sharebox .btn .img{
    background: url("img/sprite.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    margin-top: 7px;
    padding-right: 4px;
    width: 20px;
}

#sharebox .facebook .img{
	background-position: -160px -300px !important;
}

#sharebox .twitter .img{
	background-position: -160px -320px !important;
}

/** Combi Ansicht **/
.thumbnailContainer {
	float:left;
	overflow: hidden;
}

.thumbnailContainer .scrollbar {
	float: right;
	height: 100%;
	width: 14px;
	padding-right: 2px;
}

.thumbnailContainer .thumbnails {
    overflow: hidden;
    float: left;
    position: absolute;
}


.viewmode .rightBox {
	float: right;
	margin-top: 10px;
}

.viewmode .leftBox {
	float: left;
	overflow: hidden;
}

#combiMode #imageContainer {
	margin: 0 auto;
}

#combiMode #imageBox #detailNavRight {
	margin-right:10px;
}

#combiMode #commentsPnl {
	margin: 0 auto;
}

#combiMode #loadingWheelContainer{
	display: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#combiMode #loadingWheelContainer img{
 	position: relative;
 	vertical-align: middle;
}

#combiMode #thumbnailScroller{
	position: relative;
	top: 0;
}

#combiMode .thumbnail .placeholder{
 	margin: 0 !important;
 	width: 150px;
 	height: 150px;
}

#fullscreenTriggerClose{
	float:right;
	margin-right: 10px;
}

#combiMode .thumbnail .noMargins{
	margin: 0!important;
}

/*			GEOMAP			*/
#geomap #geo_simple_content {
	width: 96%;
	height: 96%;
	margin: 5px auto;
	border: 2px solid #444;
	
	-moz-box-shadow:		0 0 5px 3px #333;
	-webkit-box-shadow:		0 0 5px 3px #333;
	box-shadow: 			0 0 5px 3px #333;
}

#geo_content .marker {
	border: 3px solid #FFFFFF;
	color: #fff !important;
}

#geo_content .marker div {
	background: url('img/geomap_bubble.png') no-repeat;
	height: 19px;
	line-height: 18px;
	position: relative;
	width: 24px;
	font-size: 10px;
}

#geo_content .geomap_infowindow_list .arrow {
	float: left;
	background: url(img/arrow.gif) no-repeat scroll;
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

#geo_content .geomap_infowindow_list .arrow.back {
	-moz-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    -WebKit-transform:scaleX(-1);
    
     filter:FlipH;
    -ms-filter:"FlipH";
}

.infowindow_detail .description {
	color: #000000;
	font-size: 11px;
	word-wrap: break-word;
}

.infowindow_detail .navilink {
	color: #727274;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

.infowindow_detail .arrow.back {
	margin: -2px 5px 0 0;
}

.geomap_infowindow_list .pic {
	border-color: #727274;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	cursor: pointer;
	margin: 5px 0 0;
	padding: 5px 0 0;
	width: 345px;
}

.geomap_infowindow_list {
	color: #000000;
	font-size: 11px;
	height: 270px;
	overflow: auto;
	width: 365px;
	margin-right: 13px;
}

.geomap_infowindow_list .pic .text {
	float: left;
	width: 340px;
	margin-bottom: 10px;
}

.geomap_infowindow_list .pic .img {
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
	width: 66px;
}

.geomap_infowindow_list .pic .img {
	text-align: center;
}

.geomap_infowindow_list .pic h3 {
	color: #727274;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin: 0 0 5px;
	padding: 0;
}

.geomap_infowindow_list .pic .description {
	float: left;
	font-size: 11px;
	height: 40px;
	width: 230px;
}

.geomap_infowindow_list .pic .button {
	float: right;
	height: 19px;
	margin-top: 20px;
	width: 19px;
	background: url(img/arrow.gif) no-repeat scroll;
}

#thumbnailLoader {
	border: 2px solid #222222; 
	background: #131313;
	background-color: rgba(19,19,19,0.9);
	color: #ababab;
	padding: 5px;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	clear: left;
	display: none;
	position: absolute;
	z-index: 999;
}

.hidden{
	display: none;
}

#box_mediaInfo_content .item{
   	float: left;
    margin-top: 25px;
    width: 47%;
}

#box_mediaInfo_content .name{
	font-weight: bold;
}

#box_mediaInfo #geomap{
   height: 100%;
    overflow: visible !important;
    width: 100%;
}

#albumNameHeader{
  	margin-bottom: 8px;
    margin-left: 6px;
    margin-top: 10px;
}

.contentOma_AlbumJournal.viewmode .flPlayer{
	cursor: pointer;	
}

#journalfullimage{
	cursor: pointer;
}

#mediaContextMenu {
	border: 1px solid #1d1d1d;
	border-radius: 10px;
	background: #d0d0d0;
	color: black;
	position: absolute;
	display: none;
	overflow: hidden;
	box-shadow: 0px 0px 6px #888;
	z-index: 9999;
}

#mediaContextMenu dt {
	background: #3c3c3c; /* Old browsers */
	background-image: -moz-linear-gradient(top, #3c3c3c 0%, #393939 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#393939));
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%,#393939 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0%,#393939 100%);
	background-image: -ms-linear-gradient(top, #3c3c3c 0%,#393939 100%);
	background-image: linear-gradient(top, #3c3c3c 0%,#393939 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#393939')";
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#393939');
	
	border-top: 1px solid rgb(85,85,85);
	border-bottom: 1px solid rgb(15,15,15);
	text-shadow: 1px 1px 1px #111;
	color: #ABABAB;
	font-weight: bold;
	padding: 3px 10px;
	cursor: default;
}

#mediaContextMenu .mediaContextMenuIcon {
	width: 16px;
	height: 17px;
	float:left;
}

#mediaTable{
	margin: 0 auto;
}

#mediaTable img{
	cursor: pointer;
}


.shadow .upper{
  height: 100%;
}

.shadow .upper .left{float: left}

.shadow .upper .right{float:right}

.shadow .upper .left, .shadow .upper .right{
    height: 100%;
    width: 2px;
}

.shadow .upper .left, .shadow .upper .left{
	background: url("img/shadow_left.png") repeat-y scroll 0 0 transparent;
}

.shadow .upper .right, .shadow .upper .right{
	background: url("img/shadow_right.png") repeat-y scroll 0 0 transparent;
}

.shadow .bottom .left, .shadow .bottom .right{
	width: 2px;
	height: 3px;
	background: url("img/sprite.png") no-repeat scroll 0 0 transparent;
}

.shadow .bottom .center, .shadow .bottom .center{
	width: 100%;
	height: 3px;
	background: url("img/sprite_bgs.png") repeat-x scroll 0 -560px transparent;	
	margin-left: 2px;
}

.shadow .bottom .left, .shadow .bottom .left{
	background-position: -440px 0;
	float: left;
}

.shadow .bottom .right, .shadow .bottom .right{
	background-position: -444px 0;
	float: right;
	margin-right: -4px;
}       

.thumbnail.tile .thumbwrapper{
	  float: left;
    height: 150px;
    margin: 0;
    width: 154px;
    position: relative;
    background-color: #000;
	   overflow: hidden;
	   cursor: pointer;
}                              

#thumbBox .thumbnail{
  float: left;
  height: 158px;
  position: relative;
  width: 162px;
  margin: 0 4px 8px 2px;
}

#thumbBox .thumbnail.tile .thumbwrapper{
    margin: 0;
    width: 150px;
}

#thumbBox .thumbnail.tile.choosen .upper,
#thumbBox .thumbnail.tile .wrapper:hover .upper{
    height: 100%;
    width: 100%;
}

.thumbnail.tile .image {
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 4px;
}

.thumbnail.ratio .wrapper{
  position: relative;
  cursor: pointer;
}

.thumbnail.ratio .thumbwrapper{
  float:left;

}
.thumbnail.ratio .wrapper:hover .thumbwrapper,
.thumbnail.ratio.choosen .thumbwrapper{
  float:none;
}

.thumbnail.ratio .wrapper:hover .upper .thumbwrapper,
.thumbnail.ratio.choosen .thumbwrapper{
  position: relative;
}

.thumbnail.ratio .wrapper:hover .upper .thumbwrapper,
.thumbnail.ratio.choosen .thumbwrapper{
  left: 0;
  top: -2px!important;
}

#thumbBox .shadow.tile .wrapper{
  width: 154px;
  height: 150px;
}

#thumbBox .shadow.tile .wrapper:hover,
#thumbBox .shadow.tile.choosen .wrapper{
  width: 158px;
}

#thumbBox .shadow.tile .bottom{
  width: 150px;  
}           
        
#thumbBox .thumbnail.tile .wrapper:hover .upper .thumbwrapper,
#thumbBox .thumbnail.tile.choosen .wrapper .upper .thumbwrapper{
  top:-2px;
  left: -2px;
}

#thumbBox .thumbnail.ratio .wrapper:hover .upper .thumbwrapper,
#thumbBox .thumbnail.tile .wrapper:hover .upper .thumbwrapper {
    border: 2px solid #AAAAAA;
}

#thumbBox .thumbnail.ratio.choosen .wrapper .upper .thumbwrapper,
#thumbBox .thumbnail.tile.choosen .wrapper .upper .thumbwrapper {
    border: 2px solid #01DFF3;
}
                                 
#thumbBox .thumbnail.shadow.choosen .right,
#thumbBox .thumbnail.shadow.choosen .left,
#thumbBox .thumbnail.shadow.choosen .center,
#thumbBox .thumbnail.shadow .wrapper:hover .right,
#thumbBox .thumbnail.shadow .wrapper:hover .left,
#thumbBox .thumbnail.shadow .wrapper:hover .center
{
	background: none;	
}

.rightBox{
	overflow:hidden;
}

.viewmode #commentsBox {
    margin: 5px auto auto;
    width: 100%;
}

.viewmode #commentsBox .wrapper {
    cursor: pointer;
    float: right;
    height: 20px;
    margin-right: 5px;
    width: auto;
}

.viewmode #commentsBox .icon {
    background: url("img/sprite.png") repeat scroll -282px -258px transparent;
    float: right;
    height: 13px;
    margin-top: 3px;
    width: 12px;
}

.viewmode #commentsBox .wrapper:hover .icon{
    background-position: -298px -258px;
}
.viewmode #commentsBox .counter {
    float: right;
    margin-right: 10px;
}

.smallArrows .detailNav{
    background: url("img/sprite.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 17px;
    width: 42px;
    z-index: 50;
}

.contentOma_MediaDetail .bigArrows #detailNavLeft.detailNav {
    /*left: 10px;*/
    margin-left: 0;    
}

.contentOma_MediaDetail .bigArrows #detailNavRight.detailNav {
    right: 5px;
}

.rightBox .smallArrows .detailNav{
    float: left!important;
    position: absolute;
    left: 50%;
    margin-top: 0;
}
                              
.smallArrows .detailNav#detailNavLeft{
    background-position: -340px -3px;
    margin-left: -47px;    
}
.smallArrows .detailNav#detailNavLeft.hover, .smallArrows .detailNav#detailNavLeft:hover{
	background-position: -340px -30px;
}
	
.smallArrows .detailNav#detailNavRight{
	background-position: -384px -3px;
	margin-right: 0px;    
}
	
.smallArrows .detailNav#detailNavRight.hover, .smallArrows .detailNav#detailNavRight:hover{
	background-position: -384px -30px;
}

.smallArrows{
	position: relative;
}

.bigArrows .detailNav{
    background: url("img/sprite.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 37px;
    width: 43px;
    z-index: 50;
}

.bigArrows .detailNav#detailNavLeft{
    background-position: -347px -66px;
    margin-left: -47px;    
}
.bigArrows .detailNav#detailNavLeft.hover, .bigArrows .detailNav#detailNavLeft:hover{
	background-position: -347px -104px;
}
	
.bigArrows .detailNav#detailNavRight{
  background-position: -389px -66px;
	margin-right: 0px;    
}
	
.bigArrows .detailNav#detailNavRight.hover, .bigArrows .detailNav#detailNavRight:hover{
	background-position: -389px -104px;
}


#loadingWheelPngContainer{
	display: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
	width: 100px;
 	height: 100px;
 	overflow: hidden;
}

.contentOma_MediaDetail #loadingWheelPngContainer{
    position: absolute;
    left: 47%;
    top: 45%;
} 


#albumMode{
	margin-bottom: 20px;
    padding-bottom: 20px;
}

.viewmode .description{
	margin: 0 auto;
}
.viewmode .description .wrapper{
	margin-right: 30px;
}

.viewmode .description.small{
	margin: 5px auto;
}

.viewmode .description.small .title a {
    color: #ABABAB;
    text-decoration: underline;
}

.viewmode .description.small .content {
	background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
	filter:Alpha(opacity=70);
    min-width: 400px;
    padding: 5px;
    position: relative;
    width: 80%;
    z-index: 100;
}

#addComment.error{
	float:none;
}
