/*----------------prihlaseni--------------------*/	
#informace, 
.informace{
	margin-top: 10px;
}
#informace ul, 
.informace ul{
		margin-right:5px;
		list-style: none;
		width:192px;
		margin-bottom:5px;
		padding-bottom:1px;	
		background-color: #FAFAD2;
	}

#informace li, 
.informace li{
		margin-top: 1px;
	}
#informace li.main, 
.informace li.main{
				background-image: url(/strpix/pozadi_pdf.gif);
				background-position: top;
				background-repeat: repeat-x;
				
		background-color: #F4AF0B;
		padding:2px 1px 1px 5px;
		color: black;
		font-weight: bold;
		font-size:1em;
		display:block;
		width:186px;
		margin-bottom: 0px;
	}
#informace li a,
#informace li form,
.informace li a,
.informace li form{
		background-color: #FFF097;
		padding:3px 2px 3px 5px;
		color: black;
		font-size:0.9em;
		display:block;
		width:185px;
		text-decoration: none;		
		margin-top: 1px;
	}
#informace li a,
.informace li a{
		font-weight:bold;
	}
#informace li a:hover,
.informace li a:hover{
		background-color: #FF4500;
	}	
#informace li.nohref,
.informace li.nohref{
		background-color: #FFF097;
		padding:3px 2px 3px 5px;
		color: black;
		font-size:0.9em;
		font-weight: normal;
		display:block;
		width:185px;
		text-decoration: none;		
		margin-top: 1px;
	}

	
/*----------------zamereni lazni, lyz stredisko--------------------*/	

.informace_lazne{
	margin-top: 10px;
}

.informace_lazne ul{
		margin-right:5px;
		list-style: none;
		width:192px;
		margin-bottom:5px;
		padding-bottom:1px;	
		background-color: #DCDCDC;/*barva pozadí pod celou tabulkou*/
	}

 
.informace_lazne li{
		margin-top: 1px;
	}

.informace_lazne li.main{
			
		background-color: #739FEE;/*pozadí nadpisu*/
		padding:2px 1px 1px 5px;
		color: black;/*text*/
		font-weight: bold;
		font-size:1em;
		display:block;
		width:186px;
		margin-bottom: 0px;
	}


.informace_lazne li a{
		font-weight:bold;
	}

.informace_lazne li a:hover{
		background-color: #FF4500;
	}	
	

.informace_lazne li.nohref{
		background-color: #FFF097;/*pozadí řádků*/
		padding:3px 2px 3px 5px;
		color: black;
		font-size:0.9em;
		font-weight: normal;
		display:block;
		width:185px;
		text-decoration: none;		
		margin-top: 1px;
	}
	
