/* Tapio Dahlman 
   tapio.dahlman at tut.fi 
   2007 */

body {

    background-image: url('images/tausta.jpg');
    background-repeat: repeat;
    background-position: top;
    background-color: #C0C0C0;

    margin: 30px;

    font-family: Verdana, Arial;

}

/* fontit */

/* linkit */

a {

    font-size: 10px;
    color: black;
    font-weight: bold;
    text-decoration: none;

}

/* ulkoiset linkit */

a.ulko {

    font-size: 12px;
    color: #0000AA;
    text-decoration: underline;

}

/* boldaukset */

b {

    font-size: 12px;
    color: black;

}

b.white {

    color: white;
    font-size: 9px;

}

/* perusfontti */

p {

    font-size: 12px;
    color: black;
}

/* otsikkofontti */

o {

    font-size: 14px;
    color: #BB0000;
    font-weight: bold;

}

/* listafontti */

li {

    font-size: 10px;
    color: black;
    font-weight: bold;

}

/* ulkorunko */

#ulkorunko {

    width: 800px;
    border: 0px solid #C0C0C0;

    position: relative;

}

/* otsikkopalkki */

#ylapalkki {

    position: relative;

    background-image: url('images/header.gif');
    background-position: left;
    background-repeat: no-repeat;
    
    background-color: transparent;
    
    border-bottom: 1px solid #000000;

    height: 100px;

}

/* alapalkki */

#alapalkki {

    position: relative;
    
    background-color: #CA0202;

    padding: 3px 8px 3px 8px;

    border: 1px solid #000000;

    text-align: center;

}

/* Taulukot */

#vasentaulu {

    width: 160px;
    height: 100%;

    padding: 0px;

    border-left: 1px solid black;

    background-color: #AAAAAA;


}

#linkkitaulu {

    padding: 3px 10px 3px 10px;

    border-bottom: 1px solid #909090;
    border-top: 1px solid #C0C0C0;

    background-color: #BABABA;

}

#linkkitaulu.valittu {

    padding: 3px 10px 3px 10px;

    border-bottom: 1px solid #909090;
    border-top: 1px solid #C0C0C0;
    list-style-image: url('images/list.gif');
    background-color: #CACACA;

}

#linkkitaulu:hover {

        background-color: #CACACA;

}

#linkkitaulu.valittu:hover {

        background-color: #DADADA;

}

#keskitaulu {

    width: 420px;
    height: 100%;

    border-left: 1px solid black;

    padding: 50px 20px 100px 40px;

    background-color: #FFFFFF;
    background-image: url('images/muoplast_tausta.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;    

}

#oikeataulu {

    width: 220px;
    height: 100%;

    border-left: 1px solid black;
    border-right: 1px solid black;

    padding: 20px 0px 20px 0px;

    text-align: center;

    background-color: #AAAAAA;

}

table {

    table-layout: fixed;
    border-collapse: collapse;
/*
    height: 500px;
*/
    padding: 0px;
    margin: 0px;

}

table td {

    border-collapse: collapse;

    vertical-align: top;

    padding: 0px;
    margin: 0px;

}