body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}
a:link {
	color: #ffd61c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffd61c;
}
a:hover {
	text-decoration: none;
	color: #C6A300;
}
a:active {
	text-decoration: none;
	color: #C6A300;
}
a:link img, a:visited img {
	border-color: #ffd61c;
}
a:focus img, a:hover img, a:active img {
	border-color: #C6A300;
}
#container {
	width: 780px;
	margin:0 auto;
	background-image: url(../images/center.gif);
	background-position: center top;
}
#header {

}
#tabs {
	float:left;
	width:100%;
	line-height:normal;
	font-weight: bold;
	height: 59px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
}
#tabs ul {
	margin:0;
	padding:10px 30px;
	list-style:none;
  position: relative;
  z-index: 1;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	display:block;
	margin:0 3px;
	padding:0 0 0 14px;
	text-decoration:none;
	background:url(../images/menu_bal.png) no-repeat left top;
}
#tabs a span {
	float:left;
	display:block;
	padding:12px 14px 12px 0;
	color:#FFF;
	cursor:pointer;
	background:url(../images/menu_jobb.png) no-repeat right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#8297A0;
}
#tabs a:hover, #tabs a.active_menu {
	float:left;
	display:block;
	text-decoration:none;
}
#tabs a:hover span, #tabs a.active_menu span {
	float:left;
	display:block;
	color:#ffd61c;
}
#tartalom {
	padding: 10px 15px;
	/* background-image: url(../images/tartalom_bg.jpg); */
	background-position: center top;
	min-height: 300px;
	background-repeat: no-repeat;
}
#footer {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffd61c;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin:0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
form {
	margin: 0;
	padding: 0;
}
label {
	line-height: 20px;
}

input, select {
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.button, a.button {
	background: #4A4A4A url(../images/tablazat_bg.gif) repeat-x center center;
	border: 1px solid #000000;
	color:#FFFFFF;
	padding:0 .3em 0 .3em;
	width:auto;
	overflow:visible;
	margin-top: 4px;
}
a.button {
	font-size: 13px;
	padding: 1px 7px;
}
a.button:hover, a.button:focus {
	font-size: 13px;
	background: url(../images/button_bg.gif) repeat-x center center;
	border: 1px solid #DBDBDB;
	color:#333333;
}
.button:hover, .button:focus {
	background: #E8E8E8 url(../images/button_bg.gif) repeat-x center center;
	border: 1px solid #DBDBDB;
	color:#333333;
}
.button:visited {
	color:#FFFFFF;
}
.inputbox {
	padding: 2px;
	border: 1px solid #909090;
	background: #FFFFFF url(../images/input_bg.gif) repeat-x left top;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #E60003;
}
#liquid-round {
	margin:0px;
	background:#393A39 url(../images/leftside.gif) repeat-y left top;
}
.top {
	height:14px;
	background:url(../images/top.gif) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:14px;
	background:url(../images/top-right.gif) no-repeat right top;
}
.center-content {
	position:relative;
	background:url(../images/rightside.gif) repeat-y right top;
	padding:0px 20px;
	margin:-1px 0 -1px 0;
}
*html .center-content {
	margin:-6px 0 -6px 0;
}
.bottom {
	width:100%;
	height:14px;
	background:url(../images/bottom.gif) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:14px;
	background:url(../images/bottom-right.gif) no-repeat right bottom;
}
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-size:10px;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}

