/* CSS Document */

body {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	background-image: url(../pict/bg_alap.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center;
	background-color: #90002c;
}



/* fejléc */

#header {
	width:996px;
	height:150px;
	position:relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width:996px;
	background-position: center;
	background-image: url(../pict/bg_alap.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}



/* bal sáv */

#left_side {
	float:left;
	width:294px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #FFFFFF;
	background-position: left;
}
#left_side a {
	text-decoration:none;
	color:#FFDD3C;
	font-size: 12px;
	font-weight: bold;
}
#left_side a:hover {
	color:#f4ca00;
	text-decoration:none;
}



/* középső sáv */

#center_side {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 598px;
	background-position: left;
}

#center_side p {
	font-size:14px;
	line-height:16px;
	text-align: justify;
	color: #FFFFFF;
}
#center_side td {
	font-size:14px;
	line-height:16px;
	color: #FFFFFF;
}
#center_side img {
	border: 3px solid #8A0029;
}
#center_side a {
	color: #FFEC91;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#center_side a:hover {
	color: #f4ca00;
}
#center_side h1 {
	color: #FFFFFF;
	font-variant: normal;
	font-size: 16px;
	padding: 0px;
	text-align: left;
}
#center_side h2 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin: 0px;
}
#center_side h3 {
	margin: 0px;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
#center_side h3 a {
	font-size: 14px;
	color: #f4ca00;
	margin: 0px;
}
#center_side h3 a:hover{
	color: #FFDD3C;
	margin: 0px;
}
#center_side h4 {
	color: #FFFFFF;
	font-variant: normal;
	font-size: 16px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}



#center_side .table {
	BORDER-COLLAPSE: collapse;
	padding: 2px;
}
#center_side .table td {
	BORDER-COLLAPSE: collapse;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#center_side .table th {
	BORDER-COLLAPSE: collapse;
	border: 1px solid #e6e6e6;
	background-image: url(pict/bg_table_aloldal_th.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
#center_side .table thead {
	COLOR: #fff;
}

#center_side .table tfoot tr th {
	background-color: #C0C0C0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #949494;
}
#center_side .table tfoot tr td {
	background-color: #F5F5F5;
	font-weight: bold;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}




/* oldal alja*/

#footer {
	clear:both;
	width:auto;
	text-align:center;
	background-image: url(../pict/bg_footer.jpg);
	height: 45px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer p {
	font-size: 12px;
	color: #FFFFFF;

}
#footer a {
	color:#f4ca00;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFDD3C;
	text-decoration:underline;
}

