body
{
   	background:  url("../media_blue/background.png");
    background-position: top;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 8pt;
	margin: 0px auto;
    padding: 0px;
    border: 0px;
}

#top_links
{
    background-image: url("../media_blue/top_link.png");
    background-position: top;
    background-repeat: no-repeat;
    width: 1218px;
    height: 213px;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
}

#kosik_but
{
    background: url("../media_blue/but_kosik.png") no-repeat;
    cursor:pointer;
    width: 124px;
    height: 31px;
    border: none;
    float: right;
}

#search_but input
{
    background: url("../media_blue/search_buton.png") no-repeat;
    cursor:pointer;
    width: 26px;
    height: 28px;
    border: none;
    margin-left:3px;
}

/*****************Buttony Kategorie a Značky**************************/
.but_kat_blue
{
    float:left;
    width: 122px;
    height: 26px;
    color: white;
    background-color: #2378BD;
    border: 1px solid #9B9EA0;
}

.but_kat_white
{
    float:left;
    width: 122px;
    height: 26px;
    color: #2378BD;
    background-color: white;
    border: 1px solid #9B9EA0;
}

.but_kat_txt
{
   margin-top:5px;
   margin-left:5px;
   float: left;
}


.but_zna_blue
{
    float:right;
    width: 122px;
    height: 26px;
    color: white;
    background-color: #2378BD;
    border: 1px solid #9B9EA0;
}

.but_zna_white
{
    float:right;
    width: 122px;
    height: 26px;
    color: #2378BD;
    background-color: white;
    border: 1px solid #9B9EA0;
}

.but_zna_txt
{
   margin-top:5px;
   margin-left:16px;
   float: left;
}
/*****************Buttony Kategorie a Značky**************************/