body{}

#fstlinepic {
background-image: url("img/header.psd.gif");
height: 152px;
}

#fstlinepic img{
float: left;
margin-left: 30px;
margin-top: 30px;
}

#snclinepic {
background-image: url("img/navigace.psd.gif");
height: 160px;
}

#menu {
width: 100px;
float: right;
padding-top:15px;
padding-right:10px;
}

#menu li{
font: 13px verdana ;
}

#menu li a {
color: black;
text-decoration: none;
}

#menu li a:hover{
color: #dda0dd;
}

#thirdblock{
background-image: url("img/obsah.png");
width:440px;
height:440px;
background-repeat: repeat-y;
margin-top: -20px;
}

#forthblock{
width:250px;
height:300px;
float:left;
font: 13px verdana ;
}

#textpara{

width : 380px;
padding-bottom : 10px; /*texty块到上级块底部间距是10px*/
margin-left: 30px;    /*左边离上一级div块(obsah)30px，右边是440-380正好也是30px，所以其实这一项的意义就是居中*/
font: 13px verdana ;


}

#footer{
width: 440px;
height: 44px;
background-image: url("img/pata.png");
background-repeat : no-repeat; 
padding-top: 3px;
text-align:center;
font:12px century gothic;
}

#footer a{
color: dda0dd;
}

#footer a:hover{
text-decoration: none;
}