@charset "utf-8";
/* Kolpa Architekten */

.dhv {
	width: 980px;
	z-index: 1000;
	text-decoration: none;
}

.dhv .item1,
.dhv .item1:hover,
.dhv .item1-active,
.dhv .item1-active:hover {
    padding-bottom: 5px;
	padding-right:25px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align: left;
    z-index: 1000;
}

.dhv .item1,
.dhv .item1-active {
    color: #7f7f7f;
    z-index: 1000;
	text-decoration: none;
	padding-right:25px;
}

.dhv .item1:hover,
.dhv .item1-active:hover {
    color: #fff;
    z-index: 1000;
	text-decoration: none;
}

.dhv .item2, .dhv .item2:hover, .dhv .item2-active, .dhv .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #7f7f7f;
	padding-right:25px;
   
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1000;
	background-color:rgb(51,51,51);
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	text-align: left;
}

 .dhv .item2:visited {
    font-weight: bold;
    text-decoration: none;
 }

.dhv .item2:hover, .dhv .item2-active, .dhv .item2-active:hover {
    background: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
    z-index: 1000;
	color: #333;
	text-decoration: none;
}
.dhv .arrow,
.dhv .arrow:hover {
    padding: 3px 16px 4px 8px;
    z-index: 1000;
	text-decoration: none;
}
.dhv .item2 img,
.dhv .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
    z-index: 1000;
}
.dhv .section {
    border: 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

div.divider {
	width: 20px;
	float: left;
}

.dhv a {
	text-decoration: none;
}

* html .dhv td { position: relative; } /* ie 5.0 fix */