* {margin: 0; padding: 0;}



body {
	text-align: center;
	padding-top: 10px;
	background: linear-gradient(#689976, #ACDACC);
	font-family: "Times New Roman", Times, serif;
	
}



.fejlec {
	cursor: context-menu;
	font-size: 36px;
	color: #e2ecea;
	margin-bottom: 15px;
	display: inline-block;
	 width : 80%;
	 border-radius: 15px;

	
	
}

/* menü */
.breadcrumb {
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 10px;
	counter-reset: flag; 
}

.breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}
.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px; 
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; 
	padding-right: 20px;
}


.breadcrumb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}


.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; 
	width: 36px; 
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	
	border-radius: 0 5px 0 50px;
}

.breadcrumb a:last-child:after {
	content: none;
}

.breadcrumb a:before {
	content: "+";
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #fff;
	background: linear-gradient(#444, #222);
	font-weight: bold;
}


.flat a, .flat a:after {
	background: #e2ecea;
	color: black;
	font-size: 18px;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
	background: #b4cdbb;
}

/* Főoldal elrendezése */
 .main{
	 display: inline-block;
	 width : 100%;
	 height:67%;
	 
	 }

.almenu {
	float: left;
	margin-left:20px;
	display: inline-block;
	background: #e2ecea;
	width: 19%;
	height: 100% ;
	border-radius: 15px 0 0 15px; 
	border-style: solid;
	border-color: #689976 ;	
	
}

.almenu a {	
	cursor: pointer;
}

.indexcontent {
	display: inline-block;
	background: #e2ecea;
	width: 56%;
	height: 100% ;
	border-style: solid;
	border-color: #689976 ;
	overflow: auto;
}
.hirek {
	float:right;
	margin-right:20px;
	display: inline-block;
	background: #e2ecea;
	width: 19%;
	height: 100% ;
	border-style: solid;
	border-color: #689976 ;
	overflow-y: hidden;
	
	
}

.hirekfelirat{
	height:5%;
	margin-top: 5px;

	
}


.hirekszoveg {
	display:block;
	height:95%;
}



h2{
	text-decoration:underline;
}

/*footer rész */ 

.footerkontener {
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	width: 97.5%;
	height:175px;
	background-color:#e2ecea;
	border-color: #689976;
	border-style: solid;
	border-radius: 10px 10px 0 0;

	
}

/* footer link színezés */

.footerkontener a {
	cursor:pointer;
	text-decoration:none;
}

.footerkontener a:link {
	color:#000 ;
}

.footerkontener a:visited {
	
	color:#000 ;
}

.footerkontener a:hover {
	
	color:#689976;
}

.footerkontener a:active {
	
	color:#496c53;
}

.footerbal {
	display:inline-block;
	float:left;
	width: 25%;
	margin-left: 30px;
	margin-top: 5px;
	
}

.footerbal img{
	border: 2px solid transparent;
	border-color: #689976;
}



.footerkozep {
	display:inline-block;
	float:left;
	width: 40%;
	margin-top: 40px;

	
}


.footerjobb {
	display:inline-block;
	float:left;
	width: 20%;
	margin-top: 20px;
	margin-left:150px;
}

.footerfelsotr{
	margin-top: 10px;
	margin-bottom: 10px;
	
	
}

.footerfelsotr li {
	display:inline;
	list-style-type: none;
	margin: 5px;
}



.footerkozepsotr{
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.footerkozepsotr li {
	display:inline;
	list-style-type: none;
	margin: 5px;
}



.footeralsotr{
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.footeralsotr li {
	display:inline;
	list-style-type: none;
	margin: 5px;
}








