html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	background-color: #eeede9;
	text-align: center;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color:black;
}

div#wrapper {
	position:relative;
	margin:0 auto;
	width: 738px;
	padding:0 21px;
	text-align: left;

	height: 100%;
	min-height: 100%;
}
div.layout-01 { background: #eeede9 url('/_i/bckg-l01.png') repeat-y 50% 0; }
div.layout-02 { background: #eeede9 url('/_i/bckg-l02.png') repeat-y 50% 0; }

html>body #wrapper {
	height: auto;
}

#wrapper a {
	color: #ac090e;
	border-bottom:1px dotted #ac090e;
	text-decoration:none;
	font-weight:bold;
}

#wrapper a:hover {
	background-color:#fbf2f3;
}

#wrapper a.imglink {
	border:0;
}

#wrapper a.imglink:hover {
	background-color:transparent;
}

.printOnly,
img#print-logo, div#print-footer, div#print_links { display:none; }

/*
 * ------------------------------------------------------------------------------------------------
 * HEADER
 * ------------------------------------------------------------------------------------------------
 */

#header {
	background: #617085 url('/_i/header1.jpg') no-repeat top left;
	height:151px;
	position:relative;
	text-align:left;
}

#header a {
	border-bottom:none;
}

#header a:hover {
	background-color:transparent;
}

/* logo */

#header h1#logo {
	margin:0; padding:0;
	width:160px;
	height:124px;
	text-align:center;
	overflow:hidden;
}

#header h1#logo a {
	display:block;
	width:160px;
	height:124px;
	text-indent:-9000px;
	text-decoration:none;
}

/* contacts */

a#contacts {
	margin-top:4px;
	display:block;
	height:21px;
	width:90px;
	float:right;
	background: #617085 url('/_i/contacts_hu.gif') no-repeat top right;
	text-indent:-9000px;
	text-decoration:none;
}

#contacts-panel {
	position:absolute;
	top:0;
	right:0;
	width:245px;
	height:128px;
	background: url('/_i/transp_70_bckg.png');
	display:none;
}

#contacts-panel address {
	margin:5px 10px;
	color:white;
	font-size:11px;
	font-style:normal;
	text-align:right;
	line-height:1.3em;
}

#contacts-panel address a {
	color:white;
	text-decoration:none;
}

#contacts-panel address a:hover {
	text-decoration:underline;
}

/* mainmenu */

ul#mainmenu {
	margin:0;
	padding:0;
	font-size:12px;
/*	-moz-outline:1px solid pink; */
}

ul#mainmenu li {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
/*	-moz-outline:1px solid green; */
}

ul#mainmenu li a {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	text-decoration: none;
/*	-moz-outline:1px solid red; */
}

ul#mainmenu li a span {
	float:left;
	display:block;
	padding:0 6px 0 6px;
	background-position:100% 0px;
	background-repeat:no-repeat;
/*	-moz-outline:1px solid yellow; */
	padding-top:27px;
	overflow:hidden;
    height: 0px !important; /* for most browsers */
    height /**/:27px; /* for IE5.5's bad box model */
	cursor: pointer; /* vajon miből gondolja az explorer, hogy ez a span nem link!? */
}

ul#mainmenu li a:hover {
	background-position:0 -27px;
	text-decoration: none;
}

ul#mainmenu li a:hover span {
	background-position:100% -27px;
}

ul#mainmenu li.selected a,
ul#mainmenu li.selected a:hover
{
	background: url('/_i/tab-left.gif') no-repeat 0 -54px;
}

ul#mainmenu li.selected a span,
ul#mainmenu li.selected a:hover span {
	background-position:100% -54px;
}


/*
 * ------------------------------------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------------------------------------
 */

#footer {
	margin:0 auto;
	padding:0 21px;
	text-align: left;
	width: 738px;
/*	position:relative;
	bottom:0;
	left:21px;*/
	height:26px;
	font-size:9px;
	color:#888;
}
#footer.layout-01 { background: url('/_i/footer_bckg-l01.png') repeat-x bottom left; }
#footer.layout-02 { background: url('/_i/footer_bckg-l02.png') repeat-x bottom left; }

#footer #left-area {
	margin-top:5px;
	float:left;
	padding-left:20px;
	text-align:left;
}

#footer #right-area {
	margin-top:5px;
	float:right;
	padding-right:20px;
	text-align:right;
}

#footer a {
	color: #ac090e;
	border-bottom:1px dotted #ac090e;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {
	background-color:#fbf2f3;
}


/*
 * ------------------------------------------------------------------------------------------------
 * CONTENT
 * ------------------------------------------------------------------------------------------------
 */

#content {
	float:left;
	min-height: 100%;
}
#wrapper.layout-01 #content { width:490px; }
#wrapper.layout-02 #content { width:738px; }


/*
 * ------------------------------------------------------------------------------------------------
 * ARTICLE
 * ------------------------------------------------------------------------------------------------
 */

.article {
	margin:20px;
	text-align:left;
}

#sidebar .article {
	margin:11px;
	line-height:1.5em;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	margin:1em 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height:1.6em;
	color: #617085;
	font-weight: bold;
	text-align:left;
}

.article h1	{ font-size:17px; line-height:28px; }
.article h2	{ font-size:15px; line-height:23px; }
.article h3	{ font-size:13px; line-height:23px; }
.article h4	{ font-size:13px; color:black; }
.article h5	{ font-size:12px; font-style:italic; color:black; }
.article h6	{ font-size:12px; font-weight:normal; font-style:italic; color:black; }

.article img {
	margin:10px;
	border:1px solid #bbb;
	padding:3px;
}

.article img.small_pic {
	margin:3px 4px 3px 0;
	border:1px solid #bbb;
	padding:1px;
}

.article .text-box-left {
	width:40%;
	float:left;

	margin:10px;

	border-width:0 0 1px 1px;
	border-color:#bfc1c0;
	border-style:solid;
	background: url('/_i/textbox_bckg.gif') no-repeat top right;
	padding:15px 10px 10px 10px;

	font-size:11px;
	color:#888;
}

.article .text-box-right {
	width:40%;
	float:right;

	margin:10px;

	border-width:0 0 1px 1px;
	border-color:#bfc1c0;
	border-style:solid;
	background: url('/_i/textbox_bckg.gif') no-repeat top right;
	padding:15px 10px 10px 10px;

	font-size:11px;
	color:#888;
}

.article .quote {
	margin:10px 20px 5px 20px; padding:10px 0 15px 0;
	background: url('/_i/quote.gif') no-repeat top left;
	font-style: italic;
}

.article .lead {
	font-weight:bolder;
}

.article .date {
	margin-top:-2.0em;
	font-size:10px;
	font-style:italic;
}

#sidebar .article .date {
	margin-top:-1.8em;
}

.article table {
	border-collapse:collapse;
}

.article table td, .article table th {
	border:1px solid #cbcbcb;
	padding:2px;
}

.article .admin-btn-desc {
	font-weight:bold;
	font-style:italic;
}

.article table {
	border-collapse:collapse;
}

.article td, .article th {
	border:1px solid #cbcbcb;
	margin:0;
	padding:0.2em 0.5em;
}

.article .table-head {
	font-weight:bolder;
	background-color:#f7e5b5;
}

.article .table-odd-row {
	background-color:#e6e5e3;
}

.article .table-even-row {
	background-color:white;
}



/*
 * ------------------------------------------------------------------------------------------------
 * SIDEBAR
 * ------------------------------------------------------------------------------------------------
 */

#sidebar {
	float:right;
	width:245px;

	min-height: 100%;
}

#sidebar h1 {
	margin:0 0 8px 0;
	padding:0;
	font-size:15px;
	color: #888;
	font-weight: normal;
	font-style: italic;
}


/* client login */

#search, 
#login {
	background-color:#eff0f4;
	padding:10px;
	border-bottom:1px solid #e0e0e0;
}

#search form,
#login form {
	margin:0;
}

#search form .row,
#login form .row {
	display:block;
	margin-bottom:3px;
}

#search form label,
#login form label {
	display:block;
}

#search form .widget,
#login form .widget {
	width:130px;
}

#search form .button,
#login form .button {
	width:70px;
	margin-left:10px;
}

/* news */

#news {
	padding:10px;
}

#news h3 {
	margin:13px 0 3px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

#news p {
	margin:0;
}

#news ul.news-meta {
	margin:3px 0; padding:0;
}

#news ul.news-meta li {
	list-style-type:none;
}

#news .news-date {
	font-size:10px;
	font-style:italic;
}







#registration_form label {
	display:block;
	width:140px;
	float:left;
	text-align:left;
	margin-top:3px;
}

#registration_form input, textarea {
	font: normal 12px Tahoma, Verdana, sans-serif;
	display:block;
	width:260px;
	float:left;
	margin-bottom:3px;
}

