@import "template.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 770px;}

/*Column's height*/
#headertop {height: 32px;}
#header {height: 70px;}
#headerbottom {height: 28px;}
#topmenu {height: 23px;}
#left {min-height: 100px;}


/*Column's width*/
#left {width: 189px;}
#page {width: 561px; padding: 20px 10px 10px 10px;}

/*Height of the footer */
#footer {height: 29px;}
#content {padding-bottom: 29px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#container {
  text-align: left;
  font-size: 0.7em;
  background: url(../images/umms/dot_vert.gif) repeat-y;
}
#headertop {
  background: url(../images/umms/top-space-white.jpg) no-repeat top;
  display: block;
  margin: 0;
  padding: 0;
}
#headertop img, #header img {
  margin: 0;
  float: left;
}

#headerbottom {
  background: url(../images/umms/panel-bottom-left.jpg) no-repeat left;
}
#topmenu {
  background: url(../images/umms/bg-top-menu.jpg) repeat-x bottom;
}
#topmenu .fulltext_input {
  margin-bottom: 2px;
  height: 15px;
}
#topmenu .but_ok {
  margin-bottom: -4px;
}
* html #topmenu .but_ok {
  margin-bottom: -2px;
}


#footer {
  width: 100%;
  background: #fff url(../images/umms/bgfoot1.jpg) no-repeat;
  font-size: 0.7em;
  color: #1F2F40;
}

#foot {
  text-align: center;
  margin-top: 3px;
}
#foot a {
  color: #1a4a74;
  text-decoration: none;
}
#foot a:hover {
  color: #5692c1;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  width: 240px;
  right: 5px;
  top: 6px;
  text-align: right;
}
#makedby a {
  color: #007344;
  text-decoration: none;
}
#makedby a:hover {
  color: #5692c1;
  text-decoration: none;
}
.fotomini {
	border: 1px solid Silver;
	text-align: center;
	color: Gray;
	margin: 1px;
	padding: 3px;
	width: 170px;
	height: 140px;
	float: left;
}
/*Top menu*/
#topmenu .menu ul li a {
	color: #536982;
	text-decoration: none;
    height: 20px;
	padding: 0 3px 0 15px;
	border-right: 1px solid white;
	border-left: 1px solid #CCD1D4;
	border-bottom: 2px solid #606F7B;
    float: left;
    background: url(../images/umms/arrow.gif) no-repeat 2px 2px;
}
#topmenu .menu ul li :hover {
	color: Maroon;
    height: 19px;
	border-bottom: 3px solid #FF8A00;
}
* html #topmenu .menu ul li a {
  height: 23px;
}
* html #topmenu .menu ul li a:hover {
  height: 22px;
}


/* ------- left menu --------- */
#left .menu ul {
  margin: 0;
}

#left .menu li {
  margin: 0;
  display: block;
  float: left;
  width: 189px;
}

#left .menu ul li a {
	color: #1F2F40;
	font-weight: bold;
	text-decoration: none;
	background-color: #E8EEF2;
	display: block;
    width: 183px;
	padding: 3px;
	background-image: url(../images/umms/dot_hor.gif);
	background-position: bottom;
	background-repeat: no-repeat;
    font-size: 1em;
    margin: 0;
}
#left .menu ul li a:hover {
	color: #FF8A00;
	text-decoration: none;
	background-color: #D6E3EB;
}
a.left1 {
	color: #FF8A00;
	text-decoration: none;
	background-color: #D6E3EB;
}
/*#left .menu ul ul li a {
	color: #1F2F40;
	font-weight: bold;
	text-decoration: none;
	background-color: #E8EEF2;
	display: block;
	padding: 3px;
	background-image: url(../images/umms/dot_hor.gif);
	background-position: bottom;
	background-repeat: no-repeat;
} */
a.menu2:hover {
	color: #FF8A00;
	text-decoration: none;
	background-color: #D6E3EB;
}
#left .menu ul ul li a {
	color: #1F2F40;
	font-weight: normal;
	text-decoration: none;
	background-color: White;
	display: block;
	padding: 3px;
	background-image: url(../images/umms/dot_hor.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#left .menu ul ul li a:hover {
	color: #006E40;
	text-decoration: none;
	background-color: #F9F2E1;
}


a.menu4 {
	color: #FF8A00;
	font-weight: normal;
	text-decoration: none;
	background-color: White;
	display: block;
	padding: 3px 3px 3px 13px;
	background-image: url(../images/umms/dot_hor.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
a.menu4:hover {
	color: #DC143C;
	text-decoration: none;
	background-color: #FFF8DC;
}

/******************DESIGN OF MAIN ELEMENTS**************/
.nadpis, h1{
	color: #536982;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.podnadpis, h2 {
	color: #006539;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
h4 {
  background: #5babcf url(../images/umms/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: #FF8A00;
	text-decoration: none;
}
a:hover {
	color: Maroon;
	text-decoration: none;
}


/*developer*/
body {background-color: #A7B4C2;}
#container {background-color: #fff;}
/*#header {background-color: #674247;}
#footer {background-color: #bf9347;}
#content {background-color: #afdbff;}
#topmenu {background-color: #0033cc;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
#right {background-color: #bd4ec0;} */

