* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

A{color:#000;text-decoration:underline}
A:hover{color:#990000;text-decoration:underline}



body {
	background-color: #FFF;
	background-image: url('../images/bkg.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10px;
	width:100%;
}

#page{
	width: 980px;
    padding:0px;
    margin: auto;
}

#header{
	background-color: #FFF;
	background-image: url('../images/bg_top.gif');
	background-repeat: repeat-x;
	height:136px;
	/*border: 1px solid black;*/
}

#header img{
	float:left;
	width:370px;
}

#fast_menu{
	padding:60px 30px 0px 0px;
	float:right;
	height:75px;
	/*border: 1px solid black;*/
}

#fast_menu li {
	float: left;
	/*margin: 0px 1px 0px 0px;*/
	/*padding: 7px 5px 5px 5px;	*/
	text-align: center;
	background-image: none;
	list-style: none outside;
	/*background:url('../images/b_but_gray.gif') no-repeat;
	background-position: top right;*/
	height:52px;
	/*width:102px;*/
}

#fast_menu li a {
    display: block;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background:url('../images/b_but_gray.gif') no-repeat;
	width:102px;
	height:26px;
	padding: 6px 1px 0px 0px;
}

#fast_menu .active a{
    display: block;
	font-size: 10px;
	font-weight: bold;
	color: #969696;
	background-color:#FCFCFC;
	text-decoration: underline;
	background:url('../images/arrow_down.gif') no-repeat;
	background-position: 2% 50%;
	width:102px;
	height:26px;
	padding: 6px 1px 0px 0px;
	margin-left: 5px;
}

#fast_menu li a:hover {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #969696;
	text-decoration: underline;
	background:url('../images/b_but_over.gif') no-repeat;
	width:102px;
	height:26px;
	padding: 6px 1px 0px 0px;
	/*margin: 0px 1px 0px 0px;
	padding: 8px 7px 8px 7px;*/
}

#menu_top{
	background-image: url('../images/bg_menu.gif');
	background-repeat: repeat-x;
	height:52px;
}

#menu_top li {
	float: left;
	margin: 0px;
	text-align: center;
	background-image: none;
	list-style: none outside;
	padding: 0px 20px 0px 22px;		
	background:url('../images/menu_separator.gif') no-repeat;
	background-position: top right;
	height:52px;
}

#menu_top li a {
	display:block;
	padding-top:17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu_top .active a{
	font-size: 13px;
	font-weight: bold;
	color: #ee0000;
	text-decoration: underline;
}

#menu_top li a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #ee0000;
	text-decoration: underline;
}

#banner{
	margin-top: 2px;
	background-image: url('../images/banner_tlo.gif');
	background-repeat: no-repeat;
	height:197px;
}

#banner img{
	float:left;
	margin: 0px;
	padding: 2px 2px 4px 2px;
}

#menu_right{
	float:left;
	margin:8px 0px 0px 8px;
}

#menu_right li {
	margin: 0px;
	text-align: left;
	background-image: none;
	list-style: none outside;
	padding: 0px 10px 0px 20px;		
	background-image: url('../images/line.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_right li.last{
	background: none;
}

#menu_right li a  {
	display:block;
	padding: 7px 0px 7px 0px; /* dla IE  7px 0px 0px 0px;*/
	font-size: 13px;
	color: #343434;
	text-decoration: none;
	background-image: url('../images/arrow2.gif');
	background-position: center right;
	background-repeat: no-repeat;
	height:20px;
}

#menu_right .active a{
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}

#menu_right li a:hover {
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}

#search_banner{
	background-image: url('../images/bg_tytul1.gif');
	background-repeat: repeat-x;
	height:52px;
	border:none;
}

#search{
	float:left;
	width:372px;
}

#search legend { 
	display:none;
}

#search fieldset{
	border:none;
}

#search input {
	margin: 10px 2px 0px 25px;
	padding: 2px 0px 1px 3px;
	background: #F3F3F3;
	width:195px;
	height:20px;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	border: 1px solid #D5D5D5;	
}

#search input:hover {
	background: #FFF;
}

#search button {
	padding: 4px 0px 1px 3px;
	position: relative;
	height:27px;
	width: 75px;
	background: url(../images/b_wyszukarj.gif) no-repeat;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight:bold; 
	font-family:Verdana;
	font-size: 65%;
}	

#title{
	float:left;
	font-size: 18px;
	color: #990000;
	font-weight:bold;
	margin: 10px 2px 0px 20px;
	padding: 5px 0px 1px 0px;
}

#content{
	display:table;
	width:100%;	
	text-align:justify;
}


#left_column{
	float:left;
	padding: 10px 10px 10px 10px;
	width:350px;
	color: #FFF;
	background-color: #1D1B1C;
}

.left_more{
	float:right;
}

.left_more img{
	border:none;
}

#right_column{
	float:right;
	width:580px;
	background-color: #FFF;
	margin: 0px 0px 10px 5px;
	border: solid 0 red;
	padding:10px 10px 10px 10px 

}

#right_column ul{
	padding:0 0 0 20px;
}


#footer_wide{
	width:100%;
	height: 44px;
	background-image: url('../images/bg_down_wide.gif');
	background-repeat: repeat-x;
}
#footer{
	width: 980px;
	margin: auto;
	height: 44px;
	background-image: url('../images/bg_down.gif');
	background-repeat: repeat-x;
	color: #ABABAB;
}

#footer_one{
	float:left;
	width: 350px;
    padding:15px 0px 10px 20px;
   	height: 44px;
}

#footer_sep{
	float:left;
}

#footer_two{
	float:left;
    padding:10px 0px 10px 20px;
	height: 44px;
	width: 375px;
}

#footer_two a , #footer_two a:active {
	display:block;
	float:left;
	color: #ABABAB;
	text-decoration: none;
	padding-top: 5px;
}

#footer_two a:hover {
	color: #ABABAB;
	text-decoration: underline;
}

#footer_two img{
	display:block;
	float:left;
	padding: 0px 7px 0px 7px;
}

/*Aktualnosci*/
.lista h3{
	width:580px;
	padding: 0px 10px 5px 15px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url('../images/linia.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.lista a:link, .lista a:visited {
    color: #990000;
    text-decoration: none;
}

.lista a:hover {
	color: #990000;
	text-decoration: underline;
}

.adate{
	float:right;
	padding: 0px 13px 0px 0px;
	margin-top: -13px;
	font-weight: normal;
	color:#ABABAB;
}

.news{
	float:right;
	display:block;
	width:575px;
	text-align: left;
	padding: 5px 10px 10px 15px;
}

.news img{
	border: none;
}
