/* általános leírások*/
body {
	background-color: #ffffff;
	font-family: Tahoma, Helvetica, Arial;
	color: #666666;
	font-size: 13px;
}


a:link {
	text-decoration: underline;
	color: #dc2e27;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #dc2e27;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #dc2e27;
}
a:active {
	text-decoration: underline;
	color: #C0C014;
}
.leftAnim {
	width: 364px;
	height: 680px;
	position: absolute;
	left: 50%;
	margin-left: -501px;
	top: 0px;
	background-image: url(../_images/site/flash_bg.jpg);
	display:block;
	}
.sideMenu {
	position: absolute;
	width: 56px;
	top: 228px;
	left: 50%;
	margin-left: 425px;
	background-color: #EE1C25;
}
.sideMenu .imgContainer {
	margin:0px;
	padding: 0px;
	left: 0px;
	border-width: 0px;
	position: relative;
	font-size:0px;
}
.sideMenu #1 {
	height:10px;
}
.sideMenu #2 {
	height:147px;
}
.sideMenu #3 {
	height:110px;
	width: 20px;
}
.sideMenu #4 {
	height:80px;
}
.sideMenu #5 {
}

.sideMenu #div {
	height:2px;
	
}

.site {
	position: absolute;
	top: 0px;
	width: 758px;
	height: auto;
	left: 50%;
	margin-left: -245px;
}
.site .header {
	background-image: url(../_images/site/bkd_top.png);
	height: 76px;
	position: absolute;
	top: 0px;
	width: 758px;
	background-repeat: no-repeat;
}
.site .stage {
	top: 76px;
	width: 618px;
	position: absolute;
	left: 70px;
	height: auto;
}
.site .stage .container {
	top: 0px;
	width: 618px;
	position: relative;
	left: 0px;
}

.site .stage .container .left {
	width: 37px;
	height: 358px;
	background-image: url(../_images/site/bkd_left.png);
	background-repeat: no-repeat;
	vertical-align:top;
	display: table-cell;
}
.site .stage .container .right {
	width: 26px;
	height: 358px;
	background-image: url(../_images/site/bkd_right.png);
	background-repeat: no-repeat;
	vertical-align:top;
	display: table-cell;
}
.site .stage .container .leftRepeat {
	width: 37px;
	background-image: url(../_images/site/bkd_left_rep.jpg);
	background-repeat: repeat-y;
	height:auto;
	}
.site .stage .container .rightRepeat {
	width: 26px;
	background-image: url(../_images/site/bkd_right_rep.png);
	background-repeat: repeat-y;
	height:auto;
	
}

.site .stage .container .content {
	position: relative;
	width: 498px;
	vertical-align: top;
	padding: 12px 36px 0px 21px;
	height:433px;
	background-color: #F3F3F3;
	/*line-height: 140%;*/
}
.site .stage .container .footer {
	vertical-align: top;
	background-image: url(../_images/site/footer_bg.png);
	background-repeat: repeat-y;
	padding: 8px 0px 2px 37px;
}
.site .stage .container .footerDiv {
	background-image: url(../_images/site/footer_top.png);
	background-repeat: no-repeat;
	font-size: 1px;
	height: 2px;
}
.site .stage .container .footerEnd {
	height: 14px;
	font-size: 1px;
	background-image: url(../_images/site/footer_bot.png);
	background-repeat: no-repeat;
}
.site .stage .container .CopyRight {
	text-align: center;
	color: #373737;
	padding: 0px;
	font-size: 11px;
}
.mainMenu {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 541px;
	height: 39px;
	margin-left: -141px;
}
h1 {
	font-size: 16px;
	color: #ed2124;
	margin-bottom: 25px;
	font-weight:bold;
}
h2 {
	font-size: 16px;
	margin-bottom: 25px;
	font-weight:bold;	
}
h3 {
	color: #ed2124;
	font-weight:bold;
}
ul{
	list-style-type: disc;
	padding: 0px 0px 0px 10px;
}
.style1 {
	font-size: 11px
}
.style2 {
color: #dc2e27
}

hr {
	color: #F3F3F3;
	border-top: 1px dotted #dc2e27;

}
label {
	display: block;
	clear: both;
}
input {
	width: 209px;
	height: 15px;
	border: 1px solid #969696;
	background-color: #dcdcdc;
	color: #333333;
	font-size:12px;
	padding: 3px;
	font-family:Tahoma, Helvetica, Arial;
	margin: 0px 0px 3px 0px;
}
select {
	width: 215px;
	height: 21px;
	border: 1px solid #969696;
	background-color: #dcdcdc;
	color:#333333;
	font-size:12px;	
	font-family:Tahoma, Helvetica, Arial;	
	margin: 0px 0px 3px 0px;	
}
#checkbox {
	width: 15px;
	height: 15px;
	clear: none;
	margin: 0px;
	padding: 0px;
}

