@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:150%;
}

body {
	background-color: #000;
	background-image: url(images/bkg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a:link {
	color: #CCC;
	text-decoration:none;
}
a:visited {
	color: #CCC;
	text-decoration:none;
}
a:hover {
	color: #c5040a;
	text-decoration:none;
}

ul li {
    padding-top:5px;
	padding-bottom:5px;
	margin-left: -10px;
}

ul {
	list-style-image:url('images/list_red.png');}


#kontener {
	width:960px;
	margin: 0 auto;
	height:1000px;
}

#logo {
	float: left;
}
#fb {
	width:747px;
	float:left;
	padding-top:40px;
	text-align: right;
	vertical-align:middle;
}

#karuzela {
	float: left;
	width: 960px;
}

#lewa {
	width:280px;
	padding-right:40px;
	float:left;
}

#srodkowa {
	width:280px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#prawa {
	width:280px;
	padding-left:40px;
	float:left;
	padding-bottom:20px;
}

#footer {
	font-size:10px;
	color:#999;
}

#szary {
	color:#999;
}

#slideshow {
    position:relative;
    height:278px;
	background-image:url(images/slide0.jpg);
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 278px;
    background-color: #000;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 278px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}