/* általános leírások*/
#div_to_popup {display:none;}
#div_to_popup a{
	position: absolute;
	font-weight: bold;
	left: 0px;
	top: 0px;
	margin: 30px 0px 0px 120px;
	color: #ec008c;
	text-decoration: underline;
	cursor: pointer;
}

body {
	background-color: #f2f4f5;
	font-family: "Trebuchet MS";
	color: #642c4f;
	font-size: 14px;
	background-image:url(../_images/body_bg.jpg);
	background-repeat:repeat-x;
}

ul, ol {
	margin: 15px 0px 15px 15px;
	padding-left: 15px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
a:link {
	text-decoration: underline;
	color: #f26200;
}
a:visited {
	text-decoration: underline;
	color: #f26200;
}
a:hover {
	text-decoration: none;
	color: #f26200;
}
a:active {
	text-decoration: none;
	color: #f26200;
}

.menu {
	position: absolute;
	top: 0px;
	width: 930px;
	height: 417px;
	left: 50%;
	margin-left: -465px;
}
.headText {
	position: absolute;
	width: 400px;
	height: 150px;
	text-align:right;
	color: #FFFFFF;
	font-size: 13px;
	margin: -130px 0 0 210px;
}
.headText a:link,
.headText a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.headText a:hover,
.headText a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
.headText #jatekgyar a{
	color: #642c4f;
	text-decoration: underline;
	font-weight: bold;
}


.content {
	position: absolute;
	top: 295px;
	width: 628px;
	height: auto;
	left: 50%;
	margin-left: -163px;
	padding-bottom: 30px;
}
.content #top {
	height: 44px;
	font-size: 0px;
	background-image: url(../_images/cont_top.png);
	background-repeat: no-repeat;
}
.content #middle {
	background-image: url(../_images/cont_bg.png);
	background-repeat: repeat-y;
	padding: 5px 40px 25px 35px;
}
.content #bottom {
	height: 71px;
	font-size: 12px;
	background-image: url(../_images/cont_btm.png);
	background-repeat: no-repeat;
}
.content #bottom .footer {
	padding-top: 20px;
	color: #FFFFFF;
	line-height: 15px
}

.content #bottom .footer a{
	color: #efbe19;
	text-decoration:none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
	color: #642c4f;
}


.leftBox {
	position: absolute;
	top: 339px;
	width: 302px;
	height: 473px;
	left: 50%;
	margin-left: -465px;
}
.content #middle .form img {
	position: absolute;
}
.content #middle .form {
	height: 211px;
}
.content #middle .form #myform {
	position: absolute;
	width: 467px;
	color: #FFFFFF;
	margin: 20px 0px 0px 10px;
	vertical-align: top;
}
.content #middle .form #myform input {
	height: 22px;
	width: 264px;
	padding-left: 3px;
	font-family: "Trebuchet MS";
	color:#775f83;
}
.content #middle .form #myform textarea {
	width: 264px;
	padding-left: 3px;
	font-family: "Trebuchet MS";
	color:#775f83;
	height: 90px;
}
.content #middle .form #myform .right {
	float: right;
	width: 265px;
	margin: 15px 25px 0px 0px;
}
.content #middle .form #myform .left {
	float: left;
	margin: 15px 0px 0px 10px;
}
.content #middle .form #myform .left p {
	font-family: "Trebuchet MS";
	margin: 5px 0px 10px 0px;
}

