/*************************************************************
ZACIATOK ZAKLADNYCH DAT - needitovat
*************************************************************/

/*page blocks*/
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

*{
  background-repeat: no-repeat;
}

#container {
	height: auto;
	height: 100%;
	margin: 0 /*auto*/;
	position: relative;
}

body>#container{ /* pre mudre prehliadace */
  height:auto;
  min-height:100%;
}

#footer {
/*  position: absolute;
  bottom: 0;
  left: 0; */
}

#left, #page, #right {
  float: left;
}

.cleaner {clear: both;}
.hide {display: none;}

/*menu*/
.menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#topmenu .menu li {
  display: inline;
}

/* common design */
h1, h2, h3 {margin: 0px;}


/*************************************************************
KONIEC ZAKLADNYCH DAT - needitovat nad
*************************************************************/


/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 800px;}

/*Header height*/
#header {height: 100px;}
#left {height: 296px;}
#page {height: 99px; padding-top: 200px;}


/*Column's width*/
#left {width: 220px;}
#page {width: 580px;}

/*Height of the footer */
#footer {height: 60px;}
#content {padding-bottom: 30px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #31539C;
}
#container {
  text-align: left;
  font-size: 0.75em;
  color: #fff;
  background: url(../images/bg_container.jpg) repeat-x;
}
#left {
  background: url(../images/bg_left.jpg) no-repeat 0 0;
}
#page {
  background: url(../images/bg_page.jpg) no-repeat;
}
#home_obr {
  width: 208px;
  height: 80px;
  margin: 4px 0 0 259px;
  float: left;
  display: inline;
}


#footer {
  padding: 0 10px 0 15px;
}

#foot {
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
}
#foot a {
  color: #1a4a74;
  text-decoration: none;
}
#foot a:hover {
  color: #5692c1;
  text-decoration: none;
}
#makedby {
  display: block;
  color: #5692c1;
  text-align: right;
}
#makedby a {
  color: #5692c1;
  text-decoration: none;
}
#makedby a:hover {
  color: #fff;
  text-decoration: none;
}


/* ------- left menu --------- */
#left .menu {
  padding: 0 0 0 25px;
}
#left .menu ul li {
  float: left;
  width: 100%;
}
#left .menu ul li a {
  font-size: 0.8em;
  float: left;
  width: 100%;
  padding: 0 0 7px 0;
  background: transparent;
}

#left li a:hover {

}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #1c507c;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #2081d4;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
h4 {
  background: #5babcf url(../images/bg_menutit.jpg) no-repeat;
  display: block;
  height: 28px;
  padding: 13px 5px 0 15px;
  font-size: 1.4em;
  font-weight: normal;
  color: #1e5584;
  margin: 10px 0;
}

a {
  color: #DCEBFB;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #FFC543;
  font-weight: bold;
  text-decoration: none;
}


/*developer*/
/*body {background-color: #FFF5E6;}
#container {background-color: silver;}
#header {background-color: #efa4ae;}
#footer {background-color: #bf9347;}
#content {background-color: #afdbff;}
#topmenu {background-color: #0033cc;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
#right {background-color: #bd4ec0;} */


