
/* besser aus ts-template schmei�en */
.direkteinstieg {
  display: none;
}

#left {
	width: 235px;
	/* daniel top: -120px; */
	position: static;
	margin-top:-120px;
}

#middlewrap {
	width: 550px;
	/* daniel top: -120px; */
	position: static;
	margin-top:-120px;
}

#middle {
	width: auto;
	float: none;
	padding:0px;
	position: relative;
}

#searchform table {
	height:63px;
}

.tx-macinasearchbox-pi1 	{
	float:right;
	margin-right:4px;
}

#menu-left {
	margin-left: 20px;
	margin-right:20px;
	position: relative;
}

#menu-left ul {
  margin: 0;
  padding: 0;
}

#menu-left li {
  padding: 0;
  margin: 0;
  background: transparent;
  list-style: none;
}

#menu-left a {
  display: block;
  background: #58b16f;
  border-bottom: 1px dotted #2b8f2d;
  padding: 4px 0 7px 25px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#menu-left a.act  {
	text-decoration: underline;
}

#menu-left a:hover {
	text-decoration: underline;
}

#menu-left .level2 a {
	background: #c6e2cb;
	font-weight: normal;
	color: #000000;
	padding: 3px 0 3px 40px;	
}

#menu-left .level3 a {
	background: #e1efe0;
	border: 0 none;
	padding-left: 55px;
	border-bottom:1px solid #e1efe0;
}

#menu-left .level3 .last a {
  border-bottom: 1px dotted #2b8f2d;
}

