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: 2em;
	margin-bottom: 0.5em;
}

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;
}

#top {
	width: 100%; height: 209px;
	padding: 0;	margin: 0;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
#top #head-container {
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	width: 910px;
	margin: 0 auto 0 auto;
}
	#top #head-container #menu {
		width: 100%;
		height: 30px;
	}
	#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;
}
.topicbox2 {
	float: left;
	width: 338px;
	height: 79px;
	line-height: 120%;
	text-align: left;
	color: white;
	display: inline;
}
.topic {
	font-size: 19px;
	font-weight: bold;
	margin: 15px 20px 3px 20px;
}
.topic2 {
	font-size: 19px;
	font-weight: bold;
	margin: 2px 20px 3px 20px;
}
.bib {
	font-size: 19px;
	font-weight: bold;
	margin: 25px 20px 3px 20px;
}
.topictext{
	font-size: 12px;
	margin: 0px 20px 10px 20px;
}


#head-container a {
	text-decoration: none;
	color: #ffffff;
}

#head-container a:hover {
	color: #dddddd;
}

#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;
	}

.unilogo {
	float: left;
	width: 175px;
	margin-top: 50px;
	margin-bottom: 15px;
}
.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;
}

.url {
	font-family: monospace;
	font-size: 13px;
	background-color: white;
	padding: 2px 5px 2px 5px;
	border-top: solid 1px #d03010;
	border-right: solid 1px #d03010;
	border-bottom: solid 1px #d03010;
	border-left: solid 1px #d03010;
}

.url a {
	color: black;
}

.url a:hover {
	color: #7e7e7e;
}

.url2 {
	font-family: monospace;
	font-size: 15px;
}

#upload {
	font-size: 13px;
}
.bez {
	font-weight: bold;
}
.bez2 {
	width: 5.5em;
	float: left;
}
.testinput1 {
	margin-top: 1.5em;
	margin-bottom: -0.5em;
}
.testinput2 {
	margin-top: 1em;
}
