.container
{
	/*margin-top:20px;*/
	behavior: url(../border-radius.htc);
	-moz-box-shadow: 10px 10px 10px #000666;
	-webkit-box-shadow: 10px 10px 10px #000666;
	box-shadow: 10px 10px 10px #000666;
	border:10px solid #f0f0f0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(border-radius.htc);
	border-top:none;
}

 .curved 
 {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(border-radius.htc);
}


#header
{
	height:245px;
	background-image:url('../img/ban_btm1.jpg');
	background-repeat:no-repeat;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

#menu
{
	height:36px;
	background-color:teal;
}

#content
{
	background-color:#ffffff;
}



#left-column
{
	background-color:#ffffff;
	/*font-style: italic;*/
	font-weight: normal;
	font-size: 14px;
	font-family: arial, sans-serif;
}

#right-column
{
	background-color:#fff000;
}

#footer
{
	color: white;
	font: bold 13px Arial;
	background: black url(../img/blockdefault2.gif) center center repeat-x;
	/*background-color:gray;*/
	border-radius: 5px 20px 40px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 5px;
}


a:link, a:visited, a:active
{
	text-decoration: none; /* kasujemy podkreślenie linków */ 
}

a:hover { text-decoration: underline; color: red; /* zmienia się kolor po najechaniu */ } 
html
{
	background: -moz-linear-gradient(bottom, #0033CC, #00CCFF);
	background: -webkit-gradient(linear, center bottom, center top, from(#0033CC), to(#00CCFF));
	background-repeat:repeat-x;
	background-color:#0033CC;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00CCFF', endColorstr='#0033CC'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00CCFF', endColorstr='#0033CC')"; /* IE8 */
}

ul
	{
		list-style-image:url('../img/ico/zoch.png');
		/*list-style-image:url('../img/ico/001_60.gif');*/
		list-style-type:square;
	}

body
{
	background-image:url('../img/aaa3.png');
	background-repeat:repeat-x;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: STYL MENU */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu
{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(../img/blockdefault2.gif) center center repeat-x;
}

.solidblockmenu li
{
	display: inline;
}

.solidblockmenu li a
{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited
{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current
{
	color: white;
	background: transparent url(../img/blockactive.gif) center center repeat-x;
}

.alert-link
{
	cursor:hand;
	cursor:pointer;
	padding:3px;
	line-height:26px;
	padding-left:32px;
	background-image:url('../img/ico/001_30.gif');
	background-repeat:no-repeat;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */