/* *********************************************	*/
/* ALAP												*/
/* *********************************************	*/
body
{
	font-family				:arial;
	font-size				:12px;
	color					:#505050;
	margin					:0px;
	padding					:0px;
}


table
{
	font-family				:arial;
	font-size				:12px;
	color					:#505050;	
}


/* *********************************************	*/
/* LINKEK											*/
/* *********************************************	*/

a:link, a:visited, a:active
{
	text-decoration			:underline;
	font-weight				:normal;
	color					:#9f4c41;
}
a:hover
{
	text-decoration			:none;
}


a.lablec:link, a.lablec:visited, a.lablec:active
{
	text-decoration			:underline;
	font-family				:arial;
	font-size				:12px;
	font-weight				:normal;
	color					:#ecd4d1;
}
a.lablec:hover
{
	text-decoration			:none;
}



/* *********************************************	*/
/* EGYÉB											*/
/* *********************************************	*/
.label
{
	font-size				:18px;
	font-weight				:normal;
	color					:#9f4c41;
}

.alcim
{
	font-weight				:bold;
	color					:#9f4c41;
}

.bordo
{
	font-weight				:normal;
	color					:#9f4c41;
}

.lablec
{
	color					:#ecd4d1;
}

.error
{
	background-color		:#FFCCCC;
}

/* *********************************************	*/
/* Hírlevél stílusok								*/
/* *********************************************	*/

.label_hirlev
{
	font-size				:16px;
	font-weight				:bold;
	color					:#9f4c41;
}

.label_hirlev_black
{
	font-size				:16px;
	font-weight				:bold;
	color					:#505050;
}

.alcim_hirlev
{
	font-size				:12px;
	font-weight				:bold;
	color					:#9f4c41;
}

.alcim_13_hirlev
{
	font-size				:13px;
	font-weight				:bold;
	color					:#9f4c41;
}


.table_hirlev
{
	font-family				:arial;
	font-size				:12px;
	color					:#505050;	
}

div.kiemeltheader {
    background-color: #A04D3F;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 0 3px 10px;
}
div.kiemelt {
    background-color: #EBECE4;
    border: 1px solid #A04D3F;
    padding: 16px;
}

