
/* style_grid.css - Alap tulajdonsagok megadasa */

/* alapertelmezett nullazasok BEGIN */
* {
	margin: 0px;
	padding: 0px;
}

a img, :link img, :visited img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #606060;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6, pre, code, p, div, span, a {
	border: 0px;
	font-size: 15px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}


p, h1, h2, h3, h4, h5, h6, div, span, a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.clr {
	border: 0px;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

br {
	font-size: 10px;
	line-height: 13px;
}


/* alapertelmezett nullazasok END */



html,body {
	background: transparent url('../images/bgr.gif') repeat top center;
	color:#490000;
	font-family: Times New Roman,arial,sans-serif;
	font-size:12px;
	height:100%;
}

p {
	padding: 5px 0px;
}

a:link,
a:visited,
a:active {
	color:#760000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a.more:link,
a.more:visited,
a.more:active {
	color:#760000;
	text-decoration:underline;
	float: right;
}

a.more:hover {
	color:#000000;
	text-decoration:none;
}


div.top {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	height: 22px;
	background: transparent url('../images/content_top.gif') no-repeat top left;
}

div.top a:link,
div.top a:visited,
div.top a:active,
div.top a {
	font-size: 12px;
	color:#fff;
	text-decoration: none;
	float:right;
	margin-top: 3px;
	margin-right: 5px;
}

div.bottom {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	height: 26px;
	background: transparent url('../images/content_bottom.gif') no-repeat top left;
}

div.bottom span {
	color:#ffffff;
	font-family: verdana;
	padding-left:400px;
	margin-top: 10px;
	font-size: 10px;
}

div.mostbottom {
	font-size: 12px;
	color:#fff;
	text-align:center;
}

div.mostbottom a:link,
div.mostbottom a:visited,
div.mostbottom a:active,
div.mostbottom a {
	font-size: 12px;
	color:#fff;
	text-decoration: none;
}


div.main {
	width: 782px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #fff1db url('../images/content_bgr.gif') repeat-y top left;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* HEAD BEGIN */

div.head_left {
	height: 275px;
	width: 205px;
	background: transparent url('../images/left_top.gif') no-repeat top left;
	float: left;
}

div.head_left a {
    display: block;
    margin-left: 49px;
    margin-top: 12px;
}

div.head_left a img {
	display: block;
}

div.head_left h1{
	color: #ffc233;
	font-size: 36px;
	margin: 0 auto;
	text-align: center;
	font-weight: Normal;
	margin-top: 5px;
	margin-left: 20px;
}

div.head_left h2{
	color: #ffc233;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	font-weight: Normal;
	margin-top: 15px;
	margin-left: 20px;
}

div.head_right {
	width: 572px;
	height: 275px;
	float: left;
	background: transparent url('../images/right_top.gif') no-repeat top left;
}


/* HEAD END */

div.content {
	width: 780px;
}

div.footer {

	width: 782px;
	height: 60px;
	background: transparent url('../images/content_footer.gif') no-repeat bottom left;
}

div.footer div {
	width: 460px;
	line-height: 50px;
	float: right;
	height: 50px;
	margin: 0 auto;
	color: #ffc233;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

div.footer div a:link,
div.footer div a:visited,
div.footer div a:active,
div.footer div a{
	color: #ffc233;
	font-size: 14px;
}

div.footer div img{
	margin: 0px 5px;
}

/* MENU BEGIN */

div.menu {
	width: 210px;
	float: left;
}

div.menu ul {
	width: 210px;
	float:left;
}

div.menu ul li a,
div.menu ul li a:link,
div.menu ul li a:active,
div.menu ul li a:visited {
	width: 160px;
	height: 30px;
	padding-left: 45px;
	color: #ffc233;
	font-size: 12px;
	line-height: 34px;
	text-decoration:none;
	text-transform: uppercase;
	display: block;
}

div.menu ul li a:hover {
	background: transparent url('../images/menu_hover.gif') no-repeat top left;
}

div.menu ul li a.selected,
div.menu ul li a.selected:link,
div.menu ul li a.selected:active,
div.menu ul li a.selected:visited {
	width: 160px;
	height: 30px;
	padding-left: 45px;
	color: #ffffff;
	font-size: 12px;
	line-height: 34px;
	text-decoration:none;
	text-transform: uppercase;
	display: block;
}

div.menu ul li a.sub,
div.menu ul li a.sub:link,
div.menu ul li a.sub:active,
div.menu ul li a.sub:visited {
	width: 160px;
	height: 20px;
	padding-left: 50px;
	color: #ffffff;
	font-size: 10px;
	line-height: 20px;
	text-decoration:none;
	text-transform: uppercase;
	display: block;
}

div.menu ul li a.sub:hover {
	background: transparent;
	color: #ffc233;
}


div.menu ul li a.subselected,
div.menu ul li a.subselected:link,
div.menu ul li a.subselected:active,
div.menu ul li a.subselected:visited {
	width: 160px;
	height: 20px;
	padding-left: 50px;
	color: #ffffff;
	font-size: 10px;
	line-height: 20px;
	text-decoration:none;
	text-transform: uppercase;
	display: block;
}

div.menu ul li a.subselected:hover {
	background: transparent;
	color: #ffc233;
}



/* MENU END */

div.search {
	float: right;
	margin-right: 5px;
	margin-top: 230px;
	width: 225px;
}

div.path {
	float: left;
	margin-left: 10px;
	margin-top: 235px;
	width: 300px;
}

div.path a {
	font-size: 12px;
	line-height: 13px;
}


input.field {
	border: 1px solid #d8b5a4;
	margin:2px;
	padding: 2px;
}

select.field {
	border: 1px solid #d8b5a4;
	margin:2px;
	padding: 2px;
}

textarea.field {
	border: 1px solid #d8b5a4;
	margin:2px;
	padding: 2px;
	width: 300px;
	height: 100px;
}



input.gomb, input.submit {
	border: 1px solid #fff;
	color: #fff;
	background-color: #760000;
	padding: 2px;
}

/* TEXT BEGIN */

div.text {
	float: left;
	width: 540px;
	margin-right: 00px;
	font-size: 15px;
	margin-left: 10px;
}

div.text h1 a,
div.text h1 a:link,
div.text h1 a:visited,
div.text h1 a:active {
	font-size: 20px;
	margin-bottom: 10px;
	text-decoration:none;
	display:block;
	line-height: 19px;
}

div.text h1, div.text h2 {
	font-size: 20px;
	margin-bottom: 10px;
	text-decoration:none;
	display:block;
	line-height: 19px;
}

div.text h2 {
	margin-bottom: 5px;
	margin-top: 15px;
}


div.text h3 {
	font-size: 14px;
	margin-top: 15px;
}

div.text img {
	border:1px solid black;
	margin: 7px;
	padding: 2px;
}

div.text ul li {
	padding-left: 5px;
	margin-left: 20px;
}

div.pager {
	float: right;
	margin: 0px 10px 10px 10px;
}

div.pager a.pager:link,
div.pager a.pager:visited,
div.pager a.pager:active,
div.pager a.pager {
	text-decoration: none;
}

div.pager span {
	font-size: 18px;
}

/* TEXT END */

/*
* html div.main {
height:100%;
}
*/


