﻿.menu {
	text-align: center;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	text-align: center;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	background-attachment: fixed;
}
.Tablaszoveg {
	color: #FFF;
	text-align: center;
}
.TabéleszovegBold {
	font-size: 16px;
	color: #FFF;
	text-align: center;
}


.menu {
	background-image: url(bottom.png);
}
.Bottom {
	background-image: url(bottom.png);
	text-align: center;
	width: 1006px;
	height: 33px;
	padding-top: 0px;
}
.szoveg {
	color: #FFF;
	font-weight: normal;
}
.OldalmenuHeader {
	color: #FFF;
	font-weight: bold;
}
.Menuszoveg {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000;
}

iframe {
    border: 0px inset;
        border-top-width: 0px;
        border-right-width-value: 0px;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-bottom-width: 0px;
        border-left-width-value: 0px;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-top-style: inset;
        border-right-style-value: inset;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-bottom-style: inset;
        border-left-style-value: inset;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-top-color: -moz-use-text-color;
        border-right-color-value: -moz-use-text-color;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-bottom-color: -moz-use-text-color;
        border-left-color-value: -moz-use-text-color;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
}.linkekszoveg {
	text-align: center;
	color: #FFF;
	font-size: 24px;
}

.ProjectekSzoveg {
	color: #FFF;
}

.Active {
	color: #0F0;
}
.TeamSzoveg {
	text-align: center;
	color: #FFF;
}
.Tablaszoveg {
	font-weight: bold;
}
.Tablaszoveg {
	font-style: italic;
}
.Tablaszoveg {
	font-style: normal;
	font-weight: normal;
}


.dropdown {
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4;
	z-index: auto;
	height: auto;
	width: auto;
}
.dropbtn {
	color: black;
}


.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	float: left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: #4CAF50
}

.dropdown:hover .dropdown-content {
    display: block;
}
