/* css by StartAdmin 2010 */

/********************************************************************************* common */

body {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #535252; /* szoveg szine */
	background-image: url(i/background.png);
	background-repeat: repeat-x;
	background-color: #280a06;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
	
a {
	color: #06C; 
	text-decoration: underline;
}
a:hover {
	color: #06C; 
	text-decoration: none;
}
h1 { /* titles */
	font-size:22px;
	font-weight: normal;
	color: #a12617;
	margin-top:0px;
	text-transform: none;
}
h2 { /* subtitles */
	font-size:15px;	
	font-weight: bold;
	color: #000;
	margin-top:0px;
	text-transform: none;
}
hr {
	color: #a12617;
	background: none;
	border: 0px;
	border-top: 1px #a12617 solid;
	height: 1px;
	margin: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}


/********************************************************************************* page */


#page {
	width: 1020px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	background-image: url(i/page_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
*+html #page { /* IE7 */
	text-align: left;
}
#page_header { 
	width: 999px;
	height: 19px;
	background-image: url(i/header_top.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: auto;
	margin: 0px auto 0px auto;
}
#page_body {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
	margin: 0px auto 0px auto;
}
#page_footer2 { 
	background-image:url(i/page_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	
	width: 1020px;
	height: 60px;
	margin: 0px auto 0px auto;
}

#page_center{
	width:1000px;
	margin: 0px auto 0px auto;
}
/********************************************************************************* header + hmenu */


#header {
	width: 999px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#header_header {
	}
#header_footer {
	}
#header_body {
	}
	
#header_image { /* header_hatterkep */
}


/*  ******************************************************** menu horizontal */


/*  ******************************************************** menu vertical */
#vmenu {
	float: left;
	width: 200px;
	height:auto;
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	_margin: 0px 0px 10px 0px;

	color: #000;
}
#vmenu_body { 	
	float: left;
	padding-top:25px;
	margin: 0px;
} 
#vmenu_header{

}
#vmenu a {
	text-decoration: none;
	display: inline;
}
#vmenu a:hover {
	color:#352a23;
	display: inline;
}


#vmenu ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#vmenu li {
	width:180px;
	height: 25px;
	
	padding: 0px;
	margin: 0px;
}
#vmenu li a {
	display: block;
	float: left;
	
	width:165px;
	
	text-align: left;

	color: #352a23;
	
	margin: 2px 0px 0px 5px;
   _margin: 2px 0px 0px 5px;
   padding: 0px 5px 4px 20px;
   background-image:url(i/vmenu_li_bg.png);
   background-position: bottom;
   background-repeat: no-repeat;
}
#vmenu li a:hover {
	color: #900;
}	
#vmenu li.active {

}
#vmenu li.active a{
	color:#352a23;

	margin: 2px 0px 0px 5px;
   _margin: 2px 0px 0px 5px;
   padding: 0px 0px 4px 20px;
   
	background-image: url(i/selected_menu_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


#vmenu_body li.almenu{

}
#vmenu li.almenu a{
	font-size: 11px;
	display: block;
	float: left;
	
	width: 145px;
	
	text-align: left;

	color: #5d4434;
	
	margin: 2px 0px 0px 5px;
   _margin: 2px 0px 0px 5px;
   padding: 0px 5px 4px 40px;
}
#vmenu  li.almenu a:hover  {
	color: #900;
}	
#vmenu li.active_almenu a{
	font-size: 11px;
	width: 145px;

	margin: 2px 0px 0px 5px;
   _margin: 2px 0px 0px 5px;
   padding: 0px 0px 4px 40px;
   
	background-image: url(i/selected_menu_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
	
#vmenu_footer{
}
	

/*  ******************************************************** vcontent  */	

#vcontent{
	font-size: 12px;
	color: #666666;
	float:left;
	width: 200px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#vcontent_header{

}
#vcontent_body{
	padding: 15px;
	width: 160px;
}
#vcontent_footer{

}
/********************************************************************************* content */


#content {
	float: left;
	width: 800px;
	
	margin: 0px 0px  0px 0px;
	padding: 10px 0px 21px 0px;
	text-align: left;
	overflow: visible;
}
#content_footer {
	}

/*  ******************************************************** content right */

#content_right {
	float:right;
	width: 190px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#content_right_header {
}
#content_right_footer {
}
#content_right_body {
	display: none;
	min-height: 100px;
	overflow: visible;
}
	
/*  ******************************************************** content left */	
	
#content_left {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	width: 100%;
	min-height: 600px;
/*	border-right: 1px #a12617 solid;*/
}
#content_left_header {

}
#content_left_footer {
	}
#content_left_body {
	width:770px;
	padding: 0px 10px 10px 0px;
	overflow: visible;
}
* html #content_left_body { /*ie6 hack*/
   width:570px;
   padding: 0px 10px 0px 0px;
}
.clearfloat {  /* float end */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
	
/********************************************************************************* footer section */


#footer {
	float: left;
	width: 999px;
	height: 57px;
	
	font-size: 12px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
	
	background-color: #252525;
}
#footer_header {
}
#footer_body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	
	color: #FFF;
}
#footer_footer {
}
#footer a {
	color:#c16910;
}
#footer a:hover { 
	}




/* WEBUSER */
#reg_form {
	float: left;
	width: 100%;
}
#webuser_menu a {
	color: #000000;
}
#frm_reg {
	width: 180px;
	float: left;
}
#frm_login {
	width: 180px;
	float: left;
}
#login_form {
	float: left;
}
/**************************  ERROR */
#form_validator {
	width: 100%;
	min-width: 255px;
	height: 70px;
	margin: 10px 0px 0px 0px;
	border: 1px #231d18 solid;
	padding: 5px;
}
#form_validator img{
	margin: 2px;
}

#error_message {
	width: 500px;
	min-height: 130px;
	color:#FFFFFF;
	background-color: #900;
	padding: 10px;
	overflow: auto;
	margin: 0px auto 10px auto;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#succes_message {
	width: 500px;
	min-height: 130px;
	color:#FFFFFF;
	background-color: #060;
	padding: 10px;
	overflow: auto;
	margin: 0px auto 10px auto;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* FORM ELEMEK VEGE */

/*  FORM ELEMEK */
input[type=text] {
	background-color: #fff;
	background-image: none;
	border: 1px #999 solid;
	
	text-transform: none;
	color: #333;
	
	width: 220px;
	height: 25px;
	
	margin: 2px;
	padding: 0px;
	font-weight: normal;
	
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input[type=password] {
	background-color: #fff;
	background-image: none;
	border: 1px #999 solid;
	
	text-transform: none;
	color: #333;
	
	width: 220px;
	height: 25px;
	
	margin: 2px;
	padding: 0px;
	font-weight: normal;
	
	-moz-border-radius: 0px;
	border-radius: 0px;
}
textarea {
	background-color: #fff;
	background-image: none;
	border: 1px #999 solid;
	
	text-transform: none;
	color: #333;
	
	width: 100%;
	height: 150px;
	
	font-weight: normal;
	
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input {
	border: 1px #000000 solid;
	background-color: #951a16;
/*	background-image: url(http://startadmin.hu/sablonok/webaruhaz01A/button_alap.png);*/
	background-repeat: repeat-x;
	
	text-transform: uppercase;
	color: #ffffff;
	
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px 1px 10px;
	height: 25px;

	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type=checkbox] {
	background-image: none;
	font-weight: normal;
	text-transform: none;
	width: 20px;
	height: 20px;
	padding: 2px 2px 0px 2px;
	border: none;
	color: #aea996;
	
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input[type=radio] {
	background-image: none;
	font-weight: normal;
	text-transform: none;
	width: 20px;
	height: 15px;
	padding: 0px 2px 2px 2px;
	border: none;
	color: #aea996;
	
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.email_form_cimsor {
	color: #000;
	font-weight: bold;
}

form.search_form {
	float: right;
	width: 230px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
input.keresosor {
	float: left;
	
	width: 130px;
	height: 23px;

	border: 0px;
	
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 60px;
	
	background-color: #fff;
	background-image: none;
	border-top: 1px #cecece solid;
	border-bottom: 1px #cecece solid;
	border-left: 1px #cecece solid;
	
	text-transform: none;
	color: #333;
}
input.kereso_gomb {
	float: left;

	margin: 0px;
	padding: 0px;
	
	width: 30px;
	height: 25px;

	background-image: url(i/search_ok_button.png);
	background-repeat: no-repeat;
	
	border: none;
	
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*   KERESO   */
#keresesi_talalatok{
	width:500px;
}
#kereses_talalat{
	width:500px;
	float:left;
	margin: 10px 0px 0px 0px;
}
#kereses_talalat a{

}
#kereses_talalat_szoveg{
	float: left;
	width: 390px;
}
#kereses_talalat_kep{
	float: left;
	width: 170px;
	height: 223px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
}
/*  FORM ELEMEK VEGE */


/*************************************************************************** STARTADMIN BEALLITASOK */


/*************************************** kepgaleria */
#galeria_list {
	min-width: 500px;
	float: left;
}

.galeria_thumb {
	float: left;
	width: 180px;
	height: 150px;
	margin: 5px;
	text-align: center;
	padding-top: 10px;
	
	font-size: 10px;
	color: #999999;
}
.galeria_thumb img{
	background-position: center;
	border: 0px;
}
.galeria_thumb a{
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	color:#666666;
}

.kepgaleria {
	float: left;
}
.kepgaleria_kep {
	float: left;
	width: 180px;
	height: 180px;
	margin: 7px;
	text-align: center;
	padding-top: 10px;
}
.kepgaleria_kep img{
	background-position: center;
}

.kepgaleria_szoveg{
	margin: 10px;
	color:#666666;
	font-size: 14px;
}

/****************************    NYELV VALASZTO  */
#language_select {
	float: right;
	width: 300px;
	height: 15px;
	margin: 60px auto 0px auto;
	padding: 0px;
	text-align: right;
}
*+html #language_select { /* IE7 */
	width: 300px;
	height: 15px;
	margin: 0px;
	padding-left: 25px;
	float: left;
}


/********************************************* BLOG KEZDETE */
.bloglist_magazin {
	float: left;
	width: 760px;
		
	margin: 10px 0px 5px 0px;
	padding: 5px 0px 5px 10px;
	border-left: 5px #d7c3a3 solid;
	background-color: #efe6d8;
	overflow: visible;
}
#bloglistbox a.cimsor{
	font-size: 16px;
	color: #a12617;
	text-decoration: none;
}
#bloglistbox a:hover.cimsor{
	text-decoration: underline;
}

#bloglistbox img {
	background-position:top center;
	width: 50px; 
	height: 50px;
}
#blog_szoveg {
	overflow: auto;
	margin: 0px 0px 20px 0px;
}
/* BLOG VEGE */



/*******************************   LAPOZO  */
#lapozo {
	float: left;
	width: 100%;
	height:30px;
	color: #333333;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
}
#lapozo a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
#lapozo_bal {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 33%;
}
#lapozo_szamsor {
	float: left;
	width: 33%;
	text-align: center;
}
#lapozo_jobb {
	margin: 0px 0px 0px 0px;
	float: right;
	width: 33%;
	text-align: right;
}



/***************************************** KOMMENT  */
#komment_szoveg textarea {

}
#komment_list_fejlec {
	color: #564221;
	font-weight: bold;
	float: left;
	width: 450px;
/*	background-color: #666;*/
	padding: 5px;
}
#komment_list_fejlec a{
	color: #564221;
	text-decoration: none;
	font-weight: normal;
}

#komment_list_bejegyzes {
	background-image:url(i/komment_bg.png); 
	background-repeat: repeat-x;
	background-color: #e0d0b7;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 10px;
	float: left;
	color: #564221;
}

#komment_list_datum {
	float: right;
	color: #fff;
	background-color: #564221;
	width: 110px;
	padding: 5px;
}

#komment_list_szoveg {
	float: left;
	font-size: 12px;
	padding: 10px;
}
div#komment_webuser_kiskep
{
	float: left;
	width: 70px;
	height: 70px;
	margin: 5px;
	background-position: center;
	border: 4px #564221 solid;
}

/******************************************* KOMMENT VEGE */

/************************************ FORUM  */
/******* A kommentezeshez szukseges form elemek is a Forumbol taplalkoznak */
#forum_szoveg textarea {
	width: 100%;
	height: 100px;

}
#forum_list_fejlec {
	color: #666666;
	font-weight: bold;
	float: left;
	width: 500px;
}
#forum_list_fejlec a{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#forum_list_bejegyzes {
	background-color: #E8E8E8;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	font-size: 10px;
	float: left;
	border-top: 4px #CCCCCC solid;
}

#forum_list_datum {
	float: right;
	color: #666666;
	border-bottom: 1px #999999 solid;
}

#forum_list_szoveg {
	width: 550px;
	float: left;
	font-size: 12px;
}
div#forum_webuser_kiskep
{
	float: left;
	width: 70px;
	height: 90px;
	margin-right: 5px;
	background-position: top center;
}
/***************************************** FORUM VEGE */



/********************************************************** ESEMENYNAPTAR*/
#esemenynaptar table {
	border: 0px;
}
#esemenynaptar a {
	display: inherit;
	width: 1px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
	color: #FFF;
}
#esemenynaptar table.kulso_tablazat {
	border: 1px #b3cbe8 solid;
	-moz-border-radius: 3px;
}
#esemenynaptar table.belso_tablazat {
}
#esemenynaptar .button {
	background: #666;
	color: #FFF;
	border: none;
}
/* napok nevei */
td.cella_0
{
	font-size: 10px;
	font-weight: bold;
}

td.cella_1
{
	background-color:#333333;
	color: #CCCCCC;
	border: 1px #F00 solid;
}

/* jelolt hetvege */
td.cella_2
{
	background-color:#FF0000;
	-moz-border-radius: 3px;
}
/* jeloletlen hetvege*/
td.cella_3 
{
	background-color:#c1d9f4;
	border: 1px #b3cbe8 solid;
	-moz-border-radius: 3px;
}

/* jelolt nap */
td.cella_4 
{
	background-color:#FF0000;
	-moz-border-radius: 3px;
}
/* jeloletlen hetkoznap  */
td.cella_5
{
	border: 1px #b3cbe8 solid;
	-moz-border-radius: 3px;
}
/*********************************  ESEMENYNAPTAR VEGE */



/* WEBUSER */
.manage_kep_picture
{
	text-align:center;
	padding: 10px;
	margin: 5px;
	border: 1px solid #FFFFFF;
}
#adatlap_kep_picture {
	width: 300px;
	height: 400px;
	margin: 10px;
	background-repeat: no-repeat;
}
#taglista_tag {
	width: 640px;
	height: 120px;
	float: left;
	background-color: #E5E5E5;
	margin: 10px;
	padding: 10px;
}
#taglista_webuser_kiskep {
	width: 70px;
	height: 100px;
	float: left;
	margin: 5px;
}
#uzenetform textarea {
	width: 660px;
	height: 100px;
}

/* WEBUSER VEGE */