html
{
    overflow-y: scroll;
}

h1
{
    font: 18px arial;
    color: #e36c09;
    margin-bottom: 5px;
}

h2
{
    font: 16px arial;
    color: #e36c09;
}

h3
{
    font: 14px arial;
    color: #e36c09;
}

hr
{
    height: 1px;
    border-width:0;
    color: #7f7f7f;
    background-color: #7f7f7f;
}

div.ingresstext
{
    font: bold 14px arial;
    color: #818181;
    width: 100%;
    padding-bottom:16px;
}

#sokbutton
{
    #color: #000000;
    font: 12px arial;
    background: #ffffff;
    border: 1px solid #7f7f7f;
    margin: 2px;
}

#filterbutton
{
    color:  #ffffff;
    font: bold 11px arial;
    background: url(imgs/sokbutton.png) #ffffff no-repeat;
    border: 0px; //1px solid #000000;
    width: 46px;
    height: 22px;
}

button.infobutton
{
    color: #ffffff;
    font: bold 11px arial;
    background: url(imgs/infobutton.png) #ffffff no-repeat;
    border: 0px;
    width: 72px;
    height: 22px;
    cursor: 'hand';
}

input
{
    font: 11px arial;
}

a img {border: none; }

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}