@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: url(img/bg_gradiant.jpg) repeat-x #fee596;
	margin: 0;
	padding: 0;
	color: #d74102;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

p.long-text {
	padding: 0 40px 0 40px;
	text-align:justify;
}

a img {
	border: none;
}
a {
	text-decoration: none;
	color: #d74102;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration:  underline;
}
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	margin-bottom:30px;
}
.head {
	background:url(img/head.jpg) no-repeat;
	width:960px;
	height:290px;
}
.head_block {
	width:960px;
	height:220px;
	text-align:right;
}
.footer {
	background:url(img/footer.jpg) no-repeat;
	width:960px;
	height:110px;
}
#menu {
	width:135px;
	height:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#menu a:link, a:visited {
	font-size: 13pt;
	color: #d74102;
	text-decoration:none;
}
#menu a:hover, a:active, a:focus {
	font-size: 14pt;
	color: #F30;
	text-decoration:none;
}
#active_menu {
	background:url(img/active.png) no-repeat;
	width:135px;
	height:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
	text-align:center;
	font-size: 14pt;
	color: #F30;
	text-decoration:none;
}

#small {
	font-size:8pt;
	font-weight:normal;
	color:#333;
}


.content {
	padding: 10px 0;
	min-height:400px;
}
.content_left {
	width:610px;
	min-height:400px;
	margin: 0px 20px 0px 20px;
	float:left;
}
.content_right {
	width:290px;
	float:left;
	background: #ffffb0 url(img/jelentkezz.jpg) no-repeat;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

