/* ---------- banner zalozka -------------- */

#fbBanner {
	position: fixed; top: 250px; left: 0px;  height: 220px; z-index: 1000;
}
#fbBanner #content {
	background: url(../images/banner/bg-banner-zalozka0.jpg) repeat-x; height:220px; display: none; float: left; position: relative; 
	/*background: url(../images/banner/bg-banner-zalozka.jpg) no-repeat; height:220px; display: none; float: left; position: relative; */
}
#fbBanner #tab {
	float: left; position: relative;
}
#fbBanner #inContent {
	width: 400px;
}
#zalozka {
	padding: 10px; font-size: 10pt;
}

.odkaz-zalozka A:link { text-decoration: underline; color: #b6238f;}
.odkaz-zalozka A:visited { text-decoration: underline; color: #b6238f;}
.odkaz-zalozka A:hover { text-decoration: none; color: #b6238f;}


* html #fbBanner { /* ie6 hack */
     position: absolute; top: 250px; left: 0px;  height: 220px; z-index: 1000;
}