@charset "utf-8";
/* Suchformular formatieren */
.bibli_line {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 5px;
}

.bibli_left {
	position: relative;
	float: left;
	width: 140px;
}

.bibli_right {
	position: relative;
	float: left;
	width: 500px;
}

.bibli_search {
	width: 400px;
}

/* Hier werden die Resultate dargestellt */

.bibli_result_line {
	position: relative;
	float: left;
	width: 100%;
}

.bibli_result_line_titel {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}

.bibli_result_line:hover {
	background-color: #BCDFBB;
}

.bibli_availability {
	position: relative;
	float: left;
	width: 20px;
}

.bibli_autor {
	position: relative;
	float: left;
	width: 140px;
}

.bibli_titel {
	position: relative;
	float: left;
	width: 350px;
}

.bibli_medium {
	position: relative;
	float: left;
	width: 100px;
}

.bibli_age {
	position: relative;
	float: left;
	width: 50px;
}

.bibli_res {
	position: relative;
	float: left;
	width: 5%;
}

.bibli_info_box {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #899f6c;
	padding: 3px;
	margin-bottom: 10px;
}

.bibli_info_elements {
	position: relative;
	float: left;
	width: 30%;
}

.bibli_service_menu {
	position: relative;
	float:left;
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

.such_liste_kurz {
	position: relative;
	float: left;
	width: 60px;
}

.such_liste {
	position: relative;
	float: left;
	width: 110px;
}
