h1 {margin-left: 11px;
    clear: both;
}

a { 	font-family: Arial, sanserif;
	font-size: 18px; 
	color: #333333; 
	text-decoration: underline}

a.szovegben { 
	color: #333333;
    font-size: inherit;
	font-family: inherit;	
	text-decoration: underline}
	
	
a:hover { 	font-family: Arial, serif;
			font-size: 18px;
			color: #A52A2A;
			background-color: #FAEBD7}

a.szovegben:hover {
			color: #A52A2A;
			font-family: inherit;
			font-size: inherit;
			background-color: #FAEBD7}

			
body {	font-family: "Times New Roman", Times, serif;
		/* background-color: #F6F6EB; */}

img.balkep { float: left;
			margin: 10px;}
		 
img.jobbkep {float: right;
		 margin: 10px;}	 

/*Egymas melletti hasabok a hitvallasnal 50-50% egy-egy div-ben*/		 
.elsohasab2 {	float:left;
				width:49%;
				text-align:left;}
				
.masodikhasab2 {	float:right;
				width:49%;
				text-align:left;}

div#tartalom {
	position : absolute;
	top : 140px ;
	left : 125px; 
	}

div#menukeret {
        position : fixed;
        top : 140px ;
        left : 0px;
        height: 100%;
        background-color: #FEFDF8;
        padding: 0px;
        margin-top : 0px;
        margin-right: 5px;
        margin-bottom: 0px;
        margin-left: 0px;
        z-index : 5;
	}

#nav {
    width: 118px;
    background-color: #FEFDF8;
  }

#nav ul { /*nem kell bullet és indent*/
    list-style: none;
    margin: 0;
    padding: 0;
  }
#nav a {
	display: block;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
	}

#nav li {position: relative;}
	
#nav a:hover {
	color: #A52A2A;
	}

#nav ul li ul li a {font-size: 14px;}

	
#nav ul li {float: left; width: 100%;}

	
#nav ul ul { /*Pop up pozicionálása*/
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	display: none;
	}
	
#nav ul li:hover ul {
	display: block;
	background-color: #FEFDF8;
	font-size: 14px;
	}

	
#nav ul ul,
#nav ul li:hover ul ul
	{display: none;}

	
#nav ul ul,
#nav ul li:hover ul ul
	{display: none;}

#nav ul li:hover ul,
#nav ul ul li:hover ul
	{display: block;
	 background-color: #FEFDF8;
	 font-size: 14px;
	}	

.felsogombok a{
        display: inline;
        float: left; /*  balra rendezzuk az egyes elemeket */
        background-position: top left;
        background-color: #F0F0F0;
        margin-right: 1%;
        margin-left: 1%;
        width: 13%;
        height: 25px;
        text-align: center;
        text-decoration: none;
        -moz-border-radius: 5px;
        border-radius: 5px;
        vertical-align: text-top;
}
.felsogombok a:hover{
        background-color: #FAEBD7;
        color:  #A52A2A;
}

