/* SLTP-Stylesheet für Layoutelemente */
/* Thomas Jung, SLUB Dresden | 2008 */
/* Telefon: +49 (0)351 5636328 Email: jung@slub-dresden.de */

* {
	margin:0;
}

ul {
	list-style-type:none;
	padding:0;
}

.hidden {
	display:none;
}

body {
	width:100%;
	height:100%;
	font-size:12px;
	font-family:verdana,arial,helvetica,sans-serif;
	background:#cb9 url(../images/sltp_mainbg.gif) repeat 0 0;
}

#top {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
}

#headwrapper {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:139px;
	text-align:center;
	background:url(../images/sltp_headbg.jpg) repeat-x 0 0;
	z-index:4;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:139px;
	margin:0 auto;
	text-align:left;
}

#logo {
	position:relative;
	top:0;
	left:0;
	width:380px;
	height:137px;
	background:url(../images/sltp_logo.png) no-repeat 0 0;
	text-indent:-2000px;
	overflow:hidden;
	display:block;
}

#headconnect {
	position:absolute;
	top:137px;
	right:215px;
	width:35px;
	height:25px;
	background: url(../images/sltp_headconnect.gif) no-repeat;
}

#stripes {
	position:absolute;
	top:139px;
	left:0;
	width:100%;
	height:60px;
	background:#fff url(../images/sltp_stripes.jpg) repeat-x 0 0;
	z-index:1;
}

#provider {
	position:absolute;
	top:0;
	right:0;
	width:134px;
	height:50px;
	background:url(../images/sltp_providerbg.png) no-repeat 0 0;
	/* Definition der einzelnen Anbieter in sltp_content.css */
}

#navwrapper {
	position:relative;
	top:0;
	left:0;
	left:0;
	width:100%;
	height:60px;
	text-align:center;
	z-index:2;
}

#nav {
	position:relative;
	top:0;
	left:0px;
	margin:0 auto;
	width:800px;
	height:51px;
	background:url(../images/sltp_navbg.png) no-repeat 70px 0;
	clear:left;
}

.navelement {
	position:relative;
	top:0;
	left:0;
	height:30px;
	margin-top:6px;
	display:block;
	text-indent:-2000px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav ul li {
	position:relative;
	top:0;
	left:0;
	float:left;
}
#nav .sub {
	position:absolute;
	top:24px;
	left:-5000px;
	width:200px;
	min-height:30px;
	z-index:100;
	display:block;
	clear:left;
	padding:20px 0 15px;
}

#nav ul li:hover .sub,
#nav ul li.sfhover .sub {
	left:26px;
}

.sub .subtop,
.sub .subbottom {
	position:absolute;
	left:0;
	width:200px;
	display:block;
}

.sub .subtop {
	top:0;
	height:20px;
	background:url(../images/sltp_subnavtop.png) no-repeat 0 0;
}

.sub .subbottom {
	bottom:0;
	height:15px;
	background:url(../images/sltp_subnavend.png) no-repeat 0 0;
}

.sub ul {
	position:relative;
	top:0;
	left:0;
	width:200px;
	min-height:20px;
	display:block;
}

.sub li,
.sub li a {
	position:relative;
	top:0;
	left:0;
	display:block;
	text-align:left;
}

.sub li {
	height:20px;
	width:200px;
	padding:0;
	clear:left;
	background:url(../images/sltp_subnavbg.png) repeat-y 0 0;
}

.sub li a {
	width:179px;
	height:12px;
	font-size:10px;
	margin:3px 0 3px 6px;
	padding:3px;
	color:#432;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted #888;
}
.sub li a:hover {
	background:#876;
	color:#fff;
	border-bottom:1px dotted #876;
}

#b_start {
	width:99px;
	background-image:url(../images/sltp_b_start.gif);
	margin-left:78px;
}

#b_start_act {
	width:99px;
	background-image:url(../images/sltp_b_start_act.gif);
	margin-left:78px;
}

#b_start:hover {
	width:99px;
	background-image:url(../images/sltp_b_start_over.gif);
	margin-left:78px;
}

#b_suche {
	width:89px;
	background-image:url(../images/sltp_b_suche.gif);
}

#b_suche_act {
	width:89px;
	background-image:url(../images/sltp_b_suche_act.gif);
}

#b_suche:hover {
	width:89px;
	background-image:url(../images/sltp_b_suche_over.gif);
}

#b_protokolle {
	width:109px;
	background-image:url(../images/sltp_b_protokolle.gif);
}

#b_protokolle_act {
	width:109px;
	background-image:url(../images/sltp_b_protokolle_act.gif);
}

#b_protokolle:hover {
	width:109px;
	background-image:url(../images/sltp_b_protokolle_over.gif);
}

#b_personen {
	width:104px;
	background-image:url(../images/sltp_b_personen.gif);
}

#b_personen_act {
	width:104px;
	background-image:url(../images/sltp_b_personen_act.gif);
}

#b_personen:hover {
	width:104px;
	background-image:url(../images/sltp_b_personen_over.gif);
}

#b_infos {
	width:100px;
	background-image:url(../images/sltp_b_infos.gif);
}

#b_infos_act {
	width:100px;
	background-image:url(../images/sltp_b_infos_act.gif);
}

#b_infos:hover {
	width:100px;
	background-image:url(../images/sltp_b_infos_over.gif);
}

.navconnect {
	position:absolute;
	bottom:0;
	height:15px;
	width:20px;
	background:url(../images/sltp_actnav.gif) no-repeat 0 0;
}

#nc_start {
	left:118px;
}

#nc_suche {
	left:212px;
}

#nc_protokolle {
	left:311px;
}

#nc_personen {
	left:418px;
}

#nc_infos {
	left:503px;
}

#sxndigilink {
	position:absolute;
	top:0;
	right:0;
	width:270px;
	height:40px;
	background:url(../images/sltp_sxndigi_link.png) no-repeat 0 0;
	text-indent:-2000px;
	overflow:hidden;
}

#sxndigilink:hover {
	background:url(../images/sltp_sxndigi_link_over.png) no-repeat 0 0;
}

#contentwrapper {
	position:relative;
	top:0;
	left:0;
	left:0;
	width:100%;
	min-height:300px;
	text-align:center;
	z-Index:1;
	background:#fff;
}

#content {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:800px;
	min-height:300px;
	overflow:hidden;
	text-align:left;
}

#colspacer {
	position:relative;
	top:0;
	left:0;
	width:78px;
	height:300px;
	float:left;
}

#maincol {
	position:relative;
	top:0;
	left:0;
	width:470px;
	min-height:300px;
	float:left;
	margin:0 0 30px;
	padding:40px 40px 80px 0; /*  PROBLEM! 40px addieren sich zur Breite = 510px !!!!!!!!! */
	background:url(../images/sltp_vertborder.gif) repeat-y right top;
}

#vb_topend,
#vb_bottomend {
	position:absolute;
	right:0;
	width:40px;
	height:60px;
}

#vb_topend {
	background:url(../images/sltp_vertborder_topend.gif) no-repeat 0 0;
	top:0;
}

#vb_bottomend {
	background:url(../images/sltp_vertborder_bottomend.gif) no-repeat 0 0;
	bottom:0;
}

#sidebar {
	position:relative;
	top:0;
	left:0;
	width:200px;
	height:300px;
	float:left;
	font-size:10px;
	padding-top:120px;
}

#end {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:120px;
	background:url(../images/sltp_end.png) repeat-x 0 0;
}

#vb_bottomend a.totop {
	position:absolute;
	top:50px;
	right:0;
	width:85px;
	height:40px;
	background:url(../images/sltp_totop.png) no-repeat 0 0;
	display:block;
	text-indent:-2000px;
	border:none !important;
	overflow:hidden;
}

#vb_bottomend a.totop:hover { background:url(../images/sltp_totop_over.png) no-repeat 0 0; }
