/*@CHARSET "UTF-8";*/

/*******************************************************************************
	HTML Elements
 ******************************************************************************/

body {
	margin: 0;
	padding: 0;
	min-width: 1007px;
	/*background-image: url('images/Pixel.jpg');*/
	/*background-attachment: fixed;*/
}

a:focus {
	outline: none;
}

/* Heading 1 - First heading in the content area */
h1 {
	color: #DC241F;
	font-size: 122%;
	line-height: 140%;
}

/* Heading 2 - Second heading in the content area */
h2 {
	color: #DC241F;
/*	font-size: 122%;*/
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 140%;
}

/* Heading 3 - Heading in the navigation bar */
h3 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 8px;
	padding-left: 0;
}

h3 small {
	/*font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.5px;*/
	
	font-weight: normal;
	color: #666;
	letter-spacing: 0;
}

/* Heading 4 - Heading for the special archives */
h4 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	padding: 0;
	margin-left: 7px;
	margin-top: 6px;
	margin-bottom: 10px;
}

/* Heading 6 - Represents the SLUB logo */
h6 {
	padding: 0;
	margin: 0;
}

h6 a {
	padding: 0;
	margin: 0;
}

h6 a img {
	border-style: solid;
	border-color: #DC241F;
	border-bottom-width: 0px;
	border-left-width: 10px;;
	border-right-width: 10px;
	border-top-width: 3px;
}

img.partnerlogo {
    float:right;
    border:0;
}

td {
	vertical-align:top;
	line-height: 26px;
	font-size: 11px;
}

td.adrheading1 {
	width: 65px;	
}
td.adrheading2 {
	background-color: #ddd;
	font-weight: bold;
	text-align:center;
	width: 228px;	
}
td.adrsummaryheading {
	line-height: 13px;
	font-weight: bold;
	width: 228px;	
	background-color: #ddd;
}
td.adrsummary {
	line-height: 13px;
}

#checkOrderFeedback {
	color: red;
	font-size: 11px;
	font-weight: bold;
}

td.ordersummaryheading {
	line-height: 13px;
	font-weight: bold;
	background-color: #ddd;
}

td.ordersummary {
	line-height: 13px;
}

td.ordersummarytotal {
	text-align:right;
	border-top: 1px solid #ddd;	
}
td.ordersummaryprice {
	line-height: 13px;
	text-align:right;
}

#sortDirs,
#sortFieldSelect {
	height:18px;
	margin-left:5px;
	width:150px;
	float:left;
}

#sortDirs {
	width:50px;
	
}

.sortOptsContainer {
	padding-top:10px;
	float:right;
	margin-right:8px;
}

.navViewContainer {
	margin-left:4px;
	width:535px;
	height:20px;
	float:left;
}

/*******************************************************************************
	TABMENU - Organizes the media selection above the content
 ******************************************************************************/
div#tabmenu {
	margin: 0;
	padding: 0;
	position: fixed !important;
	position: absolute;
	padding-left: 318px;
	padding-top: 75px !important;
	padding-top: 74px;
	top: 0;
	left: 0;
	height: 28px;
	/*width: 527px !important;
	width: 834px;*/
	width: 100%;
	z-index: 100;
	background-image: url('images/Pixel.jpg');
	background-attachment: fixed;
	background-position: right top;
	/* border-bottom: 1px solid #DDD;*/
	border-bottom:0;
}

div#tabmenu ul#areas {
	margin: 0;
	padding: 0;
}

div#tabmenu ul#areas li {
	display: inline;
}

div#tabmenu ul#areas li a {
	display: block;
	float: left;
	margin-right: 6px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-right: 13px;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	border: 1px solid #DDD;
	background-color: #FFF6C4;
	text-decoration: none;
	color: #616161;
}

div#tabmenu ul#areas li#active a {
	display: block;
	float: left;
	margin-right: 6px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-right: 13px;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	border: 1px solid #DDD;
	background-color: #666;
	text-decoration: none;
	color: #FFFFFF;
}

/*******************************************************************************
	The navbar contains the SLUB logo, the search and the cataglos
 ******************************************************************************/
div#navBar {
	z-index: 200;
	position: fixed !important;
	position: absolute;
	width: 232px;
	top: 0;
	left: 20px;
	height: 100%;
	margin: 0;
	padding: 0;
}

/*******************************************************************************
	SEARCH
 ******************************************************************************/
ul#search {
	padding: 0;
	height: 100%;
	height: auto !important;
	width: 232px;
	margin: 0;
}

ul#search li {
	list-style-type: none;
	background-color: #FBFBFB;
	border-style: solid;
	border-width: 1px;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	padding: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	clear: both;
}

ul#search li.caption,
ul#catalog li.caption,
ul#search li.simpleCaption,
ul#catalog li.simpleCaption {
	border: 0;
	padding: 0;
	background-color: #F0F0F0;
	margin-left: 0;
	margin-top: 12px;
	position: relative;
}

ul#search li.caption a img,
ul#catalog li.caption a img {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	border:0;
}

ul#search li.caption a:hover img,
ul#catalog li.caption a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1;
}

div#content div#result div.resultListEntry div.imageMenu a:visited img {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

div#content div#result div.resultListEntry div.imageMenu a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1;
}

ul#search li.caption a,
ul#catalog li.caption a,
ul#search li.caption a:link,
ul#catalog li.caption a:link {
	position: absolute;
	top: 2px;
	right: 2px;
	display: inline;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #004585;
	background-color: transparent;
}

ul#search li.caption a:hover,
ul#catalog li.caption a:hover {
	background-color: transparent;
	text-decoration: underline;
}

a#poweredByLink {
    position:absolute;
    left:-5px;
    bottom:0px;
    border-width:0px;
    /*border-top: 1px dotted rgb(153,153,153);
    border-bottom: 1px dotted rgb(153,153,153);*/
}

ul#search li.result {
	font-size: 9px;
	padding: 0;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
}

div#linkcopy {
	width:100%;
	text-align:right;
	font-size:x-small;
}
div#linkcopy {
 /*   float:right;*/
    margin-bottom:0;
}
div#linkcopy table tr td {
    font-size:100.01%;
}

div#linkcopy table tr td a,
div#linkcopy table tr td a:link,
div#linkcopy table tr td a:visited,
div#linkcopy table tr td a {
    color:#999;
	font-size:xx-small;
    text-decoration:none;
}


ul#search li.result span.label {
	float: left;
	color: #555;
	font-size: 10px;
}

ul#search li.result span.hits {
	display: block;
	color: #999;
	text-align: right;
}

/* IE 5 version in slubIE5.css */
/* IE 6 version in slubIE6.css */
ul#search li.param {
	position: relative;
	left: 0%;
	background-color: #F0F0F0;
	height: auto !important;
	height: 38px;
	min-height: 24px;
	margin: 0;
}

ul#search li.param a.remove {
	position: absolute;
	top: 0;
	right: 3px;
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

ul#search li.param span.field {
	display: block;
	font-size: 10px;
	height: 12px;
}

ul#search li.param span.pattern {
	font-size: 10px;
	font-weight: bold;
	width: 220px;
/*	min-width: 200px;
	max-width: 220px;*/
	overflow: hidden;
	display: block !important;
	display: inline;
}

ul#search li.param span.hits {
	position: absolute;
	bottom: 3px;
	right: 3px;
	display: block;
	text-align: right;
	color: #999;
	font-size: 9px;
	height: 12px;
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-left: 3px;
}

ul#search li.form {
	position: relative;
	z-index: 300;
}

ul#search li.form div.connector {
	margin-bottom: 5px;
}

ul#search li.form div.connector input {
	vertical-align: bottom;
}

ul#search li.form select {
	width: 220px;
	margin-bottom: 3px;
}

ul#search li.form input.pattern {
	width: 147px; /* - 65px for submit button */
	margin-right: 4px;
	float:left;
}

ul#search li.form input.submit {
	width: 65px;
}

/*******************************************************************************
	SuggestBox in the search area
 ******************************************************************************/
ul#search li.form div#suggestBox {
	position: absolute;
	border: 1px solid #000;
	width: 450px;
	background-color: #FFFFE4;
	overflow: hidden;
	font-size: 12px;
	z-index: 350;
	display: none;
}

ul#search li.form div#suggestBox div#caption {
	margin: 0;
	padding: 2px;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDD;
	z-index: 300;
	font-weight: bold;
}

ul#search li.form div#suggestBox div#caption a.nav {
	float: right;
	padding: 1px 4px 3px 4px;
	text-decoration: none;
	border-left: 1px solid #DDD;
	color: #999;
	margin-top: -2px;
	background-color: #F6F6F6;
	font-weight: normal;
}

ul#search li.form div#suggestBox div#caption a.nav:hover {
	background-color: #F0F0F0;
}

ul#search li.form div#suggestBox div#caption a.close {
	float: right;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	z-index: 300;
	border-left: 1px solid #DDD;
	margin-top: -2px;
	margin-right: -2px;
	padding: 1px 4px 3px 4px;
	background-color: #FFC9C9;
}

ul#search li.form div#suggestBox div#suggestResult {
	padding: 2px;
	line-height: 16px;
	z-index: 300;
}

ul#search li.form div#suggestBox div#suggestResult a.nav {
	color: #B00;
	z-index: 300;
}

ul#search li.form div#suggestBox div#suggestResult a {
	color: #00D;
	z-index: 300;
	text-decoration: none;
}

ul#search li.form div#suggestBox div#suggestResult a.match {
	color: #090;
	z-index: 300;
}

ul#search li.form div#suggestBox div#suggestResult span.hits {
	font-size: 10px;
	color: #AAA;
	z-index: 300;
}

/*******************************************************************************
	The catalog drill down control
 ******************************************************************************/
ul#catalog {
	margin: 0;
	padding: 0;
}

/* IE5 version in slubIE5.css */
ul#catalog li {
	list-style-type: none;
	background-color: #FBFBFB;
	border-style: solid;
	border-width: 1px;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

ul#catalog li.drillTop {

}

ul#catalog li a,
ul#catalog li a:link {
	height: auto !important;
	height: 20px;
	min-height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 5px;
	display: block;
	background-color: #F0F0F0;
	text-decoration: none;
	color: #004585;
}

ul#catalog li a:hover {
	background-color: #DDD;
}

/* go on */
ul#catalog li.drillTop a, ul#catalog li.drillTop a:link {
}

li.ExtraMenu a {
	font-weight: bold;
}

ul#catalog li.drillParent {
}

ul#catalog li.drillParent a, ul#catalog li.drillParent a:link {
	padding-left: 10px;
}

ul#catalog li.drillActive {
	border-bottom: 1px solid #AAA;
/*	background-color: #F0F0F0;*/
}

ul#catalog li.drillActive a, ul#catalog li.drillActive a:link {
	padding-left: 20px;
}

/* drill Childs - container for leafs in the catalogs tree */
ul#catalog li#drillChilds {
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	overflow: auto;
	position: absolute;
	/*bottom: 0;*/
	width: 230px !important;
	width: 232px;
/*	height: 365px;*/
	z-index: 1;
}

ul#catalog li#drillChilds ul {
	margin: 0;
	padding: 0;
}

ul#catalog li#drillChilds ul li {
	background-color: #FFF;
	border-width: 0;
	border-bottom: 1px solid #DDD;
	padding: 0;
}

/* IE5 version in slubIE5.css */
ul#catalog li#drillChilds ul li a,
ul#catalog li#drillChilds ul li a:link {
	display: block;
	padding: 3px;
	padding-left: 30px;
	color: #004585;
	text-decoration: none;
	background-color: #FFF;
	height: auto !important;
	height: 18px;
}

ul#catalog li#drillChilds ul li a:hover {
	background-color: #F5F5F5;
}

ul#catalog li#drillChilds ul li.active a {
	font-weight: bold;
}


/*******************************************************************************
	The structure is the HTML Element to make the page looking nice
 ******************************************************************************/
div#structure {
	position: absolute;
	top: 103px;
	left: 0;
	/* neu */
	right: 171px;
	border: 1px solid #DDD;
	border-left: 270px solid #F0F0F0;
	background-color: #FFF;
	padding: 4px 4px 4px 8px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #555;
	line-height: 18px;
	z-index: 50;
}

/*******************************************************************************
	Content Area
 ******************************************************************************/
div#content {
	
	/*width: 544px;*/
	/*width: 100%;*/
	/*min-width: 544px;*/
	/*background-color: #FFF;
	height: auto;
	width:100%;
	min-height: 100%;
	padding: 10px;
	padding-right: 15px !important;
	padding-right: 20px;
	z-index: 50;
	border-left: 1px solid #DDD;*/
}

div#content div#breadcrumb {
	font-size: 10px;
}
div#content div#breadcrumb a {
	color: blue;
	text-decoration: none;
	border-bottom:0;
}

div#content a {
	text-decoration: none;
	padding-bottom: -1px;
}

div#content a:link, div#content a:visited {
	color: #004585;
	background-color: #FFF;
	border-bottom: 1px solid #AAA;
}

div#content a:hover {
	color: #004585;
	background-color: #DDD;
}

div#content div#footer {
	margin-top: 30px;
	clear: both;
	font-size: 10px;
}


div#content div#footer a:link, 
div#content div#footer a:visited {
	font-size: 13px;
	display: block;
	background-image: url('images/top.gif');
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding-left: 15px;
}

div#content div#footer a.permalink,
div#content div#footer a.permalink:visted,
div#content div#footer s.permalink:active,
div#content div#footer a.permalink:hover {
	font-size:10px;
	padding-left:0px;
	backgroud-image:none;
	display:inline;
}

div#content div#footer a:hover {
	background-color: #FFF;
}

/*******************************************************************************
	Zoomfenster
 ******************************************************************************/
 
div#content div.resultZoom {
	border: 1px solid #DDD;
	background-color: #FBFBFB;
	margin-bottom: 10px;
	padding: 15px;
	min-height:800px;
	/*width: 500px;*/
	position: relative;
}

div#content div.resultZoom div.menuZoom {
	margin-bottom: 10px;
}
div#content div.resultZoom div.menuZoom a,
div#content div.resultZoom div.menuZoom a:link {
	border: 0;
	text-decoration: none;
}

div#content div.resultZoom div.menuZoom a img,
div#content div.resultZoom div.menuZoom a:link img {
	background-color: inherit;
	border: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

div#content div.resultZoom div.menuZoom a:hover {
	background-color: inherit;
}

div#content div.resultZoom div.menuZoom a img, 
div#content div.resultZoom div.menuZoom a:link img, 
div#content div.resultZoom div.menuZoom a:visited img {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

div#content div.resultZoom div.menuZoom a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1;
}

div#content div.resultZoom img {
/*	border: 1px solid #000;*/
	border:0;
}
/*******************************************************************************
	Result list entries
 ******************************************************************************/
div#content div#result p {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 14px;
}
div#content div#result p#wknav {
	text-align:right;
	margin-right: 10px;
	width: 530px;
}
div#content div#result p#wknav img{
	border: 0;
}
div#content div#result p#wknav a{
	border: 0;
	background-color:white;
}
div#content div#result ul {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 14px;
}

div#content div#result li {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 14px;
}

div#content div#result p.ancillary {
	font-size:9px;
	line-height:12px;
	margin-bottom: 6px;
	margin-top:0;
}

div#content div#result h1 {
	background-position: 0 5px; /*zur Einrückung, : x, y; -> www.css4you.de */
	background-repeat: no-repeat;
	padding-left: 16px; /* XX = Breite des Bildes + Abstand zur Überschrift */
	cursor:pointer;
	font-size:15px;
}
div#content div#result h2,
div#content div#result h3,
div#content div#result h4,
div#content div#result h5,
div#content div#result h6 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	background-position: 0 3px; /*zur Einrückung, : x, y; -> www.css4you.de */
	background-repeat: no-repeat;
	padding-left: 14px; /* XX = Breite des Bildes + Abstand zur Überschrift */
	cursor:pointer;
}

div#content div#result h1.inactiveHeading,
div#content div#result h2.inactiveHeading,
div#content div#result h3.inactiveHeading {
	background-image: none;
	padding-left: 0px;
	cursor:auto;
}
.expandedHeading {
	background-image: url('images/arr-down-red-l2x.gif'); /* pfeil nach unten */
	margin-top: 21px;
}
div#content div#result h1.expandedHeading {
	background-image: url('images/arr-down-red.gif'); /* pfeil nach unten */
}
.collapsedHeading {
	background-image: url('images/arr-right-red-l2x.gif'); /* pfeil nach rechts */
	margin-bottom: 0px;
	margin-top: 21px;
	font-size: 12px;
	font-weight: normal;
	color:#004585;
}

div#content div#result h4.collapsedHeading,
div#content div#result h5.collapsedHeading,
div#content div#result h3.collapsedHeading {
	background-image: url('images/arr-right-red-l2x.gif'); /* pfeil nach rechts */
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	color:#004585;
}	
div#content div#result h1.collapsedHeading  {
	background-image: url('images/arr-right-red.gif'); /* pfeil nach unten */
	font-size: 15px;
	font-weight: bold;
	margin-top: 21px;
	color:#004585;
}

div.Bildkarte {
	width: 500px;
/*	top: 20px;*/
	background-color: #FFFFE4;
	border: 1px solid #DDD;
	padding: 15px;	
	display: none;
}
div.Bildkarte img {
	border: 1px solid #555;
}
p.collapsedBildkarte {
	padding-left: 14px; /* XX = Breite des Bildes + Abstand zur Überschrift */
	cursor:pointer;
	background-image: url('images/arr-right-red-l2x.gif'); /* pfeil nach rechts */
	color:#004585;
	background-position: 0 3px; /*zur Einrückung, : x, y; -> www.css4you.de */
	background-repeat: no-repeat;
}
p.expandedBildkarte {
	padding-left: 14px; /* XX = Breite des Bildes + Abstand zur Überschrift */
	cursor:pointer;
	background-image: url('images/arr-down-red-l2x.gif'); /* pfeil nach unten */
	background-position: 0 3px; /*zur Einrückung, : x, y; -> www.css4you.de */
		color:#004585;
	background-position: 0 3px; /*zur Einrückung, : x, y; -> www.css4you.de */
	background-repeat: no-repeat;
}

div.resultBlock {
	margin-bottom: 18px;
}

div#content div#result div.detailContext {
}
div#content div#result div.detailContext div.toggleBox {
	width: 520px;
	top: 20px;
/*	height: 100px; */
	background-color: #FFFFE4;
	border: 1px solid #DDD;
	padding: 5px;	
	display: none;
	
}
div#content div#result div.detailContext div.toggleBox div {
	border:0;
	padding:0;
	display: block;
}
div#content div#result div.detailContext a:link,
div#content div#result div.detailContext a:visited {
	text-decoration:none;
	border-bottom:0;		
}

div#content div#result div.resultListEntry {
	border: 1px solid #DDD;
	background-color: #FBFBFB;
	margin-bottom: 4px;
	margin-right: 4px;
	/*width: 530px;*/
	width: 380px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 170px;
	float:left;
	position: relative;
}

div#content div#result div.resultListEntryWarenkorb {
	width: 530px !important;
	overflow-y: auto;
	height: auto;	
}

div#content div#result div.resultListEntry div.thumb {
	width: 120px;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

div#content div#result div.resultListEntry div.thumb img {
	display: block;
	border: 1px solid #555;
}

div#content div#result div.galleryImage p.desc {
    position:absolute;
    left:1px;
    top:1px;
    border-width:0px;
    margin:0px;
    padding:0px;
    width:120px;
    height:120px;
    overflow:hidden;
}

div#content div#result div.resultListEntry p.desc {
	position: relative;
	left: 140px;
	display: block;
	/*width: 369px !important;
	width: 386px;*/
	/*width: 219px !important;*/
	width: 202px !important;
	/*width: 256px;*/
		margin: 0;
	padding: 10px;
	border-left: 1px solid #DDD;
	/*height: auto !important;
	height: 170px;*/
	min-height: 148px;
}
div#content div#result div.resultListEntryWarenkorb p.desc {
	width: 369px !important;
}
div#content div#result div.resultZoom div.metazoom {
	font-size: 11px;
}

div#content div#result div.resultListEntry div.imageMenu {
	position: absolute;
	top: 140px;
	width: 120px !important;
	width: 140px;
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-top: 1px solid #DDD;
	background-color: #FDFDFD;
}

div#content div#result div.resultListEntry div.imageMenu a,
div#content div#result div.resultListEntry div.imageMenu a:link {
	border: 0;
	text-decoration: none;
}

div#content div#result div.resultListEntry div.imageMenu a img,
div#content div#result div.resultListEntry div.imageMenu a:link img {
	background-color: inherit;
	border: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

div#content div#result div.resultListEntry div.imageMenu a:hover {
	background-color: inherit;
}

div#content div#result div.resultListEntry div.imageMenu a img, 
div#content div#result div.resultListEntry div.imageMenu a:link img, 
div#content div#result div.resultListEntry div.imageMenu a:visited img {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

div#content div#result div.resultListEntry div.imageMenu a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1;
}




/*******************************************************************************
	Gallery entries
 ******************************************************************************/
div#content div.galleryImage,
div#content div.galleryImageNS,
div#content div.galleryImageNS6 {
	width: 120px !important;
	width: 130px;
	height: 137px;
	padding: 4px;
	float: left;
	border: 1px solid #DDD;
	background-color: #FBFBFB;
	margin-right: 4px !important;
	margin-right: 3px;
	margin-bottom: 16px;
	display: block;
	position: relative;
}

div#content div.galleryImage img.thumb,
div#content div.galleryImage a img.thumb{
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	border: 1px solid #000 !important;
}

div#content div.galleryImageNS img.thumb,
div#content div.galleryImageNS a img.thumb {
	display: block;
	position: relative;
	border: 1px solid #000;
	left: 60px;
}

div#content div.galleryImageNS6 img.thumb,
div#content div.galleryImageNS6 a img.thumb {
	display: block;
	position: relative;
	border: 1px solid #000;
	left: -1px;
}

div#content div.galleryImage div.imageMenu,
div#content div.galleryImageNS div.imageMenu,
div#content div.galleryImageNS6 div.imageMenu {
	float: left;
	margin-top: 120px;
}


div#content div.galleryImage a,
div#content div.galleryImage a:link,
div#content div.galleryImageNS a,
div#content div.galleryImageNS a:link,
div#content div.galleryImageNS6 a,
div#content div.galleryImageNS6 a:link {
	border: 0;
	text-decoration: none;
}

div#content div.galleryImage img,
div#content div.galleryImageNS img,
div#content div.galleryImageNS6 img {
	display: block;
}


div#content div.galleryImage a img,
div#content div.galleryImage a:link img,
div#content div.galleryImageNS a img,
div#content div.galleryImageNS a:link img,
div#content div.galleryImageNS6 a img,
div#content div.galleryImageNS6 a:link img {
	background-color: inherit;
	display: inline;
	border: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

div#content div.galleryImage a:hover,
div#content div.galleryImageNS a:hover,
div#content div.galleryImageNS6 a:hover {
	background-color: inherit;
}

div#content div.galleryImage div.imageMenu a img,
div#content div.galleryImage div.imageMenu a:link img,
div#content div.galleryImage div.imageMenu a:visited img,
div#content div.galleryImageNS div.imageMenu a img,
div#content div.galleryImageNS div.imageMenu a:link img,
div#content div.galleryImageNS div.imageMenu a:visited img,
div#content div.galleryImageNS6 div.imageMenu a img,
div#content div.galleryImageNS6 div.imageMenu a:link img,
div#content div.galleryImageNS6 div.imageMenu a:visited img {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

div#content div.galleryImage a:hover img,
div#content div.galleryImageNS a:hover img,
div#content div.galleryImageNS6 a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1;
}


/*******************************************************************************
	Browsing bar with slider
 ******************************************************************************/
div#browsing {
	/* width: 529px; */
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	height: 50px;
	position: relative;
	text-align:right;
	font-size:11px;
}

div#browsing a, div#content div#browsing a:link {
	border: 0;
}

div#browsing a img, div#content div#browsing a:link img {
	border: 0;
}

div#browsing a:hover {
	background-color: #FFF;
}

div#browsing div#wkmenu {
	text-align:left;
	position:absolute;
	left:0px;
	top:10px;
}
div#browsing div#views {
	position: absolute;
	top: 10px;
	left: 358px;
}
div#browsing div#wkviews {
	position: absolute;
	top: 10px;
	left: 550px;
}

div#browsing div#leftOperators {
	position: absolute;
	top: 10px;
	left: 0;
}

div#browsing div#rightOperators,
div#browsing div#lprightOperators {
	position: absolute;
	top: 10px;
	left: 294px;
}
/*div#browsing div#lprightOperators{
	left: 320px;
}*/

/* Slider */
div#browsing div#sliderBox,
div#browsing div#lpsliderBox {
	width: 235px;
	border: 1px solid #465B68;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 10px;
	left: 52px;
	text-align: center;
	z-index: 450;
}
/*div#browsing div#lpsliderBox {
	width: 261px;
}*/
div#browsing div#sliderBox div#sliderValueMin,
div#browsing div#lpsliderBox div#lpsliderValueMin {
	position: absolute;
	left: 2px;
	font-size: 10px;
	color: #999;
	z-index: 450;
}

div#browsing div#sliderBox div#sliderValueMax,
div#browsing div#lpsliderBox div#lpsliderValueMax {
	position: absolute;
	top: 0;
	right: 2px;
	font-size: 10px;
	color: #999;
	z-index: 450;
}

div#browsing div#sliderBox div#sliderValueShow,
div#browsing div#lpsliderBox div#lpsliderValueShow {
	position: relative;
	top: 0;
	font-size: 10px;
	color: #999;
	z-index: 450;
}

div#browsing div#sliderBox div#sliderBar,
div#browsing div#lpsliderBox div#lpsliderBar {
	position: absolute;
	left: 90px;
	top: 1px;
	height: 11px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	width: 120px;
	z-index: 400;
	text-align: center;
}

/* Hidden Mover */
div#browsing div#sliderBox div#sliderMover,
div#browsing div#lpsliderBox div#lpsliderMover {
	position: absolute;
	left: 90px;
	top: 1px;
	height: 11px;
	border: 1px solid transparent;
	background-color: transparent;
	width: 120px;
	z-index: 500;
}

div#browsing div#sliderBox div#sliderBar div#sliderTooltip,
div#browsing div#lpsliderBox div#lpsliderBar div#lpsliderTooltip {
	display: none;
	position: absolute;
	background-color: #FFFFE4;
	border: 1px solid #E7DFB2;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
	padding: 0px 3px;
	color: #444;
	z-index: 499;
	width: auto !important;
	width: 70px;
	min-width: 70px;
	top: -22px;
	white-space: nowrap;
}

/*******************************************************************************
	Topmenu with shopping cart and lightbox
 ******************************************************************************/

ul#usermenu,
ul#topmenu {
	position: fixed !important;
	position: absolute;
	top: 0;
	/*left: 0;*/
	right: 13px;
	/*width: 1000px;*/
	margin: 0;
	padding: 0;
	text-align: right;
	z-index: 200;
}

ul#usermenu{
	top: 20px;
}

ul#usermenu li,
ul#topmenu li {
	display: inline;
}

ul#usermenu li span,
ul#usermenu li a,
ul#topmenu li a {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #FFF;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
}

ul#usermenu li a.last,
ul#usermenu li span.last,
ul#topmenu li a.last {
	margin-right: 5px;
	padding-right: 5px;
	font-size: 10px;
	border-right: 0;
	font-family: Verdana, Helvetica, Arial;
}

ul#usermenu li span,
ul#usermenu li a:link, ul#topmenu li a:visited,
ul#topmenu li a:link, ul#topmenu li a:visited {
	color: #FFF;
	text-decoration: none;
}

ul#usermenu li a:hover,
ul#topmenu li a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*******************************************************************************
	Archivemenu for special archives under selected media
 ******************************************************************************/
div#infomenu {
	position: fixed !important;
	position: absolute;
	top: 135px;
	/* right: 47px;*/
	right: 10px;
	/* left: 822px;*/
	width: 159px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #DDD;
	border-left-color: #DDD;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #EEE;
	z-index: 200;
	padding-bottom:15px;
}

div#infomenu h4 a{
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #DDD;
}
div#infomenu h4 a:hover {
	background-color: #DDD;
	border-bottom: 1px solid #DDD;
}
div#infomenu ul {
	margin: 0;
	margin-left:22px;
	margin-right:5px;
	padding: 0;
}

div#infomenu ul li {
	list-style-type: square;
	line-height: 12px;
	margin-bottom: 2px;
}

div#infomenu ul li a {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
	text-decoration: none;
}

div#infomenu ul li a:link, div#infomenu ul li a:visited {
	color: #555;
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
}
div#infomenu ul li#active a:link, div#infomenu ul li#active a:visited {
	color: #FFFFFF;
	background-color: #666;
	border-bottom: 1px solid #DDD;
}

div#infomenu ul li a:hover {
	color: #555;
	background-color: #DDD;
	border-bottom: 1px solid #BBB;
}

/*******************************************************************************
	Loading bar...
 ******************************************************************************/
div#loadingOverlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
/*	filter: alpha(opacity=5);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
	-moz-opacity: 0.05;
	opacity: 0.05;*/
	z-index: 500;
	cursor: progress;
}

div#appOverlay {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
	z-index: 1000;
	background-color:black;
	-moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}
div#modalContainer {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
	z-index: 1500;
	-moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
	
}

div#loadingContent {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #000;
	background-color: #FFF;
	width: 220px;
	position: fixed !important;
	position: absolute;
	top: 320px;
	left: 387px;
	display: none;
	padding: 20px;
/*	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1; opacity: 1;*/
	z-index: 550;
	cursor: progress;
}

div#infotext {
	font-size: 11px;
	max-width:600px;
}

div#infotext h1 {
    font-size:16px;
}

div#infotext h2 {
	margin-top:0;
	margin-bottom:6px;
	line-height:140%;
}

div#infotext p {
	line-height: 14px;
}

div#infotext p.legend {
	line-height:12px;
	font-size: 9px;
}


div#infotext td {
	vertical-align:top;
	padding-right: 10px;
}

div#infotext td.leftcol {
	text-align:right;
}

div#infotext td p {
	margin-top:0;
	margin-bottom:6px;
}

div#infotext img {
	border: 1px solid #000;
}

div#infotext div div a,div#infotext div div a:link,div#infotext div div a:visited,div#infotext div div a:hover  {
	border:0;
	border-bottom:0;
}

div#infotext div div.infotextgalerie_right {
	float:right;
	width:250px;
	padding:0 10px 0 0;
}

div#infotext div div.infotextgalerie_left {
	float:left;
	width:250px;
	padding:0 10px 0 0;
}

a.addbookmark {
	font-size: 11px;
	line-height: 14px;
}
	 	
div#map {
    width: 100%;
    height: 400px;
}

div.infoAccElem {
    border:1px solid rgb(70, 91, 104);
    background-color:rgb(240,240,240);
    color:inherit;
    margin-right:8px;
}
div.infoAccHeader {
    border-width:0px;
    font-weight:bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
    padding-left:2px;
    padding-right:2px;
    
}
div.infoAccBody {
    background-color:white;
    border-width:1px;
    border-top:1px solid rgb(70,91,104);
    padding:2px;
    color:inherit;
    background-color:InfoBackground;
}

/* GMap */
div.GMapInfo {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

div.GMapInfo div.img {
	float: left;
	margin-right: 10px;
}

span#GMapText {
    font-size:9px;
}

div.GMapBubble {
	font-size:9px;
	line-height: 12px;
}

div#hahn {
	position: fixed !important;
	position: absolute;
	right: 0px;
	width: 171px;
	height: 100%;
	z-index:199;
	top: 0px;
}