@charset "utf-8";
/* CSS Document */

html, body {
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#top {
	width: 1000px;
	background-image:url(tlo.gif);
	background-repeat:no-repeat;
	height:auto;
}

#NAGLOWEK {
		background:none;
		height:110px
}

#MENU {
	width: 160px;
	float: left;
	overflow: hidden;
	background: none;
	margin-right:20px;
}

#INFORMACJE {
	width: 160px;
	float: right;
	overflow: hidden;
	margin-left:20px;
}

#TRESC {
	width: 640px;
	float: left;
	overflow: hidden;
	background:none;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #888;
}


/*<----------------menu poziome----------------*/


.menuA {
	position: relative;
	float:left;
	width: 1004px;
	height: 30px;
	background-image:url(menu_poziom.gif);
	background-repeat:repeat-x;
	margin-top:25px;
}

.menuA dl {
	
	width: 167px;
	margin: 0;
	padding: 0;
	float:left;
}

.menuA dt {
	margin: 0;
	padding: 4px 5px;
	cursor: pointer;
	font-weight: bolder;
	font-family:"Microsoft Sans Serif";
	font-size:13px;
	text-align: center;
	height: 17px;
}


.menuA dt:hover {
	text-decoration:underline;
	font-weight: bolder;
}


.menuA dd {
	visibility:visible;
	margin: 0;
	padding: 2px 5px;
	background-color: #8EB548;
	color: #FFFFFF;
	text-align:left;
	border-bottom:1px solid #333333;
	height:15px;
}

.menuA dd a, dt a {

	text-decoration:none;
	color:#FFFFFF;
	text-align:left;
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	font-weight:bolder;
		
	
}


.menuA dd:hover {
	background-color: #274A09; 
	}
	
.menuA a:hover {
text-decoration:underline; 
	}
	
#linki{
	width:1000px;
	height:auto;
	margin:auto;
	text-align:center;
	font-size:9px;
	text-decoration:none;
}
#linki a:link{
	color:#000000;
	text-decoration:none;
}
#linki a:active{
	color:#000000;
	text-decoration:none;
}
#linki a:visited{
	color:#000000;
	text-decoration:none;
}
#linki a:hover{
	color:#000000;
	text-decoration:none;
}

/*---------------------------obramowanie----------*/

#ramka {
border-bottom:dotted; 
border-width: thin;

}

/*<---------ramka----------------*/


#adam {float:left;
	padding: 2px;
	}

#adam2{float:left;
		padding: 0 1px 0 0;
		}
		
		
/*<--------------------------pion------------>*/


 ul#adam3 { 
	width: 160px;
	background-repeat:no-repeat;
	font-family:"Microsoft Sans Serif";
	font-size:13px;
	font-weight:lighter;
	font-variant: normal;
	text-align:left;
	
	
	
	}
	
	


	
	
 #adam3,  #adam3 li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Microsoft Sans Serif";
	font-size:13px;
}

#adam3 li{
	border-bottom: 1px  dotted #333333;
}

#adam3 a:link  , #adam3 a:visited  {
	display: block;
	width: 154px;
	text-decoration: none;
	padding: 3px;
	font-weight: normal;
	/*background-color: #6C6C00;*/
	color: #000000;	
}

#adam3 a:hover {
	width: 154px;
	background-color: #99CC00;
	color: #fff;
}	
	
