html
{
	background: url('../images/style/background.png');
}

#header
{
	background: url('../images/style/header.png') repeat-x;
	color: white;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 1;
}

#header div
{
	background: url('../images/style/tricolor.png') no-repeat right;
	height: 150px;
}

h1
{
	font-size: 30px;
	font-family: "Times New Roman", serif;
	padding-top: 50px;
}

h1 a
{
	color: white;
	text-decoration: none;
}

#header p
{
	font-family: "Arial", sans-serif;
	font-size: 15px;
}

#container
{
	background: url('../images/style/canvas.png') repeat-y right;
	margin: auto;
	margin-top: -150px;
	padding-top: 185px;
	width: 900px;
}

#navigation
{
	background-color: white;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
	float: right;
	margin-bottom: 50px !important;
	margin-left: 15px;
	margin-right: 50px;
	padding-left: 15px;
	width: 270px;
}

#navigation ul
{
	padding-left: 20px;
}

#navigation > li
{
	color: #909070;
	font-family: "Georgia", serif;
	font-size: 15px;
	font-style: italic;
}

#navigation a
{
	color: black;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}

#navigation li
{
	list-style-type: none;
	margin-bottom: 9px;
	margin-top: 9px;
}

#navigation a.current_page
{
	text-decoration: underline;
}

#content
{
	font-family: "Arial", sans-serif;
	font-size: 13px;
	padding-left: 30px;
	padding-right: 50px;
}

#welcome
{
	background-color: #e6e5d1;
	margin-right: 301px;
	padding: 10px 15px 10px 15px;
}

#szekler_gate
{
	text-align: center;
}

#szekler_gate img
{
	border: none !important;
}

h2
{
	font-family: "Georgia", serif;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 20px;
}

h3
{
	border-bottom: 1px solid black;
	clear: left;
	font-family: "Georgia", serif;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 10px;
	padding-top: 25px;
}

h3 a {
	text-decoration: none;
}

.last_day
{
	margin-bottom: 35px;
}

h4 {
	font-family: "Georgia", serif;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 7px;
	padding-top: 10px;
}

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

.image
{
	border: 1px solid black;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
}

.image, .image img
{
	line-height: 70%;
}

.image a
{
	line-height: 0%;
}

img
{
	border: 1px solid black;
}

.caption
{
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
}

#strict_family
{
	overflow: hidden;
}

#wider_family
{
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

#wider_family .image
{
	height: 125px;
	margin-top: 0px;
}

.left
{
	margin-right: 10px;
}

.right
{
	float: right;
	margin-left: 10px;
}

.left, .right
{
	margin-bottom: 0px;
}

.after_left
{
	clear: none;
}

ul.language
{
	width: 485px;
}

p, .images, dl
{
	clear: left;
}

.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;
}

.map
{
	margin-bottom: 10px;
}

#footer
{
	clear: both;
}

#copyright
{
	color: gray;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
	padding: 20px;
	padding-top: 50px;
	text-align: center;
}

#faces
{
	margin: auto;
	padding-right: 270px;
	width: 300px;
}

#faces p
{
	float: left;
	text-align: center;
}

#faces p:first-child
{
	float: right;
}

