@charset "utf-8";
/* CSS Document */
body
{
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414109;	
}

a:link {  color: #DD0505 ; text-decoration: none; font-weight: bold;}
a:visited {  color: #DD0505 ; text-decoration: none; font-weight: bold;}
a:active {  color: #000000 ; text-decoration: underline; font-weight: bold;}
a:hover {  text-decoration: underline; color: #000000; font-weight: bold;}

#title
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px; 
}

#tartalom
{
	height: auto !important; /* real browsers */
	height: 250px; /* IE6: treaded as min-height*/
	min-height: 250px; /* real browsers */
}

.promo
{
	padding: 5px;
	border: 1px solid  #a5a5a5;
	background-color: #FFFFFF;
}

.promo2
{
	width: 260px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #a5a5a5;
	background-color: #FFFFFF;
}

