@import url("style.css");
@import url("index.css");

body {
	color: #000000;
	background: #ffffff;
	text-align: center; /* kvuli IE */
}

a {
	color: #7F5D00;
	background: transparent;
}
a:hover {
	text-decoration: none;
}







#page {
	position: relative; left: 0px; top: 0px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

#top {
	display: none;
}
	
	
		
/* LEVE MENU */
#menu-left {
	display: none;
}
	
		
		
		
#content-hp , #content {
	clear: both;
	width: 100%;
	margin: 25px 10px;
	padding: 0 0;
	text-align: left;
	background: #ffffff;
}



		
		#content-hp #intro p {
			padding: 0 0 0 0px;
		}
		
		#content-hp blockquote {
			margin: 0 0 0 0;
			padding: 0 0 40px 0px;
			
		}
		
		
#content {
	background: #ffffff;
}
	
		
	#text {
		width: 99%
	}
	
		
	
			
			/* samotny nahled */
			.thumbnail img {
				border: 2px solid silver;
			}

		
		
/* PATICKA */
address , #graphic {
	width: 100%;
	margin: 10px 0 0 0px;
}

#graphic {
	display: none;
}

/* OBSAH CLANKU */
.table-formated {
	border: 1px solid silver;
}
	
	.table-formated th { 
		border: 1px solid black;
	}
	
	.table-formated td {
		border-color: silver;
	}
