@font-face {
	font-family: 'Amaranth';
	src: url('../admin/font/Amaranth-Regular-HUN.otf');
	
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


body{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 1000px;
	border: 0px solid black;
	margin: 0;
	font-family: 'Roboto' ;
	font-style: normal;
}
/*header*/
#logo{
	margin-top: -15px;
	width: 200px;
}
#selector{
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
	background: transparent url(../grafika/headertable.png) no-repeat center top;
	width: 1000px;
	height: 132px;
}
#selector table{
	margin: auto auto;
	width: 950px;
	height: 110px;
	margin-top: 10px;
}
#logotd{
	width: 330px;
	text-align: center;
	border-right: 1px solid rgb(240,240,240);
}
#nametd{
	color:  #a80532;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	padding-top: 0px;
}
#langselectortd{
	text-align: center;
}
#langselector{
	position: relative;
	padding: 0;
	margin: 0;
	height: 20px;
}
#langselector a{
	padding-top: 10px;
}
#langselector a img{
	border:0;
}
#langselector a img:hover{
	opacity: 0.8;
}
#selecttd{
	text-align: center;
	padding-top: 5px;
	border-right: 1px solid rgb(240,240,240);
}
#selecttd select{
	border: 1px solid rgb(140,142,141);
	padding: 3px;
	min-width: 150px;
}
#header{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	background: #891727;
	height: 80px;
	z-index: 0;
}
/*header*/
/*Navi*/
#navi{
	height: 60px;
}
#navi li{
	padding: 10px;
	float: left;
	list-style: none;
}
/*Navi*/
/*Content*/
#content{
	margin-top: 150px;
}
#map{
	position: relative;
	top:0;
	border: 0px solid black;
	width: 930px;
	height: 485px;
	margin: auto auto;
	-ms-transform: scale(1.0); /* IE 9 */
	-webkit-transform: scale(1.0); /* Chrome, Safari, Opera */
	transform: scale(1.0);
	background: transparent url(../grafika/map.jpg) no-repeat center top;
	background-size: 100% auto;
}
.markers{
	position: absolute;
	width: auto;
	height: 29px;
	transition: height 0.15s, margin-top 0.15s, margin-left 0.15s;
    -moz-transition: height 0.15s, margin-top 0.15s, margin-left 0.15s; /* Firefox 4 */
    -webkit-transition: height 0.15s, margin-top 0.15s, margin-left 0.15s; /* Safari and Chrome */
    -o-transition: height 0.15s, margin-top 0.15s, margin-left 0.15s; /* Opera */
	margin: 0;
	z-index: 5;
}
.markers:hover{
	z-index: 10;
}
.markerscityname{
	position: absolute;
	padding: 0;
	margin: 0;
	min-width: 50px;
	height: auto;
	background: white;
	border: 1px solid rgb(140,142,141);
	transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    -o-transition: all 0.2s; /* Opera */
	border-radius: 0px;
	display: none;
	font-size: 16px;
	color: rgb(140,142,141);
}
.markerscityname table{
	width: 100%;
	margin-top: 2px;
}
.gbetutd{
	text-align: center;
	width: 16px; 
}
.markerscityname table tbody tr td{
	text-align: left;
}
.markerscityname img{
	margin: 0px;
	margin-top: 4px;
	height: 15px;
}
.markerscityname a{
	color: black;
	text-decoration: none;
}
#also_menu{
	width: 1000px;
	margin: auto auto;
	margin-top: 15px;
}
/*Content*/
/*footer*/
#footer{
	position: relative;
	top: 0px;
	margin-top: 0px;
	border: 0px solid black;
}
/*footer*/
/*Galéria popup*/
#prev{
	position: absolute;
	top: 50%;
	left: 0px;
}
#next{
	position: absolute;
	top: 50%;
	right: 0px;
}
#next, #prev{
	opacity: 0.5;
	transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */
	
}
#next:hover, #prev:hover{
	opacity: 0.9;
}
#galeriaimage p{
	text-align: right;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}
#galeriaimage a{
	text-decoration: none;
	color: black;
	font-size: 14px;
	transition: color 0.5s;
    -moz-transition: color 0.5s; /* Firefox 4 */
    -webkit-transition: color 0.5s; /* Safari and Chrome */
    -o-transition: color 0.5s; /* Opera */
}
#galeriaimage a:hover{
	color: rgb(253,184,19);
}
#galeriaimage img{
	border: 0;
	border-radius: 5px;
}
.galeriaimageoff{
	display: block;
	opacity: 0.0;
	z-index: 0;
}
.galeriaimageon{
	opacity: 1.0;
	transition: opacity 1s ;
    -moz-transition: opacity 1s; /* Firefox 4 */
    -webkit-transition: opacity 1s; /* Safari and Chrome */
    -o-transition: opacity 1s; /* Opera */
	transition-delay: 3s;
	-webkit-transition-delay: 3s;
	z-index: 50;
}
#galeriaimage{
	position: fixed;
	top: -5000px;
	left: 50%;
	background-color: rgba(255,255,255, 1.0);
	border: 1px solid grey;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-radius: 10px;
}
#imagekep{
	border: 1px solid rgb(220,220,220);
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
}
#bg{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 49;
	display: none;
	color: rgb(250,250,250);
}
#bg table{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -55px;
}
#bg td{
	text-align: center;
}
/*Galéria popup*/

/*Galéria popup*/
.popupwindows{
	position: absolute;
	top: 10%;
	left: 50%;
	width: 350px;
	height: auto;
	background: white;
	z-index: 55;
	margin-left: -175px;
	border-radius: 3px;
	border: 1px solid rgb(140,142,141);
	display: none;
}
.popupwindows h2{
	text-align: center;
}
.popupwindows table{
	text-align: center;
	width: 100%;
}
.popupwindows table tbody tr td {
	padding: 10px;
}
.popupwindows h2 img{
	height: 50px;
}
.popupwindows table tbody tr td a{
	background: #891727;
	color: white;
	padding: 5px;
	text-decoration: none;	
}
/*Slideshow*/
#sliderdiv{
	position: relative;
	/*top: 60px;*/
}
#sliderdiv > img{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.aktivslide{
	opacity: 1.0;
	z-index: 3;
}
.inaktivslide{
	opacity: 0.0;
	transition: opacity 3.0s;
	z-index: 4;
}
/*Slideshow*/
/*Responsive*/
@media screen and (min-width: 1365px) {
		#content{
			margin-top: 145px;
			height: 490px;
		}
		#map{
			-ms-transform: scale(1.0); /* IE 9 */
			-webkit-transform: scale(1.0); /* Chrome, Safari, Opera */
			transform: scale(1.0);
			margin-top: 145px;
		}
}
@media screen and (min-width: 1600px) {
		#content{
			margin-top: 250px;
			height: 540px;
		}
		#map{
			-ms-transform: scale(1.2); /* IE 9 */
			-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
			transform: scale(1.2);
			margin-top: 210px;
		}
}
@media screen and (min-width: 1900px) {
		#content{
			margin-top: 253px;
			height: 580px;
		}
		#map{
			-ms-transform: scale(1.4); /* IE 9 */
			-webkit-transform: scale(1.4); /* Chrome, Safari, Opera */
			transform: scale(1.4);
			margin-top: 210px;
		}
}
@media screen and (max-width: 1024px) {
	#selector{
		position: relative;
		left: 0px;
		top: 2px;
		margin: auto auto;
	}
	#header{
		width: 100%;
	}
	#content{
		margin-top: 8px;
		top: 0px;
	}
}
@media screen and (max-width: 600px) {
	#content{
		top: 0px;
	}
}
@media screen and (max-width: 400px) {
	#content{
		top: 0px;
	}
}