@import "template.css";
@import "forms.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 152px;}

/*Column's width*/
#left {
	width: 260px;
	margin-right: 1px;
}
#page {
	width: 723px;
}
#right {width: 150px;}

/*Height of the footer */
#footer {
	height: 69px;
	padding-bottom: 3px;
	padding-right: 15px;
}
#content {
	padding: 0px 3px 69px 3px;
}

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
	text-align: justify;
	background-image: url(../images/bg_container.jpg);/*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
	background-repeat: repeat;
	margin-top: 5px;
}

#header
{
	background-image: url(../images/bg_top.jpg);
	background-position: top;
	padding-top: 10px;
	padding: 10px 1px 0px 1px;
}

#footer {
	width: 975px;
	float: left;
	display: block;
	margin-top: 5px;
}

#foot {
  border-top: solid #666 1px;
  text-align: right;
  padding: 10px;
}

/*Top menu*/
#topmenu li {
	/*  width: auto;*/
	background-image: url(../images/topsep.jpg);
	background-position: center right;
	margin-right: 10px;
	padding-right: 10px;
}


/*left menu */
#left li a {
  display: block;
}

#left li {
  /*border: 1px solid #ababab;*/
}
#left a {
  color: #DA190A ;
  text-decoration: none;
}
#left a:hover {
  color: #990000;
  text-decoration: underline;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 0;
  text-align: center;
}


/*developer*/
body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
/*#container {background: silver;}*/
/*#header {background: #efa4ae;}*/
#footer {
	background-image: url(../images/footer.jpg);
	background-position: bottom;
}
/*#content {background: #afdbff;}*/
#topmenu {
	padding-left: 20px;
	height: 30px;
}
/*#left {background: #811f72;}*/
/*#page {background: #97468b;}*/
#right {background: #bd4ec0;} 

/*--heading---------*/
#header .logo {
	display: block;
	float: left;
	width: 278px;
	height: 127px;
	background-color: #FFFFFF;
}

#header .topimg {
	width: 710px;
	height: 127px;
	display: block;
	float: left;
	background-image: url(../images/topimg.jpg);
	text-align: right;
}

#topmenu li a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#topmenu li a:hover {
	color: #CCCCCC;	
}

#topmenu .menu {
	float: left;	
}
#topmenu a.home {
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	margin-right: 15px;
	background-image: url(../images/ico_home.gif);
	background-position: center left;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	margin-top: 3px;
}

#topmenu a.home:hover {
	text-decoration: underline;
}
#topmenu a.print {
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	margin-right: 15px;
	background-image: url(../images/print.gif);
	background-position: center left;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	margin-top: 3px;
}

#topmenu a.print:hover {
	text-decoration: underline;
}

#header .topimg a.lang {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	padding-top: 100px;
	display: block;
	margin-right: 15px;
	float: right;
}

/*--lefside----*/
#left .filter {
	background-color: #EBEBEB;
	font-size: 12px;
	padding: 7px 5px 7px 5px;
	border-bottom: solid #D9D9D9 5px;
	margin-bottom: 10px;
}


#left .filter form {
	margin: 0px;
	padding: 0px;
}

#left .filter select {
	border: solid #cccccc 1px;
	font-size: 12px;
	width: 130px;
}

#left .filter input {
	border: solid #cccccc 1px;
	font-size: 12px;
	width: 51px;
}

#left .filter input.button0 {
	border: 0px;
	background-image: url(../images/btn1.jpg);
	width: 91px;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
}

#left .heading {
	display: block;
	height: 23px;
	width: 250px;
	background-image: url(../images/bg_heading.jpg);
	background-repeat: repeat;
	padding: 7px 0px 0px 10px;
}

#left .heading h1 {
	background-image: url(../images/search_ico.jpg);
	background-position: center left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	text-align: left;
	text-transform: uppercase;
	height: 16px;
}

#left .menu {
	background-color: #EBEBEB;
	font-size: 12px;
	padding: 7px 5px 0px 5px;
	border-bottom: solid #D9D9D9 5px;
	margin-bottom: 10px;
}

#left .menu li {
	border-bottom: solid #D9D9D9 1px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 9px 10px;
}

#left .menu li a {
	background-image: url(../images/rightarw_ico.jpg);
	background-position: center left;
	color: #363636;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 25px;
	font-weight: bold;
	display: block;
}

#left .menu li a:hover {
	color: #999999;	
}

#left .menu li ul {
	margin: 0px;
	display: block;

}

#left .menu li ul li {
	display: block;
	border: 0px;
	margin:0px;
	padding: 0px;
}

#left .menu li ul li a.lmenu2 {
	background-image: url(none);
	color: #363636;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	padding-left: 25px;
	font-weight: bold;
	display: block;
}

#left .swf {
	background-color: #EBEBEB;
	font-size: 12px;
	margin-bottom: 10px;
	height: 200px;
	text-align: center;
}

#footer .contact {
	font-size: 10px;
	padding: 0px 5px 0px 15px;
	margin-bottom: 6px;
	text-align: left;
	color: #333333;
    width: 200px;
    float: left;
}

#footer .contact a {
	color: #DA190A;
	font-size: 11px;
}

#footer .contact a:hover {
	text-decoration: none;	
}

/*--page--------*/
#page .heading {
	display: block;
	height: 23px;
	width: 703px;
	background-image: url(../images/bg_heading.jpg);
	background-repeat: repeat;
	padding: 7px 10px 0px 10px;
}

#page .heading h1 {
	background-image: url(../images/top_ico.jpg);
	background-position: center left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	text-align: left;
	text-transform: uppercase;
	height: 16px;
	float: left;
}

#page .heading a {
	float: right;
	background-image: url(../images/ponuka_ico.jpg);
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 25px;
	background-position: center left;
	height: 16px;
}

#page .heading a:hover {
	font-size: 12px;
    color: #E8E8E8;
	font-weight: bold;
	text-decoration: none;
}

#page .padding {
	padding: 7px;
	display: block;
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
}



/*--ponuka-------*/
#page form {
	padding: 2px;
	display: block;
	float: left;
	width: 700px;
	border: solid #e1e1e1 1px;
}

#page form table.frmbg {
	width: 696px;
}

#page form input.field1, #page form select.field1, #page form textarea.field1 {
	border: solid #cccccc 1px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}

#page form input.field2 {
	border: solid #cccccc 1px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}

#page form span.notice {
	font-size: 11px;
	color: #660000;
}

#page form td.frmbutbg {
	padding: 5px 0px 2px 0px;
	border-top: solid #e1e1e1 1px;
}

#page form input.button0 {
	border: 0px;
	background-image: url(../images/btn1.jpg);
	width: 91px;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#page a {
	color: #DA190A;
	font-size: 11px;
	font-weight: bold;
}

#page a:hover {
	color: #DA190A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#page img.map {
	float: right;
}

/*--footer-------*/

#footer .pagefoot {
	display: block;
	height: 69px;
	width: 695px;
	background-image: url(../images/page_footer.jpg);
	background-position: bottom;
	background-color: #D7D7D7;
	float: right;
	padding: 0px 5px 0px 0px;
}

#footer .pagefoot .floattext {
	display: block;
	height: 24px;
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}

#footer .pagefoot .creator {
	display: block;
	border-top: solid #e1e1e1 1px;
	font-size: 11px;
	height: 26px;
	text-align: right;
	padding-top: 8px;
	padding-right: 5px;
}

#footer .pagefoot .creator a {
	color: #DA190A;	
}