/* 
    Document   : style
    Created on : 25.11.2009, 12:13:23
    Author     : bela
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-image: url("img/tapettikorkea.jpg");
    background-repeat:repeat-y;
    font-family: Calibri, Arial;
    min-width: 800px;
    max-width: 1100px;
}

#content{
    padding-left: 180px;
    min-width: 420px;
    max-width: 1100px;
}

#header{
    padding-left: 180px;
}

#right{
    float: right;
    margin-left:10px;
    margin-bottom:10px;
    padding-left:5px;
    width: 180px;
}

#images
{
    float: left;
    padding-left: 180px;
}

#right p, h5
{
    margin: 3px;
    padding: 3px;
}

#images img
{
    height: 100px;
    padding: 5px; 
}

a img{
    border: 1px solid white;
}

#images img:hover{
    border: 1px solid gray;
}




