
/* 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 {
	color: #606060;
	cursor: pointer;
	text-decoration: none;
}

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

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, pre, code, p, div, span, a {
	border: 0px;
	font-size: 12px;
	line-height: 13px;
	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 */





body {
	background:#BDD1C5 url('../images/back.jpg') repeat-x;
	color:#000000;
	font-family:Trebuchet MS,tahoma,verdana,arial,sans-serif;
	font-size:12px;
	height:66px;
	margin-top:50px;
}

p {
	padding: 5px 0px;
}


a:link, a:visited {
	color:#6B9D00;
	text-decoration:none;
}

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

div.main {
	height: auto;
	width: 100%;
}

div.maincontent {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

/* LEFT */

div.left {
	float: left;
	width: 509px;
	background: #fff url('../images/orta.jpg') repeat-y top center;
}

div.leftcontent {
	padding: 5px 0px 5px 7px;
	height:100%;
}


div#header {
	width: 509px;
	height: 166px;
	margin:0px;
	padding:0px;
	background: #fff url('../images/banner_green.jpg') no-repeat top center;
}

#alt { 
	float:left; 
	background: transparent url('../images/alt.jpg') repeat-x; 
	width:509px; 
	height: 99px; 
}

#alt_sol { 
	float:left; 
	background: transparent url('../images/alt_sol.jpg') no-repeat; 
	width:10px; 
	height:99px; 
}

#alt_sag { 
	float:right; 
	background: transparent url('../images/alt_sag.jpg') no-repeat; 
	width:14px; 
	height:99px; 
}

#login {
	background:transparent url('../images/login_alt.jpg') repeat-x;
	border-left:1px solid #9C9FA4;
	float:left;
	height:63px;
	width:228px;
}

#banner2 {
	background: transparent url('../images/banner2.jpg') no-repeat;
	float:left;
	height:63px;
	width:280px;
}

div.leftcontent h1{
	background: transparent url('../images/haber.jpg') no-repeat bottom center;
	color:#6B9D00;
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:17px;
	line-height:17px;
	padding-left:20px;
	text-align:left;
	text-transform:uppercase;
	width:478px;
	margin-bottom:10px;
}

div.leftcontent h1 a:active,
div.leftcontent h1 a:visited,
div.leftcontent h1 a:link {
	font-size:10px;
	color:#6B9D00;
}

td.mainpage div.inner {
	width:230px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
}

td.mainpage h1{
	background: transparent url('../images/haber.jpg') no-repeat bottom left;
	color:#6B9D00;
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:17px;
	line-height:17px;
	padding-left:20px;
	text-align:left;
	text-transform:uppercase;
	width:220px;
	margin-bottom:10px;
}

td.mainpage h1 a:active,
td.mainpage h1 a:visited,
td.mainpage h1 a:link {
	font-size:10px;
	color:#6B9D00;
}



div.inner {
	width: 470px;
	padding: 0px 20px 0px 10px;
	font-size:12px;
}

div.inner ul ul li {
	padding: 3px;
	margin-left: 40px;
}

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


/* LEFT END */

/* RIGHT */

div.right {
	float: right;
	width: 219px;
	background: #fff url('../images/mod.jpg') repeat-y top center;
}

div.rightcontent {
	padding: 0px 12px;
}


div#top {
	width: 219px;
	height: 32px;
	background: transparent url('../images/mod_ust.jpg') no-repeat top center;
}

div#bottom {
	background: transparent url(../images/mod_alt.jpg) no-repeat;
	height:99px;
	width:219px;
}

div.right h1 {
	background: transparent url(../images/modul.jpg) no-repeat;
	color:#6B9D00;
	font-family:Trebuchet MS,Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:18px;
	line-height:18px;
	margin-top:10px;
	text-align:center;
	text-transform:uppercase;
}

#menu {
	width: 150px;
}

#menu ul li {
	width: 100%;
	list-style: none;
}


#menu ul li a:link, 
#menu ul li a:visited {
	background:#FDFFF9 url('../images/menu.gif') -2px 3px no-repeat;
	border-bottom:1px solid #CECECE;
	border-top:1px solid #FFFFFF;
	color:#000000;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:18px;
	line-height:18px;
	margin-left:3px;
	padding-left:20px;
	padding-top:1px;
	text-align:left;
	text-transform:uppercase;
	width:170px;
}

#menu ul li a:hover, 
#menu ul li a.selected:link, 
#menu ul li a.selected:visited {
	background:#F9FEF0 url(../images/menu.gif) -2px 3px no-repeat;
	border-bottom:1px solid #CECECE;
	color:#365200;
	text-transform:uppercase;
}

#menu ul li a.selected:link, 
#menu ul li a.selected:visited {
	font-weight: 900;
}
	
#menu ul li a.sub:link, 
#menu ul li a.sub:visited {
	background:none;
	border-bottom:1px solid #CECECE;
	border-top:1px solid #FFFFFF;
	color:#000000;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	height:18px;
	line-height:18px;
	margin-left:3px;
	padding-left:9px;
	padding-top:1px;
	text-align:left;
	text-transform:uppercase;
	width:181px;
}

#menu ul li a.sub:hover {
	background-image:none;
	background-color:#F9FEF0;
	border-bottom:1px solid #CECECE;
	color:#365200;
	text-transform:uppercase;
}


/* RIGHT END */

a.pagenav {
	
	background-color:#FDFFF9;
	border:1px solid #CCCCCC;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
	margin:1px;
	padding:0 5px;
	text-align:center;
	width:auto;
}

.small {
	color:#ABABAB;
	font-size:10px;
	line-height:0.7;
	margin-left:10px;
}

a.more,
a.more:active,
a.more:visited,
a.more:link {
	border-left:1px solid #F4F4F4;
	color:#CECECE;
	font-size:10px;
	font-weight:bold;
	height:10px;
	line-height:10px;
	margin-top:10px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
	text-transform:lowercase;
}