﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-align: justify;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: square;
	margin-left: 60px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


  /* CSS layout */
.bodyBackground {
	margin: 0;
	padding: 0;
	background-color: #89CADA;
}
#wrapper {
	border: 2px solid #D4D4D6;
	border-radius: 10px;
	background-color: #51596C;
	margin: 5px auto 5px auto;
	width: 1000px;
}
#mastHeader {
	border-bottom: 2px solid #D4D4D6;
	border-radius: 10px 10px 0px 0px;
	background-color: #51596C;
	overflow: auto;
}
#topNav {
	background-color: #51596C;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 2px solid #D4D4D6;
}
#contentWrapper {
	background-color: #51596C;
	position: relative;
	top: 0px;
	left: 0px;
}
#leftCol {
	float:left;
	width: 250px;
	background-color: #51596C;
	margin-left: 2px;
	margin-top:5px;
}
#pageContent {
	float: right;
	width: 726px;
	border-left: 2px solid #D4D4D6;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0,8em;
	text-align: justify;
	color: #51596C;
}
#tartalom {
	background-color: #FFFFFF;
	padding: 10px;
}
#footer {
	text-align: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	clear: both;
	background-color: #51596C;
	border-top: 2px solid #D4D4D6;
	padding: 0px;
	overflow: auto;
	width: 1000px;
}
img {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
#dropDownMenu {
	margin-top: 5px;
	z-index: 10;
	background-color: #51596C;
	position:relative;
}
#dropDownMenu ul {
	padding: 0px;
	margin: 0px;
	height: 25px;
}
#dropDownMenu ul li {
	display: inline;
	width: 160px;
	float: right;
	height: 25px;
}
#dropDownMenu ul li:hover ul {
	visibility: visible;
}
#dropDownMenu ul li a {
	font-family: "Monotype Corsiva";
	font-size: 22px;
	color: #F0AD00;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	display: block;
	padding-left: 8px;
	text-transform: none;
	text-align: center;
	font-size: 16px;
}
#dropDownMenu ul li a:hover {
}
#dropDownMenu ul li ul {
	visibility: hidden;
}
#dropDownMenu ul li ul li {
	height: auto;
	width: 180px;
}
#dropDownMenu ul li ul li a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #51596C;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	text-transform: none;
	vertical-align: middle;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 20px;
}
#dropDownMenu ul li ul li a:hover {
	background-color: #CFE9F0;
	color: #51596C;
}
#vertMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px 5px 10px;
}
#vertMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#vertMenu ul li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	display: block;
	border-bottom-color: #FFFFFF;
}
#vertMenu ul li a:hover {
	background-color: #CFE9F0;
	color: #51596C;
}
#leftCol h1 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 30px;
	font-style: italic;
	font-family: Garamond;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #F0AD00;
	margin-left: 5px;
}
#leftCol p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer h1 {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
#pageContent h1 {
	font-family: "Monotype Corsiva";
	font-size: 44px;
	color: #F0AD00;
	line-height: 30px;
	border-color: #51596C;
	border-bottom-style: double;
	border-bottom-width: 1px;
	padding-left: 5px;
	padding-bottom: 15px;
	font-style: italic;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-top: 15px;
}
#fejlec {
	padding: 5px;
	background-image: url('../03_Header/headerImages/header21_v2021_final.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#footer a {
	color: #F0AD00;
}
#pageContent h2 {
	font-size: 40px;
	color: #51596C;
	font-family: "Monotype Corsiva";
	margin-bottom: 15px;
	margin-top: 10px;
}
#pageContent h3 {
	color: #51596C;
	font-size: 28px;
	font-style: italic;
	font-family: "Monotype Corsiva";
}
#pageContent h4 {
	font-size: 22px;
	font-family: "Monotype Corsiva";
}
#pageContent blockquote {
	text-align: right;
	font-style: italic;
}
#pageContent #tartalom table {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
#pageContent #tartalom th {
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: top;
}
#pageContent #tartalom td {
	vertical-align: top;
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#pageContent #tartalom #aktualitasok a {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}
#pageContent #tartalom #aktualitasok {
	overflow: visible;
	height: 25px;
	text-decoration: blink;
	background-color: #DDEEFF;
}
#pageContent #tartalom ul li {
}
#pageContent #tartalom ul li a {
	text-decoration: none;
	color: #51596C;
	font-weight: bold;	
}
#pageContent #tartalom ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 50px;
	font-size: 100%;
}
.borderTopBottom {
	border-bottom-style: solid;
	border-bottom-color: #51596C;
	border-width: 0px 0px 1px 0px;
}
.imgPosition {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.imgErem {
	margin: 5px;
	float: none;
}

.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
}

.imgConference {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
}

#pageContent #tdk {
	background-color: #C4DDE3;
	color: #595F6E;
	border: 1px solid #595F6E;
	width: 301px;
	height: auto;
	float: right;
	margin: 5px 5px 5px 15px;
	display: block;
	padding: 10px;
}
#pageContent #tdk ul li {
	margin-left: -30px;
}
#pageContent #tdk ul li a {
	color: #0099FF;
	text-decoration: underline;
	font-weight: normal;
}

