/*
	COMMON
*/

body {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	margin:0px;
	background-image:url(../images/v2/bodybg_e.jpg);
	/*scrollbar-face-color: #B9814B; 
	scrollbar-shadow-color: #623C29; 
	scrollbar-highlight-color: #D0AF77; 
	scrollbar-3dlight-color: #F0CE93; 
	scrollbar-darkshadow-color: #523222; 
	scrollbar-track-color: #E6B05E; 
	scrollbar-arrow-color: #523222;

	background-color: #E7B05E;*/
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #381C0E;
	
	/*scrollbar-face-color: #B9814B; 
	scrollbar-shadow-color: #623C29; 
	scrollbar-highlight-color: #D0AF77; 
	scrollbar-3dlight-color: #F0CE93; 
	scrollbar-darkshadow-color: #523222; 
	scrollbar-track-color: #E6B05E; 
	scrollbar-arrow-color: #523222;*/
}

#titleh1{
	text-align: center;
	font-size: 20px;
	padding: 20px 0 20px 0;
	margin: -20px 0px 0px 0px;
	font-weight:bold;
	width:530px;
	z-index:100;
}

h1 {
	text-align: center;
	font-size: 25px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

p {
	margin-top : 1px;	
	margin-bottom : 1px;
}

p.menu {
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}

p.no-margin {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #644900 /*63190b*/ /*813422*//*80340f*/ /*b2001b*/ /*D11F23*/;
	font-weight: bold;
	text-decoration: underline;
}

 
a:hover {
	color: #ffe629;
	font-weight: bold;
	text-decoration: none
} 

img {
	border-width: 0px;
	border:0px;
}

#kozep{
	float:left;
	width:530px;
	padding:0px 10px;
}

#breadcrumb{
	font-weight:bold;
	left:200px;
	position:absolute;
	bottom:10px;
	width:550px;
	z-index:1;
}

.success{
	font-size:16px;
	font-weight:bold;
	color: green;
}

.error{
	font-size:16px;
	font-weight:bold;
	color: red;
}

#mail{
	position:absolute;
	top:10px;
	right:46px;
	width:28px;
	height:18px;
	z-index:20;
}

hr.newshr{
	width:90%;
	color: #5f3211;
	border:1px solid #5f3211;
}

/*
	MENU
*/


#listMenuRoot_a{
	position:absolute;
	top:446px;
	left:150px;
	z-index:10;
}

#listMenuRoot_a_id{
	width:165px;
	height:30px;
}

#listMenuRoot_b{
	position:absolute;
	top:484px;
	left:240px;
	z-index:9;
}

#listMenuRoot_b_id{
	width:106px;
	height:30px;
}

#listMenuRoot_c{
	position:absolute;
	top:528px;
	left:288px;
	z-index:8;
}

#listMenuRoot_c_id{
	width:86px;
	height:30px;
	cursor:pointer;
}

#listMenuRoot_d{
	position:absolute;
	top:565px;
	left:338px;
	z-index:7;
}

#listMenuRoot_d_id{
	width:72px;
	height:30px;
}

#listMenuRoot_e{
	position:absolute;
	top:446px;
	left:632px;
	z-index:10;
}

#listMenuRoot_e_id{
	width:165px;
	height:30px;
}

#listMenuRoot_f{
	position:absolute;
	top:484px;
	left:602px;
	z-index:8;
}

#listMenuRoot_f_id{
	width:138px;
	height:30px;
	padding-left:5px;
}

#listMenuRoot_g{
	position:absolute;
	top:528px;
	left:577px;
	z-index:7;
}

#listMenuRoot_g_id{
	width:86px;
	height:30px;
}

#listMenuRoot_h{
	position:absolute;
	top:565px;
	left:539px;
	z-index:6;
}

#listMenuRoot_h_id{
	width:62px;
	height:30px;
}

/* Menü definíciók*/
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: 1px;
 width: 150px;
 border: 1px solid #330;
}

.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 150px;
}

.menulist li {
 float: left;
 display: block;
 position: relative;
 /*background: #FED;
 border: 1px solid #330;*/
 margin-right: -1px;
}

.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 text-decoration: underline; 
}
.menulist a.highlighted {
 /*color: #FFF;
 background-color: #C86;*/
}

/* Ezután nem kell változtatni */	
.menulist ul li{
	 background-image: url(../images/v2/bodybg_e.jpg);
}

.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

/*
	MENU END
*/

/*
	GALLERY
*/

img.gallery {
	border: 3px inset #b2925c;
}

img.gallery-other {
	border: 2px solid #9C5415;
	margin-bottom: 8px;
}

td.gallery-background {
	margin: 2px;
	text-align: center; 
	vertical-align: middle;
}

td.gallery-partners-background {
	margin: 2px;
	text-align: center; 
	vertical-align: middle;
}

blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
}

#gallery{
	list-style:none;
	width:500px;
}

.gallery_list{
	float:left;
	width:100px;
	height:100px;
	padding:5px;
}

.gallery_clear{
	clear:both;
	width:400px;
	height:4px;
}

.gallery_list a{
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;
}

.gallery_list a img{
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;
}

/*
	LAYOUT
*/

div.main-content {
	width: 563px;
	height: 100%;
	overflow: auto;
	padding: 14px;
}

div.main-content-news {
	width: 563px;
	height: 100%;
	overflow: auto;
	/*padding: 14px;*/
}

#positioner {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:950px;
}

#header_cont{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:950px;
	height:400px;
}

#headerbig{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:950px;
	height:649px;
	display:none;
}

#headersmall{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:950px;
	height:400px;
	display:block;
}

#dosmallpic{
	position:absolute;
	top:0px;
	right:15px;
	z-index:1;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
}

#dobigpic{
	position:absolute;
	top:0px;
	right:20px;
	z-index:1;
	cursor:pointer;
	display:none;
	width:30px;
	height:30px;
}

#har2{
	position:absolute;
	top:449px;
	left:153px;
	z-index:10;
	display:none;
}

#egy2{
	position:absolute;
	top:487px;
	left:243px;
	z-index:9;
	display:none;
}

#gal2{
	position:absolute;
	top:531px;
	left:291px;
	z-index:8;
	display:none;
}

#for2{
	position:absolute;
	top:568px;
	left:341px;
	z-index:7;
	display:none;
}

#skf2{
	position:absolute;
	top:449px;
	left:635px;
	z-index:10;
	display:none;
}

#bol2{
	position:absolute;
	top:487px;
	left:607px;
	z-index:7;
	display:none;
}

#okt2{
	position:absolute;
	top:531px;
	left:580px;
	z-index:6;
	display:none;
}

#hir2{
	position:absolute;
	top:568px;
	left:542px;
	z-index:5;
	display:none;
}

#img1{
	position:absolute;
	top:250px;
	left:168px;
	display:none;
	z-index:5;
	display:none;
}

#img2{
	position:absolute;
	top:271px;
	left:26px;
	display:none;
	z-index:5;
	display:none;
}

#img3{
	position:absolute;
	top:145px;
	left:266px;
	display:none;
	z-index:5;
	display:none;
}

#img4{
	position:absolute;
	top:158px;
	left:40px;
	display:none;
	z-index:5;
	display:none;
}

#img5{
	position:absolute;
	top:15px;
	left:156px;
	display:none;
	z-index:5;
	display:none;
}

#img6{
	position:absolute;
	top:10px;
	left:20px;
	display:none;
	z-index:5;
	display:none;
}

#img7{
	position:absolute;
	top:7px;
	left:212px;
	display:none;
	z-index:5;
	display:none;
}

#img8{
	position:absolute;
	top:7px;
	left:427px;
	display:none;
	z-index:5;
	display:none;
}

#img9{
	position:absolute;
	top:124px;
	left:728px;
	display:none;
	z-index:5;
	display:none;
}

#img10{
	position:absolute;
	top:-5px;
	left:594px;
	display:none;
	z-index:5;
	display:none;
}

#img11{
	position:absolute;
	top:152px;
	left:559px;
	display:none;
	z-index:5;
	display:none;
}

#img12{
	position:absolute;
	top:164px;
	left:582px;
	display:none;
	z-index:5;
	display:none;
}

#img13{
	position:absolute;
	top:125px;
	left:735px;
	display:none;
	z-index:5;
	display:none;
}

#dum1{
	position:absolute;
	width:20px;
	height:20px;
	top:290px;
	left:148px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum2{
	width:20px;
	height:20px;
	position:absolute;
	top:327px;
	left:208px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum3{
	width:20px;
	height:20px;
	position:absolute;
	top:182px;
	left:242px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum4{
	width:20px;
	height:20px;
	position:absolute;
	top:255px;
	left:314px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum5{
	width:20px;
	height:20px;
	position:absolute;
	top:22px;
	left:128px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum6{
	width:20px;
	height:20px;
	position:absolute;
	top:127px;
	left:266px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum7{
	width:20px;
	height:20px;
	position:absolute;
	top:105px;
	left:443px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum8{
	width:20px;
	height:20px;
	position:absolute;
	top:9px;
	left:651px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum9{
	width:20px;
	height:20px;
	position:absolute;
	top:96px;
	left:744px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum10{
	width:20px;
	height:20px;
	position:absolute;
	top:163px;
	left:553px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum11{
	width:20px;
	height:20px;
	position:absolute;
	top:156px;
	left:722px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum12{
	width:20px;
	height:20px;
	position:absolute;
	top:317px;
	left:597px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#dum13{
	width:20px;
	height:20px;
	position:absolute;
	top:280px;
	left:912px;
	z-index:4;
	cursor:pointer;
	display:none;
}

#szam1{
	position:absolute;
	top:295px;
	left:153px;
	z-index:3;
	display:none;
}

#szam2{
	position:absolute;
	top:333px;
	left:214px;
	z-index:3;
	display:none;
}

#szam3{
	position:absolute;
	top:187px;
	left:248px;
	z-index:3;
	display:none;
}

#szam4{
	position:absolute;
	top:261px;
	left:319px;
	z-index:3;
	display:none;
}

#szam5{
	position:absolute;
	top:28px;
	left:134px;
	z-index:3;
	display:none;
}

#szam6{
	position:absolute;
	top:132px;
	left:272px;
	z-index:3;
	display:none;
}

#szam7{
	position:absolute;
	top:111px;
	left:449px;
	z-index:3; 
	display:none;
}

#szam8{
	position:absolute;
	top:15px;
	left:657px;
	z-index:3;
	display:none;
}

#szam9{
	position:absolute;
	top:102px;
	left:749px;
	z-index:3;
	display:none;
}

#szam10{
	position:absolute;
	top:168px;
	left:559px;
	z-index:3;
	display:none;
}

#szam11{
	position:absolute;
	top:162px;
	left:728px;
	z-index:3;
	display:none;
}

#szam12{
	position:absolute;
	top:321px;
	left:603px;
	z-index:3;
	display:none;
}

#szam13{
	position:absolute;
	top:286px;
	left:914px;
	z-index:3;
	display:none;
}


#footer {
	background-image:url(../images/v2/footer_e.jpg);
	background-repeat:no-repeat;
	clear:both;
	height:398px;
	width:950px;
}

#logok{
	height:100px;
	left:20px;
	margin-top:160px;
	position:absolute;
	width:900px;
}

#footerevszam{
	height:100px;
	left:430px;
	position:absolute;
	width:100px;
	z-index:5;
	margin-top:278px;
}

#container{
	position:absolute;
	width:950px;
	top:649px;
	left:0px;
	background-image:url(../images/v2/bg_e.jpg);
}

#centerpoz{
	position:relative;
	left:-3px;
	width:880px;
}

#bal_cont{
	float:left;
	width:165px;
}

#login{
	width:165px;
}

#login_user{
	width:150px;
}

#login_password{
	width:150px;
}

#login_submit{
	width:55px;
	font-size:10px;
}

hr.menuhr{
	width:140px;
	border:1px solid black;
}


/*
	CHILD PAGES
*/

p.child-page {
	margin: 0px;
	padding: 0px;
}

a.child-page:link, a.child-page:visited {
    background-color: transparent;
    background-image: url('../images/main/childpage.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    
	font-family: Verdana;
	font-size: 10px;
	color: #56230A /*66331A*/;
	font-weight: bold;
	text-decoration: none;
}

 
a.child-page:hover {
    background-color: transparent;
    background-image: url('../images/main/childpage_over.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    
	font-family: Verdana;
	font-size: 10px;
	color: #ffe629 /*000000*/;
	font-weight: bold;
	/*text-decoration: underline;*/
}


/*
	NAVIGATION
*/

p.navigation {
	margin-top: 9px;
	margin-left: 38px;
	font-size: 10px;
}

font.navigation-current-page {
	color: #000000/*d10000*/;
	font-weight: bold;
}

a.navigation:link, a.navigation:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

 
a.navigation:hover {
	color: #505050;
	text-decoration: underline;   
	font-weight: normal;
}

/*
	FORUM
*/

div.forum-detail {
	margin-top: 0px;
	margin-bottom: 20px;
}

hr.forum-separator {
	border: 1px solid #000000;
	height: 1px;
}

table.forum {
	margin-top: 10px;
	margin-bottom: 10px;
}

td.forum-link-cell {
	vertical-align: bottom;
	text-align: right;
}

h1.forum-header {
	margin-bottom: 0px;
}

table.forum-header {
	width: 100%;
	margin-bottom: 10px;
}

table.forum-post {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

td.forum-face {
	width: 55px; 
	vertical-align: top;
}

td.forum-text {
	vertical-align: top;
}

td.forum-admin {
	vertical-align: top;
	width: 60px;
	text-align: right;
}

font.forum-post-creator {
	font-weight: bold;
}

p.forum-post-title {
	color: #000000;
	font-weight: bold;
}

p.forum-last-post {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.forum-face-select {
	cursor: pointer;
}

/* uj */
table.forumj {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	/*background-color: none;*/
}
table.forumj th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	/*background-color: none;*/
	-moz-border-radius: ;
}
table.forumj td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	/*background-color: lightgrey;*/
	-moz-border-radius: ;
}

tr.forumj_elso td {
	background-color: #808080; color: black;
}
tr.d0 td {
	background-color: #a9a9a9; color: black;
}
tr.d1 td {
	background-color: #d3d3d3; color: black;
}



/*
	NEWS
*/
div.news-content {
	width: 416;
	height: 100%;
	overflow: auto;
	padding: 2px;
	background-color: #FFF4DE;

	/*scrollbar-track-color: #FFEAC1;
	
	scrollbar-face-color: #FFF4DE;	
	scrollbar-base-color: #FFF4DE; 
	scrollbar-arrow-color: #C59E50; 

	scrollbar-3dlight-color: #FFE1A4; 
	scrollbar-highlight-color: #FFD793; 

	scrollbar-darkshadow-color: #C59E50; 
	scrollbar-shadow-color: #E2C68D; */
}

table.news-rock {
	width: 542px;
	height: 100%;
	/*margin-left: 12px;*/
}

div.news {
	margin-bottom: 20px;
}

h2.news {
	margin-bottom: 2px;
}

p.news-date {
	font-size: 9px;
	font-style: italic;
	margin-bottom: 5px;
}

/*
	ENTER SCREEN
*/
td.enter-logo {
	height: 33%;
	text-align: center;
	vertical-align: top;
	background-image: url('../images/enter/logo_bg.gif');
	background-repeat: repeat-x;
	background-color: #FFD793;
}

td.enter-top {
	height: 33%;
	background-color: #FFF4DE;
}

td.enter-bottom {
	height: 33%;
	background-color: #FFD793;
	vertical-align: top;
	text-align: center;
	color: #6D4C24;
}

a.enter:link, a.enter:visited {
	color: #6D4C24;
	font-weight: normal;
}

a.enter:hover {
	color: #6D4C24;
	font-weight: normal;
	text-decoration: underline;
}

/*
	IN PAGES
*/
#table_teachers td {
	vertical-align: top;
	padding-bottom: 10px;
}
 
.result-rank {
	margin-left: 20px;
}

.result-event {
/*	font-weight: bold;*/
	margin-top: 10px;
	color: #000000;
}