﻿html {
	overflow: hidden;
	background-color: black;
}

body {
	background-color: black;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

y {
	/* A main_content területre beolvasott valódi tartalom sárgán kiemelt szövege */
	color: yellow;
}

#cent_container {
	/* A HTML <CENTER> tagje helyett, ez a div kerül majd középre... */
	text-align: center;
}

#left_menu_arrows {
	position: absolute;
	top: 15px;
	left: 0px;
	margin: 0px;
	width: 140px; /* Megegyezik a left_menu_cont szélességével! */ 
	text-align: center;
	display: block;
	padding: 0px;
}

#left_menu_cont {
	/* A baloldali menünek definiált div id="left_menu" rész formázási beállításai */
	position: relative; /* JS görgetés miatt */
	top: 35px;
	left: 0px;
	width: 140px; /* ! main_content div left paramétere 140px!!!! */
	background-color: black;
	color: gray;
	margin: 0px;
	font-family: times;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

#left_menu {
	position: absolute;
	left:0px;
	top: -15px; /* Korrigálni kell az index.php top_coord JS változóját! */
	width:140px; /* A width megegyezik a left_menu width értékkel*/
}

#top_menu {
	position: absolute; 
	top: 0px;
	left: 140px; /* A left_menu div szélessége 140 px*/
	padding: 0px; 
	margin: 0px;
	overflow: hidden;
	height: 50px;
	background-color: black; /* A div id="main_content" tartalmat a #top_menu alatt görgetjük, és hogy ez ne látszódjon, a #top_menu háttere fekete */
	/* A menü szélességét be kell állítani a main.content.width értékre, hogy a görgetéskor ne csak a menü alatt ne látszódjon a görgetett szöveg, hanem a teljes oldal szélességében eltűnjön */
	text-align: left;
}

#top_menu_table {
	position: relative; 
	top: 10px;
	left: 0px; /* A left_menu div szélessége 140 px*/
	padding: 0px; 
	margin: 0px;
	display: inline;
	overflow: hidden;
	height: 25px;
	background-color: black; /* A div id="main_content" tartalmat a #top_menu alatt görgetjük, és hogy ez ne látszódjon, a #top_menu háttere fekete */
	/* A menü szélességét be kell állítani a main.content.width értékre, hogy a görgetéskor ne csak a menü alatt ne látszódjon a görgetett szöveg, hanem a teljes oldal szélességében eltűnjön */
	text-align: center;
}

a.nav:link{
	color: white;
	text-decoration: none;
	background-image: url('menu_default.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}

a.nav:visited{
	color: white;
	text-decoration: none;
	background-image: url('menu_default.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}

a.nav:hover{
	color: white;
	text-decoration: none;
	background-image: url('menu_selected.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}

a.nav:active{
	color: white;
	text-decoration: none;
	background-image: url('menu_selected.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}

#menu_item {
	background-image: url('menu_default.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menu_item:visited {
	background-image: url('menu_default.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menu_item:hover {
	background-image: url('menu_selected.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menu_item:active {
	background-image: url('menu_selected.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#top_menu_item {
	background-image: url('top_menu.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.topnav:link {
	color: white;
	text-decoration: none;
}

a.topnav:visited {
	color: white;
	text-decoration: none;
}

a.topnav:hover {
	color: white;
	text-decoration: none;
}

a.topnav:active {
	color: white;
	text-decoration: none;
}


#main_content {
	/* A fő tartalomnak, a képernyő jobb oldalán definiált div id="lmain_content" rész formázási beállításai */
	position: absolute;
	/* top: 50px; */
	left: 140px; /* A left_menu div szélessége 140 px*/
	/* A main_content div-hez kell egy height érték, hogy az automatikus scroll működjön. */
	margin: 0px; /* Különben a scrollbar helyzete és mérete miatt a margin értékkel korrigálni kell a width értéket az index.php-ban */
	background-color: black;
	color: gray;
	font-family: times;
	font-size: 16px;
	overflow: auto;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: justify;
}


#main_content_title {
	position: relative;
	top: -20px;
	background-color: black;
	color: gray;
	font-family: times;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
}

#base_data_green {
	width: 500px;
	background-image: url('green_niveau.png');
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}

#base_data_red {
	width: 500px;
	background-image: url('red_niveau.png');
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}

#base_data_blue {
	width: 500px;
	background-image: url('blue_niveau.png');
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}

#base_data_orange {
	width: 500px;
	background-image: url('orange_niveau.png');
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}

#tipp {
	width: 900px;
	/* background-image: url('tipp.png'); */
	/* background-repeat: repeat-y; */
	color: grey;
	/* margin-left: 0px; */
	margin: 0 auto;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
	border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

#gps {
	width: 780px;
	background-image: url('gps.png');
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}
.dropcap {
	font-family: serif;
	font-size : 300%;
	font-weight : bold;
	line-height:35px;
	padding-top:2px;
	padding-right:3px;
	float : left;
}

a.pics {
	position: relative;
	top: 0px;
	left: 0px;
}

#english {
	position: absolute;
	top: 390px;
	right: 20px;
}

#niveau_def_green {
	width: 240px;
	background-image: url('green_niveau_small.png');
	background-position: 0 0;
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}

#niveau_def_blue {
	width: 240px;
	background-image: url('blue_niveau_small.png');
	background-position: 0 0;
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}

#niveau_def_orange {
	width: 240px;
	background-image: url('orange_niveau_small.png');
	background-position: 0 0;
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}

#niveau_def_red {
	width: 240px;
	background-image: url('red_niveau_small.png');
	background-position: 0 0;
	background-repeat: repeat-y;
	color: white;
	margin-left: 0px;
	font-family: times;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
}

#left_menu_title_item {
	/* A left_menu elemei között az országok a #top_menu-vel azonos hátterűek, de fehér színűek */
	background-image: url('top_menu.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: white;
} 

a.reallink {
	/* Az oldalon szereplő valódi linkek megjelenése */
	color: rgb(5,143,73) /* 164,255,209);*/
}

fakelink {
	/* Az oldalon szereplő fakelinkek megjelenése */
	color: rgb(5,143,73) /* 164,255,209);*/
}

g {
	/* A whatsnew részben a zöld szín stílusa */
	color: rgb(5,143,73);
}

yi {
	/* A whatsnew részben a sárga szín stílusa */
	color: yellow;
	font-style: italic;
}

#thumbnails {
	width: auto;
	height: 100px;
	padding:10px;
}