body {
    background-color: #15202b;
    font-family: Verdana;
}

#header {
    border-style: hidden hidden solid hidden;
    border-color: black;
    border-color: #38444d;
    background-color: #253341;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.headerkuva {
    max-width: 100%;
    height: auto;
}
#info {
    font-size: 20px;
    color: white;
    text-align: left;
    margin-left: 220px;
    max-width: 800px;
}
#title {
    text-decoration: underline;
}

#contact {
    width: 800px;
    font-size: 16px;
    color: white;
    text-align: left;
    margin-left: 220px;
}

#kokotitle {
    text-decoration: underline;
    margin-left: 240px;
    color: white;
}

#taulukko {
    margin-left: 180px;
}

#ruuvitaulukko {
    border: none;
    height: 100%;
    width: 500px;

}

#ruuvimenu {
    margin-left: 234px;
    padding :10px;
    width: 405px;
    background-color: #253341;
    font-family: impact;
    font-size: 25px;
    border-style: solid;
}
.sidebar {
    margin: 0;
    padding:0;
    float: left;
    width: 180px;
    height: 100vh;
    background-color: #253341;
    overflow: auto;
}
.sidebar a {
    display: block;
    color: #25a3f7;
    padding: 16px;
    font-size: 28px;
    text-decoration: none;
}
.sidebar a.active {
    background-color: navy;
    color: white;

}
.sidebar a:hover:not(.active) {
    background-color:#555;
    color: white;

}

.ruuvilista {
    color: #25a3f7;
    margin: 2px;
    padding: 4px;

}
#ruuvimenu a:hover {
    background-color: #25a3f7;
    color: navy;
    text-decoration: none;
}

.aktiivi{
    background-color: #25a3f7;
    color: navy;
    text-decoration: none;
}

#koko {
    margin-left: 200px;
    color: white;
    font-size: 30px;
    margin-bottom: 0px;
    text-decoration: underline;
}

#ruuviinfo {
    color: white;
    margin-left: 230px;
    font-size: 16px;
}

#kartta {
    max-width: 300px;
    max-height: 280px;
    display: block;
    margin-left: 220px;
    position: relative;
}
#infotitle {
    color:white;
    margin-left: 220px;
}

#pdf {
    font-family: arial;
    font-size: 14px;
    color: white;
    margin-left: 240px;
}
.menukuva {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.pihakuva {
    position: absolute;
    display: block;
    margin-left: 220px;
    max-width: 100%;
    height: auto;
}
.sivukuva {
    max-width: 150px;
    height: auto;
    margin: 15px;
}

