body {
	text-align:center;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
	background-image: url('./images/body_bg.gif');
}

div.cleaner {
	clear: both;
	height: 0px;
	border: 0px;
	margin: -1px 0px 0px 0px;
	border: 0px solid red;
	font-size: 1px; /* kvuli IE, ktery prebiji height font-sizem */
	visibility: none;
} 

p { margin: 0px; padding: 0px;}

td {font-size: 12px;}

h1 {
  margin: 5px 0px 0px 0px;
  font-size: 11px;  
}

img { border: 0px;}

td a:link, td a:active, td a:visited {
  color: #FFFFFF;
}

td a:hover { color: #255D76;}

a:link, a:active, a:visited {
  color: #FFFFFF;
}

a:hover { color: #255D76;}

#content_outer {
  padding-top: 5px;
  margin: auto;
  text-align: center;
  width: 850px;
  background-color: #D8D8D8;
  border: 0px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  /*background-image: url('./images/content_bg.gif');*/
}

#content_inner {
  margin: auto;
  width: 796px;
  background-color: #D8D8D8;
  text-align: left;
  background-image: url('./images/content_inner_bg.gif');
}

/* leva strana - vse krome modulu napravo */
#leftPart {
  width: 621px;
  padding: 0px;
  margin: 0px;
  float: left;
  background-image: url('./images/leftPart_bg.gif');
  background-position: left top;
  background-repeat: repeat-y;
}

#leftPartBig {
  width: 796px;
  padding: 0px;
  margin: 0px;
  float: left;
  background-image: url('./images/leftPartBig_bg.gif');
  background-position: left top;
  background-repeat: repeat-y;
}

#top {
  width: 796px;
  height:190px;
  float: left;
  background-image: url('./images/top_bg.jpg'); /* picture MKB s logem */
}

#topFoot {
  width:796px;
  height: 18px;
  background-image: url('./images/topFoot_bg.jpg');
  float: left;
  margin: 0px;
}

#topFootHomepage {
  width:796px;
  height: 18px;
  background-image: url('./images/topFootHomepage_bg.jpg');
  float: left;
    margin: 0px;
}

#leftMenu {
  width: 191px;
  float: left;
  background-color: transparent;
}

  #leftMenu #leftMenuTop {
    width:191px;
    height:38px;
    background-image: url('./images/menu_top.png');
    float: left;  
  }
  
  #leftMenu a {
    display: block;
    padding: 0px;
    border: 0px;
  }
  
    #leftMenu a img {
      border: 0px solid #000000;
      float: left;
      
    }

  #leftMenu #leftMenuBottom {
    width:191px;
    height:40px;
    background-image: url('./images/menu_bottom.gif');
    float:left;  
  }

#areaPodMenu {
  width: 191px;
  background-image:url('./images/leftPartPodMenu_bg.png');
  background-repeat: repeat;
  float: left;
}
/*  
  #leftMenu #leftMenuLinks {margin: auto; height: 19px;}
  
    #leftMenuLinks a:link, #leftMenuLinks a:active, #leftMenuLinks a:visited {
      display: block;
      float:left;
      width:62px;
      height:19px;
      font-size:0px;
      color: #FFFFFF;   
    }
    
    #leftMenuLinks a:hover {
      background-position: 0px -19px;
      display: block;
      float:left;
      width:62px;
      height:19px;
      font-size:0px;
      color: #FFFFFF;  
    }  
*/

#main {
  width: 100px;
  background-color: #00FF00; 
  padding: 0px;
  float: left;
  text-align: left;
}

  #main h1 { 
    font-size: 12px; 
    margin: 5px 0px 0px 0px; 
  }
  
#foot {
  clear: both;
  height: 19px;
  width: 796px;
  background-image: url('./images/foot_bg.gif');
}

#footBig {
  clear: both;
  height: 19px;
  width: 796px;
  background-image: url('./images/footBig_bg.gif');
}

#copyright {
  width: 796px;
  height: 25px;
  line-height: 25px;
  font-size: 9px;
  vertical-align: middle;
  background-color: #D8D8D8;
  text-align: right;
  color: #FFFFFF;
}

/* ############################################################## */
/* ### Modul s info o pocasi v prave liste ###################### */
/* ############################################################## */
#modWeatherHomepage {
  /* background-image: url('./images/mod_weather_homepage_bg.jpg'); */
  width: 172px;
  height: 184px;
  padding:0px;
  float: right;
  margin-bottom: 6px;
}

/* ############################################################## */
/* ### Modul s poslednimi prispevky ve foru ##################### */
/* ############################################################## */
#modForumHomepage {
  /*background-image: url('./images/mod_forum_homepage_bg.jpg'); */
  width: 171px;
  height: 129px;
  float: right;
  margin-bottom: 0px;
}

/* ############################################################## */
/* ### Modul s bannery na homepage - na prave strane ############ */
/* ############################################################## */
#modBannersHead {
  background-image: url('./images/mod_banners_right_head.gif');
  width: 171px;
  height: 16px;
  float: right;
}

#modBannersBody {
  background-image: url('./images/mod_banners_right_body.gif');
  width: 171px;
  float: right;
  text-align: center;
  background-repeat: repeat-y;
}

  #modBannersBody img.banner {
    margin:0px;
    border: 0px;
    margin: auto;
    margin-bottom: 5px;
    
  }

#modBannersFoot {
  background-image: url('./images/mod_banners_right_foot.gif');
  width: 171px;
  height: 16px;
  float: right;
}

/* ############################################################## */
/* ### HOMEPAGE - obstarava news na homepage #################### */
/* ############################################################## */
#homepage {
  width: 403px;
  float: left;
  margin-left: 7px;
  border: 0px solid red;
}

  #homepage #homepageHead {
    width: 403px;
    height: 13px;
    background-image: url('./images/news_head_bg.jpg');
    margin-bottom: 13px;
  }

/* ############################################################## */
/* ### NEWS - polozky news ###################################### */
/* ############################################################## */  
.newsItem {
  background-image: url('./images/content_item_bg.gif');
  border: 0px solid red;
  padding-bottom: 2px; /* mezera za introtextem*/
  margin-bottom: 5px;
}

.newsItem a:link, .newsItem a:active, .newsItem a:visited {
  color: #FFFFFF;
}

.newsItem a:hover { color: #255D76;}

.newsItem h2 {
  height: 31px;
  background-image: url('./images/news_item_head_bg.jpg');
  line-height: 31px;
  font-size: 12px;
  margin: 0px;
  padding-left: 5px;
  text-align: left;
  border: 0px solid red;
}

.newsItem .NewsItemText {
  width: 100%;
  margin: 0px;
  border: 0px solid red;
}

  .newsItem .NewsItemText .Text {
    margin:5px;
    color: #000000;
    text-align: left;
    background-image: url('./images/content_item_bg.gif');
  }
  
.newsItem img {border: 1px solid #DDDDDD;}

/* ############################################################## */
/* ### CONTENT ################################################## */
/* ############################################################## */
#content {
  text-align: center;
  float: right;
  margin: 0px 15px 0px 10px;
}

#contentHead {
  width: 580px;
  height: 30px;
  /* background-image se nastavuje az pri zobrazeni - podle parametru db */
  margin-bottom: 0px;
}

.ContentItem {
  width: 580px;
  background-color: #C1D7E2;
  background-image: url('./images/content_item_bg.gif');
  background-position: left top;
  margin: auto;
  text-align: left;
}

  .ContentItem h1.ContentItemName {
  height: 31px;
  background-image: url('./images/news_item_head_bg.jpg');
  line-height: 31px;
  font-size: 12px;
  margin: 0px;
  padding-left: 5px;
  text-align: left;
  border: 0px solid red;
  }
  
  .ContentItem .Text {
    margin: 6px;
    /* margin-top: 0px; */
    border: 0px solid red;
  }
  
  .ContentItem img {
    border: 1px solid #DDDDDD;
  }

/* ############################################################## */
/* ### COM_WEATHER ############################################## */
/* ############################################################## */
#weather {
  float: right;
  margin: 0px 15px 0px 10px;
  width: 580px;
  font-size: 10px;
  text-align: center;
  background-image: url('./images/content_item_bg.gif');
}

table.weather {
  width: 570px;
  text-align: center;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 9px;
  border-collapse: collapse;
  border: 1px solid #FFFFFF;
}

  table.weather th {
    height: 18px;
    background-image: url('../../components/com_weather/images/tabback18d.png');
    background-repeat: repeat-x;
    border: 0px solid #666666;
    font-size: 9px;    
  }

  table.weather td {
    padding: 0px;
    border: 1px solid #FFFFFF;
    font-size: 9px;
    background-color: #FFFFFF;
  }
  
  table.weather td.info {
    text-align: center;
    background-color: #E0E0E0;
  }
  
  table.weather td.odd {
    background-color: #C2C2C2;
  }
  
  table.weather td.even {
    background-color: #E0E0E0;
  }

/* ############################################################## */
/* ### COM_WEATHER - Aktualni info ############################## */
/* ############################################################## */ 
#weather_actual, #logos {
  margin: auto;
  width: 570px;
  margin-bottom: 3px;
  padding-top: 3px;
}

table.weather_actual {
  width: 250px;
  text-align: center;
  margin: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  border-collapse: collpase;
  border: 1px solid #666666;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
  
  /* Ukazatele vetru - ruzice a kundy */
  table.weather_actual th, table.ukazatele th {
    height: 18px;
    font-size: 11px;
    background-image: url('../../components/com_weather/images/tabback18d.png');
    background-repeat: repeat-x;
    border: 1px solid #666666;
  }
  
  table.weather_actual td, table.weather_actual td.data {
    padding: 1px;
    font-size: 11px;
    border: 1px solid #666666;
  }
    
    /* zvyrazneni v pripade, ze dobre fouka */
    table.weather_actual td.data_red {
      color: #DD2424;
      font-weight: bold;
    }  
  
  table.weather_actual td.name, table.weather_actual td.name_red {
    text-align: left;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
  }
    
    /* zvyrazneni v pripade, ze dobre fouka */
    table.weather_actual td.name_red {
      color: #DD2424;
      font-weight: bold;
    }    

/* ############################################################## */
/* ### COM_WEATHER - WEBCAM PART ################################ */
/* ############################################################## */
#webcam1Head, #webcam2Head {
  /* hlavicka s kreslenym nazvem webcamu */
  margin: auto;
  margin-bottom: 0px;
  width: 570px;
  height: 30px;
  background-image: url('./images/webcam1_head.jpg');
  background-repeat: no-repeat;
  /* kvuli textu s datem */
  text-align: right;
  line-height: 30px;
  vertical-align: middle;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

#webcam2Head {
  background-image: url('./images/webcam2_head.jpg');
}

.webcam1 {
  /* obsahuje obrazek z webcamu */
  margin-top: 5px;
  margin-bottom: 10px;
}

.webcamTime {
  /* text s datem a casem porizeni webcam fotky - potrebujem odsadit zprava - proto to tu je */
  margin-right: 5px;
}

/* ########################################################################## */
/* ### MKB Forum Styles - stranka s forem ################################### */
/* ########################################################################## */
#mkb_forum {
  margin: 0px 10px 5px 10px;
  /* width: 575px; */
  width: 580px;
  border: 0px solid red;
  font-family: Verdana;
  background-image: url('./images/content_item_bg.gif');
  text-align: center;
  float: left;
  color: #FFFFFF;
}

 
  #mkb_forum #mkb_forum_body {
    border: 0px solid blue;
    margin: auto;
  }
  
  #mkb_forum table.forumInsertTable {
    border: 0px solid #AAAAAA;
    margin-top: 5px;
    margin-left: 2px;
    margin-bottom: 10px;
    padding: 0px;
    text-align: left;
  }
  
    #mkb_forum table.forumInsertTable td.inputLabel { width: 70px; }

    #mkb_forum table.forumInsertTable td.input { width: 100%; }
  
  #mkb_forum form.forumInsertForm input { width: 200px; }
     
  table.forumItem {
    width: 570px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px;
    border: 1px solid #C2C2C2;
    font-family: Verdana;
    font-size: 10px;
    text-align:left;
    border-collapse: collapse;
    border: 0px;
  }
  
    table.forumItem td.forumItemInfo {
      background-color: #FFFFFF;
      line-height: 14px;
      padding:3px;
      height: 54px;
      background-image: url('./images/forum_item_head_bg.jpg');
      border: 1px solid #E7E7E7;      
    }
  
    table.forumItem td.forumItemText {
      background-image: url('./images/forum_item_bg.gif');
      padding: 3px;
      color: #000000;
      border: 1px solid #E7E7E7;
    }
  
 
  #mkb_forum table.forumNavigation {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border: 0px solid #C2C2C2;
    font-family: Tahoma;
    font-size: 11px;
  }
  

  

