@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color: #666666;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(Images/BG_PATTERN.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.negativelink {
	color: #FFFFFF;
	text-decoration: none;
}
a.negativelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.negativelink:hover {
	color: #000000;
	text-decoration: none;
}
a.buttonlink {
}
a.buttonlink:visited {
}
a.buttonlink:hover {
	background-color: #ADD587;
	display: block;
	height: 21px;
}
hr {
	width: 450px;
	border-top-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -13px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ADD587;
	height: 1px;
}
p {
	line-height: 120%;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@font-face{
font-family:'MyriadPro';
src: url('Fonts/MyriadPro-Regular.otf') format('opentype');
}
h1 {
	font-size: 34px;
	color: #add587;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #add587;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	color: #929497;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
h4 {
	font-size: 20px;
	color: #FFFFFF;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
h5 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
}

/* Modified by Katona Endre on 09.09.2009 */

.h6 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	color: #939598;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}

/* -------------------------------------- */


.BannerBG {
	background-image: url(Images/Banner_BG.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.LOGO {
	margin-top: 73px;
}
.WELCOME {
	margin-left: 257px;
	width: 450px;
	margin-top: -13px;
	padding-right: 13px;
	padding-left: 13px;
}

/*Top Menu*/
#topmenu {
	display				: block;
	list-style			: none;
	margin-top: 210px;
	height: 95px;
	width: 701px;
	padding: 0px;
	margin-left: 8px;
}

#topmenu li {
	display				: inline;
}

#topmenu a {
	display				: block;
	float				: left;
	text-decoration		: none;
	text-align			: center;
	font-size			: 12px;
	line-height			: normal;
	vertical-align		: bottom;
	text-transform: uppercase;
	background-color: #C7C8CA;
	margin: 0px;
	height: 95px;
	padding: 0px;
}

#topmenu a, #topmenu a:visited, #topmenu a:active  {
	color				: #CCCCCC;
	border-left-width: 2px;
	border-left-color: #C7C8CA;
	border-left-style: solid;
	background-color: #FFFFFF;
}

#topmenu .active a, #topmenu .active a:visited, #topmenu .active a:active
{
	background-color: #818386;
}

#topmenu a:hover {
	background-color: #add587;
}
#topmenu  .selected  
{
	background-color:#939598;
}
.topmenu_pic {
padding-bottom: 5px;
border:0px;
}
.BOX_INDEXACTUALCONTENT {
	background-color: #add587;
	width: 450px;
	margin-left: 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.INDEXACTUALCONTENT_PIC {
	float: left;
	/*height: 100%;
	width: 150px;*/
	display: block;
	margin-right: 10px;
}
.INDEXACTUALCONTENT_SPONSOR {
	background-color: #FFFFFF;
	text-align: center;
}
.INDEXACTUALCONTENT_TEXT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
}
.INDEXACTUALCONTEXT_TITLE {
	padding-top: 10px;
	padding-right: 10px;
}
/*Top Menu*/

.BOX_INDEXCONTENT {
	background-color: #FFFFFF;
	width: 450px;
	margin-left: 10px;
}
.INDEXCONTENT_TEXT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #929497;
	color: #7B7D80;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.BOX_NEWS {
	background-color: #939598;
	width: 240px;
	margin-left: 10px;
}
.NEWS_TEXT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 13px;
	margin-left: 13px;
}
.NEWS_LINK {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 13px;
	margin-left: 13px;
}
.NEWS_TITLE {
	width: 100%;
	margin: 0px;
	padding-top: 13px;
}
.BOX_LEFTMENU {
	background-color: #FFFFFF;
	height: 500px;
	width: 215px;
	margin-right: 17px;
	margin-left: 17px;
}
.LEFTMENU_01_Newsletter-TEXT {
	padding-left: 13px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Form_TEXTBOX {
	width: 201px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 18px;
	border: 1px solid #939598;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 120%;
	color: #999999;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
}

/* Modified by Katona Endre on 09.09.2009 */

.Form_Reg_TEXTBOX {
	width: 140px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 18px;
	border: 1px solid #939598;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 120%;
	color: #999999;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
}

/* -------------------------------------- */

/* Modified by Katona Endre on 21.09.2009 */

.form {padding:0px;margin:0px;background-color:#EDECDC;} 
.form li {width:190px;margin:3px;padding:5px 5px 5px 30px;list-style:none;position:relative;}
*html .form li {left:-15px;}
.form li img {position:absolute;left:5px;}
.form .error {border:1px solid #A90000;padding:4px 4px 4px 29px;background-color:#F8E5E5;}
.form .success {border:1px solid #74F019;padding:4px 4px 4px 29px;background-color:#DEF8CA;}
.form .selected {border:1px solid #1AA8E1;padding:4px 4px 4px 29px;background-color:#8DD8F7;}
#login_table .pad {padding:15px;}
.form input.login {padding:2px 7px;width:auto;}
.form input {width:180px;}

/* -------------------------------------- */

.Form_TEXTAREA {
	width: 201px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100px;
	border: 1px solid #939598;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 120%;
	color: #999999;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
}
.LEFTMENU_TITLE {
	width: 100%;
	margin: 0px;
	padding-top: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939598;
	padding-bottom: 5px;
}
.LEFTMENU_02_Daily_Info-TEXT {
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.LEFTMENU_02_Daily_Info {
	margin: 0px;
}
.LEFTMENU_03_Vote_Box {
	margin-top: 15px;
}
.LEFTMENU_03_Vote_Box-TEXT {
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.VoteBox_RADIOBUTTON {
	margin: 0px;
	padding: 0px;
}
.FOOTER_LINK {
	font-size: 14px;
	width: 688px;
	margin-left: 10px;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #939598;
	border-bottom-color: #939598;
	text-transform: uppercase;
	padding-top: 10px;
	margin-top: 21px;
	color: #999999;
	padding-left: 12px;
}
.FOOTER_TEXT {
	margin-left: 10px;
	margin-top: 10px;
	color: #CCCCCC;
	padding-left: 12px;
}
.FOOTER_RESOURCES {
	padding-top: 10px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E9093;
	margin-top: 10px;
	margin-left: 10px;
	color: #CCCCCC;
}
a.Footer_Resources {
	margin-right: 5px;
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 100%;
	width: 180px;
	text-align: left;
	margin-top: 5px;
}
a.Footer_Resources:visited {
	margin-right: 5px;
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 100%;
	width: 180px;
	text-align: left;
	margin-top: 5px;
}
a.Footer_Resources:hover {
	margin-right: 5px;
	display: block;
	text-decoration: none;
	color: #999999;
	line-height: 100%;
	width: 180px;
	text-align: left;
	margin-top: 5px;
}
#iewarning {
	left: 50%;
	top: 0px;
	text-align: center;
	position: absolute;
	margin-left: -220px;
}
.FOOTER {
	background-image: url(Images/Footer_BG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F5F5F5;
}
.FOOTER_LOGO {
	margin-top: 20px;
	margin-right: 17px;
	margin-left: 18px;
}
.BOX_PICGALLERY {
	background-color: #add587;
	width: 240px;
	margin-left: 10px;
	margin-top: 20px;
}
.PICGALLERY_TEXT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 13px;
	margin-left: 13px;
	text-align: center;
}
.PICGALLERY_PIC {
	height: 130px;
	width: 204px;
	display: block;
	overflow: hidden;
	border: 5px solid #FFFFFF;
	margin-bottom: 15px;
}
.BMDSZ_2SZAZALEK {
	position: absolute;
	height: 210px;
	width: 240px;
	top: 0px;
	display: block;
	left: 67.5%;
}
