body {
	margin: 0;
	background: url("../img/bg.jpg") top repeat-x;
	background-color: #6d0e0c;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
form, p { margin: 0; }
h1 {
	margin: 15px 0 15px 0;
	font-size: 22px;
	font-weight: bold;
}
.popupBox {
    width: 400px;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -200px;
    z-index: 10;
    padding:15px 10px 15px 50px;
    border: 1px solid #B90000;
    color: #fff;
    background-color: #999999;

}
h2 {
	margin: 15px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	margin: 15px 0 15px 0;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	margin: 15px 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}
#container {
	width: 970px;
	background-color: #ffffff;
}
#container_c {
	background: url("../img/contbg.jpg") top repeat-y;
	width: 970px;
	background-color: #ffffff;
	float: left;
	position: relative;
}
#top {
	background-color: #ffffff;
	width: 970px;
	height: 150px;
	overflow: hidden;
}
#top_left {
	width: 760px;
	height: 150px;
	float: left;
	position: relative;
	text-align: right;
}
#top_right {
	width: 210px;
	height: 150px;
	float: left;
	position: relative;
	background-color: #d3d3d3;
}
#menuline {
	background-color: #ffffff;
	width: 760px;
	height: 25px;
	font-weight: bold;
	border-top: 13px solid #b90000;
	border-bottom: 2px solid #b90000;
}
#leftmenu {
	background-color: #ffffff;
	width: 209px;
	font-weight: bold;
	border-top: 13px solid #b90000;
	text-align: left;
}
/* bal oldali menu */
#l_menu {
	width: 199px;
	position: relative;
	float: left;
}
#l_menu a {
	width: 199px;
	background-color: #e1e1e1;
	position: relative;
	float: left;
	text-decoration: none;
	color: #000000;
	padding: 5px 0 5px 10px;
	border-bottom: 2px solid #b90000;
}
#l_menu a:hover {
	width: 199px;
	background-color: #b90000;
	position: relative;
	float: left;
	text-decoration: none;
	color: #ffffff;
}
#l_menu_login {
	width: 199px;
	position: relative;
	float: left;
}
#l_menu_login a {
	width: 199px;
	background-color: #b1b1b1;
	position: relative;
	float: left;
	text-decoration: none;
	color: #000000;
	padding: 5px 0 5px 10px;
	border-bottom: 2px solid #b90000;
}
#l_menu_login a:hover {
	width: 199px;
	background-color: #b90000;
	position: relative;
	float: left;
	text-decoration: none;
	color: #ffffff;
}
#lean {
	float: left;
	position: relative;
	width: 199px;
	padding: 10px 0 10px 6px;
}

/* felso menu */
#btn_menu_main {
	width: 130px;
	position: relative;
	float: left;
}
#btn_menu_main a {
	width: 130px;
	background-color: #e1e1e1;
	padding: 5px 0 5px 0;
	position: relative;
	float: left;
	text-decoration: none;
	color: #000000;
}
#btn_menu_main a:hover {
	width: 130px;
	background-color: #b90000;
	position: relative;
	float: left;
	text-decoration: none;
	color: #ffffff;
}
#btn_menu {
	width: 125px;
	position: relative;
	float: left;
}
#btn_menu a {
	width: 125px;
	background-color: #e1e1e1;
	padding: 5px 0 5px 0;
	position: relative;
	float: left;
	text-decoration: none;
	color: #000000;
}
#btn_menu a:hover {
	width: 125px;
	background-color: #b90000;
	position: relative;
	float: left;
	text-decoration: none;
	color: #ffffff;
}
#left {
	width: 209px;
	float: left;
	position: relative;
	border-right: 1px solid #000000;
}
#right {
	width: 750px;
	float: left;
	position: relative;
}
#bottom_left {
	width: 760px;
	background-color: #333333;
	text-decoration:none;
	color: #ffffff;
	padding: 4px 0 4px 5px;
	text-align: left;
	float: left;
	position: relative;
	font-size: 11px;
}
#bottom_left a:link { text-decoration:none; color: #ffffff; }
#bottom_left a:visited { text-decoration:none; color: #ffffff; }
#bottom_left a:active { text-decoration:none; color: #ffffff; }
#bottom_left a:hover { text-decoration:underline; color: #ffffff; }

#bottom_right {
	width: 200px;
	background-color: #333333;
	text-decoration:none;
	color: #ffffff;
	padding: 4px 5px 4px 0;
	text-align: right;
	float: left;
	position: relative;
	font-size: 11px;
}
#bottom_right a:link { text-decoration:none; color: #ffffff; }
#bottom_right a:visited { text-decoration:none; color: #ffffff; }
#bottom_right a:active { text-decoration:none; color: #ffffff; }
#bottom_right a:hover { text-decoration:underline; color: #ffffff; }

#content {
	padding: 10px;
	line-height: 17px;
	min-height: 500px;
}

#content .infoBox {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/info.png');
    border: 1px dashed;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    z-index: 10;
    margin: 3px;
    text-align: left;
}
*html #content { height: 500px; }

#subtext {
	background-color: #b90000;
	float: left;
	position: relative;
	margin: 10px 10px 10px 0;
	padding: 0 10px 0 0;
	text-align: left;
	font-weight: bold;
}
#subtext a:link { text-decoration:none; color: #000000; }
#subtext a:visited { text-decoration:none; color: #000000; }
#subtext a:active { text-decoration:none; color: #000000; }
#subtext a:hover { text-decoration:underline; color: #000000; }

#subtext ul li {
	list-style: none;
	list-style-position: outside;
	margin: 7px 0 7px -30px;
}
#regtable {
	margin-top: 20px;
	border: 0;
	width: 500px;
}
#regtable td { padding: 5px; }
#reginput { 	width: 300px; }
.reginput { 	width: 300px; }

#regtable2 {
	border: 0;
	width: 500px;
}
#regtable2 td { padding: 0px; }

#succ {
	color: green;
	margin-top: 20px;
	text-align: center;
}
#err {
	color: red;
	margin-top: 20px;
	text-align: center;
}
#btn_login { width: 110px; height: 25px;}

#conttitle {
	width: 740px;
	text-align: left;
	border-bottom: 5px solid #808080;
}
#conttitle a:link { text-decoration:none; color: #000000; }
#conttitle a:visited { text-decoration:none; color: #000000; }
#conttitle a:active { text-decoration:none; color: #000000; }
#conttitle a:hover { text-decoration:none; color: #868686; }

#conttitle h1 { line-height: 25px; }

#conttext {
	margin-top: 10px;
	text-align: left;
	line-height: 18px;
}
#conttext a:link { text-decoration:none; color: #000000; }
#conttext a:visited { text-decoration:none; color: #000000; }
#conttext a:active { text-decoration:none; color: #000000; }
#conttext a:hover { text-decoration:underline; color: #000000; }

#conttext ul li {
	background: url("../img/li.jpg") no-repeat 0 7px;
	list-style: none;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 8px 0 8px -30px;
}
#conttext p { margin: 13px 0 0 0; }

#back {
	background: url("../img/backbg.jpg") repeat-x;
	margin-top: 10px;
	padding: 3px 0 0 3px;
	text-align: left;
	clear: left;
	position: relative;
}
#back a:link { text-decoration:none; color: #000000; }
#back a:visited { text-decoration:none; color: #000000; }
#back a:active { text-decoration:none; color: #000000; }
#back a:hover { text-decoration:none; color: #868686; }

#next {
	margin-top: 10px;
	padding-top: 3px;
	text-align: left;
}
#next a:link { text-decoration:none; color: #000000; }
#next a:visited { text-decoration:none; color: #000000; }
#next a:active { text-decoration:none; color: #000000; }
#next a:hover { text-decoration:none; color: #868686; }

#newsbox_left {
	width: 365px;
	position: relative;
	float: left;
	margin-right: 10px;
}
#newsbox_right {
	width: 355px;
	position: relative;
	float: left;
}

/*  fooldali also dobozok  */
#fobox_also {
	width: 360px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#fobox_also_top {
	background-color: #b90000;
	color: #ffffff;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	text-align: left;
}
#fobox_also_cont {
	background-color: #ededed;
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #000000;
	min-height: 100px;
}
*html #fobox_also_cont { height: 100px; }

#fobox_also_cont a:link { text-decoration:none; color: #000000; }
#fobox_also_cont a:visited { text-decoration:none; color: #000000; }
#fobox_also_cont a:active { text-decoration:none; color: #000000; }
#fobox_also_cont a:hover { text-decoration:underline; color: #000000; }

#fobox_also_cont li {
	background: url("../img/li.jpg") no-repeat 0 6px;
	list-style: none;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 7px 0 0 0;
}
#fobox_link {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 10px 0;
	text-align: center;
}

/* kiemelt hir */
#daytitle h4 {
	margin: 0 0 10px 0;
}
#daytitle a:link { text-decoration:none; color: #000000; }
#daytitle a:visited { text-decoration:none; color: #000000; }
#daytitle a:active { text-decoration:none; color: #000000; }
#daytitle a:hover { text-decoration:underline; color: #000000; }

#daytext {
	text-align: justify;
	position: relative;
	overflow: hidden;
}
#daytext img {
	float: left;
	margin-right: 10px;
	position: relative;
	border: 0;
}

#main_top { 	min-height: 210px; }
*html #main_top { height: 210px; }

#sendtxt { width: 260px; }
#textarea { width: 260px; height: 120px}

#sended { color: green; padding-bottom: 10px;}

#writeform_text { margin-top: 50px; }

#logged {
	background-color: #b1b1b1;
	padding: 5px 0 5px 10px;
	border-bottom: 2px solid #b90000;
}
#logged a:link { text-decoration:none; color: #000000; }
#logged a:visited { text-decoration:none; color: #000000; }
#logged a:active { text-decoration:none; color: #000000; }
#logged a:hover { text-decoration:underline; color: #000000; }

#logged p { line-height: 20px; }

#isntlogin {
	margin: 20px 0 20px 0;
	font-weight: bold;
	color: red;
	line-height: 17px;
	text-align: center;
}
#isntlogin a:link { text-decoration:none; color: #b90000 }
#isntlogin a:visited { text-decoration:none; color: #b90000; }
#isntlogin a:active { text-decoration:none; color: #b90000; }
#isntlogin a:hover { text-decoration:underline; color: #b90000;  }
