@CHARSET "UTF-8";



html,body {
	background-image: url(img_css/bckg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #04200d;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana;
	
}

#top {
	width: 1004px;
	margin: 0 auto;
}

#NAGLOWEK {
	background-color: #0a0a43;
	color: #ffffff;
	font-size: 12px;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 10;
	
}

#STRONA_LEWA {
	background-image: url(img_css/leftBckg.gif);
	background-repeat: repeat-y;
	width: 170px;
	float: left;
	font-size: 12px;
	color: #0a0a43;
	z-index:4; 
	display: block; 
	height: 100%;
	
}


#STRONA_PRAWA {
	background-image: url(img_css/rightBckg.gif);
	background-repeat: repeat-y;
	width: 170px;
	float: right;
	font-size: 12px;
	color: #0a0a43;
	vertical-align: top;
	height: 100%;
	
}



#TRESC {
	width: 630px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	font-size: 12px;
	color: #04200d;
	text-align: left;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px; 
	overflow-x:auto;  
	border-left: 1pt solid #96aaef;
	border-right: 1pt solid #96aaef;
	min-height: 600px;
}



#STOPKA {
	clear: both;
	width: 100%;
	background-image: url(img_css//liniaRotat.gif);
	text-align: right;
	color: #fff;
	
}

a.linkStopka
{
  color: #fff;
  text-decoration: none;
  font: italic 100%/125% "Verdana", cursive;
  
}

a.linkStopka:hover                        
{           
  color: #fff;	                                      
  text-decoration: underline;                            
}   

.tlo_srodek
	{
		height: 600px;
		background-color: #fff;
		
	}
.text_srodek {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	z-index:1;
	
	}

select.waski {
		background-color: #d2ccf2;
		color: #000060;
		font-size: 14px;
		width: 120px;
		text-align: center;
	}


.komunikat { 
	color: red; 
	font-size:12px; 
	}
	
.potwierdzenie { 
	color: green;
	font-size:12px; 
	}

 .linia_rozdzielajaca{
	 background-image: url(img_css/linia_cienka.jpg);
	 background-repeat: repeat-x;
	 height: 10px;
	 }


.horizontalPanel{
	 background-repeat: repeat-x;
	 height: 20px;
	 vertical-align: middle;
	 text-align: center; 
 
	 }
	
input.przycisk 
{
	background-image: url(img_css/button.gif);
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
	font-weight: 500;
	cursor: pointer; 
}


input {
	background-color: #fff;
	color: #000060;
	text-align: center;
	font-size: 14px;
	}



div.menu{
cursor: pointer;
border: 1px solid #000060;
margin-bottom:10px;
margin-top:10px;
padding-bottom:10px;
font-weight: bold;
color: #000060;               
}

div.menu div{
display:none;
padding:10px;
font-weight: 500;

}

a.link
{
  color: #000040;
  text-decoration: none;
  font: italic 100%/125% "Verdana", cursive;
  
}

a.link:hover                        
{                                                 
  text-decoration: underline;                            
}                                                 

a.linkTemat
{
  color: #000040;
  text-decoration: none;
  font: italic 100%/125% "Verdana", cursive;
  font-weight: 600;
}

a.linkTemat:hover                        
{                                                 
  text-decoration: underline;
  font-weight: 600;                            
}                                                 



.newsDateAndMore, a.newsDateAndMore
	{
		text-align: right;
		font-size: 10px;
		color: #0a0a43;
		font-weight: bold;
		font-style: italic;
		padding-right: 5px;
	}


.newsText
	{
		text-align: left;
		font-size: 11px;
		font-family: Verdana;
		padding-left: 5px;
		padding-right: 5px;
	}
	
.categoryTitle
	{
		background: url('img_css/liniaRotat.gif');
		text-align: center;
		font-size: 12px;
		font-family: Verdana;
		font-weight: 600;
		color: #fff;
		background-repeat: repeat-x;
		
		
	}	

* { margin: 0;
	padding: 0; 
	}

#main_menu { 
	float: left; 
	}

#main_menu, 
#main_menu ul { 
	list-style: none; 
	width: 170px; 
	}

#main_menu li { 
	position: relative; 
	line-height: 0; /* fix for IE */ 
	margin: 0 0 -2px 0; 
	} 

#main_menu a, 
#main_menu li:hover li a, 
#main_menu li:hover li:hover li a { 
	color: #fff; 
	background: url('img_css/linia_menu.jpg');
	border: 1px solid #fff; 
	font-family: arial, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	font-weight: normal; 
	display: block; 
	width: 158px; 
	padding: 0 5px; 
	line-height: 26px; 
	height: 26px; 
	} 
	
#main_menu li:hover a,
#main_menu li:hover li:hover a,
#main_menu li:hover li:hover li:hover a { 
	background: url('img_css/linia_menu_over.jpg');
	} 
	
#main_menu li ul, 
#main_menu li:hover ul li ul { 
	height: 26px; 
	width: 0; 
	overflow: hidden; 
	position: absolute; 
	left: 168px; 
	top: 0; 
	background: url('img_css/arrow_menu.jpg') 0 26px no-repeat; 
	padding: 0 0 0 0px; 
	} 
	
#main_menu li:hover ul, 
#main_menu li:hover ul li:hover ul { 
	width: 170px; 
	height: auto; 
	overflow: visible; 
	z-index:1; /* fix for Opera v9.25 and lower */ 
	}

/* hide from ie on mac \*/
	html {
		height: 500px;
		
	}
	
	#flashcontent {
		height: 500px;
	}
	
	#flashcontentBaner {
		height: 210px;
		
	}
/* end hide */



/* menu zakladkowe */
.ddoverlap{
border-bottom: 1px solid #bbb8a9;
text-align: right;
}

.ddoverlap ul{
padding: 0;
margin: 0;
list-style-type: none;

}

.ddoverlap li{
display: inline;
margin: 0;

}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 110px; /*extra right padding to account for curved right edge of tab image*/
color: #000040;
background: transparent url(img_css/zakl_menu.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;

}

.ddoverlap li a:visited{
color: #000040;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: white;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(img_css/zakl_menuSel.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}






       