@import "template.css";
@import "hiding.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 158px;}

/*Column's width*/
#left {width: 180px;}
#page {width: 578px;}
#right {
	width: 210px;
	margin-left: 1px;
}

/*Height of the footer */
#footer {height: 60px;}
#content {padding-bottom: 60px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  text-align: justify;
  border-right: solid #898989 1px;
  border-left: solid #898989 1px;
}

/*#header
{
border-bottom: solid #666 1px;
background: #BF9960;
padding: 10px;
}*/

#footer {
	width: 100%;
}

#foot {
	border-top: solid #e1e1e1 1px;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	padding-top: 24px;
}

/*Top menu*/
#topmenu li {
/*  width: auto;*/
  /*border: 1px solid #ababab;*/
}


/*left menu */
#left li a {
  display: block;
}

#left li {
  /*border: 1px solid #ababab;*/
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 0;
  text-align: center;
}
td {
  font-size: 0.9em;
}


/*developer*/
body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {background: #ffffff;}
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}
#footer {background: #ffffff;}
#content {
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-y;
}
#topmenu {
	
}
#left {background: #ffffff;}
#page {}
#right {background: #ffffff;}

/* ------ header ------ */

#header .logo {
	display: block;
	float: left;
	width: 180px;
	height: 158px;
}
#header img {
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
}

#header .topimg {
	width: 583px;
	height: 158px;
	display: block;
	float: left;
	background-image: url(../images/topimg.jpg);
}

#header .right {
	float: left;
	display: block;
	width: 199px;
	height: 138px;
	padding: 20px 0px 0px 25px;
}

#header .box {
	background-color: #E1E1E1;
	border-right: solid #C7C7C7 1px;
	border-left: solid #C7C7C7 1px;
	display: block;
	width: 170px;
	height: 45px;
	padding: 10px 5px 10px 5px;
    text-align: center;
}

#header .box form {
	margin: 0;
	padding: 10px 0 0 0;
    display: block;
}

#header .box select.field {
	display: block;
	width: 150px;
	border: solid #cccccc 1px;
	font-size: 11px;
	background-color: #FFFFFF;
}

#header .box .search_button {
	margin-top: 3px;		
}

/*#header .box .bottom {
	display: block;
	border-top: solid #cccccc 1px;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
}

#header .box .bottom a {
	background-image: url(../images/search_ico.jpg);
	background-position: center left;
	color: #C01F3E;
	font-size: 11px;
	padding-left: 15px;
	text-decoration: none;
}

#header .box .bottom a:hover {
	text-decoration: underline;
}*/
#header .boxbottom {
	display: block;
	text-align: center;
    background-image: url(../images/bg_boxbottom.gif);
    height: 25px;
    width: 182px;
    padding: 0 0 5px 0;
}
#header .boxmore {
    border-top: 1px solid #c7c7c7;
    margin: 0 10px;
    padding: 5px 0;
    display: block;
}


#header .boxmore a {
	background-image: url(../images/search_ico.jpg);
	background-position: center left;
	color: #C01F3E;
	font-size: 11px;
	padding-left: 15px;
	text-decoration: none;
}

#header .boxmore a:hover {
	text-decoration: underline;
}

#header .boxhdr {
	display: block;
	height: 21px;
    padding-top: 5px;
	width: 182px;
	background-image: url(../images/bg_menuhdr.gif);
	background-repeat: repeat-x;
}

#header .boxhdr span {
	color: #FFFFFF;
	font-weight: bold;
	/*background-image: url(../images/arw.jpg);*/
	padding-left: 17px;
	padding-top: 2px;
	display: block;
}
#header .box .buttok {
    border: 0;
    width: 21px;
    height: 19px;
    margin-bottom: -4px;
}
#header .box .idsearch {
    width: 52px;
    height: 16px;
    border: 1px solid #8c8c8c;
}

/* ------ hotline ------ */
#topmenu {
	color: #cd0039;
	font-size: 12px;
	height: 27px;
	text-align: left;
	padding-top: 0px;
    border-bottom: 1px solid #cd0039;
}

#topmenu .toptext {
  text-align: center;
  padding-top: 6px;
  padding-left: 70px;
}

#topmenu span a {
	color: #cd0039;
	text-decoration: none;
}

#topmenu span a:hover {
	text-decoration: underline;
}
#topmenu .utils {
  float: right;
  width: 90px;
  display: block;
  margin-top: 3px;
}
#topmenu a.ut_print {
  margin-right: 20px;
  float: left;
}
#topmenu a.ut_lang {
  margin-top: 4px;
  padding-left: 5px;
  float: left;
}

/* ------ left menu ------ */
#left .menu {
	margin-top: 0px;
}
#left .menu .select {
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 45px;
	color: #fff;
	font-weight: bold;
}
#left .menu .select .sel_top {
	background-color: #c4103f;
	padding: 5px;
}
#left .menu .select .sel_bottom {
	padding-top: 5px;
	padding-left: 5px;
}
#left .menu .select .fld {
	border:1px solid #8C8C8C;
	font-size: 0.9em;
	width: 170px;
}

#left .menu .title {
	background-image: url(../images/arw.jpg);
 	background-color: #c4103f;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	margin: 0;
	display: block;
}
#left .menu ul {
}
#left .menu li {
}

#left .menu li a{
	color: #333333;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}

#left .menu li a:hover {
	text-decoration: underline;
    background-color: #F2F2F2;
}

/* ------ right menu ------ */
#right .menu li {
	margin-bottom: 5px;
}

#right .menu li a{
  background: url('../images/greyarw.jpg') no-repeat;
  color:#252525;
  display:block;
  font-weight:bold;
  padding: 2px 5px 2px 20px;
  text-decoration:none;
}

#right .menu li a:hover {
	color: #666666;	
}

#right .menu li a.dolezite{
  background: url('../images/arw.jpg') #c4103f no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#right .menu li a.dolezite2{
	color: #C4103F;
	font-weight: bold;
	text-decoration: none;
}

#right .menu li a:hover.dolezite2{
	color: #666666;
}

#right .menu li h3 {
	padding: 3px;
	margin: 0px;
}
/* ------ page ------ */
#page {
	padding: 5px 10px 10px 10px;	
}

#page .filter {
	display: block;
	height: 18px;
	text-align: center;
	margin: 0px;
	float: right;
}

#page .filter a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/btn.jpg);
	display: block;
	width: 30px;
	height: 17px;
	margin-right: 2px;
	float: left;
	padding-top: 1px;	
}

#page .filter a:hover {
	color: #6E192E;	
}


#page h1 {
	background-image: url(../images/redarw.jpg);
	font-size: 14px;
	color: #C01F3E;
	font-weight: bold;
	text-align: left;
	padding: 4px 0px 4px 15px;
	margin-bottom: 10px;
	background-position: center left;
    display: block;
}
#page h2 {
  font-size: 1.5em;
  color: #c4103f;
  font-weight: bold;
}
#page h3 {
  font-size: 1.2em;
  color: #c4103f;
  font-weight: bold;
}
a{
  text-decoration: none;
  color: #c4103f;
}
a:hover{
  color: #6A6A6A;
}



#page h1 span {
	float: left;
	width: 200px;
}
/* --------- page TOP PONUKY listing ------- */


#popup {
  width: auto;
  border-width: 2px;
  border-style: solid;  
}


#page .listcoll{
	display: block;
	float: left;
	width: 263px;
	border-right: solid #e1e1e1 1px;
	padding-right: 5px;
}



#page .listcoll_nbrd{
	display: block;
	float: left;
	width: 268px;
	margin-left: 5px;
}

#page .listrow {
	display: block;
	width: 100%;
	float: left;
	border-bottom: solid #e1e1e1 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#page .listrow img {
	float: left;
	border: solid #ACACAC 1px;
	margin: 3px;
	display: block;
}

#page .listrow .text {
	display: block;
	float: left;
	margin-left: 6px;
	width: 58%;
}

#page .listrow .text h2 {
	color: #C01F3E;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#page .listrow .text .row {
	display: block;
	height: 15px;
}

#page .listrow .text .row_popis {
	display: block;
}
/* ----- UPDATE 02.03.2008 ------- */
#page form {float: left;}
#right .menu ul {text-align: left;}