/*----------------dokumenty k zajezdu--------------------*/	
#dokumenty{
		margin-bottom: 10px;
}
#dokumenty ul{
		list-style: none;
		margin-left:0px;
		width:192px;
		margin-bottom:5px;
		padding-bottom:1px;		
	}
#dokumenty li{
		background-color: #B3D76A;
		padding:3px 2px 3px 5px;
		color: black;
		font-weight: normal;
		display:block;
		width:185px;
		text-decoration: none;		
		margin-top: 1px;
	}
#dokumenty li.main{
		background-color: #337B25;
		padding:2px 1px 1px 5px;
		color: white;
		font-weight: bold;
		font-size:1em;
		display:block;
		width:186px;
		margin-bottom: 0px;		
	}
#dokumenty li a{
		color: #006400;
		font-weight:bold;
		text-decoration:none;
	}
#dokumenty li a:hover{
		color: #0000CD;
		text-decoration:underline;
	}
