html, body, h1, h2, h3, h4, h5, h6, div, span, p, a, img, em, strong, b, i, font, table, tr, th, td, ul, ol, li, dl, dd, dt, form, select, input, textarea {
	font: inherit;
	color: White;
	background: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
}

html, body {
	background-color: #A52A2A;
	background-image: url(../images/background.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
	height: 99%;
	width: 100%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
}


/* MENÜ */

.menu {
	text-align: right;
	float: left;
	margin-left: 3px;
	}
.menu li {
	list-style-type: none;
	padding-bottom: 3px;
	}
.menu a {
	color: #FFFACD;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
	display: block;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 7px;
	padding: 1px 5px 5px 5px;
	background-image: url(../images/menu_background.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.menu a:active {
	color: Black;
	border-right-color: #EBD587;
}
.menu a:hover {
	color: Yellow;
	border-right-color: #EBD587;
	background-image: url(../images/menu_background_hover.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}


/* FEJLÉC */

.fejlec {
	background-image: url(../images/logo_nev.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 9px;
	letter-spacing: 1px;
	padding: 0 0 0 220px;
	margin-left: 5px;
	margin-top: 5px;
	height: 80px;
	text-align: left;
}
.fejlec p {
	display: block;
	padding-top: 10px;
}
.fejlec strong {
	font-size: 11px;
}
.fejlec a {
	text-decoration: underline;
}
.fejlec a:hover {
	color: #EBD587;
}
.fejlec p, .fejlec a, .fejlec em, .fejlec strong {
	color: #F5F5DC;
}


/* menu & szovegablak kerete */

.keret {
	margin-top: 10px;
}


/* SZÖVEGEK HELYE */

.szovegablak {
	margin-left: 185px;
	text-align: left;
	width: 565px;
}

.szovegablak a {
	text-decoration: underline;
}


/* ALAPÉRTELMEZÉSEK */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-size: 180%;
	font-weight: bold;
}
h2 {
	font-size: 160%;
	font-weight: bold;
}
h3 {
	font-size: 160%;
	font-weight: bold;
	background-color: #7A2121;
	display: inline;
	padding: 4px;
	color: #FFFACD;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	vertical-align: top;
	padding-top: 1em;
	padding-bottom: 2em;
}
h5 {
	font-size: 130%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
h5 li {
	width: 75%;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
}
h5 span {
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

.hide {
	display: none;
}

p {
	font-size: 130%;
}
p.just {
	text-align: justify;
}

p.ref {
	font-size: 130%;
	line-height: 170%;
}

.behuz {
	float: left;
	margin-right: 15px;
}

.clear {
	clear: both;
}

.photo a {
	border: 0;
	margin: 2px;
	display: block;
	float: left;
}
.photo a:hover {
	border: 2px solid #FF8C00;
	margin: 0;
}


