/*******************************************************************************
********************************************************************************
	Projekt		: Libreka
********************************************************************************
*******************************************************************************/


/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a {
	text-decoration:none;
}
img {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	height: 100.01%;
	margin-bottom: -1px;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align:left;
}



/********************************************************** Seitenstruktur *****
*******************************************************************************/

body {
	height: 100%;
	background-image: url(bas_bg_bdy.gif);
	background-repeat: repeat-y;
}
div#bas-wbst {
	float: left;
	width: 100%;
	height: 100%;
	/*background-image: url(bas_bg_wbst.png);*/
	background-image: none;
	background-repeat: no-repeat;
}
html>body div#bas-wbst {
	height: auto;
	min-height: 100%;
}
div#bas-wbst-2 {
	float: left;
	width: 1200px;
	padding-bottom: 50px;
}

div#bas-f-nvgtn, 
div#bas-f-cntnt, 
div#bas-f-sdbr {
	float: left;
	width: 212px;
}
div#bas-f-cntnt {
	width: 805px;
}
div#bas-f-sdbr {
	float: left;
	width: 180px;
}
div#bas-f-nvgtn-2 {
	padding-top: 30px;
	padding-left: 18px;
}
div#bas-f-cntnt-2 {
	padding: 0px 178px 0px 81px;
	
	padding-right: 0px;
}


body#lib-site-v2 {
	background-position: 282px 0px;
}
body#lib-site-v2 div#bas-wbst-2 {
	width: 1274px;
}
body#lib-site-v2 div#bas-f-cntnt {
	width: 985px;
}
body#lib-site-v2 div#bas-f-sdbr {
	display: none;
}