/* Bevezetos hirek */
h1.newscategoryname {
	width: auto;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-top: 27px;
	margin-bottom: 21px;
	margin-left: 13px;
	margin-right: 0px;
	padding: 0px;
	color: #3F5E0D;
	background-color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

div.intronews {
	margin-left: 50px;
	margin-right: 144px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	color: #61625F;
	background-color: #FFF;
    background-image: url(../aloevera.co.hu/images/bg_news.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.intronews h1 {
	margin-bottom: 10px;
}

div.intronews h1 a {
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #0C0C59;
	background-color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

div.intronews h1 a:hover {
	text-decoration: underline;
}

div.intronews div.text { }

p.created {
	width: 49%;
	height: auto;
	float: left;
}

p.more {
	width: 49%;
	height: auto;
	float: right;
	text-align: right;
}


/* Teljes hirek */
div.fullnews {
	margin-left: 20px;
	margin-right: 20px;
}

div.fullnews hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-right: 144px;
    background-image: url(../aloevera.co.hu/images/bg_news.gif);
	background-repeat: repeat-x;
	background-position: left;
	border: 0px;
}

div.fullnews h1 {
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0px;
	color: #333;
	background: none;
	background-color: #FFF;
}

div.fullnews div.introtext {
	font-weight: bold;
	margin-bottom: 36px;
}

div.fullnews div.fulltext {

}

/* Teljes hirek */
div.linknews {
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: block;
	float: left;
}


div.linknews h1 { }

div.linknews ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	list-style: square;
	list-style-position: inside;
}

div.linknews ul li {
	width: auto;
	height: auto;
}

div.linknews ul li a { }


div.linknews ul li a:hover { }

