/* *************************************************	*/
/*	Alapértelmezett oldal beállítások					*/
/* *************************************************	*/
body
{
	background-color		:#EFEFEF;
	margin					:0px;
	padding					:0px;
	font-family				:arial;
	font-size				:12px;
	color					:#492E0D;
}

table
{
	font-family				:arial;
	font-size				:12px;
	color					:#492E0D;
}
/* *************************************************	*/





/* *************************************************	*/
/*	Alapértelmezett link								*/
/* *************************************************	*/
a:link, a:visited, a:active
{
	text-decoration			:underline;
	font-family				:arial;
	font-size				:12px;
	font-weight				:normal;
	color					:#492E0D;
}
a:hover
{
	text-decoration			:none;
	color					:#492E0D;
}
/* *************************************************	*/




/* *************************************************	*/
/*	menü linkek											*/
/* *************************************************	*/
.menu:link, .menu:visited, .menu:active
{
	text-decoration			:none;
	font-family				:arial;
	font-size				:12px;
	font-weight				:normal;
	color					:#492E0D;
}
.menu:hover
{
	text-decoration			:underline;
	color					:#492E0D;
}
/* *************************************************	*/


/* *************************************************	*/
/*	Felső menüsor linkjei								*/
/* *************************************************	*/
.headlink:link, .headlink:visited, .headlink:active
{
	text-decoration			:none;
	font-family				:arial;
	font-size				:12px;
	font-weight				:bold;
	color					:#492E0D;
}
.headlink:hover
{
	text-decoration			:underline;
	color					:#492E0D;
}
/* *************************************************	*/





/* *************************************************	*/
/*	Beviteli mezők										*/
/* *************************************************	*/
input, textarea, select
{
	font-family				:arial;
	font-size				:12px;
   	color					:#492E0D;
   	border-style			:solid;
   	border-width			:1px;
   	border-color			:#492E0D;
}

.checkbox
{
	border					:none;
}




/* *************************************************	*/
/*	Opentable, dobozok, listák							*/
/* *************************************************	*/
.tablafejlec
{
	font-weight				:bold;
	background-color		:#CCB394;
	border-color			:#CCB394;
	border-width			:1px;
	border-style			:solid;
	padding					:2px;
}

.tablanormal
{
	font-weight				:normal;
	background-color		:#F0E5D7;
	border-color			:#CCB394;
	border-width			:1px;
	border-style			:solid;
	padding-left			:4px;
	padding-right			:4px;
	padding-top				:4px;
	padding-bottom			:4px;
}

.listafejlec
{
	font-weight				:bold;
	background-color		:#CCB394;
	border-color			:#CCB394;
	border-width			:1px;
	border-style			:solid;
	padding					:2px;
}

.listanormal
{
	font-weight				:normal;
	background-color		:#F0E5D7;
	border-color			:#CCB394;
	border-width			:1px;
	border-style			:solid;
	padding-left			:2px;
	padding-right			:2px;
	padding-top				:4px;
	padding-bottom			:4px;
}

/* *************************************************	*/











/*	***********************************************		*/
/*	A bélyegező képkirakó stílusai						*/
/* *************************************************	*/
.image_cikkek_thumb
{
	border-style			:solid;
	border-color			:#492E0D;
	border-width			:1px;
	margin-right			:6px;
	margin-bottom			:2px;
}


.image_ures
{
	border-style			:solid;
	border-color			:#505050;
	border-width			:0px;
}

.image_adminedit
{
	border-style			:solid;
	border-color			:#492E0D;
	border-width			:1px;
}
.image_showthumb
{
	border-style			:solid;
	border-color			:#492E0D;
	border-width			:1px;
}
.image_ures
{
	border-style			:solid;
	border-color			:#000000;
	border-width			:0px;
}


.image_galeria
{
	border-style			:solid;
	border-color			:#000000;
	border-width			:1px;
}


/* *************************************************	*/






/* *************************************************	*/
/*	Egyéb												*/
/* *************************************************	*/
.error
{
	background-color		:#FFCCCC;
}