html
{
	color:#5E5E5E; 
	background:#878787;
	width:100%;
	height:auto;
	font-family: Arial, Helvetica, Sans-serif;
}

body
{
	min-width:960px;
}

*
{
	font-size: 12px;
}

i
{
	font-size: 14px;
}

.container
{
	margin-left:auto; 
	margin-right:auto; 
	width:960px;
}

.cont_left
{
	padding:20px 0px 30px 0px; 
	font-size:14px;
	line-height:2em;
	vertical-align:top;
	width:150px;
}

.cont_middle
{
	padding: 20px 0px 30px 0px;  
	font-size:14px;
	line-height:1.8em;
	width:550px;
	text-align: left;
	vertical-align: top;
}

.cont_right
{
	padding:20px 0px 30px 0px; 
	font-size:14px;
	line-height:2em;
	vertical-align:top;
}

/* Általános
------------------------------------------------------------------------------*/
a{color:#474747; text-decoration:none;}
body,ul,li,h1,h2,h3,h4,p{margin:0; padding:0;}
img{border:0;}
li{list-style-type:none;}
h1,h2,h3,h4{font-size:100%; font-weight:normal;}

.result
{
	background-color:#EF601A; 
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
}

.clear{clear:both;}

/* Input
------------------------------------------------------------------------------*/
input[type=text], input[type=password], textarea
{
	border:solid 1px #C1C1C1;
	padding:2px 5px 2px 5px;
}

input[type=checkbox]
{
	textIndent: 0;
	letterSpacing: 0;
	highlightAlphas: 0, 0;
	fillAlphas: 1, 1, 1, 1;
	fillColors: #ffffff, #ffffff, #ffffff, #ffffff;
	borderColor: #ffffff;
	iconColor: #ffffff;
	disabledIconColor: #333333;
	color: #000000;
	themeColor: #ffffff;
}

input[type=button], input[type=submit]
{
	padding:5px 30px;
	background:#272727;
	color:#FFFFFF;
	text-decoration:none;
	border:none;
	font-size:12px;
}

select
{
	border:solid 1px #C1C1C1;
}

/* Szöveg link
------------------------------------------------------------------------------*/
.cont_link:link 
{
	text-decoration: none;
	color: #87C32A;
	background-color: colorhere;
}

.cont_link:visited 
{
	text-decoration: none;
	color: #87C32A;
	background-color: colorhere;
}

.cont_link:hover 
{
	color: #85C227;
	text-decoration: underline;
	background-color: colorhere;
}

.cont_list_link:link 
{
	text-decoration: none;
	border-bottom:dashed 1px #BEBEBE;
	color: #000000;
	background-color: colorhere;
}

.cont_list_link:visited 
{
	text-decoration: none;
	border-bottom:dashed 1px #BEBEBE;
	color: #000000;
	background-color: colorhere;
}

.cont_list_link:hover 
{
	text-decoration: none;
	border-bottom: solid 1px #85C227;
	color: #85C227;
	background-color: colorhere;
}

.cont_forum_link:link 
{
	text-decoration: none;
	border-bottom:dashed 1px #000000;
	color: #000000;
	background-color: colorhere;
}

.cont_forum_link:visited 
{
	text-decoration: none;
	border-bottom:dashed 1px #000000;
	color: #000000;
	background-color: colorhere;
}

.cont_forum_link:hover 
{
	text-decoration: none;
	border-bottom: solid 1px #000000;
	color: #000000;
	background-color: colorhere;
}

/* Button
------------------------------------------------------------------------------*/
.btn_blue
{
	padding:5px 40px;
	background:#1D90FF;
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
}

.btn_green
{
	padding:5px 40px;
	background:#85C227;
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
}

.btn_orange
{
	padding:5px 40px;
	background:#87C32A;
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
}

/* Top
------------------------------------------------------------------------------*/
.header 
{
	width:100%;
	height:73px;
	background:#FFFFFF url(images/header_bg.png) repeat-x;
}

.logo, .menu_top_cont, .menu_top_cont2
{
	display:inline; 
	float:left; 
	margin-left:5px; 
	margin-right:5px;
}

.logo 
{
	margin-top:8px;
	width:120px;
}

.menu_top_cont {width:580px;}
.menu_top_cont2{width:150px;}

/* Menü top - left
------------------------------------------------------------------------------*/
.menu_top_left 
{
	display:block;
	padding-top:29px;
	background:url(images/menu_divide.png) repeat-y right;
	width:100%;
	height:40px;
}

.menu_top_left li 
{
	float:left;
	height:41px;
	text-align: left;
}

.menu_top_left li.active 
{
	background:url(images/menu_active.png) no-repeat center bottom;
	position:relative;
	z-index:5;
}

.menu_top_left a 
{
	color:#7A7A7A;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
	padding:5px;
}

.menu_top_left .active a 
{
	color:#FFFFFF;
}

.menu_top_left a:hover
{
	color:#87C32A;
}

/* Menü top - right
------------------------------------------------------------------------------*/
.menu_top_right 
{
	padding-top:26px;
	float:right;
	margin-right:10px;
}

.menu_top_right li
{
	float:left;
	margin-left:5px;
	padding:5px;
}

.menu_top_right li a
{
	text-decoration:none;
	display:block;
	line-height:1em;
	color:#FFFFFF;
}

.menu_top_right li.active, .menu_top_right li:hover
{
	background:#87C32A;
	color:#FFFFFF;
}

.menu_box
{
	padding:5px 10px;
	background:#1D90FF;
	color:#FFFFFF!important;
	line-height:1em;
}

/* Banner
------------------------------------------------------------------------------*/
.banner 
{
	background:#FFFFFF;
	padding-bottom:0px;
}

.banner_cont
{
	padding-top:20px;
	position:relative;
}

.banner_cont img 
{
	margin-left:73px;
}

.banner_btn1, .banner_btn2 
{
	display:block;
	text-indent:-9999px;
	line-height:0;
	position:absolute;
	outline:none;
}

/* Ajánló
------------------------------------------------------------------------------*/
.ajanlo 
{
	background:#87C32A;
	padding:20px 0px 5px 0px;
}

.ajanlo p 
{
	line-height:1.5em;
	color:#FFFFFF;
	margin-bottom:1em;
}

.ajanlo p span 
{
  color:#272727;
}

.idezojel
{
	display:inline; 
	float:left; 
	margin-left:5px; 
	margin-right:5px;
	width:70px;
}

.idezojel_zaro
{
	margin-left:-10px;
}

.ajanlo_szoveg
{
	display:inline; 
	float:left; 
	margin-left:5px; 
	margin-right:5px;
	width:550px;
}

.ajanlo_szoveg_cont, .ajanlo_szoveg_list
{
	width:550px;
	height:66px;
	overflow:hidden;
}

.ajanlo_szoveg_list
{
	width:535px;
	height:auto;
}

.idezet
{
  	font-size:14px;
  	line-height:1.5em;
 }

.idezet_bold 
{
	font-weight:bold;
	font-style:italic;
}

/* Tartalom sötét alapon
------------------------------------------------------------------------------*/
.cont_dark 
{
	background:#272727;
}

.cont_dark h3
{
	color:#E7E7E7;
	font-size:19px;
	padding:20px 0px 20px 0px;
}

.cont_dark p
{
	color:#E7E7E7;
	font-size:14px;
	line-height:2em;
}

.cont_dark b
{
	font-size:14px;
}

.cont_dark_text
{
	float:right; 
	margin-left:5px; 
	margin-right:10px;
	text-align: left;
}

.cont_dark ul
{
	color:#E7E7E7;
	font-size:14px;
	line-height:2em;
	margin-top:15px;
}

.cont_dark li
{
	list-style-type:square;
	margin-left:30px; 
	margin-right:10px;
}

.cont_light ul
{
	font-size:14px;
	line-height:2em;
	margin-top:15px;
}

.cont_light li
{
	list-style-type:square;
	margin-left:30px; 
	margin-right:10px;
}

.cont_dark_link 
{
	color:#1D90FF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}

.dark_vertical
{
	background:url(images/dark_vertical.png) repeat-y;
	background-position: left top;
	width:40px;
}

/* Tartalom világos alapon
------------------------------------------------------------------------------*/
.cont_light 
{
	 background:#FFFFFF;
}

.cont_light .indent
{
	padding:50px 0;
}

.cont_light h2
{
	color:#000000;
	font-size:19px;
	padding:20px 0px 20px 0px;
}

.cont_light h4
{
	font-weight:bold;
	color:#87C32A;
	font-size:14px;
	margin-bottom: 5px;
}

.cont_light p
{
	color:#272727;
	line-height:1.5em;
}

.normal_ul
{
	color:#000000;
	font-size:14px;
	line-height:2em;
	margin-top:15px;
}

.normal_li
{
	list-style-type:square;
	margin-left:30px; 
	margin-right:10px;
}

.light_vertical
{
	background:url(images/light_vertical.png) repeat-y;
	background-position: left top;
	width:38px;
}

.horizontal_dash
{
	background: url(images/horizontal_dash.jpg) repeat-x;
	height:5px;
	margin:5px 0px 0px 0px;
}

/* Bal menü
------------------------------------------------------------------------------*/
ul.menu_left li
{
	text-align: left;
	font-size:12px;
	font-weight:bold;
	line-height: 32px;
	padding-left:10px;
}

ul.menu_left li.active
{
	background: url(images/left_nav_active.jpg) no-repeat left center;
}

ul.menu_left li:hover
{
	background: url(images/left_nav_current.jpg) no-repeat left center;
}

ul.menu_left li.active a, ul.menu_left li:hover a
{
	color:#FFFFFF;
}

.separator
{
	background-color:#E7E7E7;
	height:5px;
}

/* Scroll box
------------------------------------------------------------------------------*/
.list_view
{
	position: relative;
}

.items_box
{
	display:inline; 
	float:left; 
	margin-left:5px; 
	margin-right:5px;
	padding-right:10px;
	padding-bottom: 20px;
	width:140px;
}

.items_box .items_grey
{
	border:1px solid #CCCCCC;
	background:#E7E7E7;
	padding:10px;
	margin:10px 0;
}

.items_box .items_button
{
	background:#87C32A;
	color:#FFFFFF;
	padding:5px 10px;
	text-decoration:none;
	float:left;
}

.items_box_desc
{
	height:110px;
	text-align: center;
}

/* Lábléc
------------------------------------------------------------------------------*/
.footer 
{
	background:#E7E7E7 url(images/footer_bg.jpg) repeat-x top;
	padding-bottom:0px;
}

.footer .indent
{
	padding-top:5px;
}

.footer_menu
{
	display:inline; 
	float:left; 
	margin-left:5px; 
	margin-right:5px;
	padding-right:20px;
}

.footer h4, .footer li a
{
	color:#5E5E5E;
}

.footer h4
{
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
}

.footer ul li
{
	margin-bottom:5px;
}

.footer a
{
	font-size:12px;
	color: #5E5E5E;
}

.footer_vertical
{
	background:url(images/footer_vertical.png) repeat-y;
	background-position: left top;
	width:40px;
}

/* Show léptető
------------------------------------------------------------------------------*/
#cycle-pager #cycle-nav li
{
	float:left;
}

#cycle-pager #cycle-nav a
{
	float:left;
	height:12px;
	margin:3px;
	outline:none;
	width:12px;
	display:block;
	background:url(images/pager.png) no-repeat 0 0;
}

#cycle-pager #cycle-nav li.activeSlide a, #cycle-pager #cycle-nav li:hover a
{
	background:url(images/active-pager.png) no-repeat 0 0;
}

#cycle-pager #prev
{
	background:url(images/prev.png) no-repeat 0 0;
	width:15px;
	height:21px;
	float:left;
	cursor:pointer;
}

#cycle-pager #next
{
	background:url(images/next.png) no-repeat 0 0;
	width:15px;
	height:21px;
	float:left;
	cursor:pointer;
}

#cycle-pager 
{
	width:150px;
	margin:20px auto;
}





.reg_megjegyzes { font-size: 10px; color: Gray; }
.mess_error { background: #FDD; padding:4px; }
.mess_success { background:#CEFFCE; padding:4px; }

.saved_message { width:100%; text-align:center; font-weight:bold; background-color:Yellow; padding:5px; }

.listtd { border-bottom:solid 1px #DDDDDD; background-color:#FAFAFA; padding:5px 5px 5px 5px; }
.listtd2 { border-bottom:solid 1px #DDDDDD; padding:5px 5px 5px 5px; }
.cellhighlight
{
	border-bottom:solid 1px #DDDDDD;
	padding:5px 5px 5px 5px;
	background-color:#9DD5E2;
}

h3 { font-weight:bold; font-size:17px; }
h4 { font-weight:bold; font-size:15px; }


