html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: url(img/bg.gif) repeat-x left top;
	
	/*scrollbar-face-color: #FFDB91;
	scrollbar-highlight-color: #FFAD00;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color:#FFAD00;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #FFE6B2;*/
}
p, td, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
p {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 1px 0px 1px;
	list-style-position: outside;
}
a {
	text-decoration: none;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
select.date {
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 3px;
	font-size: 11px;
	color: #003366;
	background-color: #FFFFFF;
	border: 1px solid #0A3C74;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.center {
	text-align: center;
}

/*********************************************************************/
/************************** OLDALSZÁMOZÁS ****************************/

.page {
	padding: 5px 5px;
	font-size: 10px;
	font-weight: normal;
}
.page .actual {
	font-weight: bold;
	font-size: 11px;
}
.page a {
	font-size: 10px;
	color: #003366;
	text-decoration: none !important;
	font-weight: normal;
}           
.page a:link, .page a:visited, .page a:active {
	color: #003366;
	text-decoration: none !important;
	font-weight: normal;
}
.page a:hover {
	color: #003366;
	text-decoration: overline !important;
	font-weight: normal;
}

/*********************************************************************/
/***************************** FŐOLDAL *******************************/

.left_col {
	background-color: #FFFFFF;
}

.content {
	background-color: #FFAD00;
	padding: 15px;
}
.contenttitle {
	background: url(img/content_title.gif) no-repeat left top;	
	height: 24px;	
	padding-left: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.contenttitle_text {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 4px;
}
.contentbody {
	padding: 15px 9px 10px 10px;
	text-align: justify;
	background: #FFDB91 url(img/whchalvany.gif) no-repeat center center;	
}
.contentbody_spacer {
	background-color: #FFDB91;
}
.contentbody a:link, .contentbody a:visited, .contentbody a:active {
	color: #003366;
	text-decoration: underline;
}
.contentbody a:hover {
	color: #003366;
	text-decoration: overline;
}
.contentbody_bold_link a:link, .contentbody_bold_link a:visited, .contentbody_bold_link a:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.contentbody_bold_link a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
.contentbody_bold_text {
	font-weight: bold;
}


.foot {
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #15395A;
	padding: 2px;
}
.foot a:link, .foot a:visited, .foot a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*********************************************************************/
/*************************** FRISS HÍREK *****************************/

.hirbottomtext {
	padding: 4px 8px 0px 8px;
	height: 18px;
	color: #FFFFFF;
	background: url(img/hirtablabottom.gif) no-repeat left top;
}