/* Bevezetos hirek */
h1.newscategoryname {
	width: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	color: #bacced;
	border-bottom: 1px dashed #2c3f61;
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	*margin-top: -10px;
}

div.intronews {
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
	padding: 0px;
	color: #fff;
	width: 90%;
}

div.introtext {
	width: 100%;
}

div.intronews h1 {
	margin-bottom: 10px;
}

div.intronews h1 a {
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

div.intronews h1 a:hover {
	text-decoration: underline;
}

div.intronews div.text {
	margin-top: 10px;
	font-weight: bold;
}

p.created {
	width: 49%;
	height: auto;
	float: left;
}

p.idezet {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

p.more {
	width: 49%;
	height: auto;
	float: right;
	text-align: right;
}


/* Teljes hirek */
div.fullnews {
	color: #fff;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
}

div.fullnews hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
	border: 0px;
}



div.fullnews h1 {
		width: auto;
		display: block;
		margin: 0px;
		padding: 0px;
		height: 30px;
		line-height: 30px;
		color: #bacced;
		border-bottom: 1px dashed #2c3f61;
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 15px;
}


div.fullnews div.fullintrotext {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.fullnews div.fulltext {
	margin: 0px;
	padding: 0px;
}

/* link 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 { }

div.news img {
    border:0;
  }

