body {
    margin: 20px;
    background: #fff url("img/bg.png");
    color: #333;
    font: 12px/160% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

div#construct {
    position: relative;
    margin: 0 auto;
    width: 780px;
    padding-bottom: 100px;
    background: #fff;
    border: 5px solid #fff;
}

div#header {
    background: #787878 url("img/header_bg.png") top left repeat-x;
    margin: 0px;
    padding: 0px;
    height: 190px !important;
}

div#talo {
    display: block;
    background: transparent url("img/house.png") top left no-repeat;
    clear: both;
    margin: 0px;
    height: 190px;
    overflow: hidden;
}

div#talo h1 {
    display: block;
    float: right;
    width: 530px;
    height: 60px;
    text-align: left;
    padding-top: 40px;
    background: transparent url("img/header_text.png") bottom left no-repeat;
}

div#talo h1 span {
    display: none;
}

div#talo h1 a {
    display: block;
    height: 50px;
}

div#menu {
    display: block;
    float: right;
    background: #797979;
    margin-top: 25px;
    width: 608px;
    height: 30px;
    clear: both;
    text-align: right;
}

div#menu ul, div#menu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#menu ul li {
    float: left;
    margin: 0px;
}

div#menu ul li a {
    display: block;
    padding: 7px 10px;
    background-color: #fff;
    color: #8a8a8a;
    text-decoration: none;
    text-transform: uppercase;
}

div#menu ul li a:hover, div#menu ul li a.here {
    background: #797979;
    color: #b5d000;
}

div#content {
    padding: 20px 30px 150px 30px;
    position: relative;
}


h2 {
    color: #148b00;
    font-weight: 100;
}


div#content p {
    font-weight: 100;
    text-align: justify;
    line-height: 180%;
}


div#content a {
    color: #b5d000;
}
div#content a:hover {
    color: #090;
}

div#content span.keeptogether {
    white-space: nowrap;
}

.sidebar {
    padding-top: 50px;
}

.sidebar hr {
    margin: 30px auto;
}

.cont {
    width: 260px;
    margin: 0px 0px 20px 65px;
}
.cont p {
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.cont ul {
    margin-left: 0px;
    padding-left: 0px;
}
.cont ul li {
    margin-left: 25px;
    padding-left: 0px;
}

ul.nostyle, ul.nostyle li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fr {
    float: right;
}
.fl {
    float: left;
}

.clear {
    clear: both;
}

table.henkilot {
    text-align: center;
    margin-top: 30px;
}
table.henkilot td {
    width: 33%;
    padding-bottom: 30px;
}

ul.lista {
    margin:0px;
    padding:0px;
    list-style:none;
}

