/*
	Oldalak
	=======
*/


/*
	Hírek
	=====
*/

table.hir-table {
	padding: 5px;
	width: 100%;
}

h3.hir-title {
	margin-top: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #14293D;
}

p.news {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
}

td.auth-data {
	border-bottom: solid 1px #CCCCCC;
	margin: 0px;
	padding: 0px;
}

td.etc {
	border-top: solid 1px #CCCCCC;
	background: url(../images/etc_background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding-bottom: 10px;
}

td.lead {
	padding: 5px;
}

td.leadpic {
	padding-top: 5px;
}

td.body {
	padding-right: 5px;
}

table.attachments {
	margin-left: -1px;
	border-left: solid 3px #F5B800;
	width: 100%;
}

td.attachments {
	background-color: #f6f6f6;
	margin: 0px;
	padding-bottom: 10px;
}

/*
	Blog
	====
*/

div.header {
	padding-top: 5px;
}

div.body {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.misc {
	border-top: solid 1px #CCCCCC;
	/*background: url(../images/etc_background.png);*/
	background-repeat: repeat-x;
	margin: 0px;
	padding-bottom: 0px;
}




table.blog-table {
	background-color: #FFFEF9;
	border: 1px solid #000000;
	padding: 5px;
	width: 100%;
	margin-bottom: 40px;
}

td.blog-head {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

img.thumbnail {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

td.blog-lead {
	padding: 10px;
	vertical-align: middle;
}

div.blog-lead-pic {
	padding: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
	display: inline;
	text-align: center;
	vertical-align: middle;
}

div.blog-lead-text {
	padding: 11px;
	float: right;
	text-align: center;
	vertical-align: middle;
}

h3.blog-title {
	margin-top: 5px;
	
	font-size: 18px;
	font-weight: bold;
	color: #14293D;
}
td.blog-head {
	text-align: left;
}
td.blog-leadpic {
	text-align: left;
	width: 128px;
}
a.blog-linker:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.blog-linker:visited {
	color: #FF0000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.blog-linker:hover {
	text-decoration: underline;
}

a.blog-linker:active {
	color: #FF0000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
