/* 
    Document   : main.css
    Created on : 4.8.2009
    Author     : Jiri Nekula
    Description:
        Purpose of the stylesheet follows.
*/
* {
    margin: 0px;
    padding: 0px;
}
body{
    background:#fffdef;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-style: normal; 
    font-weight: normal; 
    font-size: 100%; 
    line-height: 1.5;
    color:black;
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    }
div#page{
    width:982px;
    margin: 10px auto 10px auto;
}
div#top{
    height:114px;
}
div#logo{
    
    margin-top:8px;
    margin-left:0px;
}
div#main{
    padding:0px 5px 10px -5px;
    text-align:justify;
    width:982px;
}
div#bottom{
    padding:0px -5px 10px 5px;
    font-size: 60%; 
    color:#ccc;
}
hr#hr_top{
    width:100%;
    /*
    color:#FFEDA3;
    */
    color: #ffd88d;
    background-color: #ffd88d;
    height: 2px;
    border: none;
}

a{
    text-decoration:none;
}
a img {
    border: none;
    margin-bottom:-5px;
}
#main?no td{
    border:1px dotted #fff1c2;
}
td{
    padding:5px;
}
p{
    padding:5px;
}
img.detail{
    float:right;
    margin-left:20px;
}
li{
    margin-left:40px;
}

















