body
{
    color: #000;
    background-color: #4E9519;
    font-family: arial, helvetica, sans-serif;
    font-size: 110%;
    line-height: 1.5em;
    margin: 0em;
    text-align: center;
}

h1, h2, a
{
    color: #1B7E91;
}

h2
{
    font-size: 1em;
}

#pagetop
{
    height: 130px;
    width: 920px;
    background-image: url(../graphics/elev_top_bgr.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

#pagebottom
{
    float: left;
    height: 30px;
    width: 920px;
    background-image: url(../graphics/elev_bottom_bgr.gif);
    background-repeat: no-repeat;
}

#maincontent-container
{
    float: left;
    width: 920px;
    background-image: url(../graphics/elev_middle_bgr.gif);
    background-repeat: repeat-y;
}

#menu
{
    float: left;
    width: 880px;
    margin: 10px 20px 10px 20px;
}

#menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#menu ul li
{
    display: inline;
    float: left;
    margin: 10px;
}

#menu a img
{
    border: none;
}

#maincontent
{
    float: left;
    width: 704px;
    margin: 0px 30px 10px 196px;
}

#elevfakta
{
    float: left;
    width: 508px;
}

.margin10
{
    float: left;
    width: 684px;
    margin: 10px;
}

.startelev
{
    text-align: center;
    float: left;
    width: 156px;
    margin: 10px;
}

.startelev img
{
    border: none;
}

.elevbild
{
    float: left;
    height: 156px;
    width: 156px;
    overflow: hidden;
    margin-right: 20px;
}

#ploskilindberg
{
    float: right;
    color: #3e7714;
    background-color: #4E9519;
    font: 10px verdana;
    text-align: right;
    padding-right: 20px;
}

#ploskilindberg a
{
    font: inherit;
    color: #3e7714;
    text-decoration: none;
}

#ploskilindberg a:hover
{
    text-decoration: underline;
}

#accordion
{
	margin:20px 0px;
}

h2.toggler
{
	cursor: pointer;
}

h2.toggler:hover
{
    color: #1B7E91 !important;
}

div.element p
{
    padding-bottom: 30px;
}

p.manage
{
    text-align: right;
    margin-top: 40px;
    color: #BBB;
}

p.manage a
{
    color: #BBB;
}

p.manage a:hover
{
    color: #1B7E91;
}

input.elevtext
{
    border: 1px solid #AAA;
    height: 20px;
    font-size: 0.8em;
}

input.elevknapp
{
    padding: 10px 30px;
    color: #FFF;
    background-color: #080;
    margin-top: 10px;
    font-size: 1em;
    border: 1px solid black;
}

input.elevknapp:hover
{
    background-color: #0B0;
}

