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, strong, 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 none;
	/*font-family:Verdana, Arial, sans-serif;*/
	font-size:100%;
	color:#223e60;
	font-family:'DINPro-Regular',Calibri,Verdana;
	}
	
@font-face {
    font-family: 'DINPro-Regular';
    src: url('font/DINPro-Regular.ttf');
}
	
html, body {height:100%}

	
a {
	text-decoration:none;
	color:inherit;
	}
	
img {
	border:0 none;
	height: auto;
	max-width:100%;
	width:auto;
	vertical-align:middle;
	}
	
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
  display:block;
}

body {
    margin: 0 auto;
    /*width: 1200px;*/
	background-color:#6dc8bf;
}

/* Alapertelmezesek definialasa START */
.text-left {
	text-align:left;
	}
	
.text-right {
	text-align:right;
	}
	
.text-center {
	text-align:center;
	}
	
.float-left {
	float:left;
	}
	
.float-right {
	float:right;
	}
/* Alapertelmezesek definialasa END */

#bg {
	width:1200px;
	margin:0 auto;
	background:url(images/bg.jpg) no-repeat;
	/*height:1381px;*/
	/*min-height:720px;	*/
	/*height:100%*/
}

/* Fejlec START */
header {
	width:100%;
	color:#FFF;
	}
	
#header-container {
	width:100%;
	height:108px;
	/*border:1px green solid;*/
	display:block;
	overflow:hidden;
	color:#FFF;
	}
	
#header-container div, #header-container h1, #header-container p {
	color:#FFF;
	}
	
#header-container .quote-left{
	float:left;
	width:25%;
	font-size:60%;
	padding:1.7% 2%;
	}
	
#header-container .logo-center{
	float:left;
	width:55%;
	padding:3% 0;
	}
/* Fejlec END */
	
/*.logo-center h1 {
	font-size:200%;
	}
	
.logo-center h1 span {
	color:#ef4423;
	}
	
.logo-center h1 b {
	font-weight:normal;
	font-size:40%;
	color:#FFF;
	}*/
	
#header-container .partners-right{
	float:right;
	width:12%;
	padding:0.5% 2%;
	}
	
.partners-right p, .partners-right img {
	padding:3% 0;
	}

/* MENU START */
.menu ul,
.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  color:#FFF;
  text-indent:10%;
}
.menu ul {
  position: relative;
  z-index: 597;
  float: left;
}
.menu ul li {
  float: left;
  min-height: 1px;
  /*line-height: 1em;*/
  vertical-align: middle;
}

.menu ul li a {
	width:100%;
	display:block;
	padding:4% 0;
	}

.menu ul li.hover,
.menu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
	color:#ee4224;
	background: rgb(36, 111, 72);
	background: rgba(36, 111, 72, 0.9);
}
.menu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
  	background: rgb(107, 195, 154);
	background: rgba(107, 195, 154, 0.9);
}
.menu ul ul li {
  float: none;
}
.menu ul li:hover > ul {
  visibility: visible;
}
.menu ul ul {
  top: 0;
  left: 100%;
}
.menu ul li {
  float: none;
}

.menu ul,
.menu li {
  width: 100%;
}

.menu ul ul li {
	text-indent:0;
	padding:0 0 0 10%;
	width:90%;
	}

.active {
	color:#ee4224;
	}
/* MENU END */
	
#login {
	text-transform:uppercase;
	padding:1.7% 0;
	}
	
/* Content START */	
#site-wrapper {
	width:100%;
	height:100%;
	/*border:1px red solid;*/
	display:block;
	overflow:hidden;
	}
	
.left {
	width:12.5%;
	float:left;
	}
	
.center {
	width:75%;
	float:left;
	}

.right {
	width:12.5%;
	float:right;
	}
	
.bg-opacity {
	/*height:100%;*/
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	min-height:1000px;
	}
	
#site-wrapper nav.left, aside.right {
	padding:5% 0 0 0;
	}
	
#content {
	padding:6% 9%;
	/*overflow:hidden;*/
	}
	
.content-container .date {
	font-weight:bold;
	color:#ee4224;
	padding:2% 0;
	}
	
.content-container .news-image {
	padding:1% 0;
	}
	
.content-container .news-title {
	text-transform:uppercase;
	padding:0 0 1.5% 0;
	}
/* Content END */

/* Jobb oldali oldalsav START */	
aside.right {
	color:#FFF;
	/*padding:0 2%;*/
	font-size:70%;
	}
	
aside.right section {
	padding:5%;
	}
	
aside.right section, aside.right address, aside.right h6, aside.right p {
	color:#FFF;
	font-style:normal;
	}
/* Jobb oldali oldalsav END */

#feladatok div, #feladatok h1, #feladatok h2, #feladatok h3, #feladatok h4, #feladatok h5, #feladatok h6, #feladatok section, #feladatok p {
	color:#00a69c;
	}
	
#feladatok {
	overflow:hidden;
	text-align:center;
	}
	
.evfolyam-text {
	font-weight:bold;
	padding:5% 0 0 0;
	}
	
.fordulok {
	padding:0 6% 5% 0;
	}
	
.fordulok img{
  box-shadow: 3px 3px 5px #000;
  -webkit-box-shadow: 3px 3px 5px #000;
  -moz-box-shadow: 3px 3px 5px #000;
	}
	
.fordulok:nth-child(4n+4) { padding:0 0 5% 0; }

.fletoltese {font-size:90%}

#responsive-table tr th {
	color:#ee4224;
	}
	
#responsive-table, #responsive-table th, #responsive-table td{
	border: 1px solid #00a69c;
	}
	
#responsive-table th, #responsive-table td {
	padding: 0.2rem;
	}
	
#responsive-table .anonym {
	padding: 0.2rem 2rem 0.2rem 0.2rem;
	}
	
#responsive-table tr {
	text-align:center;
	font-weight:bold;
	/*text-transform:uppercase;*/
	}
	
#responsive-table tfoot a {
	padding:0 0.8% 0 0;
	color:#00a69c;
	font-weight:bold;
	}
	
#responsive-table tfoot a:hover {
	color:#ee4224;
	}
	
.user-active {
	background-color:#49bcb4;
	}
	
.text-content h2 {
	color:#ef4225;
	font-size:150%;
	}
	
.text-content h3 {
	color:#ef4225;
	}
	
/* Kapcsolati formula START */

#cform {
	width:62%;
	}

#csidebar {
	width:35%;
	padding:2% 0 0 3%;
	}
	
#kapcsolat h6, #kapcsolat p, #kapcsolat input, #kapcsolat label, #kapcsolat b, #kapcsolat textarea {
	color: #00a69c;
	}
	
.einput {
	width:73%;
	}
	
.sinput {
	width:83%;
	}
	
.textfield {
	height:30px;
	border:3px solid #00a69c;
	background-color:transparent;
	padding:0 4%;
	}	
	
.input-text {
	width:50%;
	padding:0 0 2% 0;
	}
	
.cmessage {
	width:100%;
	padding:0 0 3% 0;
	}
	
.textarea {
	width:95%;
	height:295px;
	border:3px solid #00a69c;
	background-color:transparent;
	}
	
#cform .button {
	cursor:pointer;
	text-transform:uppercase;
	background-color:#00a79d;
	border:none;
	color:#FFF;
	padding:2% 6%;
	font-weight:bold;
	margin:0 5% 0 0;
	width:50%;
	box-shadow: 3px 3px 5px #000;
	}
	
#cform .button:hover {
	color:#ef4225;
	}

/* Kapcsolati formula END */

/* belepes START */

#belepes {
	background:#62bc91;
	}
	
#belepes input, #belepes p, #belepes label, #belepes form, #belepes b {
	color:#FFF;
	}
	
#belepes form {
	width:36%;
	margin:0 auto;
	padding:5% 0;
	}
	
.btextfield {
	width:91%;
	background-color:transparent;
	border:1px solid #FFF;
	height:20px;
	padding:2% 4%;
	font-size:100%;
	}
	
.belepes-megjegyzes {
	font-size:75%;
	padding:2% 0 0 0;
	}
	
.belepes-megjegyzes a:hover {
	color:#ee4224;
	}
	
#belepes .button {
	width:100%;
	padding:4%;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#45a674;
	border:none;
	color:#FFF;
	font-weight:bold;
	box-shadow: 3px 3px 5px #fff;
	margin:5% 0 0 0;
	}
	
#belepes .button:hover {
	background-color:#ee4224;
	}

.reg-hiv {
	padding:5% 0;
	}
	
#belepes .reg-button {
	width:100%;
	padding:1.5% 10%;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#377564;
	border:none;
	color:#FFF;
	font-weight:bold;
	box-shadow: 3px 3px 5px #fff;
	margin:5% 0 0 0;
	}
	
#belepes .reg-button:hover {
	background-color:#ee4224;
	}

/* belepes END */

/* regisztracio START */

#regisztracio {
	background:#62bc91;
	padding:5% 2%;
	/*overflow:hidden;*/
	}
	
.megerosito-kod {
	width:35%
	}
	
.reg-form {
	width:65%;
	}
	
#regisztracio input[type="radio"] {
	display:none;
	}
	
#regisztracio input[type=radio] + .valaszto {
padding-left:31px;
display:inline-block;
line-height:24px;
background-repeat:no-repeat;
cursor:pointer;
}
#regisztracio input[type=radio]:checked + .valaszto {
background-position: 0 -24px;
}
.valaszto {
background-image:url('images/radio-bg.png');
font-size:90%;
}

.rtextfield {
	background-color:transparent;
	border:1px solid #FFF;
	height:20px;
	padding:0.5% 3%;
	width:93%;
	margin:0;
	}
	
.rselect {
	width:100%;
	height:25px;
	background-color:transparent;
	border:1px solid #FFF;
	padding:0 3%;
	font-weight:bold;
	}
	
.rselect-bg {
	background-color:#FFF;
	}
	
.rselect-bg:hover {
	background-color:#ee4224;
	}

.kod {
	width:35%;
	} 
	
.radio2 {
	margin:0 0 0 5%;
	}
	
#regisztracio h3 {
	text-transform:uppercase;
	padding:4% 0 1% 10%;
	}
	
#regisztracio input {
	color:#FFF;
	}

/*	
#pass {
	width:65%;
	}

#re-pass {
	width:65%;
	}
*/

.rpass {
	width:40%;
	}
	
#regisztracio .button {
    background-color: #387667;
    border: medium none;
    box-shadow: 1px 1px 5px #fff;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    padding: 4%;
    text-transform: uppercase;
    width: 80%;
	}
	
#regisztracio .button:hover {
	background-color:#ee4224;
	}
	
.reg-label {
	padding:1% 0 0 0;
	}
	
#regisztracio th {
	padding:2.5% 0 0 0;
	text-align:center;
	}
	
.rbutton {
	padding: 4% 0 0 0;
	}

/*#reg-form, tr, td, th {border:1px solid black}*/

.comment {font-size:65%}

div#regisztracio 
{
    text-align: center;
}

div#regisztracio table 
{
    margin: 0 auto; 
    text-align: left;
}


/* regisztracio END */

/* diak regisztralasa START */

.rg-bg {
	background: #62bc91 none repeat scroll 0 0;
	}
	
#diak_regisztralasa form {
	margin: 0 auto;
    padding: 4% 0;
    width: 36%;
	}
	
/*.rg-bg input, .rg-bg label, .rg-bg p, .rg-bg b, .rg-bg form {
	color:#FFF;
	}*/
	
.green-button {
    background-color: #387667;
    border: medium none;
    box-shadow: 1px 1px 5px #fff;
    color: #fff;
    cursor: pointer;
    /*font-weight: bold;*/
    margin: 7% 0 0 0;
    padding: 4%;
    text-transform: uppercase;
    width: 80%;
	}
	
.green-button:hover {
	background-color:#ee4224;
	}
	
.name-lr {
	width:45%;
	padding:0 0 3% 0;
	}
	
#diak_regisztralasa section {
	padding:0 0 10% 0;
	}

/* diak regisztralasa END */

/* Adat modositas START */

#adat_modosit form {
    margin: 0 auto;
    padding: 5% 0;
    width: 40%;
	}
	
#adat_modosit table {
	width:100%;
	}
	
#adat_modosit .reg-label {
	padding:2% 0 0 0;
	}

/* Adat modositas END */
