@charset "iso-8859-2";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #f6f7f7;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
div.main_frame {
	margin: 0 auto 0 auto;
	width: 990px;
	background: url(../images/main_bg_y.gif) repeat-y center;
}
div.main_header {
	margin: 0 5px 0 5px;
	width:980px;
	height: 150px;
	background: url(../images/main_header.jpg) no-repeat;
}

div.content_frame {
	padding: 20px 5px 30px 5px;
}
div.content {
	float: left;
	width: 700px;
	margin: 0 0 0px 20px;
}
div.side_frame {
	float: right;
	width: 220px;
	margin: 0 10px 0 0;
}

div.footer_frame {
	margin: 0 5px 0 5px;
	border-top: 1px solid #5b91b0;
	background: #b8d8e7 url(../images/footer_bg.jpg) right top no-repeat;
}
div.footer_frame div.info {
	color: #618b9f;
	text-align: center;
	padding: 10px 0 20px 0;
}
div.footer_frame div.info a {
	color: #487286;
	text-decoration: none;
	font-style: italic;
}
div.footer_frame div.info a:hover {
	text-decoration: underline;
}
div.footer_frame div.info h2 {
	font-size: 20px;
	color: #84adc1;

}

div.main_menu {
	float: right;
	padding: 126px 10px 0 0;
}
div.main_menu a {
	text-decoration: none;
	line-height: 24px;
	color: #f07512;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0px 0 0px;
	padding: 1px 5px 1px 5px;
	border-left: 1px dotted #90caf4;
	border-right: 1px dotted #90caf4;
}
div.main_menu a:hover {
	background: #f07512;
	color: #fff;
}

div.side_frame div.galery {
	text-align: center;
}
div.side_frame div.galery img {
	margin: 10px auto 10px auto;
	border: 4px solid #eee;
}


div.content h1 {
	font-size: 22px;
	margin: 4px 0px 4px 0;
	padding: 0 0 0 8px;
	color: #e98402;
	border-left: 8px solid #90caf4;
	line-height: 22px;
}

div.content h3 {
	font-size: 18px;
	color: #2a9bbd;
	padding: 0 0 0 8px;
	border-left: 5px solid #f5b35f;
	line-height: 18px;
}

div.content a {
	color: #378817;
	text-decoration: none;
	font-style: italic;
}
div.content a:hover {
	text-decoration: underline;
}
div.content a.jelentkezem {
	font-style: normal;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	border: 1px solid #eee;
	color: #c94f0c;
	margin: 10px 0 4px 0;
}
div.content a.kerdes {
	display: block;
	font-size: 13px;
	text-align: center;
}



div.content table.galeria {
	width: 90%;
	margin: 0 auto 0 auto;
}
div.content table.galeria td {
	width: 30%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0 10px 0;
}
div.content table.galeria td a {
}
div.content table.galeria td a img {
	border: none;
	padding: 4px;
	border: 1px solid #ccc;
}

div.welcome-chooser {
	position: relative;
	width: 630px;
	height: 370px;
	margin: auto;
	background: url(../images/welcome-chooser.png) no-repeat center top;
}
div.welcome-chooser a.party,
div.welcome-chooser a.other {
	position: absolute;
	display: block;
	width: 315px;
	height: 370px;
	left: 0px;
	top: 0px;
	background: #fff;
	
	filter: alpha(opacity=00);
	-moz-opacity: 0.00;
	opacity: 0.00;
}
div.welcome-chooser a.other {
	left: auto;
	right: 0px;
}
div.welcome-chooser a.party:hover,
div.welcome-chooser a.other:hover {
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}
/* SIDE */
div.side_frame hr {
	height: 0px;
	background: none;
	border: 0px;
	width: 90%;
	margin: 20px auto 20px auto;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
}
div.box {
	margin: 0 0 0px 0;
	padding: 0 10px 0 10px;
}

div.box div.box_title {
	margin: 0 0 6px 0;
	font-size: 18px;
	color: #2a9bbd;
	padding: 1px 0 2px 5px;
	border-left: 5px solid #e0e0e0;
	line-height: 18px;
	text-align: left;
}

div.box div.box_title2 {
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: bold;
	color: #2a9bbd;
	padding: 10px 0 2px 14px;
	/*border-left: 3px solid #e0e0e0;*/
	line-height: 18px;
	text-align: left;
}

div.box.login {
	text-align: center;
}
div.box.login input.text {
	width: 120px;
	margin: 10px auto 0 auto;
	padding: 1px 5px 1px 5px;
	border: 2px solid #78c0e2;
	color: #9e9e9e;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.box.login a.submit {
	margin: 7px auto 0 auto;
	display: block;
	color: #ec9d21;
	text-decoration: none;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.box.login a.submit:hover {
	text-decoration: underline;
}

div.box.reg {
	padding-top: 6px;
	padding-bottom: 4px;
	border: 1px solid #ddd;
	text-align: center;
	background: #f4f4f4;
}
div.box.login input.text {
	width: 120px;
	margin: 10px auto 0 auto;
	padding: 1px 5px 1px 5px;
	border: 2px solid #78c0e2;
	color: #9e9e9e;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.box.reg div {
}
div.box.reg div.label {
	margin: 5px 0 0 0;
	text-align: left;
	color: #555;
	font-style: italic;
}
div.box.reg div.data {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
div.box.reg a {
	margin: 7px auto 0 auto;
	display: block;
	color: #ec9d21;
	text-decoration: none;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.box.reg a:hover {
	text-decoration: underline;
}


div.box.kuponreg {
	text-align: center;
}
div.box.kuponreg p {
	text-align: left;
	margin: 10px 0 0 0;
	color: #777;
}
div.box.kuponreg p b {
	color: #ec6421;
}
div.box.kuponreg input.text {
	width: 120px;
	margin: 10px auto 0 auto;
	padding: 1px 5px 1px 5px;
	border: 2px solid #78c0e2;
	color: #9e9e9e;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.box.kuponreg a {
	margin: 7px auto 0 auto;
	display: block;
	color: #ec9d21;
	text-decoration: none;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.box.kuponreg a:hover {
	text-decoration: underline;
}

div.galery div.box_title {
	margin: 0 0 6px 0;
	font-size: 18px;
	color: #2a9bbd;
	padding: 1px 0 2px 5px;
	border-left: 5px solid #e0e0e0;
	line-height: 18px;
	text-align: left;
}


/******** CONTENT **********/

div.content hr {
	height: 0px;
	background: none;
	border: 0px;
	margin: 6px auto 6px auto;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
}

/* FORUM */
table.forum_temak {
	margin: auto;
}
table.forum_temak td,
table.forum_temak th {
	padding: 2px 5px 2px 5px;
	text-align: left;
}
table.forum_temak th {
	border-bottom: 1px solid #ddd;
}
table.forum_temak td {
	border-bottom: 1px solid #eee;
}
table.forum_temak td.hsz_db,
table.forum_temak td.date {
	text-align: center;
}

table.forum_hsz {
	width: 90%;
	margin: 10px auto 10px auto;
}
table.forum_hsz td {
	padding: 1px 5px 1px 5px;
}
table.forum_hsz td.name,
table.forum_hsz td.date {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
}
table.forum_hsz td.name {
	font-weight: bold;
	width: 50%;
}
table.forum_hsz td.date {
	font-style: italic;
	text-align: right;
	color: #555;
}
table.forum_hsz td.text {
	border-bottom: 1px solid #eee;
}

/* REGISZTRACIO */
table.reg_1 {
	width: 90%;
	margin: 0 auto 0 auto;
}
table.reg_1 td {
}
table.reg_1 td.img {
	text-align: right;
}
table.reg_1 td.txt {
	text-align: left;
}
table.reg_1 td a img {
	border: 0px;
}

table.reg_2 {
	width: 90%;
	margin: 0 auto 0 auto;
}
table.reg_2 td {
	padding: 6px 5px 6px 5px;
}
table.reg_2 td.txt {
	width: 30%;
	text-align: right;
	color: #0D7A8E;
}
table.reg_2 td span.csill {
	color: #F00;
}
table.reg_2 td.inp {
	width: 70%;
	text-align: left;
}


/**********************/
tr.v1 {
 text-align: left;
 background-color: #2A9BBD;
 vertical-align: middle;
 font-weight: bold;
}

tr.v2 {
 background-color: #198AAC;
 text-align: left;
 font-weight: normal;
 vertical-align: text-top;
 color: #ffffff;
 font-family: tahoma, times;
 font-size: 11px;
}

tr.v3 {
 text-align: left;
 background-color: #4CBDDF;
}
