/*@CHARSET "UTF-8";*/

/*******************************************************************************
	HTML Elements
 ******************************************************************************/
body {
	margin: 0;
	padding: 0;
	background-image: none;
	background-attachment: fixed;
}

/* Heading 6 - Represents the SLUB logo */
h6 {
	padding: 0;
	margin: 0;
	margin-left: -20px;
}

h6 a {
	padding: 0;
	margin: 0;
}

h6 a img {
	border-style: solid;
	border-color: #DC241F;
	border-width: 10px;
	border-left-width: 17px;
	border-right-width: 38px;
	border-bottom-width: 5px;
}

h1, h2, h3, h4, h5 {
	clear: both;
}

/*******************************************************************************
	TABMENU - Organizes the media selection above the content
 ******************************************************************************/
div#tabmenu {
	display: none;
}

div#navBar {
	/*display: none;*/
	position: absolute !important;
}

/*******************************************************************************
	SEARCH
 ******************************************************************************/
ul#search {
	display: none;
}

ul#catalog {
	display: none;
}

/*******************************************************************************
	The structure is the HTML Element to make the page looking nice
 ******************************************************************************/
div#structure {
	margin: auto;
	position: static !important;
	margin-top: 103px;
	border-width: 0;
	min-height: auto;
	height: auto;
}


/*******************************************************************************
	Content Area
 ******************************************************************************/
div#content {
	width: 544px;
	height: auto;
	min-height: 100%;
	padding: 10px;
	padding-right: 15px !important;
	padding-right: 20px;
	padding-left: 0;
	z-index: 55;
	border-left-width: 0;
	page-break-inside: auto;
	position: static !important;
}

div#content div#breadcrumb {
	font-size: 10px;
}

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;
	display: none;
}

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:hover {
	background-color: #FFF;
}

/*******************************************************************************
	Zoomfenster
 ******************************************************************************/

div#content div.resultZoom div.menuZoom {
	display: none;
}

/*******************************************************************************
	Result list entries
 ******************************************************************************/

div#content div#result div.resultListEntry div.imageMenu {
	display: none;
}

/*******************************************************************************
	Gallery entries
 ******************************************************************************/
div#content div.galleryImage div.imageMenu,
div#content div.galleryImageNS div.imageMenu,
div#content div.galleryImageNS6 div.imageMenu {
	display: none;
}

/*******************************************************************************
	Browsing bar with slider
 ******************************************************************************/
div#browsing {
	display: none;
}

/*******************************************************************************
	Topmenu with shopping cart and lightbox
 ******************************************************************************/
ul#topmenu {
	display: none;
}

/*******************************************************************************
	Archivemenu for special archives under selected media
 ******************************************************************************/
div#archivmenu {
	display: none;
}

/*****************
 * Mann auf der Leiter
 */
div#hahn {
	display:none;
}

/*******************************************************************************
	Loading bar...
 ******************************************************************************/
div#loadingOverlay {
	display: none;
}

div#loadingContent {
	display: none;
}