* {
    margin: 0px;
    padding: 0px;


}
body{
    background:#1a1a1a;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-style: normal; 
    font-weight: normal; 
    font-size: 100%; 
    line-height: 1.5;
    color:white;
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    }
div#page{
    width:950px;
    margin: 10px auto 10px auto;
}
div#top{
    height:120px;
}
div#logo{
    float:left;
    margin-top:59px;
    margin-left:5px;
}

#logo a{
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-style: normal; 
    font-weight: bold; 
    font-size: 300%; 
    line-height: 1.5;
    color:#ff8600;
    }


div#navigace{
    text-align:right;
    padding:95px 5px 0px 5px;
    float:right;
}
div#main{
    padding:40px 5px 10px 5px;
    text-align:justify;
}
div#bottom{
    padding:5px 5px 10px 5px;
    font-size: 60%; 
    color:#777;
}
hr#hr_top{
    width:100%;
    color: #a4ff05;
    background-color: #a4ff05;
    height: 2px;
    border: none;
}


hr#hr_bottom{
    width:100%;
    color: #a4ff05;
    background-color: #a4ff05;
    height: 2px;
    border: none;
}
a{
    text-decoration:none;
}
a img {
    border: none;
    margin-bottom:-5px;
}
td{
    border:1px dotted #fff1c2;
}
td{
    padding:5px;
}
p{
    padding:5px;
}
img.detail{
    float:right;
    margin-left:20px;
}
li{
    margin-left:40px;
}
















