
html,
body,
*
{
    padding: 0px;
    margin: 0px;
    background: #FFFFFF url(../../_images/bg.gif) repeat-x;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

#loader {
   	position: absolute;
    left: 100px;
    top: 180px;
    width: 300px;
    padding: 50px 0px;
    background: #ECEFF5;
    z-index: 1000;
    font-size: 15px;
    color: #0E2D60;
    text-align: center;
}

#fbFooter {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 80px;   
    z-index: 200;
    background: #0E2D60;
}
.inner
{
    position: relative;
    margin: 0px auto;
    width: 985px !important; 
    height: 80px;
}
	#logo {
        position: absolute;
        left: 0px;
        top: 20px;
        border: 0px;
    }
	#fbContents {
        position: absolute;
        left: 200px;
        top: 50px;
        z-index: 100;
    }
        #fbContents select {
            margin: 0px 10px;
            width: 300px;
            
            border: 0;
/*             background: #ECEFF5; */
/*             color: #0E2D60; */
			color: #0E2D60;
			background: #fff;
            font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
            font-size: 11px;
        }
        
        #fbContents select option
        {
            margin: 3px 0px;
            background: #fff;
            color:#0E2D60;
        }
        #fbContents select option.cat0,
        #fbContents select option.cat1,
        #fbContents select option.cat2,
        #fbContents select option.cat8,
        #fbContents select option.cat9
        {
            font-weight: bold;
        }
        #fbContents select option.cat1
        {
            margin-top: 20px;
        }
        #fbContents select option.cat2
        {
            padding-left: 20px;
        }
        #fbContents select option.cat3
        {
            padding-left: 40px;
        }

		#fbContents select option.cat8
        {
            margin-bottom: 20px;
        }
        #fbContents select option.cat9
        {
            margin-top: 20px;
        }


#fbContainer {
    position: absolute;
	left: 0px;
	top: 55px;
    z-index: 20;
}



#fbMenu {
	position:absolute;
	right:15px;
	bottom:5px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}
#kataloge *
{
	background: none;
}

ul#kataloge
{
    list-style: none;
    position: relative;
    margin: 40px auto 20px auto;
    width: 985px;
    color: #0E2D60;
    background: none;
}
	ul#kataloge li
	{
        width:33%;
        float: left;
        text-align: center;
        margin-bottom: 40px;
        background: none;
    }
