/*Fonts*/
@font-face 
{
	font-family: 'gothic';
	src: url('../fonts/gothic.eot');
	src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}

@font-face 
{
	font-family: 'poiretone';
	src: local('poiretone'), url('../fonts/poiretone-regular.ttf') format('truetype');
}

html, body 
{
	padding: 0px;
	margin: 0px;
	font-family: 'gothic', sans-serif, Arial;
	font-size: 12px;
	background-color: #ffffff;
	color: #88abc3;
	height: 100%;
	width: 100%;
}

/*Layer*/

#header
{
	width: 100%;
	height: 118px;
	background-image: url(../pictures/headbg.png);
}

#head
{
	width: 1000px;
	height: 118px;
	position: relative;	
	margin: 0px auto;
}

#menuer
{
	width: 100%;
	height: 80px;
}

#menu
{
	width: 1000px;
	height: 80px;
	position: relative;	
	margin: 0px auto;
}

#container
{
	width: 100%;
}

#cont
{
	width: 1000px;
	min-height: 500px;
	margin: 0px auto;
}

/*Objects*/

#logo
{
	position: absolute;
	left: 7px;
	top: 10px;
	width: 200px;
	height: 61px;	
	background-image: url(../pictures/pressone_logo.png);
	background-repeat: no-repeat;
}

#loginform
{
	position: absolute;
	left: 660px;
	top: 59px;
	width: 325px;
}

#profil_menu
{
	position: absolute;
	right: 15px;
	top: 94px;
}

#login_error
{
	position: absolute;
	right: 360px;
	top: 94px;
	font-family: 'gothic', sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}

#fbut
{
	position: absolute;
	left: 300px;
	top: 30px;
	width: 25px;
	height: 25px;
}

#fpas
{
	position: absolute;
	left: 150px;
	top: 0px;
	width: 150px;
	text-align: center;
	line-height: 28px;
	color: #ffffff;
}

#fnev
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	line-height: 28px;	
	text-align: center;
	color: #ffffff;
}

.input_mezo
{
	width: 120px;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	background-color: #f7f6ef;
	border: none;
	border-radius: 5px;
}

.input_mezoh
{
	display:none;
}

.formmezo
{
	width: 300px;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	background-color: #f7f6ef;
	border: solid 1px #88abc3;
	border-radius: 5px;
}

.formgomb
{
	width: 150px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	color: #ffffff;
	background-color: #88abc3;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.formgombw
{
	width: 150px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	color: #88abc3;
	background-color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.formtext
{
	width: 300px;
	height: 400px;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	background-color: #f7f6ef;
	border: solid 1px #88abc3;
	border-radius: 5px;
}

.formerror
{
	color: #ff0000;
	font-weight: bold;
}

.formok
{
	color: #88abc3;
	font-weight: bold;
}

#fomenu
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#kiad_menu
{
	position: absolute;
	left: 5px;
	top: 52px;
}

.menu_item
{
	padding: 15px 7px 5px 7px;
	font-family: 'poiretone', sans-serif, Arial;
	font-size: 30px;
	color: #88abc3;
	float: left;
}


.kmenu_item
{
	padding: 0px 3px 0px 3px;
	font-family: 'gothic', sans-serif, Arial;
	font-size: 12px;
	color: #88abc3;
	float: left;
}

.pmenu_item
{
	padding: 0px 3px 0px 3px;
	font-family: 'gothic', sans-serif, Arial;
	font-size: 12px;
	color: #ffffff;
	float: left;
}

.menulink
{
	text-decoration: none;
	color: #88abc3;
}

.pmenulink
{
	text-decoration: none;
	color: #ffffff;
}

.menulink:hover .menu_item:hover
{
	text-decoration: underline;
}

.menulink:hover .kmenu_item:hover
{
	text-decoration: underline;
}

.pmenulink:hover .pmenu_item:hover
{
	text-decoration: underline;
}

.galeria
{
	width: 170px;
	margin: 5px;
	padding: 10px;
	background-color: #88abc3;
	float: left;
}

.galeria_kep
{
	width: 170px;
	height: 170px;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;		
}

.galeria_gomb
{
	width: 170px;
	height: 20px;
	padding-top: 10px;
	font-family: 'gothic', sans-serif, Arial;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.eloado
{
	width: 220px;
	margin: 5px;
	padding: 10px;
	background-color: #88abc3;
	float: left;
}

.eloado_kep
{
	width: 220px;
	height: 220px;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;		
}

.eloado_nev
{
	width: 220px;
	height: 40px;
	padding-top: 10px;
	font-family: 'gothic', sans-serif, Arial;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.eloadolink
{
	color: #ffffff;
	text-decoration: none;
}

.anyag
{
	padding: 10px;
	background-color: #88abc3;
	margin-bottom: 10px;
}

.anyag_red
{
	padding: 10px;
	background-color: #8d668d;
	margin-bottom: 10px;
}

.anyag_kep
{
	width: 150px;
	height: 150px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	float: left;
}

.anyag_adatok
{
	width: 820px;
	float: left;
}

.anyag_nev
{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}

.anyag_cim
{
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}

.anyag_leiras
{
	min-height: 50px;
	padding: 5px;
	font-size: 12px;
	color: #88abc3;
	background-color: #f7f6ef;
	border-radius: 5px;
	margin-bottom: 10px;	
}

.letolto
{
	float: left;
}

.palyer
{
	float: left;
	width: 660px;
	margin-right: 10px;
}

.lejatszo
{
	width: 660px;
	height: 25px;
}


#not_login
{
	text-align: center;
	font-family: 'gothic', sans-serif, Arial;
	font-size: 18px;
	color: #88abc3;
}

.clear
{
	clear: both;
}

h1
{
	font-family: 'poiretone', sans-serif, Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	font-weight: normal;
	background-color: #88abc3;
}

h2
{
	font-family: 'gothic', sans-serif, Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	background-color: #88abc3;
}

#toolbar
{
	width: 1000px;
}

#rendez
{
	float: left;
}

#keres
{
	float: right;
}

#rendezes
{
	font-family: 'gothic', sans-serif, Arial;
	color: #ffffff;
	padding: 5px;
	font-size: 14px;
	background-color: #88abc3;
	border: none;
}

#keres_input
{
	font-family: 'gothic', sans-serif, Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 5px;
	background-color: #88abc3;
	border: none;
}

#keres_gomb
{
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background-image: url(../pictures/keres.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	float: right;
}
