@charset "UTF-8";

/*
39559A
72aaff
70A8FC
6799eb

06b0e6

D89D40

3B5CA7 sötétebb kék
5281D7 világosabb kék
f1dd5b border sárga

*/

* {
	margin: 0;
	padding: 0;
}
html, body {
    background-color: #F8F8F8;
}
body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
    /*IE-vel ezt kell megetetni, hogy középen legyen az oldal*/
    text-align: center;
}
input, textarea {
	border: 1px solid #F1DD5B;
	color: #0099ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px;
}
textarea {
    width: 250px;
    height: 150px;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}

.clear {
    clear: both;
}

.label {
	color: #3B5CA7;
	font-weight: bold;
	line-height: 16pt;
	padding: 0px 10px 0px 7px;
}
.formelement {
	text-align: center;
	padding: 0px 0px 4px 0px;
}
.formelement input {
    width: 250px;
}
.data {
	padding: 0px 0px 4px 25px;
    width: 350px;
    margin-bottom: 5px;
}
.radio {
	color: #5281D7;
	font-weight: bold;
	line-height: 16pt;
	padding-left: 20px;
}
.radio input {
    width: 30px;
    border: 0;
}
.submit {
	padding: 5px 9px 7px 0px;
	text-align: right;
}
.submit input, .submit button {
	background-color: #5281D7;
	border: 1px solid #f1dd5b;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 120px;
}
.error {
	color: red;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}
.success {
	color: green;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}


/* Az oldalt tartalmazó keret */
#main {
	width: 900px;
	margin: 0px auto 0px auto;
    /*hogy ne legyen minden szöveg középen*/
    text-align: left;
}

/* A felhasználói fiókkezelés menüje*/
#accountmenu {
	background-image: url(imgs/accountmenu.png);
    background-repeat: no-repeat;
    display:block;
	height: 20px;
	padding-right: 12px;
	text-align: right;
    position:relative;
    line-height:20px;
}
#accountmenu li {
	display: inline;
	float: right;
	font-size: 8pt;
	font-weight: bold;
	width: 130px;
    color: #FFF;
	display: block;
	height: 20px;
	line-height: 19px;
	text-align: center;
}
#accountmenu li.belepve {
	display: inline;
	float: right;
	font-size: 8pt;
	font-weight: bold;
	width: 250px;
    color: #F3F35C;
	display: block;
	height: 20px;
	line-height: 19px;
	text-align: center;
}
#accountmenu li a {
	color: #FFF;
	display: block;
	height: 20px;
	line-height: 19px;
	text-align: center;
}
#accountmenu li a:hover {
	background-image: url(imgs/accountmenu_hover.png);
    background-repeat: repeat-x;
    color: #000;
}

/* A logót tartalmazó div */
#banner {
	background-color: #F8F8F8;
	text-align: center;
    padding:10px;
    position:relative;
}

/* A vízszintes fomenü */
#mainmenu {
	background-image: url(imgs/mainmenu.png);
	background-repeat: no-repeat;
	font-size: 8pt;
	font-weight: bold;
	list-style-type: none;
	padding-left: 25px;
	position: relative;
	height: 25px;
    position:relative;
   /* width:100%;*/
}
#mainmenu li {
	float: left;
	width: 130px;
    font-weight: bold;
}
#mainmenu li a {
	color: #FFF;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
#mainmenu a:hover {
	background-color: #F3F35C;
	color: #000;
}
#mainmenu a:active {
	background-color: #0099ff;
}
#mainmenu .mainmenu-notify a {
	color: #000;
}
#mainmenu .mainmenu-notify a:hover {
	color: #FFF;
}
#mainmenu img {
	border: 0px;
	position: relative;
	top: 4px;
}

/* Lábmicsoda ott alul */
#footer {
	/*background-color: #F8F8F8;*/
	background-image: url(imgs/footer.png);
	background-repeat: no-repeat;
	clear: both;
	padding-bottom: 15px;
}
#footer p {
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	line-height: 23px;
	padding-right: 15px;
	text-align: right;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #F3F35C;
}

/*tartalom*/
#content-container {
	width: 900px;
    background-position: center;
    background-image: url(imgs/content_container-bg.png);
	background-repeat: repeat-y;
}
#main #content-container #sidebar {
	width: 260px;
	float: right;
}
#main #content-container #content {
	width: 640px;
	float: right;
}

/*content dobozai*/
#content .box {
    margin: 5px 5px 5px 5px;
	width: 630px;    
    height:100%;
    color: #3B5CA7;
}
#content .box h1 {
	background-image: url(imgs/contentbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	line-height: 25px;
	text-align: center;
    color: #FFF;
}
#content .box .box-content {
    padding: 5px 5px 5px 5px;
    background-image: url(imgs/contentbox-bg.png);
    background-repeat: repeat-y;
}
#content .box .box-content a {
    font-weight: bold;
    color: #3B5CA7;
}
#content .box .box-content p {
    padding-bottom: 5px;
}
#content .box .box-bottom {
    background-image: url(imgs/contentbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	margin-bottom: 10px;
	padding-right: 15px;
}

/*content kis dobozai*/
#content .smallbox {
    margin: 5px auto 5px auto;
	width: 310px;    
    height:100%;
    color: #3B5CA7;
}
#content .smallbox h1 {
	background-image: url(imgs/content_smallbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	line-height: 25px;
	text-align: center;
    color: #FFF;
}
#content .smallbox .box-content {
    padding: 5px 5px 5px 5px;
    background-image: url(imgs/content_smallbox-bg.png);
    background-repeat: repeat-y;
}
#content .smallbox .box-bottom {
    background-image: url(imgs/content_smallbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	margin-bottom: 10px;
	padding-right: 15px;
}

/* navbar és mások dobozai  */
.listbox {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	width: 250px;
}
.listbox h1 {
	background-image: url(imgs/navbar_item-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	line-height: 25px;
	text-align: center;
    color: #fff;
}
.listbox ul li {
	background-image: url(imgs/navbar_item-bg.png);
	background-repeat: repeat-y;
	font-size: 9pt;
	line-height: 12pt;
	list-style: none;
}
.listbox ul li a {
	color: #3B5CA7;
	display: block;
	padding: 1px 3px 1px 3px;
	width: 244px;
    text-align:center;
}
.listbox ul li a:hover, .listbox ul li a.active {
    background-image: url(imgs/navbar_item_hover.png);
	background-repeat: no-repeat;
	color: #000;
}
.listbox ul {
}
.listbox p {
	background-image: url(imgs/navbar_item-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	margin-bottom: 10px;
	padding-right: 15px;
}

/* Állapotjelző */
#sidebar #allapot {
    padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	width: 250px;
}
#sidebar #allapot h1 {
	background-image: url(imgs/navbar_item-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	line-height: 25px;
	text-align: center;
    color: #fff;
}
#sidebar #allapot #tablazat {
	background-image: url(imgs/navbar_item-bg.png);
	background-repeat: repeat-y;
    width: 250px;
    padding: 2px 0 2px 0;
}
#sidebar #allapot #tablazat table {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	text-align: left;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
#sidebar #allapot p {
	background-image: url(imgs/navbar_item-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	margin-bottom: 10px;
	padding-right: 15px;
}

#sidebar #szavazas {
    padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	width: 250px;
}
#sidebar #szavazas h1 {
	background-image: url(imgs/navbar_item-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	line-height: 25px;
	text-align: center;
    color: #fff;
}
#sidebar #szavazas .kerdes {
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
#sidebar #szavazas #content {
	background-image: url(imgs/navbar_item-bg.png);
	background-repeat: repeat-y;
    width: 250px;
}
#sidebar #szavazas #content table {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	text-align: left;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
#sidebar #szavazas .bottom {
	background-image: url(imgs/navbar_item-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	margin-bottom: 10px;
	padding-right: 15px;
}

/* Hírek elemei */
#hirek {
	padding: 5px;
	width: 630px;
}
#hirek #cat {
	background-image: url(imgs/contentbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
    color: #fff;
}
#hirek h1 {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	font-size: 12pt;
	padding: 3px 3px 3px 5px;
}
#hirek h1 a {
    font-weight: bold;
    color: #3B5CA7;
}
#hirek h2 a {
	color: #000;
}
#hirek h2 a:hover {
	color: #F3F35C;
}
#hirek h2 a:active {
	color: #0099FF;
}
#hirek .info {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 3px 3px 5px;
}
#hirek .trailer {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	border-bottom: 1px solid #5281D7;
	padding: 0px 6px 5px 5px;
	text-align: justify;
}
#hirek a {
	color: #000;
	font-weight: bold;
}
#hirek a:hover {
	color: #F3F35C;
}
#hirek #hirek-bottom {
	background-image: url(imgs/contentbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	padding-right: 15px;
}
#hirek #hirek-bottom a {
	color: #000;
	font-weight: bold;
}
#hirek #hirek-bottom a:hover {
	color: #FFF;
}

/* Hírelemek */
#newsitem {
	padding: 5px;
	width: 630px;
}
#newsitem #cat {
	background-image: url(imgs/contentbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
    color: #fff;
}
#newsitem h1 {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	font-size: 12pt;
	padding: 3px 3px 3px 5px;
    color: #3B5CA7;
}
#newsitem h2 {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	font-size: 11pt;
	font-weight: bold;
	padding: 10px 3px 3px 5px;
}
#newsitem #info {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 3px 10px 5px;
}
#newsitem #trailer {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 6px 5px 5px;
	text-align: justify;
}
#newsitem #trailer a {
	font-style: italic;
}
#newsitem a {
	color: #000;
	font-weight: bold;
}
#newsitem a:hover {
	color: #F3F35C;
}
#newsitem p {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	padding: 0px 6px 0px 5px;
	padding-bottom: 5px;
	text-align: justify;
}
#newsitem #newsitem-bottom {
	background-image: url(imgs/contentbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 20px;
	text-align: right;
	line-height: 23px;
	padding-right: 15px;
}
#newsitem #newsitem-bottom a {
	color: #fff;
	font-weight: bold;
}
#newsitem #newsitem-bottom a:hover {
	color: #F3F35C;
}

/* Fórum topicok*/
#forum-topics {
	padding: 5px;
	width: 630px;
}
#forum-topics #top {
	background-image: url(imgs/contentbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
    color: #fff;
}
#forum-topics h1 {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	font-size: 12pt;
	padding: 3px 3px 3px 5px;
}
#forum-topics h1 a {
    font-weight: bold;
    color: #3B5CA7;
}
#forum-topics h2 a {
	color: #000;
}
#forum-topics h2 a:hover {
	color: #F3F35C;
}
#forum-topics h2 a:active {
	color: #0099FF;
}
#forum-topics .info {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 3px 3px 5px;
}
#forum-topics .description {
	background-image: url(imgs/contentbox-bg.png);
	background-repeat: repeat-y;
	border-bottom: 1px solid #5281D7;
	padding: 0px 6px 5px 5px;
	text-align: justify;
}
#forum-topics a {
	color: #000;
	font-weight: bold;
}
#forum-topics a:hover {
	color: #F3F35C;
}
#forum-topics #bottom {
	background-image: url(imgs/contentbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	padding-right: 15px;
}

/* Fórum */
.forum {
	padding: 5px;
	width: 630px;
}
.forum .tema {
	background-image: url(imgs/contentbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;
    padding-left: 10px;
	text-align: center;
    color: #fff;
    height: 25px;
    line-height: 25px;
}
.forum .tema a {
    color: #F3F35C;
}
.forum .tema a:visited {
    color: #F3F35C;
}
.forum .content {
    width: 630px;
    background-image: url(imgs/forum-bg.png);
	background-repeat: repeat-y;
}
.forum .content .userinfo {
    float: left;
    width: 200px;
    text-align: center;
}
.forum .content .userinfo .username {
    color: #fff;
    font-weight: bold;
}
.forum .content .hozzaszolas {
    float: right;
    width: 420px;
    padding: 5px;
    color: #3B5CA7;
}
.forum .content .userinfo img {
    border: 1px solid #fff;
    margin: 5px auto 5px auto;
}
.forum p.alja {
	background-image: url(imgs/contentbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;    
    height: 25px;
}

/* Accountpage */
#accountpage {
}
#accountpage #datas {
	float: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	width: 310px;
}
#accountpage #infos {
	float: right;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 310px;
    color: #3B5CA7;
}
#accountpage h1 {
	background-image: url(imgs/content_smallbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	line-height: 25px;
	text-align: center;	
    color: #FFF;
}
#accountpage .content {
	background-image: url(imgs/content_smallbox-bg.png);
	background-repeat: repeat-y;
    padding-top:5px;
    padding-bottom:5px;
    font-weight: normal;
}
#accountpage .bottom {
	background-image: url(imgs/content_smallbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 5px;
}
#accountpage .bottom a {
	color: #fff;
}
#accountpage .bottom a:hover {
	color: #F3F35C;
}
#accountpage #infos p {
	padding: 3px 6px 3px 6px;
}
#accountpage #infos p a {
	color: #3B5CA7;
	font-weight: bold;
}
#accountpage table {
    margin-left: auto;
    margin-right: auto;
}
#accountpage table.allapot td {
    color: #5281D7;
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
}
#accountpage table.allapot td input {
    width: 50px;
}

/* Üzenetek */

#content .pmbox {
    margin: 5px 5px 5px 5px;
	width: 630px;    
    height:100%;
    color: #3B5CA7;
}
#content .pmbox h1 {
	background-image: url(imgs/contentbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	line-height: 25px;
	text-align: center;
    color: #FFF;
}
#content .pmbox .box-content {
    padding: 5px 5px 5px 5px;
    background-image: url(imgs/contentbox-bg.png);
    background-repeat: repeat-y;
}
#content .pmbox .box-content table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
#content .pmbox .box-content table tr td{
    padding: 2px;
}
#content .pmbox .box-content table tr.cimkesor td {
    border-bottom: 2px solid #3B5CA7;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 3px;
}
#content .pmbox .box-content a {
    font-weight: bold;
    color: #3B5CA7;
}
#content .pmbox .box-content p {
    padding-bottom: 5px;
}
#content .pmbox .box-bottom {
    background-image: url(imgs/contentbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	margin-bottom: 10px;
	padding-right: 15px;
}

#content .pm-uzenet {
    margin: 5px 5px 5px 5px;
	width: 630px;    
    height:100%;
    color: #3B5CA7;
}
#content .pm-uzenet h1 {
	background-image: url(imgs/contentbox-top.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	line-height: 25px;
	text-align: center;
    color: #FFF;
}
#content .pm-uzenet .content {
	background-image: url(imgs/forum-bg.png);
	background-repeat: repeat-y;    
}
#content .pm-uzenet .content .messageinfo {
    float: left;
    width: 200px;
    text-align: center;    
}
#content .pm-uzenet .content .messageinfo img {
    border: 1px solid #fff;
    margin: 5px auto 5px auto;
}
#content .pm-uzenet .content .messageinfo .username {
    color: #fff;
    font-weight: bold;
}
#content .pm-uzenet .box-bottom {
    background-image: url(imgs/contentbox-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 25px;
	text-align: right;
	line-height: 23px;
	margin-bottom: 10px;
	padding-right: 15px;
}