body, html {
	background-color: #f0f0f0;
	background-image: url("/fileadmin/images/bg_body.gif");
	background-repeat: repeat-y;
	background-position: top center;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

/* Scrollbar */
html {
	overflow-y: scroll;
}


p {
	margin: 0;
}

body, td {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

img, form, object {
	border: none;
	margin:0;
	padding:0;
	outline: none;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: normal;
}

h1.small {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #e86121;
	margin-top:0;
}

a:link, a:visited {
	text-decoration: none;
	color: #e86121;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

ul li {
	list-style: none;
	background-image: url("/fileadmin/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 20px 4px;
	padding-left: 30px;
}


.print {
	display: none;
}

#top-container {
	width: 100%;
	height: 95px;
	background-image: url("/fileadmin/images/bg_top.gif");
}

#top-container-inner {
	width: 100%;
	height: 95px;
	background-image: url("/fileadmin/images/bg_top_inner.gif");
	background-repeat: no-repeat;
	background-position: center top; 
}

#top-elements, #mainmenu-container {
	width: 978px;
	margin: auto;
	height: 47px;
}

#divisionmenu-container {
	width: 978px;
	position: relative;
	z-index: 9999;
	margin: auto;
}

#logo, #mainmenu,#footer-left-nav, #content-left {
	float: left;
}

#mainmenu {
	margin-top: 8px;
}

#logo {
	margin-top: 7px;
}

#language, #divisions, #searchfield,#footer-right-nav {
	float: right;
}

#content-container, #footer {
	width: 978px;
	margin: auto;
}

#language, #divisions {
	margin-top: 12px;
}


#footer {
	border-top: 1px solid #adadad;
	margin-top: 20px;
}

#footer-right-nav ul, #footer-left-nav ul {
	margin: 0;
	margin-top: 8px;
	padding: 0;
}

#footer-left-nav ul {
	margin-left: -12px;
}

#footer-right-nav ul {
	margin-right: 12px;
}

#footer-right-nav a:link, #footer-right-nav a:visited, #footer-left-nav a:link, #footer-left-nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	text-decoration: none;
}

#footer-right-nav a:hover, #footer-left-nav a:hover {
	font-size: 11px;
	color: #e86121;
}

#footer-right-nav ul li, #footer-left-nav ul li {
	float: left;
	list-style: none;
	margin-left: 24px;
	padding-left: 8px;
	background-image: url("/fileadmin/images/bullet.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#languageTrigger {
	width: 56px !important;
	width: 74px;
	height: 13px !important;
	height: 25px;
	background-image: url("/fileadmin/images/bg_langmenu.png");
	background-repeat: no-repeat;
	padding: 6px 9px;
}

#languageTrigger.act {
	background-position: 0px -25px;
}

#languageMenu {
	background-image: url("/fileadmin/images/bg_langmenu_down.png");
	width: 56px !important;
	width: 76px;
	height: 27px !important;
	position: absolute;
	height: 47px;
	padding: 10px;
}

#languageTrigger table, #languageMenu table {
	width: 100%;
}

#languageTrigger a:link, #languageTrigger a:visited, #languageMenu a:link, #languageMenu a:visited {
	text-decoration: none;
	color: #404040;
	display: block;
}


#main-flash {
	margin-bottom: 13px;
} 

#start-flash a:link, #start-flash a:visited {
	text-decoration:none;
	color: #404040;
}

.featurebox {
	background-color: #f2f2f2;
	padding: 12px;
	margin-right: 12px;
	float: left;
	min-height: 154px;
	height: auto !important;
}

.featurebox h1 {
	font-size: 16px;
	color: #5e5e5e;
	font-weight: bold;
}

.featurebox a:link, .featurebox a:visited {
	color: #e86121;
	text-decoration: none;
}

#left-container {
	float: left;
	width: 245px;
	position: relative;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}

#content-middle {
	float: left;
	width: 733px;
	position: relative;
}

#leftmenu-container {
	background-image: url("/fileadmin/images/bg_leftmenu.png");
	background-repeat: no-repeat;
	position: relative;
	left: 5px;
	top: -44px;
	width: 218px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}

#leftheader {
	padding: 17px;
}

#leftmenu {
	padding: 0px 6px;
}

#leftmenu a:link, #leftmenu a:visited {
	display: block;
	padding: 8px 12px;
	border-bottom: 1px solid #eeeeee;
	color: #5d5c5c;
	text-decoration: none;
	background-image: url("/fileadmin/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 193px 15px;
}

#leftmenu a.actsub:link, #leftmenu a.actsub:visited {
	background-image: url("/fileadmin/images/bullet-down.gif");
	background-position: 192px 15px;
	border-bottom: none;
}


#leftmenu a:hover {
	font-weight: bold;
}

#rootline {
	margin-top: 15px;
	color: #6e6e6e;
}

#rootline a:link, #rootline a:visited {
	color: #e86121;
	text-decoration: none;
}

.contactperson {
	margin-top: 12px;
	background-color: #e9e9e9;
	background-image: url("/fileadmin/images/bg_contactbox.gif");
	background-repeat: repeat-x;
	padding: 12px;
	float: left;
	margin-right: 12px;
	min-height: 324px;
}

.contactperson h3 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.contactperson div.position {
	font-size: 12px;
	font-style: italic;
	width: 216px;
} 

.separator {
	width: 100%;
	margin: 5px 0px;
	border-top: 1px solid #d4d4d4;
	height: 4px;
	line-height: 1px;
}

.contact-label {
	width: 35px;
}

.highcell {
	padding-top: 15px;
}

#content-right {
	float: left;
	width: 240px;
}

.newsbox, .referencebox,.product-featurebox {
	margin-top: 12px;
	background-color: #e9e9e9;
	background-image: url("/fileadmin/images/bg_boxes.gif");
	background-repeat: repeat-x;
	padding: 12px;
	float: left;
	margin-right: 12px;
	width: 216px;
	min-height:255px;
	height: auto !important;
	height: 255px;
}

.dateheader {
	color: #999;
	font-size: 12px;
	margin-top: 17px;
}

.imagebox {
	padding: 12px;
	background-color: #e9e9e9;
	background-image: url("/fileadmin/images/bg_boxes.gif");
	background-repeat: repeat-x;
	margin-top: 12px;
}

.divisionmenu, .divisionmenu-act {
	float: left;
	margin-top: 0px;
}

.divisionmenu a:link, .divisionmenu a:visited, .divisionmenu-act a:link, .divisionmenu-act a:visited  {
	font-size: 12px;
	color: #404040;
	background-image: url("/fileadmin/images/divisions.png");
	padding: 6px;
	padding-right: 0;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 15px;
	display: block;
}

.divisionmenu-act a:link, .divisionmenu-act a:visited {
	background-position: 0px -25px;
	color: #fff;
}

.division-right, .division-right-act {
	float:left;
	margin-right: 12px;
	width: 5px;
	height: 25px;
	background-image: url("/fileadmin/images/divisions-right.png");
}

.division-right-act {
	background-position: 0px -25px;
}

#divisionmenu-big {
	position: absolute;
	top:-7px;
	left:-1px;
	background-image: url("/fileadmin/images/menu/bg_divisionmenu.png");
	background-repeat: repeat-y;
	width: 213px !important;
	width: 214px;
}

.divisionmenu-big a:link, .divisionmenu-big a:visited {
	display: block;
	font-size: 12px;
	height: 15px !important;
	height: 25px;
	color: #fff;
	font-weight: bold;
	padding: 5px 0px 5px 14px;
	border-bottom: 1px solid #d06228;
	margin: 0 0 0 1px;
	background-image: url("/fileadmin/images/menu/arrow-divisonmenu.png");
	background-repeat: no-repeat;
	background-position: 199px 11px;
}

.divisionmenu-big a:hover, .divisionmenu-big a.over {
	background-position: 199px -6px;
	background-color: #fff;
	color: #e86121;
}

.divisionmenu-subcontainer {
	position: relative;
}

.division-submenu {
	position: absolute;
	left: 212px;
	top: -26px;
	background-image: url("/fileadmin/images/menu/bg_divisionsubmenu.png");
	padding: 0 1px 0 1px;
	background-repeat: no-repeat;
}


.division-submenu a:link, .division-submenu a:visited {
	display: block;
	font-size: 11px;
	color: #5d5c5c;
	background-color: transparent;
	padding: 5px 0px 5px 10px;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	width: 171px !important;
	width: 181px;
	margin:0;
}

.division-submenu a:hover {
	background-color: #cb551d;
	color: #fff;
}

.productoverview-item {
	padding: 12px;
	width: 132px !important;
	width: 156px;
	margin-right: 12px;
	background: #e9e9e9 url("/fileadmin/images/bg_boxes.gif") repeat-x;
	margin-top: 12px;
	vertical-align: top;
}

.productoverview-item * {
	width: 132px;
}

.productoverview-right h3, .productoverview-item h3 {
	font-size: 18px;
	font-weight:normal;
	margin:8px 0;
	line-height: 20px;
}

.productoverview-item .link a:link, .productoverview-item .link a:visited {
	background-image: url("/fileadmin/images/bullet.gif");
	padding: 0 0 0 9px;
	background-position: 0px 5px;
	display: block;
	background-repeat: no-repeat;
	width: 121px !important;
	width: 132px;
}

.productoverview-right {
	padding: 12px;
	background-color: #e9e9e9;
	background-image: url("/fileadmin/images/bg_boxes.gif");
	background-repeat: repeat-x;
	float: left;
	width: 217px;
	margin-top: 2px;
	margin-left: 12px;
	min-height: 238px;
	height: auto !important;
	height: 238px;
}

#reference-container {
	margin-top: 12px;
}

#reference-container a.left, #reference-container a.right, #sketch-container a.left, #sketch-container a.right, #calc-container a.left, #calc-container a.right {
	width: 7px;
	height: 12px;
	background-image: url("/fileadmin/images/arrow-references.gif");
	display: block;
	float: left;
}

#reference-container a.right, #sketch-container a.right, #calc-container a.right {
	background-position: 0 -12px;
}

#reference-container .title, #sketch-container .title {
	float: left;
	width: 165px !important;
	width: 179px;
	text-align: center;
	padding: 0 7px
}

#calc-container .title {
	width: 106px;
	float: left;
	text-align: center;
} 

#sketch-container .title {
	width: 227px;
}

.product-detailbox {
	background-color: #e9e9e9;
	background-image: url("/fileadmin/images/bg_boxes.gif");
	background-repeat: repeat-x;
	padding: 12px;
	width: 216px !important;
	width: 240px;
	margin-right: 12px;
	margin-top: 12px;
	min-height: 143px;
}

.product-left {
	float: left;
	width: 480px;
}

.product-right {
	float: left;
	width: 241px;
}

td.download-left {
	width: 120px;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 8px;
}

td.download-right a:link, td.download-right a:visited {
	text-transform: uppercase;
}

td.download-right {
	padding-left: 8px;
	vertical-align: top;
}

#leftmenu-inner {
	padding-left: 20px;
}

#leftmenu-inner a:link, #leftmenu-inner a:visited {
	background-position: 0px 9px;
	padding: 4px 12px;
	border: none;
}

#sketch-container {
	margin-bottom: 12px;
	padding-left: 12px;
	width:241px;
}

.colors-container {
	position: absolute;
	bottom: 0;
	right: 9px;
}

.colors-top {
	width: 314px;
	height: 10px;
	background-image: url("/fileadmin/images/bg_colors_top.png");
}

.colors-inner {
	padding: 0px 16px 12px 16px;;
	background-image: url("/fileadmin/images/bg_colors.png");
	background-repeat: repeat-y;
}

.colors-inner a:link, .colors-inner a:visited {
	border: 2px solid transparent;
	display: block;
}

.colors-inner a:hover {
	border: 2px solid #ea7c49;
}

.tooltip-colors {
	
	background-image: url("/fileadmin/images/ctooltip_bottom.png");
	background-position: bottom center;
	background-repeat: no-repeat; 
	padding-bottom: 6px;
	min-width: 40px;
	width: auto !important;
	width: 59px;
	margin-left: 30px;
	margin-top: -5px;
	
}


.tooltip-colors div {
	border: 1px solid #ea7c49;
	border-bottom: none;
	padding: 0 8px;
	padding-bottom: 2px;
	background-image: url("/fileadmin/images/ctooltip_bg.png");
}

.tbl-download-header  {
	background-color:#DCDBD9;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	padding:1px 1px 2px 12px;
	text-transform:uppercase;
}

.tbl-download-cell {
	background-color:#F3F3F3;
	border-bottom:1px solid #FFFFFF;
	padding:0 0 2px 12px;
}

.news-backlink {
	position: absolute;
	top: -15px;
}

.news-backlink a:link, .news-backlink a:visited  {
	display: block;
	background-image: url("/fileadmin/images/bullet-back.gif");
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 10px;
}

.references-alllink a:visited, .references-alllink a:link {
	display: block;
	background-image: url("/fileadmin/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
}

.references-morelink a:visited, .references-morelink a:link {
	display: block;
	background-image: url("/fileadmin/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	padding-bottom: 8px;
}

.referencebox {
	min-height: 0;
	height: 160px !important;
}

select.styled {
	width: 216px;
	height: 30px;
	padding: 5px 0;
	background-color: #eeeff1;
}

span.select {
	background-image: url("/fileadmin/images/bg_select.gif");
	width: 173px;
	padding: 5px 30px 5px 13px;
	height: 20px;
	font-size: 14px;
	display: block;
	position:absolute;
	background-repeat: no-repeat;
}


td.reference-leftcell {
	width: 150px;
	font-weight: bold;
	padding-bottom: 5px;
	vertical-align: top;
}

td.reference-rightcell {
	width: 345px;
	padding-bottom: 5px;
	vertical-align: top;
}

.product-featurebox {
	height: 215px !important;
	min-height:0;
}

input#mSearchField {
	border: none;
	width: 294px;
	height: 18px;
	padding: 5px 0 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url("/fileadmin/images/bg_searchbox.gif") no-repeat;
	margin-top: 10px;
	font-size: 12px;
}

input#area {
	border: 1px solid #e86022;
	background-color: #fff;
	width: 100px;
	font-size: 11px;
	padding: 1px 1px;
	text-align: right;
}

.dimension-cell {
	width: 100px;
	text-align: right;
}

.dimension-cell-name {
	width: 50px;
}


.form-left, .form-right {
	float: left;
}

.form-left {
	margin-right: 35px;
}

input.formfield {
	border: none;
	background: transparent url("/fileadmin/images/bg_input.gif") no-repeat;
	width: 216px;
	height: 20px;
	padding: 3px 4px 4px 4px;
	font-size: 12px;
}

input.captchafield {
	border: none;
	width: 132px;
	background: transparent url("/fileadmin/images/bg_captcha.gif") no-repeat;
	height: 20px;
	font-size: 12px;
	padding: 3px 4px 4px 4px;
}


.form-left label, .form-right label {
	font-size: 12px;
	display: block;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 1px;
}

.form-left select.styled, .form-left span.select, .form-right select.styled, .form-right span.select {
	font-size: 12px;
}

.checkboxc label {
	display: inline;
	font-size: 11px;
	padding-top: 0px;
}

.checkboxc {
	margin-top: 10px;
}


textarea.formfield {
	border: none;
	background: transparent url("/fileadmin/images/bg_text.gif") no-repeat;
	width: 208px;
	height: 252px;
	padding: 4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

input.submit {
	width: 148px;
	height: 26px;
	border: none;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 18px;
	background: transparent url("/fileadmin/images/bg_submit.png") no-repeat;
}

.select-label label {
	padding: 0;
	padding-bottom: 7px;
}


.form-header {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-right div, .form-left div {
	width: 224px;
}



.form-header label {
	padding: 0;
}

.form-header span.required {
	display: none;
}

.error {
	color: #f00;
}

span.required {
	color: #e86121;
}

/*
*
* Indizierte Suche
*
*/

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight:bold;
}

.tx-indexedsearch-noresults {
	font-weight:bold;
}

.tx-indexedsearch-icon, .tx-indexedsearch-percent {
	display:none;
} 

.tx-indexedsearch .browsebox li {
	list-style: none;
	display: inline;
	margin-right:5px;
	padding-left: 5px;
	background-image: none;
}

.tx-indexedsearch .browsebox {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-top: 15px;
}

.tx-indexedsearch-res {
	width: 92%;
}

.tx-indexedsearch-res p {
	padding-left: 12px;
}

.tx-indexedsearch-title a {
	background-image: url("/fileadmin/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}

.tx-indexedsearch-descr {
	padding-left: 12px;
}

.tx-indexedsearch-info {
	padding-left: 12px;
}

/*******************************************************************************************************************/

.product-container {
	width: 492px;
	float: left;
	margin-left: -12px;
	margin-top: -10px;
}

.product-container table {
	margin-left: -12px;
}

#downloadcenter-content {
	background-color: #f3f3f3;
	padding: 10px;
}

#downloadcenter-inner h1 {
	margin-top: 0;
}

#downloadcenter-inner {
	background-color: #fefefe;
	padding: 12px;
}


#downloadcenter-inner span.select {
	padding: 12px 30px 5px 13px;
	height: 20px;
	font-size: 14px;
	display: block;
	position:absolute;
	background-repeat: no-repeat;
}

.button-container {
	width: 6px;
	background-image: url("/fileadmin/images/bg_button_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	float: left;
}

#downloadcenter-inner button {
	padding: 0px 50px 0px 50px;
	background-image: url("/fileadmin/images/bg_button.gif");
	border: none;
	height: 40px;
	font-size: 16px;
	float: left;
	color: #fff;
}

.downloadcenter-table {
	width: 1002px;
	margin-left: -12px;
	margin-top: -12px;
}

.downloadcenter-table-top {
	margin-top: 12px;
	width: 1002px;
	margin-left: -12px;
	background-image: url("/fileadmin/images/bg_dltable.gif");
	background-repeat: repeat-y;
}

.downloadcenter-table-top td, .downloadcenter-table td {
	background-color: #f3f3f3;
	padding: 12px;
}

.downloadcenter-table-top td {
	padding: 0 12px;
}


.tbl-content-header  {
	background-color:#f1f1f1;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	padding:1px 1px 2px 12px;
}

.tbl-content-cell {
	background-color:#f1f1f1;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF ;
	padding:0 0 2px 12px;
}

.folder-container {
	position: absolute;
	width: 240px;
	right:0;
	top:15px;
}

.folder-container.small-image {
	top:-35px;
}

.folder-container.small-image.only-small {
	top:88px;
}

.folder-container.small-image.only-small .folder-image {
	margin-top: 0;
}

.folder-container.small-image .folder-image {
	margin-top: 20px;
	margin-left: 17px;
}

.folder-container.small-image .folder-image .image, .folder-container.small-image .folder-image .text {
	float: left;
}

.folder-container.small-image .folder-image .image {
	width: 81px;
}

.folder-container.small-image .folder-image .text {
	width: 139px;
	margin-top: 50px;
	margin-left: 3px;
}

.folder-container .link a {
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	background-image: url(/fileadmin/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 11px;
}

.job-container {
	background: #f0f0f0;
	padding: 12px;
	margin-bottom: 10px;
}

.job-container .inner {
	background: #f6f6f6;
	padding: 6px;
	padding-bottom: 0;
}

.job-container h3 {
	font-size: 18px;
	margin:0;
	font-weight: normal;
	margin-bottom: 10px;
}

.job-container table {
	width: 100%;
}

.job-container td {
	border-top: 1px solid #dddddd;
	padding: 10px 3px 9px 5px;
}

.job-container td a {
	display: block;
	padding-left: 12px;
	background: url("/fileadmin/images/bullet.gif") no-repeat 0 5px;
}

.bottom-link {
	position: absolute;
	top: 120px;
	right: 0;
}

.bottom-link a {
	display: block;
	background: url(../images/bg_catalogue.png) no-repeat;
	width: 87px;
	padding: 16px 0 0 93px;
	height: 66px;
	font-size: 12px;
	font-weight: bold;
	color: #5e5e5e;
}

.bottom-link a span {
	display: block;
	color: #e86121;
}
#lightbox, #moviebox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000000;
	text-align: center;
	line-height: 0;
}

#lightbox a img, #moviebox a img{ border: none; }

#outerImageContainer, #outerMovieContainer {
	position: relative;
	background-color: #f2f2f2;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding-bottom: 0px;
}

#imageContainer, #movieContainer {
	padding: 12px;
	padding-top: 0px;
}

#loading, #loadingMovie {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav, #hoverNavMovie {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000000;
}
#imageContainer>#hoverNav, #movieContainer>#hoverNavMovie { left: 0;}
#hoverNav a, #hoverNavMovie a { outline: none;}
/* ORIGINAL
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	}*/
#prevLink, #prevLinkMovie {
	position:absolute;
	left:0px;
	width: 49%;
	height: 100%;
	background: url(/fileadmin/images/lightbox/prev.png) left 50% no-repeat;
	display: block;
}

#nextLink, #nextLinkMovie {
	position:absolute;
	right:0px;
	width: 49%;
	height: 100%;
	background: url(/fileadmin/images/lightbox/next.png) right 50% no-repeat;
	display: block;
}

#prevLink, #prevLinkMovie { left: 0px; float: left;}
#nextLink, #nextLinkMovie { right: 0px; float: right;}
#prevLink:hover, #prevLink:visited:hover, #prevLinkMovie:hover, #prevLinkMovie:visited:hover { background: url(/fileadmin/images/lightbox/prev.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover, #nextLinkMovie:hover, #nextLinkMovie:visited:hover { background: url(/fileadmin/images/lightbox/next.png) right 50% no-repeat; }


#imageDataContainer, #movieDataContainer{
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	margin: 0 auto;
	margin-top:3px;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData, #movieData { padding:0 10px; color: #404040; }
#imageData #imageDetails, #movieData #movieDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption, #movieData #captionMovie{ padding-bottom:5px;padding-top:5px;display:block;float: left;}
#imageData #numberDisplay, #movieData #numberDisplayMovie { display: block; float: right; padding-bottom:5px;padding-top:5px; } 
#bottomNavClose, #bottomNavCloseMovie{ width: 22px; position:absolute; right:18px; top:0; z-index:1000003} 

#overlay, #movieboxOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000000;
	width: 100%;
	height: 500px;
	background-color: #000000;
}
