/*************************************************************
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%;
}

#left {
  float: left;
}

.cleaner {clear: both;}
.cleaner_left {clear: left;}
.cleaner_right {clear: right;}
.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: 74px;}

/*Column's width*/
#header {width: 680px;}
#left {width: 140px;}
#page {width: auto; padding: 10px 30px; margin-left: 140px;}


/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: url(../images/bg_header.gif) repeat-x;
}
#left {
  background: url(../images/top.jpg) no-repeat 0 0;
  padding-top: 64px;
  font-size: 0.75em;
}
#page {
  text-align: left;
  font-size: 0.7em;
}
.consulted {
  text-align: center;
  padding: 25px 10px;
}

/* ------- left menu --------- */
#left .menu {
  background: #153683 url(../images/roh_left.gif) 0 0 no-repeat;
  padding-bottom: 10px;
  margin: 0;
  font-size: 0.9em;
}
#left .menu ul {
  margin: 0;
  padding: 0 10px 15px 25px;
}
#left .menu ul li {
  margin: 0 0 8px 0;
}
#left .menu ul li a {
  color: #DCEBFB;
  font-weight: bold;
  text-decoration: none;
}
#left .menu ul li a:hover {
  color: #FFC543;
  font-weight: bold;
  text-decoration: none;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 8px 0 5px 0;
  text-align: center;
  font-size: 1.6em;
  color: #153783;
  font-weight: bold;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.3em;
  color: #000;
  font-weight: bold;
}
h3, h4, h5, h6 {
  margin: 10px 0;
  text-align: left;
  font-size: 1em;
  color: #000;
  font-weight: bold;
}


a {
  color: #153783;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
}
a:hover {
  color: #ffc543;
  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;} */


/***************** doplnky *********************/
.light_contact {
  border: 1px solid black;
  font-size:10pt;
  font-weight:bold;
  background-color:#dee9ff;
  padding-top:7px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  width:220px;
}
a.fg_big:link, a.fg_big:visited, a.fg_big:active, a.fg_big {
  font-size: 0.8em;
  font-weight:bold;
  color: rgb(21,55,131)
}
a.fg_big:hover {
  font-size: 0.8em;
  font-weight:bold;
  color:#ffc543;
}