/*sticky topmenu-class*/
.lp-topmenu-stick {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

/* LUFTIGARE PUNKTLISTOR */
.sv-old-text-portlet ul li, .sv-text-portlet ul li, .sv-old-text-portlet ol li, .sv-text-portlet ol li {
    margin: .625em 0 0 .625em;
}

/*  list-style-image:url(/images/18.433e91aa13555f9cbb6800016862/punktlistepunkt_gron.gif);  */
/* SPECIALMENYER */
.toolsmenu_a_item2, .toolsmenu_a_item3 {
    background-image: url(/images/18.f0a1be1126623062d27ffe13097/menu_devider.gif);
    background-repeat: no-repeat;
    background-position: 0 70%;
    padding-left: 8px;
}

.pagecontentmenu_a_item1 {
    background-image: url(/images/18.f0a1be1126623062d27ffe13632/icon_lyssna.gif);
    background-position: 0 60%;
    background-repeat: no-repeat;
    padding-left: 9px;
}

.pagecontentmenu_a_item2 {
    background-image: url(/images/18.f0a1be1126623062d27ffe13634/icon_print.gif);
    background-position: 0 60%;
    background-repeat: no-repeat;
    padding-left: 13px;
}

.pagecontentmenu_a_item3 {
    background-image: url(/images/18.f0a1be1126623062d27ffe13633/icon_pdf.gif);
    background-position: 0 60%;
    background-repeat: no-repeat;
    padding-left: 12px;
}

ul.toprightmenu .a_item1, ul.toprightmenu a {
    background-image: url("http://www.gotene.se/images/18.5529918611ed01627b180006614/intranatikon.gif");
    background-position: 0 70%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

/* AnvÃ¤ndarnamn */
#loginform input {
    width: 360px;
    float: left;
    margin: 10px 0px 10px 10px;
    padding: 20px 10px 20px 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(http://www.gotene.se/images/18.3684e91713c666ce3b4ed5e/1360837128670/anvandare.png) no-repeat 15px center #f6f6f6;
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    color: #555;
}

/* LÃ¶senord */
#loginform input[type="password"] {
    background: url(http://www.gotene.se/images/18.3684e91713c666ce3b4ed60/1360837130698/losen.png) no-repeat 15px center #f6f6f6; }

/* Knappen */ #loginform input[type="submit"] {
    width: 90px;
    padding: 12px 10px 12px 10px;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 0 0 #fff inset;
    color: #999999;
    text-shadow: 0 1px 0 #fff;
}

/* Knappen vid mouseover */
#loginform input[type="submit"]:hover {
    background: #eee;
    border: 1px solid #afde0e;
}

/* FormulÃ¤rfÃ¤lten nÃ¤r dom Ã¤r valda */
#loginform input:focus {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: none;
    border-right: none;
    background-color: #eee;
}

/* DÃ¶lja rubrikerna */
#loginform label {
    display: none;
}

/* DÃ¶lja semikolon */
#loginform fieldset {
    color: #fff;
}