@charset "utf-8";

body  { text-align: center; margin: 0; padding: 0; }

/***** SKELET *******************************************/
#main { position: relative; width: 980px; margin-right: auto; }
#container { width: 980px; /*margin: 0 auto;*/} 

/***** HLAVICKA *******************************************/
#header { height: 337px; overflow: hidden;} 

/***** HLAVNI OBSAH *******************************************/
#content { width: 980px; margin: 0px; position: relative;}
#centerCont { float: left; width: 522px; padding: 0 4px 0 3px;} 
#leftCont { float: left; width: 200px; padding: 0 0 0 5px;}
#rightCont { float: right; width: 241px; padding: 0 4px 0 1px;}

/***** PATICKA *******************************************/
#footer { height: 71px; padding: 10px 0 0 0;}



