/*

This is the css stylesheet with sitemap-styles for www.stw-marburg.de.
Author:			Torsten Schrade
Created:		01.01.2006
Modified:		
Modified by:	

suggested order:
################
- display
- list-style-type
- position
	- top/right/bottom/left
- z-index
- float
- clear
- width
- height
- margin
- border
- padding
- color
- background
- font
	- font-family
	- font-size
	- font-style
	- font-variant
- line-height
- text-decoration
- letter-spacing
- text-align
- vertical-align
- white-space
- other text (e.g. text-indent)
- cursor
- content

*/

/*####################### SITEMAP ############################*/

div#content_main div.tx-dropdownsitemap-pi1 {
	position: relative;
	width: 90%; /* v. important for IE */
	margin-right: 3em;
}

div#content_main div.tx-dropdownsitemap-pi1 div.expAll {
	float: right;
	z-index: 50;
	width: 200px;
	margin-top: 0.4em;
	border: none;
	background: transparent;	
	font-size: 0.75em;
	text-align: right;
}

div#content_main div.tx-dropdownsitemap-pi1 div.expAll a {
	font-weight: normal;
}

/* not for Mr. IE */
body[id=stw_marburg_de] div#content_main div.expAll {
	float: none;
	position: absolute;
	top: 0.4em;
	right: 0;
	margin-top: 0;
}

/* hide the accessibility stuff */
div#content_main div.tx-dropdownsitemap-pi1 span.usb,
div#content_main div.tx-dropdownsitemap-pi1 dfn.sitemap {
	display: block;
	position: absolute;
	left: -3000px;
	width: 0;
	height: 0;
}

div#content_main div.tx-dropdownsitemap-pi1 ul {
	list-style-type: none;
	font-size: 1em;
}

div#content_main div.tx-dropdownsitemap-pi1 ul li {
	position: relative;
}

div#content_main div.tx-dropdownsitemap-pi1 ul li a {
	margin-left: 15px;
	font-weight: normal;
}

div#content_main div.tx-dropdownsitemap-pi1 ul.level_2 li a:hover {
	text-decoration: underline;
}

/* expand & collapse */
div.tx-dropdownsitemap-pi1 li.open ul {
	display: block;
}

div.tx-dropdownsitemap-pi1 li.closed ul {
	display: none;
}

div#content_main div.tx-dropdownsitemap-pi1 ul li a.icon {
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 50;
	width: 10px;
	height: 10px;
	margin: 0;
}

div.tx-dropdownsitemap-pi1 ul li.open a.icon {
	background: url(../images/sitemap_bg_open.gif) top left no-repeat;
}

div.tx-dropdownsitemap-pi1 ul li.closed a.icon {
	background: url(../images/sitemap_bg_closed.gif) top left no-repeat;
}

/* since we cannot bring IE into line-height in this case with li displayed inline, 
we need to do set negative margin-bottoms*/

div#content_main div.tx-dropdownsitemap-pi1 ul.level_2 {
	margin-top: 0.3em;
	margin-bottom: -0.5em;
	border-top: 1px dotted #666666;
	font-size: 0.9em;
}

div#content_main div.tx-dropdownsitemap-pi1 ul.level_3 {
	margin-bottom: -2.5em;
	font-size: 0.85em;	
}

div#content_main div.tx-dropdownsitemap-pi1 ul.level_4 {
	list-style-type: square;
	margin-bottom: -2em;
	color: #666666;
}

/* for other than IE */
body[id=stw_marburg_de] div#content_main div.tx-dropdownsitemap-pi1 ul.level_3 {
	margin-bottom: -1em;
}

body[id=stw_marburg_de] div#content_main div.tx-dropdownsitemap-pi1 ul.level_4 {
	margin-bottom: -1em;
}
