/*Aufklappbares Subnavi */
span.navi1 div ul {      
	margin: 0;
        padding: 0;
        display: none;
}

span.navi1:hover div ul {
	top: -3px;
	left: -5px;
	position: relative; 
        display: block;
        float: none;
        width: 120px;
        overflow: hidden;
}
span.navi1:hover div ul li,
span.navi1:hover div ul li a {
 	background: #C6C6C6;
        opacity: .95;
        filter: alpha(opacity=95);
	font-family: Arial;
	line-height: 14px;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
        padding: 2px;
 	list-style-type: none;
        color: #333333;
        height: 14px;
}
span.navi1 div ul li:hover {	
	background-color: #7D7979;
	overflow: hidden;
}
span.navi1 div ul li:hover a {
	color: #D2D2D2;
	padding-right: 70px;
	white-space: nowrap;
	background: transparent;
}


/*Hauptmenu*/
div#mainnavi {
	height: 23px;
	list-style-type: none;
        width: 710px;
	background-image: url(../images/bg_navi_reg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
        text-align: left;
        padding-left: 240px;
}
div.navi {
	float: left;
        width: 450px;
}
span.navi1 {
	font-weight: bold;
	cursor: pointer;
	line-height: 15px;
	float: left; 
        white-space: nowrap;
	margin-right: 20px;
        overflow: hidden;
}
span.navi1:hover {
	color: #F58220;
}
.referenzSeite {
  border-bottom: 1px dashed  #F58220;
  margin-bottom: 30px;
  min-height: 170px;
}
.clearing {
   float: none;
   clear: both;
}
.referenzenSubHeader {
    color: #F58220;
    font-size: 12px;
}
.referenzenHeader {
    margin-bottom: 10px;
    color: #F58220;
    font-weight: bold;
}
#imageleft.referenz{
   width: 190px;	
}
   
