@charset "utf-8";

body  { text-align: center; margin: 0; padding: 0;}

/***** SKELET *******************************************/
#main { position: relative;}
#container { width: 960px; margin: 0 auto;} 

/***** HLAVICKA *******************************************/
#header {padding: 10px;}

/***** HLAVNI OBSAH *******************************************/
#content { margin: 0px; position: relative;}
#centerCont {width: 502px; margin: 0 0 0 155px;} 
.home #centerCont {width: 614px; margin: 0 0 0 155px;} 
#leftCont {width: 155px; position: absolute; left: -155px; top: 0px; background: green;}
html>body #leftCont {left: 0px;}
#rightCont {width: 233px; position: absolute; right: 0px; top: 0px;}
.home #rightCont {width: 121px; position: absolute; right: 0px; top: 0px;}

/***** PATICKA *******************************************/
#footer { height: 50px; padding: 10px; margin: 0px;}
