body {
	margin: 0;
	background: url(../../img/szabadvasarnap/body_bg.png);

	text-align: center;
}

a {
	text-decoration: none;
	color: #31669C;
}

img {
	border: 0;
}

a:hover {
	color: #608FBE;
}

form {
	margin: 0;
	padding: 0;
}

#outer {
	margin: 0 auto;
	width: 730px;
}

#inner {
	float: left;
	width: 730px;
	background: url(../../img/szabadvasarnap/outer_bg.png);
	text-align: left;
}

#footer {
	clear: both;
	width: 730px;
	height: 42px;
	background: url(../../img/szabadvasarnap/footer_bg.png);
	margin-bottom: 40px;
}

/* --------------------------- Header --------------------------- */
#header {
	background: url(../../img/szabadvasarnap/header_bg.png);
	height: 145px;
	position: relative;
}

#header #logo a {
	position: absolute;
	top: 25px;
	left: 0;
	height: 95px;
	width: 730px;
}

#header #logo a span {
	display: none;
}

/* -------------------------- Left menu -------------------------- */
#leftmenu {
	float: left;
	display: inline;
	width: 146px;
	margin-left: 1px;
}

#leftmenu .hier ul, #leftmenu .hier li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftmenu .hier ul li a {
	float: left;
	clear: left;
	width: 146px;
	w\idth: 136px;

	padding: 7px 5px;
	margin: 0;

	font: bold 10px Verdana,sans-serif;
	text-transform: uppercase;
	color: #727272;
}

#leftmenu .hier ul li a:hover {
	color: #608FBE;
}


#leftmenu .hier ul li a.selected {
	background: url(../../img/szabadvasarnap/leftmenu_selected_bg.png) repeat-y;
	color: #31669c;
}

#leftmenu ul.hier2 li a {
	padding-left: 20px;
	w\idth: 131px;
	font: normal 9px/10px Verdana,sans-serif;
}

#leftmenu .hr {
	float: left;
	clear: both;
	margin-top: 5px;

	width: 150px;
	height: 4px;
	background: #dcecf6;
	border-top: 1px solid #e4e5e9;
	border-bottom: 1px solid #e4e5e9;

	font-size: 0px;
}

#leftmenu ul.links {
	float: left;
	clear: both;
	width: 150px;

	list-style: none;
	margin: 0;
	padding: 0;
}

#leftmenu ul.links li {
	margin: 2px 5px;
}

#leftmenu a {
	font: 11px/17px Verdana,sans-serif;
	color: #31669c;
}

#leftmenu p.newsletter {
	float: left;
	display: inline;
	margin: 10px 0 0 5px;
}

#leftmenu .copyright {
	display: none;
}

/* ------------------------- Right menu -------------------------- */
#rightmenu {
	float: right;
	display: inline;
	margin: -5px 0 0 0;

	padding: 20px 11px;
	width: 140px;
	w\idth: 118px;
	height: 568px;

	font: 11px Arial,sans-serif;
	color: #6d6d6d;
}

#rightmenu a img {
	margin-left: -7px;
}


#rightmenu p {
	margin: 0;
	padding: 0;
}

/* --- Join petition --- */
#rightmenu h1.join-petition {
	margin: 0 0 1px -5px;
	background: url(img/szabadvasarnap/last_joined_h1.png) no-repeat;
	height: 31px;
}

#rightmenu h1.join-petition span {
	display: none;
}

#rightmenu label {
	display: block;
	margin-top: 5px;
	color: black;
	font-weight: bold;
}

#rightmenu label.optional {
	color: #656565;
}

#rightmenu input, #rightmenu textarea {
	width: 117px;
	height: 13px;
	background: white;
	border: 1px solid #7fb1cf;
	font: 10px Verdana,sans-serif;
}

#rightmenu textarea {
	height: 80px;
	background: #f4f4f4;
}

#rightmenu .submit {
	text-align: right;
	margin-top: 3px;
}

#rightmenu .submit input {
	width: auto;
	height: 19px;
	border: none;
	background: #cdecff;
	font-weight: bold;
	color: #2b6f6f;

	text-align: center;
}

#rightmenu .hr {
	margin: 12px -10px;
	border-top: 1px solid #7fb1cf;

	font-size: 0px;
}

/* --- Last joined --- */

#rightmenu h1.last-joined {
	margin: 0 0 7px -5px;
	background: url(../../img/szabadvasarnap/last_joined_h1.png) no-repeat;
	height: 31px;
}

#rightmenu h1.last-joined span {
	display: none;
}

#rightmenu table.last-joined {
	margin-top: 5px;
}

#rightmenu table.last-joined td {
	font: 10px Arial,sans-serif;
	line-height: 10px;
	padding: 0;
}

#rightmenu table.last-joined td.num {
	color: #8ba8aa;
	text-align: right;
}

#rightmenu a.more-joined {
	float: right;
	margin-top: 5px;

	color: #57aee4;
	font: bold 11px Arial,sans-serif;
}

/* --------------------------- Content --------------------------- */
#content {
	float: left;
	display: inline;

	width: 390px;
	margin: 10px 0 0 30px;

	font: 12px/17px Verdana,sans-serif;
	color: black;
}

#content ul {
	padding-left: 16px;
}

#content h1 {
	margin: 0 0 10px 0;
	font: bold 16px Verdana,sans-serif;
	color: #2b6f6f;
	border-bottom: 1px solid #2b6f6f;
}

#content h4 {
	font-size: 12px;
	line-height: 14px;
}

#content h3 {
	font-size: 14px;
	line-height: 16px;
}

#content h2 {
	font-size: 16px;
	line-height: 18px;
}


/* --- Table --- */
#content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px 0;
}

#content table td {
	padding: 0 7px;
}	

#content table tbody tr.even {
	background: #F9F9F9;
}

#content table tbody tr{
	border-collapse: collapse;
}

#content div.table-paging {
	border-top: 1px solid #D4DFE8;
	background: #F4F4F4;
	margin-top: 8px;
	padding: 1px 10px;
	color: #A6A6A6;
	height: 17px;
	text-align: right;
}

#content div.table-paging a {
	font: 10px bold Verdana,sans-serif;
	padding: 0 2px;
}

#content div.table-paging img {
	border: none;
}
	


#content table thead td {
	border-bottom: 1px solid #D4DFE8;
	background: #EDF2F6;
}

#content table td {
	color: #727272;
}

#content table thead td a {
	font-weight: bold;
}

/* --- News --- */
#content .news-title {
	padding-top: 2px;
}
	
#content .news-title a {
	font: bold 14px/18px Verdana,sans-serif;
	color: #31669C;
}

#content .news-list-entry {
	clear: both;
	padding-left: 16px;
	background: url('../../img/szabadvasarnap/news-icon.png') 0px 3px no-repeat;
}

#content .news-list-entry .news-lead {
	font-weight: normal;
	margin-bottom: 10px;
}

#content .news-lead {
	font-size: 12px;
	font-weight: bold;
}

#content .news-big-leadpic, #content .news-small-leadpic {
	float: left;
	display: inline;
	margin: 5px 5px 5px 0;

	width: 85px;
}

#content .news-small-leadpic {
	width: 85px;
}

#content .news-body {
	clear: both;
}

#content .news-back {
	margin-top: 10px;
}

#content p {
	margin: 15px 0;
}

#content .attachmentlisttitle {
	margin-top: 10px;
	font: bold 12px Verdana,sans-serif;
	color: #2b6f6f;
}

#content .attachmentlistitem {
}

/* --- Form --- */
#content label {
	display: block;
	margin-top: 8px;

	font-weight: bold;
	color: black;
}

#content input, #content textarea {
	width: 100%;
	border: 1px solid #aaa;
}

#content .submit {
	font: 11px Verdana,sans-serif;

	margin-top: 5px;
	text-align: right;
}

#content .submit input {
	width: auto;
	background: #dcecf6;
	font-weight: bold;
	color: #31669c;
	border: none;

	text-align: center;
}

#content form .error {
	font: bold 10px Verdana,sans-serif;
	color: #2b6f6f;
}

