* {margin: 0; padding: 0;}
html,body{height:100%;width:100%;}

body{
 margin:0;
 padding:0;
 background: #0071BB;
 text-align: center;
 font-family: Verdana;
 font-size: 14px;
 background-image: url(images/bg_paticka.png);
 background-repeat: repeat-x;
 background-position: bottom;
 background-attachment: fixed;
}


.rounded-corners {
   -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}


h1{
  font-size: 18px;
  color: #3366CC;
  margin-bottom: 15px;
}

ul, ol{
  display: block;
  margin: 20px;
}
.contentcolumn ul li{
  margin-bottom: 10px;
}

p{
  margin-bottom: 10px;
}

.prouzek{
  background: #0066CC;
  height: 4px;
}


#page{
  background-image: url(images/bg_body.png);
  background-repeat: repeat-x;
}


.headerMenu{
  float: right;
  max-height: 90px;
  overflow: hidden;
  color: #B0B0B0;

}
.headerMenu A{
    font-size: 12px;
    color: #B0B0B0;
    text-decoration: none;
}
#kosikTitleBox{
  font-size: 12px;
}


#kosikTitleBox A{
  color: #3366CC;
  font-weight: bold;
  font-size: 16px;
}


b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 970px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFFFFF;
text-align: left;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background: #FFFFFF;
}

#contentcolumn{
margin-left: 163px; /*Set left margin to LeftColumnWidth*/
text-align: left;

/*min-height: 600px;*/
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
text-align: left;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
color: #FFFFFF;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
padding: 10px;
/*border-left: 1px solid #D1D1D1;*/
margin-top: 0;
background: #FFFFFF;
}


/**box nad tlacitkem pro doplneni chyby*/
#errInfo{
  font-family: Verdana;
  color:  #FF0000;
  font-weight: bold;
}


/** systemove hlasky*/
.infoBox{
  background: #FFFFCC;
  padding: 15px 15px 15px 70px;
  font-size: 13px;
  border: 1px solid #FFFF99;
  margin-top: 15px;
  color: #382324;
  background-image: url(images/icon_info.png);
  background-repeat: no-repeat;

}

.errBox{
  color: white;
  background: Red;
  min-height: 55px;
  background-image: url(images/handko.png);
  background-position: left;
  background-repeat: no-repeat;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  padding-left: 70px;
  vertical-align: middle;
}


ol.text{
  display: block;
  margin: 5px 0 5px 20px;
}
ol.text li{
  margin-bottom: 10px;
  clear: right;
  background-image: url(images/bg_katalog_box.png);
  background-repeat: repeat-x;
}


A.buttonServis{ display: block;
background: url(./images/but_servis.png) no-repeat;
width:119px; height:35px; margin:10px 0 0 0;
text-decoration:none;
}
A.buttonServis span{ display: block;
    padding: 9px 0 0 40px;
    text-align: left;
    font-size:12px;
    width: 80px;
    font-weight:bold;
    color: #000000;
}


.tickerBox{
  	width: 100%;
    height:200px;
    background-image: url(./images/bg_katalog_box.png);
    background-repeat: repeat-x;
    padding: 5px;
    font-size: 11px;
}
.tickerBox b{
    font-size: 12px;
    margin-bottom: 5px;
}
.tickerBox .price{
  text-align: right;
  }
