div#main {
  margin:0 auto;
  width:790px;
  min-height:100%;
  _height:100%;
  background:transparent url("../images/bg.jpg") left top repeat-y;
}

/* --- Topic images --- */
div.topicImage {
  position:relative;
  z-index:1;
  width:790px;
  height:226px;
  overflow:hidden;
  background-color:transparent;
  background-position:left top;
  background-repeat:no-repeat;
}
a#linkToHP {
  position:absolute;
  top:10px;
  left:40px;
  z-index:10;
  display:block;
  width:188px;
  height:220px;
}

/* --- Main content --- */
div#mainContent {
  background:transparent url("../images/menu-bottom-bg.jpg") left bottom no-repeat;
}

/* --- Left column, Main menu --- */
div#colLeft {
  position:relative;
  z-index:5;
  float:left;
  width:240px;
}
div#menuMain {
  position:relative;
  height:335px;
  background:transparent url("../images/menu-bg.jpg") left top no-repeat;
}
div#colLeftBottom {
  height:139px;
  /* background:transparent url("../images/menu-bottom-bg.jpg") left top no-repeat; */
}

/* --- Main menu Items --- */
a.mainMenuItem {
  position:absolute;
  left:40px;
  display:block;
  padding:9px 10px;
  width:168px;
  height:12px;
  overflow:hidden;
  font-size:11px;
  font-weight:bold;
  color:rgb(100,100,105);
  text-align:left;
  text-decoration:none;
}
a.mainMenuItem:hover {
  color:white;
  background-color:transparent;
  background-position:left top;
  background-repeat:no-repeat;
}
a#mainMenuItem0 { top:24px; text-align:right; }
a#mainMenuItem1 { top:64px; }
a#mainMenuItem2 { top:104px; text-align:right; }
a#mainMenuItem3 { top:144px; }
a#mainMenuItem4 { top:184px; text-align:right; }
a#mainMenuItem5 { top:224px; }

/*
a#mainMenuItem0:hover { background-image:url("../images/menu-item-0-over.jpg"); }
a#mainMenuItem1:hover { background-image:url("../images/menu-item-1-over.jpg"); }
a#mainMenuItem2:hover { background-image:url("../images/menu-item-2-over.jpg"); }
a#mainMenuItem3:hover { background-image:url("../images/menu-item-3-over.jpg"); }
a#mainMenuItem4:hover { background-image:url("../images/menu-item-4-over.jpg"); }
a#mainMenuItem5:hover { background-image:url("../images/menu-item-5-over.jpg"); }
*/

/* --- Main submenu : roll submenus --- */
div.mainSubmenu {
  position:absolute;
  z-index:10;
  left:228px;
  width:160px;
  border-right:2px solid rgb(160,160,160);
  border-bottom:2px solid rgb(150,150,150);
  filter:alpha(opacity=95, style=0);
  -moz-opacity:0.95;
}
div#mainSubmenu0 { top:28px; }
div#mainSubmenu1 { top:68px; }
div#mainSubmenu3 { top:148px; }
div#mainSubmenu5 { top:228px; }

a.mainSubmenuItem {
  display:block;
  padding:5px 8px;
  height:12px;
  overflow:hidden;
  font-size:11px;
  font-weight:bold;
  color:rgb(50,90,180);
  text-align:left;
  text-decoration:none;
  background-color:rgb(195,210,220);
  border-bottom:1px solid #fff;
}
a.mainSubmenuItem:hover {
  color:rgb(255,120,0);
  color:rgb(230,0,0);
  background-color:rgb(215,230,240);
}

/* --- Horizontalni menu --- */
div#horizMenu {
  position:absolute;
  top:177px;
  left:228px;
  z-index:10;
  width:516px;
  padding:14px 18px 0 18px;
  font-size:11px;
  line-height:1.5em;
  height:40px;
  padding-bottom:10px;
}
/*
div#horizMenu a {
  color:rgb(0,100,250);
}
div#horizMenu a:hover {
  color:rgb(0,140,0);
  color:rgb(255,120,0);
}*/

/* --- Content --- */
div#contentHolder {
  float:left;
  width:540px;
  overflow:hidden;
}
div#contentHolderWide {
  margin:0 10px 0 40px;
}
div#content {
  position:relative;
  z-index:1;
  padding:0 20px 10px 5px;
}
div#contentWide {
  padding:5px 15px;
}
div#content p, div#contentWide {
  text-align:left;
}

/* --- Footer --- */
div#footer {
  clear:both;
  margin:0 10px 0 40px;
  padding:10px;
  height:16px;
  border-top:1px dotted #aaa;
  border-bottom:1px solid #aaa;
  background-color:rgb(235,235,240);
}
div#copyright {
  float:left;
  width:300px;
  color:#bbb;
}
div#copyright a {
  color:#bbb;
}
div#footerLinks {
  float:left;
  width:420px;
  text-align:right;
}
