.banner {
    margin: -10px;
    margin-top: -15px;
    margin-bottom: 1em;

    text-align: center;
    border: solid 2px #97a156;
    border-left: solid 2px #b9c66a;
    border-right: solid 2px #b9c66a;
    border-top: none;
    padding: 10px;
    background-color: #ccd97f;
    background-image: url("/assets/img/bannerbg.png");
    background-repeat: repeat-x;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.banneralign {
    display: inline-block;
    text-align: left;
    position: relative;
}

.bannerintro {
    margin-bottom: 5px;
    font-size: 15px;
}

.bannermain {
}

.content .banner h1 {
    display: inline;
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: normal;
}

.banner h1 {
    margin: 0px;
}

.banner p {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
    color: #40442a;
}

.banner a {
    text-decoration: none;
    color: #40442a;
}

.banner a:hover {
    color: #707749;
}

.bannerfoot {
    text-align: right;
}

.bannerfoot a {
    margin-left: 1em;
}

.bannerfoot span {
    color: #333;
}

.bannerlist {
    margin-left: 2em;
    margin-top: -4px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.bannerlist ul, .bannerlist li {
    font-size: 15px;
    color: #40442a;
    list-style: url('/assets/img/checkmark.png');
    margin: 0px;
}

.bannerleft {
    margin-right: 12em;
}


.frontpageitem {
    background-color: #fff; /* Peittää taustan jotta teksti säilyy luettavana kapeilla näytöillä */
    display: block;
    float: left;
    padding: 5px;
    width: 47%;
    min-width: 14em;
    min-height: 9em;
    margin-bottom: 1em;
}

.smallscreen .frontpageitem {
    float: none !important;
    width: auto;
}

.smallscreen #frontpageafterimg {
    padding-top: 0px;
}

.frontpageitem h2 {
    border-bottom: 3px solid #aac800;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-bottom: 1px;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: normal;
    clear: left;
}

.frontpageitem p {
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    padding-left: 4px;
}

.frontpageitem form {
    padding-left: 4px;
}

.frontpageitem table td {
    padding: 0px;
    padding-right: 1em;
}

.frontpageitem table tr td:first-child {
    /* Kuvakkeet */
    padding-right: 3px;
    padding-left: 4px;
    vertical-align: middle;
    padding-bottom: 2px;
}

#frontpagemain {
    margin: 0px;
    padding: 0px;
    margin-right: -15px;
    margin-top: -5px;
    padding-top: 5px;
    padding-right: 360px;
    background-position: top right;
    background-image: url("/assets/img/sivukuva.png");
    background-repeat: no-repeat;
    
}

#frontpageafterimg {
    padding-top: 330px;
    margin-right: -360px;
}

#nyt {
    float: right;
}

.nytdate {
    display: block;
    margin-bottom: 1px;
}

#nyt p {
    margin-bottom: 0.5em;
}

.nyttext {
    display: block;
    margin-left: 1em;
}

#nyt strong {
    color: #333;
}

#frontpagemain .vikailmoitus, #frontpagemain .vikailmoitus_ok {
    border: none;
    padding: 5px;
    margin: 0px;
    width: 97%;
}

.frontpageitem ul {
    margin-top: 0.5em;
}

.vikailmoitus h2 {
    /* Oranssi tausta otsikolle */
    border: 1px solid #ecb43d;
    background-color: #efca7b;
}

table.sidebyside {
    float: left;
    margin-bottom: -2px;
    width: 6em;
}
