
/*======================== zakladni layout ================================================================*/

div.layout { 
	text-align: justify; 
	font-family: Times New Roman;
} 


div.layout_menu {
	display: none;
}



div.layout_content {
	font-size: 12px;
}

div.content_heading h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}


div.layout_footer_father { 
	display: none;
} 
 
/*============================== vseobecne deklarace ==========================================================*/

h1 {
	font-family: Arial;
}

a {
	text-decoration: underlink;
	color: black;
}

p {
	font-size: 15px;
	text-align: justify;
	line-height: 140%;
	padding: 8px; 
}
table.table {
	border: 1px solid black;
	
}
