* {
    box-sizing: border-box;
}

html {
    max-width: 100%;
 /*   overflow-x: hidden;   */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    max-width: 100%;
/*  overflow-x: hidden;  */

}

.infoblokk {
	float:right;
	width:20%;
	position:fixed;
	z-index:100;
	top:0;
	right:0;
}

.infoblokk img {
	width: 100%;
}

header {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
/*	background: url("images/header4.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;  */
}

header h2 {
	font-size: 24px;
	font-weight: bold;
/*	line-height: 1.5em;  */
	color: #008000;
}

header a {
	color: #008000;
	outline: none;
}

.efilog {
	height: 160px;
}

header p {
	font-size: 18px;
	font-weight: bold;
}

.focim {
	text-decoration: none;
	color: #008000;
}

.focim:hover {
	text-decoration: underline;
}

nav {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0;
	z-index: 100;
	position: relative;
	background-color: #333;
}

.menu {
    list-style-type: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.menu {
    list-style-type: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}


.menu li {
    float: left;
}

.menu li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    outline: none;
}

.menu li a:hover, .dropdown:hover .dropbtn  {
    background-color: red;
}

.menu li.dropdown {
    display: inline-block;
}

.almenu {
	list-style-type: none;
	padding-left: 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
 /*   min-width: 160px;  */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 11;
    width: 160px;
}

.almenu li {
	display: block;
	float: none;
	width: 100%;
}

.almenu li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    width: 100%;
    font-size: 14px;
    outline: none;
}

.almenu a:hover {background-color: #f1f1f1}

.dropdown:hover .almenu {
    display: block;
}

.almenu ul {
    position: absolute;
    top: 0;
    right: -160px;
    width: 160px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}



.menuselected{
	text-decoration: underline;
}

.menuselected a {
	background-color: red;
} 

.alap {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	margin-bottom: 20px;
	text-align: justify;
	color: #333;
}




.tartalom {
	width: 780px;
	margin-right: 10px;
	margin-left: auto;
	text-align: justify;
	float: left;
	color: #333;
	border-bottom: 4px solid #333;
}

.tartalom h1 {
	font-weight: bold;
	font-size: 20px;
/*	color: #333;  */
/*	width: 100%;  */
	text-align: left;
	padding: 5px;
}

.tartalom h1 a {
	color: #333;
	text-decoration: none;
}

.tartalom h1 a:hover, .tovabb a:hover {
	text-decoration: underline;
} 

.szoveg {
	font-size: 16px;
	line-height: 1.3em;
	margin-left: 5px;
	margin-right: 5px;
}

.tovabb {
	font-size: 14px;
	line-height: 1.3em;
	margin-left: 5px;
	margin-right: 5px;
}

.tovabb a {
	color: #333;
	font-style: italic;
	text-decoration: none;
}

.lead {
	border-left: 2px solid #333;
}

.oldalak {
	text-align: center;
}

.oldalaka {
	font-size: 14px;
	color: #fff;
	background-color: #333;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
}

.oldalselected {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
}

.pubdate {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
}

.dobozok {
	width: 320px;
	margin-left: 10px;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	float: left;
	color: #333;
}

.doboz {
	width: 100%;
	text-align: justify;
	color: #333;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
}

.doboz img {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.doboz h1 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;  
}

.doboz p {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 5px;
	margin-right: 5px;  
}

.naptar {
	width: 90%;
	margin-left: auto;
	margin-right: auto;'
}

.rendezvenyblokk {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 5px;
	text-align: justify;
	border-bottom: 5px solid #0033ff;
}

.rendezvenyblokk h2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.rendezvenyblokk img {
	width: 100%;
}

.rendezvenyblokk a {
	color: #000000;
	
}

.alap:after {
    content: "";
    display: table;
    clear: both;
}

footer {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	background-color: #333;
	color: #ffffff;
}

footer p {
	width: 100%;
	text-align: center;	
}

footer a {
	color: #ffffff;
	text-decoration: underline;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
	outline: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

 @media only screen and (max-width: 1160px) {

	nav, footer, header, .alap {
		width: 100%;
		margin-left: 0;
		margin-right: 0;	
	}

.tartalom {
	width: 65%;
}

.dobozok {
	width: 30%;
}
	
/*	.tartalom, .dobozok {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0;	
	}  */
	
} 







