div.stepnav input {
    border: 0;
    background: transparent;
    padding: 0 0 0 15px;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
}

div.stepnav input.active {
    background: url(/media/Image/Icons/mark.jpg) no-repeat;
    background-position: left;
}

div.stepnav input.done {
    color: gray;
}





#nav_top {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
    font-size: 80%;
}


#nav_top li {
    margin: 0 0 0 20px;
    padding: 0;
    display: inline;
}




#nav_site_container {
    position: relative;
    height: 20px;
    background-color: rgb(10%, 10%, 10%);
    border-top: 1px solid #838281;
    border-bottom: 1px solid #838281;
    overflow: hidden;
    background-image: url(/theme/default/images/portlet_titel.jpg);
    background-repeat: repeat-x;
}

#nav_site_container * {
    color: white;
}






#olTrigger_NavDirect {
    border: 1px solid white;
    width: 170px;
    position: absolute;
    top: 5px;
    left: 16px;
    background: #1F1A17;
    display: none;
}

#nav_direct_content {
    width: 170px;
    background: #1f1a17;
}


#olTrigger_NavDirect a.trigger {
    display: block;
    width: 170px;
    height: 130px;
    background: top right no-repeat url(/theme/default/images/directnav_arrow.gif);
}

ol.configurator_main {
    list-style: none;
    margin: 0 0 5px 0;
}

ol.configurator_main li {
    list-style-type: decimal;
    display: block;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 20px;
}


#nav_site {
    list-style: none;
    padding: 0;
    margin: 0 0 0 50px;
    height: 30px;
}

#nav_site li.trigger {
    float: left;
    margin: 0 5px;
    position: relative;
}

#nav_site li.trigger a.trigger {
    width: 110px;
    display: block;
    text-decoration: none;
    font-weight: bold;


    vertical-align: middle;
    font-weight: bold;
}

#nav_site li.configurator a {
    width: 13px;
    height: 30px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

#olTrigger_NavDirect a {
    text-decoration: none;
    display: block;
}

#olTrigger_NavDirect a:hover {
    background-color: #aaaaaa;
}

div.nav_float {
    background-color: rgb(10%, 10%, 10%);
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 1001;    
    border: 1px solid #72706f;
    border-top: none;
    width: 141px;
	visibility: hidden;
    font-size: 0.85em;
    margin-top: -3px;
}
div.nav_float * {
    color: white;
}

div.nav_float h3 {
    border-bottom: 1px solid #72706f;
    border-top: 1px solid #72706f;
    background-color: black;
    color: #ddd;
    margin: 0 -3px;
    padding: 3px 3px 2px 3px;
}

div.nav_float li.divide {
    border-bottom: 1px solid #72706f;
    height: 1px;
    line-height: 1px;
    margin: -1px 0 -1px 0;
}

div.nav_float h4 {
    color: #dddddd;
    margin: 0;
    padding: 0;
}

div.nav_float li {
    margin: 0;
    padding: 2px 4px;
}

div.nav_float a {
    display: block;
    background-image: none;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    width: 100%;
    white-space: nowrap;
}

div.nav_float img {
    display: none;
}


div.nav_direct_content ul {
    width: 100%;
}


div.nav_float ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.nav_float ul ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}



div.nav_float a:hover {
    background-color: rgb(88%, 88%, 88%);
    color: black;
}



.nav-float {
	position: absolute;
	visibility: hidden;
	z-index: 1100;
    background-color: rgb(10%, 10%, 10%);
    border: 1px solid #72706f;
    font-size: 0.85em;
}

.nav-float a {
	color: white;
	font-weight: bold;
	display: block;
	margin: 3px;
	margin-left: 5px;
}

.nav-float a:hover {
    background-color: rgb(88%, 88%, 88%);
    color: black;
}



