#rotator{
	display: none;
}
#menu ul li.menu_item{
	display: none;
}
div#clear{
	clear: both;
}
#footer{
	display: none;
}

/*
 * content
 */
 h2{
	text-decoration: underline;
 }
 
 p{
 	text-align: justify;
 }
 
 a{
 	color: Black;
	text-decoration: underline;
 }
 
 img.right{
 	float: right;
	margin: 8px;	
 }
 img.left{
 	float: left;
	margin: 8px;	
 }
 a img{
 	border-color: #488ba5;
 }
 
 ul{
 	list-style: circle;
 }
 
 table.cenik, table.cenik_zima, table.cenik_leto, table.cenik_mimo, table.cenik_silvestr,
 table.cenik_ostatni {
	width: 750px;	
 }
 table.cenik td, table.cenik_zima td, table.cenik_leto td, table.cenik_mimo td,
 table.cenik_silvestr td, table.cenik_ostatni td {
	text-align: center;
 }
 table.cenik_zima th.top{
 	background-color: #7498bf;
	text-align: center;
 }
 table.cenik_zima th{
 	background-color: #c5d2e3;
 }
 table.cenik_leto th.top{
 	background-color: #ec9384;
	text-align: center;
 }
 table.cenik_leto th{
 	background-color: #ecbbaf;
 }
  table.cenik_mimo th.top{
 	background-color: #62bd19;
	text-align: center;	
 }
 table.cenik_mimo th{
 	background-color: #bce18d;
 }
  table.cenik_silvestr th.top{
 	background-color: #a674cd;
	text-align: center;	
 }
 table.cenik_silvestr th{
 	background-color: #d7c4e7;
 }
 table.cenik_ostatni th.top{
 	background-color: #d7e300;
	text-align: center;	
 }
 table.cenik_ostatni th{
 	background-color: #e5e96e;
 }
 table.cenik th.top{
 	background-color: #a9a9ab;
	text-align: center;	
 }
 table.cenik th{
 	background-color: #cccccc;
 }
 table.cenik td{
	text-align: center;
 }
 fieldset{
 	width: 400px;
	background-color: #e8ebdc;
 }