body {
	background-color: #FFF;
	margin:0px;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica;
	color:#666;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	margin:0px;
	padding:0px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	margin:0px;
	padding:0px;
}

a {color:#666; text-decoration:none;}

a:hover {text-decoration:none;  text-decoration:underline;}

#header {
	width:100%;
	height:154px;
	background:url(images/header_bg.jpg) repeat-x;
}

#header_cont {
	width:870px;
	height:154px;
	margin:auto;
}

#menu {
	width:490px;
	height:29px;
	float:right;
	margin-top:98px;
}

#content {
	width:870px;
	height:auto;
	margin:auto;
	background:url(images/content_bg.jpg) repeat-y;
}

#left {
	width:270px;
	float:left;
}

#left_menu {
	width:240px;
	height:332px;
	background:url(images/leftmenu_bg.jpg) repeat-y;
	float:left;
	border-bottom:solid 5px #0CF;
	padding:15px;
}

#right {
	width:600px;
	height:auto;
	float:right;
}

#footer {
	width:100%;
	height:117px;
	background:url(images/footer_bg.jpg) repeat-x;
}

#footer_cont {
	width:870px;
	margin:auto;
	padding-top:18px;
	color:#CCC;
}

#footer_cont a {
	color:#0CF;
	text-decoration:none;
}

#footer_cont a:hover {
	color:#CCC;
}

#textArea {
	width:560px;
	height:auto;
	padding:20px;
}

.clear { 
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

.clear_form { 
	clear:both;
	height:3px;
	line-height:3px;
	font-size:3px;
}

.leftmenu_ul {
	margin-top:20px;
	padding:0px;
	list-style:none;
	font-size:16px;
	color:#CCC;
	line-height:28px;
}

.leftmenu_ul li {
	background:url(images/leftMenu_separator.jpg) no-repeat bottom;
}

.leftmenu_ul li a {
	color:#CCC;
	text-decoration:none;
}

.leftmenu_ul li a:hover {
	color:#0CF;
}

.topmenu_separator {
	width:15px;
	height:29px;
	float:left;
}

.btn_bemutatkozas {
	width:131px;
	height:29px;
	background:url(images/btn_bemutatkozas_on.jpg) no-repeat;
	float:left;
	display:block;
	text-indent:-3000px;
}

.btn_bemutatkozas a {
	background:url(images/btn_bemutatkozas.jpg) no-repeat;
	width:131px;
	height:29px;
	float:left;
	display:block;
	outline:none;
	text-indent:-3000px;
}

.btn_bemutatkozas a:hover {
	background:url(images/btn_bemutatkozas_on.jpg) no-repeat;
	width:131px;
	height:29px;
	display:block;
}

.btn_letoltesek {
	width:97px;
	height:29px;
	background:url(images/btn_letoltesek_on.jpg) no-repeat;
	float:left;
	display:block;
	text-indent:-3000px;
}

.btn_letoltesek a{
	background:url(images/btn_letoltesek.jpg) no-repeat;
	width:97px;
	height:29px;
	float:left;
	display:block;
	outline:none;
	text-indent:-3000px;
}

.btn_letoltesek a:hover {
	background:url(images/btn_letoltesek_on.jpg) no-repeat;
	width:97px;
	height:29px;
	display:block;
}

.btn_ajanlatkeres {
	width:118px;
	height:29px;
	background:url(images/btn_ajanlatkeres_on.jpg) no-repeat;
	float:left;
	display:block;
	text-indent:-3000px;
}

.btn_ajanlatkeres a {
	background:url(images/btn_ajanlatkeres.jpg) no-repeat;
	width:118px;
	height:29px;
	float:left;
	display:block;
	outline:none;
	text-indent:-3000px;
}

.btn_ajanlatkeres a:hover {
	background:url(images/btn_ajanlatkeres_on.jpg) no-repeat;
	width:118px;
	height:29px;
	display:block;
}

.btn_kapcsolat{
	width:99px;
	height:29px;
	background:url(images/btn_kapcsolat_on.jpg) no-repeat;
	float:left;
	display:block;
	text-indent:-3000px;
}

.btn_kapcsolat a {
	background:url(images/btn_kapcsolat.jpg) no-repeat;
	width:99px;
	height:29px;
	float:left;
	display:block;
	outline:none;
	text-indent:-3000px;
}

.btn_kapcsolat a:hover {
	background:url(images/btn_kapcsolat_on.jpg) no-repeat;
	width:99px;
	height:29px;
	display:block;
}

/* ---------- FORM ----------- */
label{
	display:block;
	float:left;
	width:150px;
	text-align:right;
	height:20px;
	line-height:20px;
	margin-right:3px;
}

.input{
	width:200px;
	padding:2px;
	font-family:Tahoma, Verdana, Helvetica;
	font-size:11px;
	color:#555;
	border: solid 1px #ccc;
}

.textarea{
	width:200px;
	height:70px;
	padding:2px;
	font-family:Tahoma, Verdana, Helvetica;
	font-size:11px;
	color:#555;
	border: solid 1px #ccc;
}

.bold{
	font-weight:bold;
}
