/* IMPORT SDILENYCH NASTAVENI ========================== */
@import url("/css/default.css");
/* ===================================================== */
body {
	background-color: #f2e9ca;
}
/* center ---------------------------------------------- */
table.layout td.center {
	text-align: center;
}
table.layout td.center div.content h3 {
	color: #14593c;
	font-family: serif; font-size: 25px;
}
/* tabulka s fotkama */
table.layout td.center div.content table.foto {
	margin: 0 auto 0 auto;
}
table.layout td.center div.content table.foto td {
	padding: 2px;
}
table.layout td.center div.content table.foto td a {
	border: 2px solid #f2e9ca;
	display: block;
}
table.layout td.center div.content table.foto td a:hover {
	border-color: #013300;
}
