@charset "utf-8";
/* CSS Document */
@import url('content.css');
@import url('form.css');
@import url('hirek.css');
@import url('menu.css');
/*@import url('menu_new.css');*/
@import url('results.css');
@import url('lapozas.css');
@import url('letoltesek.css');
@import url('easyslider.css');
@import url('kepek.css');

@font-face {
	font-family: calibri;
	src: url('calibri.ttf');
}
@font-face {
    font-family: "Elements";
    src: url(Elements.ttf);
}

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height:100%;
}
#keret_main{
	width: 1000px;
	text-align: left;
	background-color: #FFFFFF;
}
#keret_hirek{
	float: left;
	width:196px;
}
#maincontent{
	background-color:#FFFFFF;
	float:left;
	height:100%;
	width: 804px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}
#keret_slider{
	float: left;
	height: 220px;
	width: 1000px;
}
#keret_upstripe{
	float: left;
	width: 980px;
	background-color: #333;
	padding:10px;
	color: #fff;
	font-size: 14px;
}
#keret_menu{
	float: left;
	height: 40px;
	width: 990px;
	padding-left:0px;
	margin-bottom:5px;
	background-color: #78B774;
	padding-left:10px;
}
#keret_content{
	float:left;
	width:980px;
	padding: 10px;
	background-color: #FFFFFF;
}
#elvalaszto{
	margin-left:5px;
	margin-bottom:5px;
	background-color:#006699;
	height:5px;
}
a:link, a:visited {
	text-decoration: none;
}
a.focim {
	text-decoration: none;
	color: #78B774;
}
a.focim:hover {
	text-decoration: none;
	color: #0066CC;
}
#msg{
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;	
}