@import "template.css";
@import "forms.css";

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

/*Header height*/
#header {height: 110px;}

/*Column's width*/
#left {width: 226px;}
#page {width: 575px; padding-left: 15px; padding-right: 15px;}
#right {width: 155px; padding-left: 5px; padding-right: 5px; font-size:0.9em; text-align: center;}

/*Height of the footer */
#footer {height: 45px;}
#page_link {height: 54px;}
#content {padding-bottom: 45px;}
/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  text-align: justify;
  border-left:1px #AFAFAF solid;
  border-right:1px #AFAFAF solid;
  background: url(/images/biznis/point.gif);
}

#header
{
background: url(/images/biznis/bg_top.jpg) repeat-x;
}

#topdiv {
 width: 1000px; 
 height:110px;
 float:right;
 background: url(/images/biznis/top.jpg) no-repeat scroll;
}

#topLogin {
  float: right;
}
#topLogin form {
  margin:0;
  padding: 20px 100px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: .85em;
}
#topLogin form input {
  border: none;
}
#topLogin a {
  color: #fff;
}
#topLogin a:hover {
  color: #ECC755;
}

/*left menu1 */
#left1 ul {
margin-top: 5px;
margin-bottom: 10px;
}

#left1 li {
list-style:none;
width: 205px;
}

#left1 li a {
  display: block; 
  background: url(/images/biznis/menu_up.gif) no-repeat; 
  padding:8px 0pt 6px 20px;
}

#left1 li a:hover {
  background: url(/images/biznis/menu_on.gif) no-repeat;
}
/*left menu2 */

#left2 li a {
  display: block; 
  background: url(/images/biznis/menu_down.gif) no-repeat; 
  padding:8px 0pt 6px 20px;
}

#left2 li a:hover {
  background: url(/images/biznis/menu_on.gif) no-repeat;
}

.center {
margin-top: 5px;
text-align: center;
}

#news
{
  width: 560px;
  text-align: justify;
}

#page .list_block {
/*height:120px;*/
width: 560px;
text-align:left;
margin-bottom: 25px;
margin-left: 10px;
}
#page .list_tit {
padding-bottom: 10px;
width:330px;
text-align:left;
float:right;
}
#page .list_obr {
/*height:120px;*/
width:100px;
text-align:left;
float:left;
}
#page .list_popis {
width:450px;
float:right;
text-align: justify;
}
#page .list_datum {
text-align:right;
width:120px;
float:right;
}

#page .news_obr {
height:80px;
width:100px;
text-align:left;
float:left;
margin-right: 7px;
}
#page .news_obsah {
width:560px;
text-align: justify;
}
#page .news_top {
text-align:left;
float:left;
width:440px;
font-weight:bold;
}

#fleft {
float:left;
}
#fright {
float:right;
}
#right #kurzyvalut-webnoviny-sk {
  width: 153px !important;
}
#right #kurzyvalut-webnoviny-sk div {
  padding: 3px !important;
}
#right #kurzyvalut-webnoviny-sk table td {
  font-family: Verdana, Tahoma, Arial, sans-serif !important;
  font-size: 0.9em !important;
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  font-weight:bold;
  font-size: 1.1em;
  text-align: center;
}

a { 
  color: #616161; 
  text-decoration: none; 
  font-weight: bold; 
  font-size: 0.9em;
}

a:hover { 
  color: #4160C6;
}

/*developer*/
/*body {background: #FFF5E6;}
#container {background: silver;}
#header {background: #efa4ae;}
#footer {background: #bf9347;}
#content {background: #afdbff;}
#topmenu {background: #0033cc;}
#left {background: #811f72;}
#page {background: #97468b;}
#right {background: #bd4ec0;}*/

#autor_ml {
  width: 126px;
  height: 38px;
  background: transparent url("../../images/logo_vyp.png") no-repeat 0 0;
  margin: 0 auto;
  display: block;
}
#autor_ml:hover {
  background: transparent url("../../images/logo_zap.png") no-repeat 0 0;
}
#autor_ml span {display: none;}

#page ol li {
  text-align: left;
}
#page ol li a {font-weight: normal;}


