* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Arial;
	font-size: 12px;
	color: #484949;
	background-image: url(../img/bg_body.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #E3E3E4;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 18px;
}

input, select textarea {
	font-family: Arial;
}


#main {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}

#header {
  	width: 100%;
	height: 81px;
	border-bottom: 32px solid #0CBCC7;
}

#header p {
  	margin-top: 20px;
	float: right;
}

#header a.allaskeresok {
	font-weight: bold;
	color: #F11659;
}

#header a.munkaadok {
	font-weight: bold;
	color: #F7850C;
}

#footer {
  	margin-top: 40px;
	width: 100%;
	height: 123px;
	background-image: url(../img/bg_footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer div {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
  	margin-top: 40px;
  	margin-left: 30px;
	width: 240px;
	float: left;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #818282;
}

#footer ul li {
	line-height: 22px;
}

#footer a {
	font-size: 14px;
	font-weight: bold;
	color: #818282;
}

#footer p {
  	padding-top: 42px;
	color: #818282;
}

#mainbody {
	background-image: url(../img/bg_976.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#leftside {
  	margin-bottom: 20px;
  	padding-left: 30px;
  	padding-right: 66px;
	width: 565px;
	float: left;
}

*html #leftside {
  	padding-left: 30px;
  	padding-right: 15px;
}

#rightside {
  	margin-top: 7px;
  	margin-bottom: 5px;
	margin-right: 9px;
	width: 306px;
	background-color: #E2E2E2;
	float: right;
}

h1 {
  	padding-top: 42px;
  	margin-bottom: 35px;
	line-height: 26px;
	font-size: 28px;
	font-weight: normal;
	color: #F11659;
}

h1.title {
	color: #0CBCC7;
}

h2 {
	line-height: 20px;
	font-size: 14px;
}

h2 a {
	color: #f11659;
}

h3 {
  	margin-top: 8px;
	margin-bottom: 30px;
  	margin-left: auto;
  	margin-right: auto;
	width: 290px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #0CBCC7;
}

label {
	cursor: pointer;
}

img.top {
	*float: left;
}

img.bottom {
  	*margin-bottom: -4px;
}

*html img.bottom {
  	margin-bottom: -3px;
}

p.error_message {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	color: #FFF;
	background-color: #FF0000;
}

p.success_message {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	color: #FFF;
	background-color: #66B61F;
}

p.paginator {
	width: 90%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
