body { 
background : #ffffff;
} 
#obal { 
width : 440px;
background-color : #ffffff;
margin : auto;
position : relative;
} 
#hlava { 
width : 440px;
height : 152px;
background-image : url("img/header.png");
background-color : #ffffff;
} 
#hlava img { 
margin-left : 24px;
margin-top : 20px;
border : none;
} 
#menu { 
background-image : url("img/navigace.png");
width : 440px;
height : 160px;
} 
#menu ul { 
float : right;
width : 80px;
height : 100px;
font : 13px "verdana";
padding-left : 10px;
padding-right : 10px;
font-weight : normal;
list-style : none;
margin-right: 10px;
margin-top : 10px;
} 
#menu li { 

} 
#menu li a { 
color : black;
font : 12px "verdana";

} 
#menu li a:hover { 
color : green;
font : 12px "verdana";
background : url("img/ar.jpg") no-repeat left;
} 
#obsah { 
margin-top : -10px;
background-image : url("img/obsah.png");
background-color : #ffffff;
width : 440px;
} 
#texty { 
width : 380px;
padding-bottom : 10px;
margin-left : 30px;
} 
#texty p { 
font : 13px "verdana";
font-weight : normal;
text-decoration : none;
color : black;
} 
#texty h1 { 
font : 14px "Century Gothic";
font-weight : bold;
text-decoration : none;
color : black;
} 
#pata { 
background-image : url("img/pata.png");
background-color : #ffffff;
background-repeat : no-repeat;
width : 440px;
height : 44px;
padding-top : 0;
font : 11px "Century Gothic";
font-weight : normal;
color : black;
text-align : center;
padding-top : 13px;
margin: 0;
} 
#pata a { 
color : green;
text-decoration : underline;
font : 11px "Century Gothic";
font-weight : normal;
} 
#pata a:hover { 
color : green;
text-decoration : none;
font : 11px "Century Gothic";
font-weight : normal;
}