/* Koko sivustolle yhteiset */
html,body {
    min-width: 800px;
    height:99%;
    color: black;
    background-color: white;
    font-family: Verdana, Arial, Helvetica, Sans;
    font-size: small;
    margin-top: 0px;
}

pre {
    font-size: 1em;
}

a {
    color: red; 
    background-color: inherit;
    font-weight: bold; 
    text-decoration: none
}

blockquote a {
    color: blue; 
    background-color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline
}

.welcomeMessage {
    font-size: large;
}

div#container {
    width:100%; 
    height: 100%;
}

/* Yläosa ("banneri") */
td#banner-area {
    background-image: url('../images/8.gif');
    height:80px;
}

/* Varsinainen sisältö */  
table#content {
    height:100%;
    margin-left:auto; 
    margin-right:auto; 
    margin-top: 9px;
    width:1004px;
    color: black;
    background-color: white;
}

#content-column {
    vertical-align:top;
    padding: 10px;
}

.lastchanged {
    font-size:x-small;
    color: #939393;
}

 .rssThumbFloat {
    float: left;
    width: 120px;
    border: 1px solid #999;
    margin: 0 15px 15px 0;
    padding: 5px;
    text-align: center;
}

/* Navigointisarake */
#navi-column {
    width: 190px;
    height:100%;
    vertical-align:top;
    padding-top:20px;
    color: red;
    background-color: black;
}

#navi-column a {
    font-weight: bold; 
    text-decoration: none
}

#navi-column a:hover {
    text-decoration: underline
}

#navi-column li {
    list-style-image: url(../images/3.gif); 
    list-style-type:square;
    margin: 3px;
}

ul.subList {
    font-size: smaller;
    padding-left: 0px;
    margin-left: 16px;
}

/* Oikean laidan logosarake */
#right-column {
    width:190px;
    vertical-align:top;
    text-align: center;
    height: 100%;
    border-right: solid black 1px;
}


/* Kisasivujen navigaattori */
/* EI VIELÄ KUNNOSSA */
.related_articles a {
    color: red; 
    background: black;
    text-decoration: none; 
    padding-left: 10px;
    padding-right: 10px;
    float: left
}

.related_articles a:hover {
    color: black;
    background: red;
}

.related_articles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related_articles li {
    float: left;
    display: block;
    margin: 0;
    padding: 5;
    padding-right: 5px;
}


#kisanavi_ala {
    height:1em; 
    background: red;
    display:block;
}