#wrapper #container #sidebar-left {
	margin-right: 13px;
}

#wrapper #container #sidebar-right {
	margin-left: 13px;
}

#wrapper #container .breadcrumb {
	position: absolute;
	z-index: 0;
	left: 0;
	top: -2em;
}

#wrapper #container #center #squeeze {
	margin-top: 2em;
}





#container ul.menu li {
	font-size: 12px;
}

#wrapper ul li.leaf a, 
#wrapper ul li.expanded a, 
#wrapper ul li.collapsed a {
	display:inline;
}

.sticky .nodefoot {
	bottom:23px;
}

#wrapper #container #center #squeeze,
#wrapper #container #center {
	width:578px;
	overflow: visible;
}


body {
  /* Allow text resizing */
  xxxfont-size: 80%;
}

#wrapper #container #center {
  /* Reduce amount of damage done by extremely wide content */
  overflow: hidden;
}

#wrapper #container #center .right-corner .left-corner {
  /* Because of the lack of min-height, we use height as an alternative */
  height: 400px;
}

fieldset {
  /* Don't draw backgrounds on fieldsets in IE, as they look really bad. */
  background: none;
}

ul.primary {
  /* Fix missing top margin */
  position: relative; /* LTR */
/*  top: 0.5em; */
}

/* Prevent fieldsets from shifting when changing collapsed state. */
html.js fieldset.collapsible {
  position: relative;
  top: -1em;
}
html.js fieldset.collapsed {
  top: 0;
  margin-bottom: 1em;
}

tr.menu-disabled {
  /* Use filter to emulate CSS3 opacity */
  filter: alpha(opacity=50);
}

#header-region {
  /* Because of the lack of min-height, we use height as an alternative */
  height: 1em;
}

tr.taxonomy-term-preview {
  filter: alpha(opacity=50);
}

#attach-hide label, #uploadprogress div.message {
  /* Fading elements in IE causes the text to bleed unless they have a background. */
  background-color: #ffffff;
}

body.wallpaper #wallpaper-link {
	position: absolute;
	top: expression(parseInt(document.body.scrollTo) + 'px');
	height: expression(parseInt(document.body.scrollHeight) + 'px');
}

.testbericht-teaser-icons .testbericht-teaser-icon {
	margin-right: 2px;
}

.uebersicht_table tr td {
	border-bottom: expression(this.nextSibling==null?'0px none':'1px dashed #CCC');
}

