@charset "utf-8";

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

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

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

/***** HLAVNI OBSAH *******************************************/
#content { width: 974px; margin: 0px; position: relative;}
#centerCont { float: left;  width: 522px; /*margin: 0 0 0 205px;*/} 
#leftCont { float: left; width: 188px; /*position: absolute; left: 0px; top: 0px;*/ padding: 0 0 0 14px;}
#rightCont { float: right; width: 243px; /*position: absolute; right: 0px; top: 0px;*/}

/***** PATICKA *******************************************/
#footer { height: 44px; padding: 10px 0 0 0; margin: 0 0 0 20px;}


