* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img_aug28.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	/*border-bottom: 1px solid #F2F2F2;*/
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

/*h2 {
	font-size: 28px;
}*/

h2 {
	font-size: 28px;
	background-image: url('images/db1_augb.gif');
	background-repeat: no-repeat;
	height: 60px;
	padding-left: 22px;
	margin-bottom: -15px;
}

/*h3 {
	font-size: 16px;
	font-weight: bold;
}*/

h3 {
	font-size: 16px;
	font-weight: bold;
	background-image: url('images/db2_aug.gif');
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 22px;
	margin-bottom: -10px;
}


h4 {
	font-size: 16px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #AD3639;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#topnav {
	font-size: 11px;
	padding-top: 1px; 
	padding-left: 7px;
	width: 878px;
	margin: 0 auto;
	height: 21px
}

#topnav a {
	color: #666666;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: #F2F3F5 url(images/fej02_aug25.jpg) no-repeat;
	position: relative;

}

/* Logo */

#logo {
	position: absolute;
    left: 78px;
    top: 10px;
    height: 100px;

}


#webnev {
	position: absolute;
    right: 42px;
    top: 0px;
    width: 540px;
    height: 61px;
    background: #CA2B30;

}

#webnev h1 {
	margin: 0;
	padding: 7px 7px 7px 7px;
	/*text-transform: lowercase;*/
	letter-spacing: -3px;
	font-size: 39px;
	color: #CA2B30;
}

#webnev h1 a {
	text-decoration: none;
	color:  #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 960px;
}

#menu ul {
	margin: 0;
	padding: 12px  0 0 58px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 20px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #741114;
}

#menu a:hover {
	text-decoration: underline;
}


#myslidemenu {
	position: absolute;
    left: 41px;
    bottom: 0px;
    width: 878px;
}

	.jqueryslidemenu{
font: bold 12px Arial;
background: #A72C2F;
width: 100%;

}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #A72C2F; /*background of tabs (default state)*/
color: white;
padding: 4px 16px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #741114; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Arial;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}



/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}

.bekezdes {
	padding-top: 50px;
}

.bekezdes .title {
}

.bekezdes .title a {
	text-decoration: none;
	color: #37404C;
}

.bekezdes .title a:hover {
	text-decoration: underline;
}

.bekezdes .entry {
}

.bekezdes .lezaras {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.bekezdes .lezaras .tovabb {
	display: block;
	float: right;
	padding-left: 17px;
	/*background: url(images/img09.gif) no-repeat left center;*/
	background: url(images/arrowbullet.png) no-repeat left center;
}

.kiemelt_szurke {border:1px solid #ebebeb; background-color:#f3f3f3; padding:10px}

.indikacio {
width: 99%;
text-align: justify;
FONT-SIZE: 12px;
background-color:#ffffff;
padding-left:7px;
padding-right:7px;
padding-top:12px;
padding-bottom:12px;
line-height:18px;
border: solid 1px #741114;
color: #6B6B6B;
margin-top:3px;
}



A.indikacio_fo {

text-align: left;
text-decoration: none;
font-family:verdana,;
font-size:13px;
color: #ffffff;
padding-left:6px; padding-right:6px;
padding-top:3px; padding-bottom:3px;
background-color:#A72C2F;
FONT-WEIGHT: normal;
border: solid 1px #741114;
}

A.indikacio_fo:hover {
border: solid 1px #A72C2F;
background-color:#741114;

}
A.indikacio_fo:visited {
COLOR: #000000;
background-color:#6CB7FA;
}

.input-text { background: #f2f2f2;  border: 1px solid #cdcac8; padding: 5px; width: 90%; }
.input-textarea { background: #f2f2f2;  border: 1px solid #cdcac8; padding: 5px; width: 90%; height:70px;}


button { background: #564b45; border: 0; color: #fff; padding: 5px 20px; text-align: center;}

.uzenet {
margin-top: 12px;
border: solid 1px #539A2D;
padding: 12px;
}

/* oldal */

#oldal {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
}

#oldal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#oldal li {
	margin-bottom: 40px;
}

#oldal li ul {
}

#oldal li li {
	margin: 0;
}

#oldal .balra {
text-align: left;
}


#oldal .tagol
{
background-image: url('images/rhbg2.gif');
background-repeat: repeat-x;
height: 22px;

}

#oldal #vissza_szamol {
margin-bottom: 30px;
/*BACKGROUND: url('images/down0822.gif');*/
WIDTH: 190px; HEIGHT: 40px; TEXT-ALIGN: center; FONT: 13px/21px  "Lucida Grande", verdana, Georgia,"Times New Roman",Times, serif; COLOR: #F00E17; 
}

#oldal #nav {
margin-bottom: 30px;
}

#oldal #nav .whdmenu{
width: 180px; /*width of menu*/
}

#oldal #nav .whdmenu .headerbar{
font: bold 12px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

#oldal #nav .whdmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#oldal #nav .whdmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#oldal #nav .whdmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 13px;
}

#oldal #nav .whdmenu ul li a:visited{
color: #A70303;
}

#oldal #nav .whdmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


/* Search */

#search {
}

#search br {
	display: none;
}

#search input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* tamogatok */

#tagol_lent {
	margin-left: 50px;
	height: 24px;
	background: url(images/tagol_lent.gif) no-repeat;
}


#tamogatok {
	margin: 0 50px;
	padding: 16px 28px 0 28px;
	background:  url(images/img11e.gif) repeat-x;
}

#tamogatok #media {
	float: left;
	width: 100%;
}



/* Footer */


#footer {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}
