/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /*ol, ul, li,*/ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;/*vertical-align: baseline;*/}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
/*ol, ul {list-style: none;}*/
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
.clear, .clr {clear: both;}

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

i, em {
	font-style:italic;
}

ol, ul {
	margin-top:0px;
	margin-bottom:0px;
}

img.img {
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	padding:5px;
}

/* HEADER */

#header {
	width:835px;
	padding:5px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D2;
	box-shadow:5px 5px 5px #D9D9D2;
	-moz-box-shadow:5px 5px 5px #D9D9D2;
	-webkit-box-shadow:5px 5px 5px #D9D9D2;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D9D9D2')"; */ /* IE8 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#D9D9D2'); */ /* IE 5.5-7 */
}
#header div {

}

/* MENU */

#menu {
	width:220px;
	padding:5px;
	float:left;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D2;
	box-shadow:5px 5px 5px #D9D9D2;
	-moz-box-shadow:5px 5px 5px #D9D9D2;
	-webkit-box-shadow:5px 5px 5px #D9D9D2;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D9D9D2')"; */ /* IE8 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#D9D9D2'); */ /* IE 5.5-7 */
}
#menu div.header {

}
#menu div.main {

}
#menu div.footer {

}
#menu div.menupont {
	width:180px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	/*padding-left:30px;*/
	overflow:hidden;
	line-height:23px;
	background-color:#238611;
	border:1px solid #8CB795;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	/*
	background-image:url(../images/template_3/nyil_fomenu.jpg);
	background-repeat:no-repeat;
	background-position:6px 8px;
	*/
	background-repeat:no-repeat;
	background-position:2px;
}
#menu div.menupont a {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#menu div.menupont a:hover {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
#menu div.almenupont {
	width:170px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-top:6px;
	padding-bottom:6px;
	overflow:hidden;
	border-left:1px solid #8CB795;
	border-right:1px solid #8CB795;
	background-image:url(../images/template_3/nyil_almenu.jpg);
	background-repeat:no-repeat;
	background-position:6px 8px;
}
#menu div.almenupont a {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
#menu div.almenupont a:hover {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
#menu div.footer {
	width:200px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #8CB795;
	border-top:0px solid #FFFFFF;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

/* CONTENT */

#container {
	margin-bottom:20px;
}

#main {
	width:845px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#login {
	width:833px;
	padding:5px;
	margin-bottom:20px;
	line-height:29px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D2;
	box-shadow:5px 5px 5px #D9D9D2;
	-moz-box-shadow:5px 5px 5px #D9D9D2;
	-webkit-box-shadow:5px 5px 5px #D9D9D2;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D9D9D2')"; */ /* IE8 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#D9D9D2'); */ /* IE 5.5-7 */
}
#login div {
	float:right;
	line-height:29px;
}

#content {
	width:586px;
	margin-left:15px;
	padding:5px;
	float:left;
	overflow:hidden;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D2;
	box-shadow:5px 5px 5px #D9D9D2;
	-moz-box-shadow:5px 5px 5px #D9D9D2;
	-webkit-box-shadow:5px 5px 5px #D9D9D2;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D9D9D2')"; */ /* IE8 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#D9D9D2'); */ /* IE 5.5-7 */
}
#content div.header {
	padding-top:20px;
	padding-bottom:20px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
#content div.main {
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	line-height:130%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

/* FORUM */

div.topic {
	font-size:18px;
	font-weight:bold;
}

div.topic_leiras {
	margin-top:10px;
	margin-bottom:60px;
}

div.new_topic {
	padding-left:20px;
	background-image:url(../images/template_1/plus.gif);
	background-repeat:no-repeat;
	line-height:15px;
	cursor:pointer;
}

div.new_topic_on {
	margin-bottom:20px;
	padding-left:20px;
	background-image:url(../images/template_1/minus.gif);
	background-repeat:no-repeat;
	line-height:15px;
	cursor:pointer;
	display:none;
}

table.tbl_forum, table.tbl_comment {
	width:566px;
	border-collapse:collapse;
	font-size:11px;
	margin-top:20px;
}
table.tbl_forum th, table.tbl_comment th {
	background-color:#F3F4EE;
	font-weight:bold;
	padding:5px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#788281;
}
table.tbl_forum td {
	padding:5px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#788281;
}
table.tbl_comment td {
	padding:5px;
}
table.tbl_comment td.comment {
	padding:5px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#788281;
	background-color:#FEFFEF;
}

/* FOOTER */

#footer {
	width:835px;
	padding:5px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D2;
	box-shadow:5px 5px 5px #D9D9D2;
	-moz-box-shadow:5px 5px 5px #D9D9D2;
	-webkit-box-shadow:5px 5px 5px #D9D9D2;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D9D9D2')"; */ /* IE8 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#D9D9D2'); */ /* IE 5.5-7 */
}
#footer div {
	text-align:center;
}

/* FORM ELEMENTS */

table.tbl_form {
	width:566px;
	border-collapse:collapse;
	font-size:11px;
}
table.tbl_form th {
	width:120px;
	padding:5px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
table.tbl_form td {
	padding:5px;
}

span.asterix {
	color:#FF0000;
}

label.error {
	color:#FF0000;
	display:block;
}

.input_1 {
	width:130px;
	margin-left:5px;
	margin-right:10px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	background-color:#FFFFFF;
}

.input_2 {
	margin-left:5px;
	margin-right:10px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border:1px solid #788281;
	background-color:#FFFFFF;
	vertical-align:middle;
}

.btn_1 {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#89BA37;
    border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px; 
	border-radius:4px;
}

/* TEXTS */

.text_1 {
	font-family:Arial;
	font-size:48px;
	font-weight:normal;
	color:#FFFFFF;
}

/* LINKS */

a {
	font-weight:bold;
	color:#DB001F;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
}