/*        Startpage  */
#nav {display: none;}
#subnav {display: none;}

#nav_1 {
        position: absolute;
        top: -43px;
        left: 0px;
        width: 880px;
        height: 40px;
        background : url(../images/pnback.gif);
        border-top-style: ridge;
        border-top-width: 2px;
        border-top-color: silver;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
}

#nav_1 a {
        display: block;
        width: 110px;
        height: 40px;
        float: left;
        text-align: center;
        text-decoration : none;
        text-transform : uppercase;
        line-height : 36px;
        padding: 0px;
        margin: 0px;
        color: #ffffff;
        background : url(./images/pnbutton.gif);
        font-weight : bold;
        font-size : 90%;
}
#nav_1 a.active {
        background : url(../images/pnbuttona.gif) !important;
}

#nav_1 a:hover {
        color: #EAA756;
        background : url(../images/pnbuttonh.gif);
}

#subnav_1 {
        position: absolute;
        top: 0px;
        left: 540px;
        width: 150px;
        background :  url(../images/psback.gif) no-repeat;
        padding: 10px 40px 10px 0px;
}

#subnav_1 a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0px;
        color: #535353;
        font-size : 90%;
        font-weight: bold;
        background : url(../images/pbullet1.gif) no-repeat;
        padding: 4px 0px 2px 15px;
}

#subnav_1 a.active {
        color: #EAA756;
}

#subnav_1 a:hover {
        text-decoration: underline;
        color: #EAA756;
}

#subnav_1 span {
	font-size: 90%;
	font-weight: normal;
        	margin: 0px;
}