* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

h1, h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	text-transform: uppercase;
}

p {
	margin: 0px 0px 20px 0px;
}

ol {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 20px 32px;
}

ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 20px 32px;
}

li {
	line-height: 20px;
}

dl {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}

dt {
	line-height: 20px;
	padding-left: 0.9em;
	background-color: transparent;
	background-image: url(../images/dt-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	text-transform: uppercase;
}

dl.nt dt {
	text-transform: none;	
}

dd {
	line-height: 20px;
}

dd ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
}

dd ul li {
	background-color: transparent;
	background-image: url(../images/dd-ul-li-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding-left: 0.9em;
}

address {
	color: #000;
}

blockquote {
	margin: 0px 0px 20px 0px;
	color: #000;
}

pre {
	width: auto;
	max-height: 300px;
	font-family: Courier, monospace;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #EEE;
	overflow: scroll;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #F93;
	text-decoration: none;
}

hr {
	display: none;
}

cite, em, q {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

kbd, samp, var, code {
	font-family: Courier, monospace;
	color: #000;
}

dfn {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

abbr, acronym {
	font-style: italic;
	border-bottom: 1px #666 dashed;
	cursor: help;
}

table {
	width: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

caption {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

thead th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

tbody {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
}

th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
}

#container {
	margin: 0px auto 0px auto;
	width: 850px;
	text-align: left;
}

body.popup #container {
	width: 100%;
	text-align: left;
}

#header-container {

}

#header {
	height: 105px;
}

#header h1 a, body.home #header h1 a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

#main-menu, #main-menu div,  #main-menu div a, #main-menu div a:hover, #main-menu div a.act:hover, #main-menu div a.act {
	display: none;
}

#content-container {
	width: 100%;
}

#menu-container, #menu, #menu div, #menu div a, #menu div a:hover, #menu div a.act, #menu div a.act:hover {
	display: none;
}

#content {
	width: 100%;
}

body.popup #content {
	width: 100%
}

#content div.column-1 {
	width: 46%;
	float: left;
	margin-bottom: 90px;
}

#content div.column-2 {
	width: 46%;
	float: right;
	margin-bottom: 90px;
}

body.home #content div.column-1 {
	width: 46%;
	float: left;
	margin-bottom: 90px;
}

body.home #content div.column-2 {
	width: 46%;
	float: right;
	margin-bottom: 90px;
}

#images, #images div {
	display: none;
}

img {
	border: 1px #000 solid;
}

#footer {
	clear: both;
}

a#menu-dokumentationsbibliothek, a#menu-leihbibliothek, a#menu-aktuell, a#menu-angebot, a#menu-bilddatenbank, a#menu-informationen, a#menu-links, a#menu-online-katalog, a#home-dokumentationsbibliothek, a#home-leihbibliothek, a#home-online-katalog, a#home-dokumentationsbibliothek:hover, a#home-leihbibliothek:hover, a#home-online-katalog:hover, body.leihbibliothek a#menu-online-katalog {
	width: auto;
	background-image: none;
}

.small-text {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #666;
}

.small-text p {
	margin: 0px 0px 20px 0px;
}

.small-text a {
	color: #666;
}

.small-text a:hover {
	color: #F93;
}


.small-text img {
	margin-top: 5px;
}

.small-text h1, .small-text h2, .small-text h3, .small-text h4, .small-text h5, .small-text h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #666;
}

div.aktuell-item {
	background-color: #CCC;
}

div.aktuell-item img {
	margin: 0px 5px 5px 0px; 
}

/* hide from IE mac \*/
div.aktuell-item {
	background-color: #CCC;
	background-image: none;
}
/* end hiding from IE5 mac */

span.nt {
	font-weight: normal;
}

table.oeffnungszeiten th {
	text-align: left;
	padding-right: 5px
}

table.oeffnungszeiten td {
	text-align: right;
}