@CHARSET "UTF-8";

/* hide from ie on mac \*/

#flashcontent {
	height: 100%;
}
/* end hide */


html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Verdana;
	color: #ffff05;
	background-color: #000030;
	background-image: url(../img_css/bckg01.jpg);
	background-repeat: repeat-y; 
	background-position: top center;
}

#top {
	width: 940px;
	margin: 0 auto;
	background-color: #000030;

}

#NAGLOWEK {
	background-color: #000030;
	font-size: 12px;
	overflow: auto;
	width: 100%;
	height: 180px;
	
	
}

#TRESC
	{
		background-color: #000030;
		min-height: 480px;
		width: 900px;
		padding: 20px;
	}





#STOPKA {
	clear: both;
	width: 100%;
	background-image: url(../img_css/lineFooter.jpg);
	background-repeat: repeat-x;
	text-align: right;
	color: #ffff05;
	font-size: 12px;
		
}

.menu {
	width: 940px; 
	height: 32px; 
	background-image: url(../img_css/menu_bckg.jpg);
	text-align: center;
	
	
	
	}


.tekst {
	
	font-family: Verdana;	
    font-size: 10pt;	
    font-weight: normal;
	
	
	}

a
{
	cursor: pointer;
	color: #ffff05;   
    text-decoration: none;
    text-align: center;  
    border: none;
}
a:hover
{
	cursor: pointer;
	color: #888;   
   
}

img {
		border: none;
	}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	float: left;
	padding:  0 0 0 150px  ;
	
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	display: block;
	background: url("../img_css/menu_btn.jpg") repeat-x center;
	padding: 8px 40px;
	border-right: 1px solid #000030;
	border-left: 1px solid #000030;
	font-family: Verdana;	
    font-size: 9pt;	
    font-weight: normal; 
    color: white;	                                               
    text-align: left;                             
    text-decoration: none; 
                       
}




ul a:hover {
	background-image: url("../img_css/menu_over.jpg");
	color: navy;
}





a.linkStopka
{
	cursor: pointer;
	color: #ffff05;   
    text-decoration: none;
    text-align: center;  
}
a.linkStopka:hover
{
	
	cursor: pointer;
	color: #ffff05;   
    text-decoration: underline;
   
}


.Category
	{
		background-image: url(../img_css/lineFooter.jpg);
		color: #ffff05;
	
	}

.titleText
	{
		font: 14px Verdana, sans-serif;
		color: white;
		font-weight: bold;
	}       
