body {
 background: none !important;
}

#headercontainer {
width: 100%;
height:200px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

ul.topbebuttons {
 display: table;
 width: 100%;
 /*
 height: 25px;
 overflow:hidden;
 */
 height: auto;

 min-width: 640px;
 margin: 0;
 padding: 0;
 list-style: none;
 font-family: Tahoma, Arial;
 list-style-position: inside;
 vertical-align: middle;
 text-align: center;
}

ul.topbebuttons li.topbeli {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
 margin: 0;
 text-indent: 0;
}

ul.topbebuttons li.topbeli a.topbebtn {
 display: block;
 width: 100%;
 height: 100%;
 color: #FFF;
 text-decoration: none;
 white-space: nowrap;
 margin: 0;
padding-top: 4px;
padding-bottom: 8px;

 font-size: 11px;
 font-weight: bold;
 vertical-align: middle;
 text-align: center;
}

a.topbebtn:hover {
 background: #000 !important;
 color: #FFF !important;
}


ul.topbebuttons li.topbeli a.topbebtn.tbblia1 {background-color: #aa39d3; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia2 { background-color: #ff7d00; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia3 { background-color: #f42e14; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia4 { background-color: #323232; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia5 { background-color: #73ab00; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia6 { background-color: #83659b; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia7 { background-color: #bb2f00; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia8 { background-color: #3073ba; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia9 { background-color: #ff7bd7; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia10 {background-color: #aa39d3; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia11 { background-color: #ff7d00; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia12 { background-color: #f42e14; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia13 { background-color: #323232; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia14 { background-color: #73ab00; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia15 { background-color: #83659b; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia16 { background-color: #bb2f00; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia17 { background-color: #3073ba; }
ul.topbebuttons li.topbeli a.topbebtn.tbblia18 { background-color: #ff7bd7; }


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10-specific styles go here */
ul.topbebuttons {
 height: auto;
 }
}