body {
	margin: 0;
	font-family: 'Cambria';
	color: #7e8084;
	background-color: #f5f5f5;
}

#container {
	width: 100%;
	min-width: 1200px;
}

#menubar_border {
	z-index: 300;
	position: fixed;
    top: 0;
	width: 100%;
    height: 40px;
    outline: 5px solid rgba(255,255,255,0.5);
}

#menubar {
    z-index: 300;
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1200px;
	height: 40px;
	background-color: #138341;
}

#school {
	margin-top: 40px;
	width: 100%;
	height: 500px;
	background: url('../images/school3.png') no-repeat center;
	background-repeat: no-repeat;
}

#school_effect {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.0);
	background: url('../images/school_shadow.png');
	background-repeat: no-repeat;
	text-align: center;
}

#school_effect:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#school_name_information {
	display: inline-block;
    vertical-align: middle;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	border-radius: 15px;
}

#school_name {
	font-size: 44px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}

#school_information {
	font-size: 18px;
}

#arrow_panel {
	position: absolute;
	top: 500px;
	width: 100%;
	min-width: 1200px;
	height: 96px;
	text-align: center;
}

#down_arrow_button {
	cursor: pointer;
	background: none;
	vertical-align:middle;
	border-radius: 48px;
	background-color: white;
	border: 0;
	width: 96px;
	height: 96px;
	text-align: center;
}

#down_arrow_button:focus {
	outline: 0;
	border: 1px;
}

#down_arrow {
	  box-shadow: 0px 0px 10px #DBDBDB;
	  transition:all 0.3s linear;
	  vertical-align:middle;
	  display: table-cell;
	  border-radius: 41px;
	  background-color: white;
	  width: 82px;
	  height: 83px;
	  border: 1px solid #7E8084;
	  position: relative;
}

#down_arrow_button:before {
    vertical-align: middle;
    height: 100%;
}

#down_arrow_button:hover #down_arrow {
	border: 1px solid;
	background-color: #138341;
	border-color: #138341;
}

#down_arrow:hover .arrow_d {
	border-bottom: 8px solid blue;
	border-color: white;
}

.arrow_d {
	 transition:all 0.5s linear;
	 position: relative; 
	 width: 30px;
	 height: 30px;
	 border-right: 8px solid #7E8084;
	 border-bottom: 8px solid #7E8084;
	 transform: rotate(45deg);
	 margin-left: auto;
     margin-right: auto;
}

#vonal {
	width: 100%;
	height: 60px;
	background: url('../images/vonal.png');
}

.box_shadow_upper {
	margin-top: 20px;
	width: 100%;
	height: 10px;
	background: url('../images/upper_shadow.png');
}

.box_shadow_bottom {
	width: 100%;
	height: 10px;
	background: url('../images/bottom_shadow.png');
}

.box {
	padding: 10px 0 10px 0;
	background-color: white;
}

.box_content {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#footer {
	margin-top: 20px;
	background: url('../images/footer_background.png');
	background-color: #464546;
}

#footer_table {
	color: white;
	border-spacing: 10px;
    border-collapse: separate;
	vertical-align: top;
}

#menu_left {
	float: left;
	width: 5%;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	box-sizing: border-box;
}

#menu_center {
	display: table;
	float: left;
	width: 90%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#menu_right {
	float: left;
	width: 5%;
	height: 40px;
	line-height: 40px;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	box-sizing: border-box;
}

#menu_left img {
	width: 30px;
	height: 30px;
	margin-top: 5px;
}

#menu_right img {
	width: 30px;
	margin-top: 5px;
}

#menu {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul#menu div,
ul#menu a {
    display: block;
    text-decoration: none;
	padding:0px 20px 0px 20px;
	color: white;
	font-size: 18px;
	transition:all 0.3s linear;
}

ul#menu div:hover,
ul#menu a:hover {
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}

ul#menu li {
	float: left;
	list-style: none;
}

ul#menu li ul {
	display: none;
	position: absolute;
	z-index: 4;
	background: grey;
	border: solid 1px;
	min-width: 140px;
	background-color: #ffffff;
	border-color: #138341;
	color: #138341;
	padding:1px 11px 1 1px;
}

ul#menu li ul li {
	float: none;
	width: 100%;
	font-size: 16px;
	text-align: left;
	margin: 0;
	transition:all 0.2s linear;
	color: #7e8084;
	padding: 0 5px 0 5px;
}

ul#menu li ul li a {
	display: block;
	text-align: left;
	font-size: 16px;
	transition:all 0.2s linear;
	color: #7e8084;
	padding: 0;
}

ul#menu li ul li:hover {
	font-size: 16px;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	background-color: #138341;
	color: #ffffff;
	margin: 0;
}

ul#menu li ul li a:hover {
	background-color: transparent;
	color: white;
}

.menu_separator {
	display: block;
	width: 50%;
	height: 1px;
	padding: 5px 10px;
}

ul#menu li ul li hr {
	color: #AAAAAA;
	background-color: #AAAAAA;
	height: 1px;
	border: 0;
}

h1 {
	width: 1000px;
	margin: 0px 0 10px 0;
	display: inline-block;
	border: 1px solid;
	border-radius: 15px;
	font-size: 40px;
	color: #138341;
	width: 1000px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px #DBDBDB;
}

.news {
	width: 995px;
	text-align: left;
	margin: 50px 0 50px 0;
	padding: 0;
}

.news_head {
	display: table;
	width: 100%;
	padding: 2px;
	background-color: #dbdcdd;
}

.news_head_information {
	display: table-cell;
	width: 100%;
	color: #138341;
}

.news_title {
	font-size: 24px;
	font-style: bold;
	color: #138341;
}

.news_own {
	color: #138341;
}

.news_head_created {
	display: table-cell;
	min-width: 81px;
	height: 54px;
	padding: 0 5px 0 5px;
	background-color: #138341;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.news_separator {
	margin: 3px 0 3px 0;
	width: 100%;
}

.news_image {
	display: flex;
	text-align: center;
	align-items: center; 
	float: left;
	width: 200px;
	height: 150px;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
	box-shadow: 0  0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
}

.news_content {
	float: left;
	padding: 0 10px 0 20px;
	max-width: 750px;
}

p {
	margin: 0;
	padding: 0;
}

.button {
	display: table-cell;
	padding: 5px 15px 5px 15px;
	border: 1px solid #138341;
    border-radius: 15px;
	color: #138341;
	font-weight: bold;
	transition:all 0.3s linear;
	box-shadow: 0px 0px 10px #DBDBDB;
}

.button:hover {
    background-color: #138341;
	color: #ffffff;
}

#backtop {
	position: fixed;
    left:auto;
	right: 20px;
	top:auto;
	bottom: 20px;
	outline: none;
	overflow:hidden;
	text-align:center;
	height:40px;
	width:40px;
	line-height:40px;
	font-size:14px;
	cursor:pointer;
	transition:all 0.3s linear;
	z-index:999999;
	color: #138341;
	opacity:1;
	display:none;
	border: 1px solid #138341;
	border-radius: 20px;
}

#backtop:hover {
	background-color:#138341;
	color: #ffffff;
}
#backtop.mcOut {
	opacity:0;
}

/* ---------------- Scroll animálás ---------------- */
.slideanim {
    visibility:hidden;
    visibility:visible\9; /*IE6-8 */
}

.slideanim.slide {
	visibility: visible;
	animation:slide 1s;
}

.slideanim::after {
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(80%);
    } 
	
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

#partners {
	/*margin-top: 20px;*/
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.partner {
   display:block;
   vertical-align:middle;
	line-height: 130px;
	margin: 0 15px 0 15px;
	width: 130px;
	height: 130px;
	border: 1px solid #DBDBDB;
	border-radius: 75px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #DBDBDB;
	text-align: center;
	transition:all 0.3s linear;
}

.partner:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.partner:hover {
	border: 1px solid;
	border-color: #138341;
}

.partner img {
    vertical-align: middle;
    display: inline-block;
}

.staff_image {
	
display: inline-block;
  position: relative;
  overflow: hidden;	
	z-index:298;
	
	line-height: 150px;
	margin: 0 15px 0 15px;
	width: 150px;
	height: 150px;
	border: 1px solid #DBDBDB;
	border-radius: 75px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #DBDBDB;
	text-align: center;
	transition:all 0.3s linear;
}

.staff_image_a {
	line-height: 50px;
	display: block;
	text-align: center;
	align-items: center; 
	width: 150px;
	height: 150px;
}

.staff_image:hover {
	z-index:299;
	border: 1px solid;
	border-color: #138341;
}

.staff_image_a:hover {
	transform:scale(1.1);
	transition:all .3s ease-in-out;
}

.img_frame {
	border: 1px solid #138341;
	box-shadow: 0px 0px 10px #DBDBDB;
}

table.table_style {
		color:#333333;
		border-width: 1px;
		border-color: #3A3A3A;
		border-collapse: collapse;
}
	
table.table_style th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #3A3A3A;
	background-color: #B3B3B3;
}
	
table.table_style td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #3A3A3A;
}
	
	
ul {
	text-align: left;
}

li {
	text-align: left;
}