﻿/* ------------------------------------------------------------------------------------ WRAPPER */
#wrapper{ position: relative; margin: 20px auto; width: 992px; }
/* ------------------------------------------------------------------------------------ HEADER */
#header{
	height: 132px;
	background-image: none;
	padding-bottom: 0px;
}
#header h1{
	position: relative;
	background: url('../img/_technik_1/hm_logo_header.de.jpg') no-repeat;
	background-color: white;
	width: 100%;
	height: 132px;
	top: 0;

	text-indent: -1000px; /* hiermit wird der text also aus dem rahmen entfernt */
	overflow: hidden; /* damit der nach links eingerückte text nicht angezeigt wird */
}
#header h1 a{ width: 240px; height: 132px; display: block; }

/* ------------------------------------------------------------------------------------ METANAVIGATION */
#service-nav { display: none; }
/* ------------------------------------------------------------------------------------ BREADCRUMB */

#breadcrumb {
	display: none;
}
#breadcrumb a { font-size: 11px; color: #8C8C8C; z-index: 1; }

/* ------------------------------------------------------------------------------------ FARBBALKEN FAKULTÄTEN/BIBLIOTHEK */

#faculty-color-bar { display: none; }

/* ------------------------------------------------------------------------------------ LANGUAGE SWITCH */
#language-switch{ display: none; }

/* ------------------------------------------------------------------------------------ SUCHE */
#search{ display: none; }

/* ------------------------------------------------------------------------------------ HAUPTNAVIGATION */
#main-nav{ display: none; }

/* ------------------------------------------------------------------------------------ NAVIGATION LINKS*/
#column-left{ display: none;}
 
.browse-pages { display: none; }
/*
.cols-2-no-border { width: 100%; }
.cols-2-image-with-teaser { width: 100%; }
.article-head { width: 100%; }*/


.sorted-list { display: block; float: left;width: 100%; }

/* ------------------------------------------------------------------------------------ HEADER-UMSCHALTER */
#headerswitch { display: none; }

#header-min { display: none;
height: 0!Important;
}

.contact-person-nav { display: none; }
.related-links-teaser { display: none; }

/* ------------------------------------------------------------------------------------ FOOTER CONTENTBEREICH */

.footer-content { display: none;
height: 0!Important;
}
#footer-intranet { display: none;
height: 0!Important;}

/* SITEMAP - ausblenden der Auswahlboxen */

.options-sm { display: none; }


#wrapper,
html,
body {
    height: auto;
    min-height: 0;
}
