/*RESET
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
html, body { 
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainWrapper {
	width: 100%;
}
#mainWrap {
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}
#left {
	width: 170px;
	background-color: #558ed5;
	float: left;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
#mainMenu {
	font-size: 16px;
	margin-top: 304px;
}
#mainMenu ul {
	display: block;
	padding: 0px;
}
#mainMenu ul li {
	width: 170px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainMenu ul li.cur {
	background-color: #ffffff;
	color: #558ed5;
}
#mainMenu a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 3px;
}
#mainMenu a.cura {
	color: #558ed5;
}
#middle {
	width: 763px;
	float: left;	
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
#content {
	margin: 20px;
	line-height: 1.5em;
	text-align:justify;
}
#content h1 {
	font-size: 24px;
}

#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 20px;
	text-align: center;
}
#content a {
	text-decoration: none;
	color: #558ed5;
}

#right {
	width: 140px;
	background-color: #558ed5;
	float: left;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
#right h1 {
	font-size: 18px;
}
#right a {
	text-decoration: none;
	color: #ffffff;
}
.bold {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.tars {
	display: block;
	margin-top: 20px;
}
.helyszin {
	display: block;
	margin-top: 60px;
	margin-bottom: 30px;
}
.kapcsolat {
	display: block;
	margin-top: 30px;
}
#footer {
	background-color: #c6d9f1;
	height: 271px;
	width: 1103px;
	clear: both;
}
#footer img {	
	display: block;
	margin: 0 auto;
}
#content table .col1 {
	width: 100px;
}
#content table .wide {
	height: 50px;
}
#content table .gray {
	background-color: #CCC;
}
#content table .cim {
	text-transform: capitalize;
}
#content table .eloado {
	padding-left: 20px;
}
#content table {
	border: none;	
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	width: 700px;
}
#content table th {
	background-color: #c6d9f1;;
}
#content table th,
#content table td,
#content table tr {
	padding: 2px;
}