/* Bibliotheksportal-Stylesheet [LAYOUT] */
/* Autor: Thomas Jung, Sächsische Landesbibliothek - Staats- und Universitätsbibliothek Dresden | 2007 */
/* Telefon: +49 (0)351 5636328 Email: jung@slub-dresden.de */

* {
	margin:0;
	padding:0;
	font-size:1em;
}

html {
	height:100%;
	text-align:left;
	font-size:62.5%;
}

body {
	background-color:#fff;
	background-image:url(../images2/bg.gif);
	background-repeat:repeat;
	background-position:0 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	height:100%;
	text-align:center;
}

img {
	border:none;
}

ul {
	list-style-type:none;
}

a, a:visited {
	text-decoration:none;
	font-weight:normal;
	border-style:dotted;
	border-width:0 0 1px;
	border-color:#c03;
	color:#c03;
}

a:focus,
a:hover {
	border-color:#999;
	color:#999;
}

#sitenav, #navbar #smallsearch label, .dontread {
	display:none;
}

#bgtop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
	background-image:url(../images2/bggrad.gif);
	background-repeat:repeat-x;
	z-index:1;
}

#container {
	position:relative;
	top:0;
	left:0;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	z-index:2;
	text-align:left;
}

#navbar {
	position:absolute;
	top:195px;
	left:0;
	width:245px;
	min-height:170px;
	background-image:url(../images2/navbg.png);
	background-repeat:repeat-y;
	z-index:3;
}

#navlogo #homelink {
	position:absolute;
	top:50px;
	left:0;
	width:245px;
	height:145px;
	background-image:url(../images2/navilogo.png);
	background-repeat:no-repeat;
	display:block;
	border-width:0;
	z-index:3;
}

#navlogo h1, #kooperation h5 {
	display:none;
	border:none;
}

#nav {
	position:relative;
	left:22px;
	top:0;
	margin-top:20px;
	width:200px;
	min-height:100px;

}

#nav li {
	position:relative;
	min-width:200px;
	min-height:10px;
	display:block;
	border-bottom:#ccc dashed 1px;
}

#nav a {
	position:relative;
	top:0;
	left:0;
	width:190px;
	min-height:12px;
	padding:5px 10px 5px 0;
	display:block;
	font-size:10px;
	border:none;
	text-align:right;
	text-decoration:none;
	color:#666;
}

#nav .active {
	position:absolute;
	top:0;
	right:-20px;
	width:20px;
	height:20px;
	background:url(../images2/actnavi.gif) no-repeat 0 0;
	display:block;
}

#nav .buttonactive {
	font-weight:bold;
	color:#c00;
}

#nav a:hover { background-color:#eee; }
#nav .buttonactive:hover { background-color:#fff; }

#naviverlauf {
	position:absolute;
	top:0;
	left:22px;
	width:85px;
	height:100%;
	background-image:url(../images2/naviverlauf.png);
	background-repeat:repeat-y;
}

#navend {
	position:absolute;
	bottom:-300px;
	left:0;
	width:245px;
	height:300px;
	background-image:url(../images2/naviend.png);
	background-repeat:no-repeat;
}

#smallsearch {
	position:relative;
	left:0;
	top:40px;
	width:245px;
	height:65px;
	background-image:url(../images2/searchbg_small.png);
	background-repeat:no-repeat;
	z-index:5;
	display:block;
}

#smallsearch #word {
	position:relative;
	top:9px;
	left:85px;
	width:98px;
	height:12px;
	background: #fff;
	font-size:10px;
}

#b_bigsearch {
	position:absolute;
	bottom:5px;
	left:81px;
	width:125px;
	height:30px;
	text-indent:-4000px;
	background-image:url(../images2/b_bigsearch.gif);
	border-width:0;
	z-index:1;
}

#smallsearch #submit {
	position:relative;
	top:9px;
	left:88px;
	font-size:10px;
	height:17px;
}

#maintop {
	position:relative;
	top:0;
	left:105px;
	width:770px;
	height:30px;
	background-image:url(../images2/bgcontent_oben.png);
	background-repeat:no-repeat;
}

#main {
	position:relative;
	top:0;
	left:105px;
	width:770px;
	background-image:url(../images2/bgcontent.png);
	background-repeat:repeat-y;
	z-index:2;
}

#mainbottom {
	position:relative;
	top:0;
	left:105px;
	width:770px;
	height:200px;
	background-image:url(../images2/bgcontent_unten.png);
	background-repeat:no-repeat;
}

#header{
	position:relative;
	top:-7px;
	left:5px;
	width:750px;
	height:140px;
	background-image:url(../images2/head_lpz.jpg);
	background-repeat:no-repeat;
	background-position:15px 0;
	border-width:0 0 1px;
	border-color:#999;
	border-style:dashed;
}

#endspacer {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:120px;
}

.footer {
	position:absolute;
	bottom:100px;
	left:280px;
	width:505px;
	height:30px;
	font-size:10px;
	padding-top:20px;
	color: #bbb;
	z-index:5;
	border-style:dashed;
	border-color:#999;
	border-width:1px 0 0;
}

.footer .printthispage {
	position:absolute;
	top:10px;
	left:0px;
	padding-left:18px;
	background:url(../images2/printthispage.gif) no-repeat 0px 1px;
}

.footer a {
	color:#bbb !important;
	border-color:#bbb !important;
}

blockquote {
	position:relative;
	margin:20px 0;
	padding:0 30px 0 0;
}

#totop {
	position:absolute;
	right:0px;
	top:2px;
	text-indent:-4000px;
	width:90px;
	height:20px;
	background-image:url(../images2/totop.gif);
	background-repeat:no-repeat;
	border-width:0;
}

#foerderer {
	position:absolute;
	bottom:10px;
	left:165px;
	width:570px;
	height:70px;
	background:url(../images2/foerderer.png) no-repeat 0 0;
}

.info {
	list-style-type:square;
    margin-left: 20px;
}
