#header, #navigation, .images, .image, .map, #szekler_gate
{
	display: none;
}

@page
{
	margin: 2cm;  
}

body
{
	font-family: "Times New Roman", serif;
	font-size: 13px;
}

h2
{
	font-family: "Georgia", serif;
	font-size: 25px;
	margin-bottom: 15px;
}

h3
{
	border-bottom: 1px solid black;
	font-family: "Georgia", serif;
	font-size: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
	page-break-after: avoid;
}

#content p
{
	line-height: 130%;
	margin-bottom: 10px;
	text-align: justify;
}

a
{
	color: inherit;
	text-decoration: none;
}

.title, .place, .name
{
	font-style: italic;
}

ul
{
	padding-left: 30px;
	margin-bottom: 10px;
}

ul li
{
	list-style-type: circle;
}

ol
{
	padding-left: 37px;
	margin-bottom: 10px;
}

ol li
{
	list-style-type: decimal;
}

strong
{
	font-weight: bold;
}

table
{
	border: 1px solid black;
	margin-bottom: 10px;
}

table caption
{
	text-align: center;
	margin-bottom: 5px;
}

th, td
{
	border: 1px solid black;
	padding: 1px;
	text-align: center;
}

dl
{
	margin-bottom: 10px;
}

dt
{
	float: left;
	font-weight: bold;
	margin-right: 0.5em;
}

dt:after
{
	content: ":";
}

.counter
{
	color: gray;
	margin-right: 10px;
}

.distance
{
	color: white;
	background-color: #a0a0a0;
	font-weight: bold;
	padding: 2px;
}

#copyright
{
	color: gray;
	font-size: 11px;
	padding: 20px;
	padding-top: 50px;
	text-align: center;
}

