* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #EEE;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}

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;
	padding-left: 0.9em;
}

dd {
	line-height: 20px;
}
dl.ni dd {
	padding-left: 0.9em;
}
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: underline;
}

a:hover {
	color: #F93;
	text-decoration: underline;
}

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;
	margin: 0px 0px 20px 0px;
}

caption {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	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;
}

td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	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 {
	width: 170px;
	float: left;
}

#header {
	height: 105px;
}

#header h1 a {
	width: 100px;
	height: 100px;
	display: block;
	text-indent: -24000px;
	background-image: url(../images/header-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body.home #header h1 a {
	width: 116px;
	height: 100px;
	display: block;
	text-indent: -24000px;
	background-image: url(../images/header-home-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body.popup #header {
	height: 25px;
}

body.popup #header h1 a {
	display: none;
}

#main-menu {
	margin-top: 45px;
}

#main-menu div {
	margin-bottom: 12px;
}

#main-menu div a {
	display: block;
	height: 28px;
	background-color: transparent;
	background-position: 0px -40px;
	background-repeat: no-repeat;
	text-indent: -2400px;
}

#main-menu div a:hover, #main-menu div a.act:hover {
	background-position: 0px 0px;
}

#main-menu div a.act {
	background-position: 0px 0px;
}

#content-container {
	width: 680px;
	float: left;
}

#menu-container {
	height: 80px;
	padding-top: 25px;
}

#menu {
	height: 20px;
	width: 610px;
	background-color: #666;
}

#menu div {
	float: left;
}

#menu div a {
	display: block;
	height: 20px;
	background-color: #666;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -2400px;
}

#menu div a:hover {
	background-position: 0px -20px;
}

#menu div a.act {
	background-position: 0px -40px;
}

#menu div a.act:hover {
	background-position: 0px -40px;
}

#content {
	width: 530px;
	padding-right: 40px;
	float: left;
}

body.popup #content {
	width: 100%;
	padding: 0px;
	float: none;
	text-align: center;
}

#content div.column-1 {
	width: 36%;
	float: left;
	margin-bottom: 50px;
}

#content div.column-2 {
	width: 56%;
	float: right;
	margin-bottom: 50px;
}

body.home #content div.column-1 {
	width: 32%;
	float: left;
	margin-bottom: 50px;
}

body.home #content div.column-2 {
	width: 60%;
	float: right;
	margin-bottom: 50px;
}

#images {
	width: 107px;
	float: left;
}

#images div {
	margin-bottom: 20px;
}

img {
	border: 1px #000 solid;
}

#footer {
	clear: both;
}

a#menu-dokumentationsbibliothek {
	width: 129px;
	background-image: url(../images/menu-dokumentationsbibliothek.gif);
}

a#menu-leihbibliothek {
	width: 129px;
	background-image: url(../images/menu-leihbibliothek.gif);
}

a#menu-aktuell {
	width: 80px;
	background-image: url(../images/menu-aktuell.gif);
}

a#menu-angebot {
	width: 83px;
	background-image: url(../images/menu-angebot.gif);
}

a#menu-bilddatenbank {
	width: 124px;
	background-image: url(../images/menu-bilddatenbank.gif);
}

a#menu-informationen {
	width: 132px;
	background-image: url(../images/menu-informationen.gif);
}

a#menu-links {
	width: 54px;
	background-image: url(../images/menu-links.gif);
}

a#menu-online-katalog {
	width: 137px;
	background-image: url(../images/menu-online-katalog.gif);
}

a#home-dokumentationsbibliothek {
	width: 266px;
	height: 20px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -2400px;
	display: block;
	background-image: url(../images/home-dokumentationsbibliothek.gif);
}

a#home-leihbibliothek {
	width: 143px;
	height: 20px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -2400px;
	display: block;
	background-image: url(../images/home-leihbibliothek.gif);
	margin-bottom: 5px;
}
a#home-online-katalog {
	width: 266px;
	height: 20px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -2400px;
	display: block;
	background-image: url(../images/home-online-katalog.gif);
	margin-bottom: 30px;
}

a#home-dokumentationsbibliothek:hover, a#home-leihbibliothek:hover, a#home-online-katalog:hover {
	background-position: 0px -20px;
}

body.leihbibliothek a#menu-online-katalog {
	width: 130px;
	background-image: url(../images/menu-online-katalog-2.gif);
}

.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: transparent;
	/*background-color: #FFE9D2;*/
}

div.aktuell-item img {
	margin: 0px 5px 5px 0px; 
}

/* hide from IE mac \*/
/*div.aktuell-item {
	background-color: transparent;
	background-image: url(../images/aktuell-item-bg.png);
	background-repeat: repeat;
}*/
/* 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;
}