@import url(Forms.css);

* { font-family: Arial; }

html,body,p,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}

img,fieldset{
	border: none;
}

ul, ol{
	padding: 0;
	margin: 0;
}

p.error {
	color: #d80027;
	padding: 5px 0px;
}

.clearer{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
}

a:link,a:visited,a:active{
	text-decoration: none;
	outline:none;
	color: #cc0001;
}

a:hover{
	text-decoration: underline;
}

body{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	height:100%;
	background-image: url(../Images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
	color: #000000;
}

.backlink{
	float:right;font-size:13px;font-weight:normal;color:#cc0001;
}

div.container {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
}

div.container div.content {
	min-height: 400px;
	_height: 400px;
	width: 959px;
	border-bottom: 1px solid #eeebea;
	border-left: 1px solid #eeebea;
	border-right: 1px solid #eeebea;
}

div.container div.content div.leftContent {
	width: 700px;
	float: left;
}

div.container div.content div.leftContent div.tartalom {
	padding: 0px 35px;
}

div.container div.content div.rightContent {
	width: 257px;
	float: right;
}



div.hr {
	padding-top: 2px;
	background: url(../Images/hr_bg.jpg) repeat-x;
	background-position: bottom;
	height: 6px;
	width: 100%;
}

div.footer {
	padding-top: 35px;
	padding-bottom: 22px;
	color: #999693;
}

div.footer a,div.footer a:visited,div.footer a:link {
	padding-right: 10px;
	color: #999693;
	text-transform: uppercase;
	text-decoration: none;
}

div.footer a:hover {
	color: #4d4c4a;
}

div.footer a.leftpadd {
	padding-left: 10px;
}

div.input_left {
	height: 22px;
	width: 5px;
	background: url(../Images/input_left_bg.jpg) no-repeat;
	float: left;
}

div.input_right {
	height: 22px;
	background: url(../Images/input_right_bg.jpg) no-repeat;
	float: left;
	width: 6px;
}

div.input {
	height: 22px;
	background: url(../Images/input_bg.jpg) repeat-x;
	width: auto;
	float: left;
}

div.input * {background: none; border: 0px;}

div.container div.copyright {
	font-size: 10px;
	color: #777876;
	padding-top: 20px;
	text-indent: 40px;
}

/** rightside */

/*** login_box */
div.rightContent div.loginBox h1 {
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	color: #040404;
}

div.rightContent div.loginBox form {
	background: #eeecea;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 217px;
}

div.rightContent div.loginBox form label {
	display: block;
	color: #0b0c0c;
	margin-bottom: 2px;
}

div.rightContent div.loginBox form input.input {
	background: none;
	border: none;
	width: 195px;
	padding-top: 4px;
}

div.rightContent div.loginBox form input.min {
	width: 155px;
	float: left;
	padding-top: 4px;
}

div.rightContent div.loginBox form input.submit {
	width: 31px;
	height: 31px;
	background: url(../Images/ok_btn.jpg) no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-bottom: 20px;
}

div.rightContent div.loginBox form div.input {
	margin-bottom: 5px;
}

div.rightContent div.loginBox form div.input_right {
	padding-right: 8px;
}

div.rightContent div.loginBox form label.checkbox input {
	margin: 0px;
	/*border: 1px solid black;*/
	width: 10px;
	height: 10px;
		
}

div.rightContent div.loginBox form label.checkbox {
	float: left;
	padding: 0px;
	padding-right: 5px;
}

div.rightContent div.loginBox div.regBox {
	padding: 20px;
}

div.rightContent div.loginBox div.regBox a {
	width: 194px;
	height: 42px;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*** /login_box */
/** /rightside */

/** nyitolap */
span.szlogen {
	color: #e2e0de;
	font-size: 26px;
	font-weight: bold;
	padding-top: 3px;
	display: block;
	padding-bottom: 10px;
}

div.topLinks {
	font-size: 18px;
	color: #e3b806;
}

div.content div.topLinks a, div.topLinks a:link, div.topLinks:visited {
	font-size: 18px;
	padding-right: 20px;
	color: #e3b806;
}

div.topLinks a.leftpadd {
	padding-left: 17px;
}

div.topLinks a:hover {
	color: #e3cc6b;
}

div.tartalom h1 {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 35px;
}

div.tartalom p.lead {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 25px;
}
/** /nyitolap */

a.ajaxUpload {
	width: auto;
	padding: 3px 5px;
	color: white;
	background: #D01B17;
	text-decoration: none;
	float: left;
}

div.ajaxUploadTarget {
	clear: both;
	padding: 10px;
	padding-left: 200px;
}


.leftimg{
	float: left;
	margin-right: 10px;
}
.rightimg{
	float: right;
	margin-left: 10px;
}
.bordered{
	border: 3px solid #ddd;
}

.uploadform{
	background: #f0f0f0;
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.uploadform .input{
	background: #fff;
	width: 430px;
}
.fileupload{
	min-height: 100px;
	_height: 100px;
}
.fileupload .images{
}
.fileupload .files{
	float: left;
	width: 150px;
}
.files img{
	border: 1px solid #efefef;
	padding: 3px;
}
.files h3{
	font-size: 11px !important;
}
.files ul{
	list-style: none;
}
.files ul li{
	list-style: none;
	display: inline;
	margin-right: 5px;
	font-size: 9px;
	border-bottom: 1px solid #efefef;
}

.emailform input{
	margin-top: 5px;
	border: 0px solid #3c3c3c;
	background: URL("../Images/input.jpg") top left no-repeat;
	height: 29px;
	width: 150px;
	line-height: 30px;
	padding-top: 5px;
	padding-left: 10px;
}
.emailform .submit{
	width: 84px;
	height: 22px;
	background-image: url(../Images/submitbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid #000000;
	padding: 3px 10px;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
}

dt{	background-image: url(../Images/list.png);	background-repeat: no-repeat;	background-position: 0px 4px;	margin-left: 10px;	padding-left: 15px;	margin-top: 8px;	font-weight: bold;	cursor: pointer;}dd{	display: none;	margin-left: 20px;	padding-left: 15px;	color: #7d7d7d;}li.redli{	font-weight: bold;	color: #cc0000;}

#footer{
	background:#FFFFFF none repeat scroll 0 0;
	height:50px;
	margin-bottom:20px;
	margin-top:20px;
	width:960px;
}
#footer .footerlinks a{
	color:#000000;
	margin:0 8px;
	text-decoration:none;
	text-transform:uppercase;
}
#footer .footercopy{
	margin:10px 0 0 28px;
}