html {
	height: 100%;
	margin-bottom: 1px; /* Erzeugt dauerhaft einen V-Scroll-Balken*/
}
body {
	padding: 0;	margin: 0;
	font-family: Verdana, Arial, sans serif;
	font-size: 13px;
	text-align: center;
	background-color: #000000;
}

h1 {
	color: #d03010;
	font-size: 1.5em;
	clear: both;
	margin-top: 2em;
	margin-bottom: 1em;
}
h2 {
	color: #d03010;
	font-size: 1.3em;
	clear: both;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h4 {
	margin: 1.5em 0 0 0;
	font-size: 13px;
}
h5 { /*Überschriften in der rechten Leiste*/
	margin-bottom: 1em;
	margin-top: 2.5em;
}

a { /*Links in BIBMAP-Rot einfärben*/
	color: #d03010;
	text-decoration: none;
}
a:focus { /*...und ohne Rahmen*/
	outline: none;
}
a:hover { /*...bei Mausberührung grau*/
	color: #7e7e7e;
}

ul {
	line-height: 170%
}

table {
	font-size:13px;
	margin-bottom: 1em;
	vertical-align: top;
}
th {
	text-align:left;
}

#top {
	width: 100%; height: 209px;
	padding: 0;	margin: 0;
	background-color: #000000;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
#top #head-container {
	margin: 0 auto 0 auto;
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	width: 910px;
}
#top #head-container a {
	text-decoration: none;
	color: #ffffff;
}
#top #head-container a:hover {
	color: #dddddd;
}
	#top #head-container #menu {
		width: 100%;
		text-align: right;
		height: 28px;
		padding-top: 2px;
	}
	#top #head-container #menu a.umarked {
		color: #d4d4d4;
		text-decoration: none;
		margin-left: 8px;
	}
	#top #head-container #menu a.marked {
		color: #DA401D;
		text-decoration: none;
		margin-left: 8px;
	}
	#top #head-container #menu a.umarked:hover {
		color: #ffffff;
	}
	#top #head-container #logos {
		width: 100%;
		height: 100px;
	}
		#top #head-container #logos #logo-bibmap {
			float: left;
			margin: 10px 0 0 70px;
		}
		#top #head-container #logos #logo-ariso {
			float: left;
			margin: 15 0 0 250px;
		}
	#top #head-container #submenu {
		width: 100%;
		height: 79px;
	}

.seperate {
	float: left;
	width: 2px;
}
.topicbox {
	float: left;
	width: 225px;
	height: 79px;
	line-height: 120%;
	text-align: left;
	color: white;
	display: inline;
}
.topic {
	font-size: 19px;
	font-weight: bold;
	margin: 15px 20px 3px 20px;
}
.topictext{
	font-size: 12px;
	margin: 0px 20px 10px 20px;
}

#center {
	width: 100%;
	background-image: url(../images/main_cnt_bg.gif);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	line-height: 150%
}
#center #main-container {
	width: 910px;
	padding: 0;
	margin: 0 auto 0 auto;
}
	#center #main-container #content-left {
		width: 629px;
		float: left;
		margin: 0 25px 0 25px;
		padding: 0;
		text-align: left;
	}
	#center #main-container #content-right {
		width: 175px;
		float: left;
		margin: 10px 25px 0 25px;
		padding: 0;
		text-align: left;
	}

#text-w-image {
	float: left;
	width: 370px;
	margin-right: 25px;
	display: inline;
}
.image-in-text {
	float: none !important;
	margin-bottom: 10px;
	border-color: #d03010;
}

.partnerlogo {
	float: left;
	width: 174px;
}


#bottom {
	width: 100%;
	height: 103px;
	text-align: center;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}
	#bottom #footer-container {
		margin: 0 auto 0 auto;
		width: 910px;
		height: 103px;
		text-align: left;
	}
	#bottom #footer-container a {
		float: left;
		padding: 39px 0 0 27px;
		text-decoration: none;
		color: #ffffff;
	}
	#bottom #footer-container a:hover {
		color: #c8c8c8;
	}
		#bottom #footer-container #copyright {
			float: right;
			color: #ffffff;
			padding: 69px 16px 0 0;
		}

.gallery_left {
	width: 300px;
	float: left;
	clear: both;
	margin: 0 0 10px 20px;
}
.gallery_right {
	width: 300px;
	float: right;
}

.left_table {
	clear:both;
	float:left;
	margin-right:70px;
}
table #name {
	width:24em;
}
table #opac {
	width:10em;
}
th {
	border-bootom: dotted 1px red;
}

.scrollbox {
	width:100%;
	height:120px;
	background-color:black;
}
.scroll {
	width:13px;
	float:left;
}
.scrollpic {
	float:left;
	height:100px;
}
#editor {
	width:603px;
	height:100px;
	float:left;
	text-align:center;
}