/* Hack für italic Problem im IE bis Version 6 */
* html body * { overflow:visible; } 
* html textarea { overflow:scroll; overflow-x: hidden; }
* html input { overflow: hidden; }



#center #left {
  float: left; 
  width: 168px;
  margin-right: 20px;
}


#center #right {
  float: right; 
  width: 168px;
  margin-left: 20px;
  word-wrap: break-word;
}


#center #content {
  margin: 0 188px;  
  background: #fff;
}

/* Hack für 3px Problem im IE bis Version 6 */

* html #center #left { 
margin-right: -3px; 
} 
* html #center #right { 
margin-left: -3px; 
} 
* html #center #content { 
margin: 0 185px 0 185px;
display:inline-block; 
} 

/* Ende Hack */

#center #menu {
  padding-bottom: 30px;
}

#center #menu ul li {
  list-style: none;
  border-top: 1px dotted #E5E5E5;
  bbbackground: url('../images/menu_bg.gif') no-repeat top left;
}

#center #menu ul li a {
  display: block;
  padding: 1px 2px 2px 4px;
  margin: 3px 0;
  text-decoration: none;
}

#center #menu ul li a:hover {
  color: #257D70;
}

#center #menu .active {
  background: #257D70;
  color: #fff;
}

#center #menu ul li ul {
  padding-bottom: 4px;
}

#center #menu ul li ul li {
  border: 0;
}

#center #menu ul li ul li a {
  background: url('../images/list_darkgreen.gif') no-repeat 0px 3px;
  display: block;
  padding: 0 0 0 16px;
  margin: 4px;
}

#center #menu ul li ul li a:hover {
  background: url('../images/list_darkgreen.gif') no-repeat 0px 3px;
  color: #257D70;
}




#ansprechpartner {
  padding-bottom: 20px;
}




#topimage {
  width: 524px;
  height: 214px;
  background: url('../images/topimage_bg.gif') no-repeat left bottom;
  
}

#topimage_inner {
  border: 1px solid #E5E5E5;
  height: 200px;
  padding: 4px;
}

.text {
  padding: 20px;
  width: 484px;
}


.referenzen, .kunden {
  width: 523px;
  pppppadding: 20px 0;
  padding: 0 0 20px 0;
}

.referenzen dt, .kunden dt {
  float: left;
  margin-right: 20px;
  height: 140px;
  position: relative;
}


.kunden div.over {
	width: 139px;
	height: 99px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	margin: 1px;
}



.web_referenzen_pic {
  float: left; 
  width: 160px
}

.referenzen img, .kunden img, .web_referenzen_pic img {
  padding: 4px;
  border: 1px solid #E5E5E5;
}

.referenzen .last, .kunden .last {
  margin-right: 0px;
}

.kundenstimme {
  font-style: italic;
}

.stempel_mix_new {
  width: 168px;
  height: 168px;
  margin-bottom: 20px;
}

